HomeSort by relevance Sort by last modified time
    Searched defs:options (Results 601 - 625 of 1602) sorted by null

<<21222324252627282930>>

  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-settings-builder-3.2.1.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
argp.h 80 these is passed in the OPTIONS field of an argp structure. Each option
83 array with options having the OPTION_ALIAS flag set. */
87 can use following options with the OPTION_ALIAS flag set. */
107 /* The group this option is in. In a long help message, options are sorted
109 0, 1, 2, ..., n, -m, ..., -2, -1. Every entry in an options array with
113 options such as --help are put into group -1. */
130 should be displayed in much the same manner as the options. If this flag
136 is displayed after all options (and OPTION_DOC entries with a leading `-')
141 included in help messages). This is mainly intended for options that are
218 /* An argp structure contains a set of options declarations, a function t
226 __const struct argp_option *options; member in struct:argp
    [all...]
cursesf.h 266 // Switch on the fields options
271 // Switch off the fields options
276 // Retrieve the fields options
277 inline Field_Options options () const { function in class:NCursesFormField
281 // Set the fields options
561 // Switch on the forms options
566 // Switch off the forms options
571 // Retrieve the forms options
572 inline Form_Options options () const { function in class:NCursesForm
576 // Set the forms options
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
argp.h 80 these is passed in the OPTIONS field of an argp structure. Each option
83 array with options having the OPTION_ALIAS flag set. */
87 can use following options with the OPTION_ALIAS flag set. */
107 /* The group this option is in. In a long help message, options are sorted
109 0, 1, 2, ..., n, -m, ..., -2, -1. Every entry in an options array with
113 options such as --help are put into group -1. */
130 should be displayed in much the same manner as the options. If this flag
136 is displayed after all options (and OPTION_DOC entries with a leading `-')
141 included in help messages). This is mainly intended for options that are
218 /* An argp structure contains a set of options declarations, a function t
226 __const struct argp_option *options; member in struct:argp
    [all...]
cursesf.h 266 // Switch on the fields options
271 // Switch off the fields options
276 // Retrieve the fields options
277 inline Field_Options options () const { function in class:NCursesFormField
281 // Set the fields options
561 // Switch on the forms options
566 // Switch off the forms options
571 // Retrieve the forms options
572 inline Form_Options options () const { function in class:NCursesForm
576 // Set the forms options
    [all...]
  /system/core/init/
builtins.cpp 58 static int insmod(const char *filename, char *options)
72 return init_module(&module[0], module.size(), options);
181 char options[opt_len + 1]; local
184 options[0] = '\0';
186 strcpy(options, args[2]);
188 strcat(options, " ");
189 strcat(options, args[i]);
193 return insmod(args[1], options);
277 /* mount <type> <device> <path> <flags ...> <options> */
282 char *options = NULL local
    [all...]
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java 261 // In ICS AccountManager may add options to indicate the caller id.
262 // We only validate that the passed in options are present in the actual ones
270 private void validateSystemOptions(Bundle options) {
271 assertNotNull(options.getString(AccountManager.KEY_ANDROID_PACKAGE_NAME));
272 assertTrue(options.containsKey(AccountManager.KEY_CALLER_UID));
273 assertTrue(options.containsKey(AccountManager.KEY_CALLER_PID));
287 String[] requiredFeatures, Bundle options, Activity activity,
295 options,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 427 List<Element> options = parameter.getOptions(); local
428 assert options.size() > 0;
434 for (int i = 0, n = options.size(); i < n; i++) {
435 Element option = options.get(i);
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/androidtv/visual-game-controller/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/BasicRenderScript/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ElevationDrag/gradle/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/FloatingActionButtonBasic/gradle/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/RevealEffectBasic/gradle/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/experimental/ndkSampleGen/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/renderScript/BasicRenderScript/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/renderScript/RenderScriptIntrinsic/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/ui/views/Elevation/ElevationDrag/gradle/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/gradle/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/ui/views/RevealEffect/RevealEffectBasic/gradle/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/ui/window/AdvancedImmersiveMode/gradle/wrapper/
gradle-wrapper.jar 
  /external/smali/gradle/wrapper/
gradle-wrapper.jar 
  /frameworks/data-binding/compiler/gradle/wrapper/
gradle-wrapper.jar 

Completed in 235 milliseconds

<<21222324252627282930>>