Searched refs:bootstrap_parameters (Results 1 – 3 of 3) sorted by relevance
303 bootstrap_parameters );317 ::System::Collections::IDictionaryEnumerator ^ bootstrap_parameters )319 if (nullptr != bootstrap_parameters)321 bootstrap_parameters->Reset();322 while (bootstrap_parameters->MoveNext())326 bootstrap_parameters->Key ) ) );329 bootstrap_parameters->Value ) ) );
183 String ini_file, Hashtable bootstrap_parameters ) in defaultBootstrap_InitialComponentContext() argument188 if (null != bootstrap_parameters) in defaultBootstrap_InitialComponentContext()190 pairs = new String [ 2 * bootstrap_parameters.size() ]; in defaultBootstrap_InitialComponentContext()191 Enumeration keys = bootstrap_parameters.keys(); in defaultBootstrap_InitialComponentContext()197 pairs[ n++ ] = (String)bootstrap_parameters.get( name ); in defaultBootstrap_InitialComponentContext()214 String ini_file, String bootstrap_parameters [], ClassLoader loader ) in cppuhelper_bootstrap() argument
36 static public boolean test( String ini_file, java.util.Hashtable bootstrap_parameters ) in test() argument48 ini_file, bootstrap_parameters ); in test()99 java.util.Hashtable bootstrap_parameters = new java.util.Hashtable(); in main() local106 bootstrap_parameters.put( arg.substring( 0, n ), arg.substring( n +1 ) ); in main()110 System.exit( test(args[0], bootstrap_parameters) == true ? 0: -1 ); in main()