/external/webkit/WebKitTools/Scripts/webkitpy/steps/ |
applypatch.py | 30 from webkitpy.steps.options import Options 35 def options(cls): member in class:ApplyPatch 37 Options.non_interactive,
|
confirmdiff.py | 30 from webkitpy.steps.options import Options 36 def options(cls): member in class:ConfirmDiff 38 Options.confirm,
|
ensurelocalcommitifneeded.py | 30 from webkitpy.steps.options import Options 36 def options(cls): member in class:EnsureLocalCommitIfNeeded 38 Options.local_commit,
|
/frameworks/base/cmds/stagefright/ |
SineSource.h | 20 MediaBuffer **out, const ReadOptions *options = NULL);
|
/frameworks/base/core/java/android/accounts/ |
IAccountAuthenticator.aidl | 32 String authTokenType, in String[] requiredFeatures, in Bundle options); 38 in Bundle options); 44 String authTokenType, in Bundle options); 55 String authTokenType, in Bundle options);
|
IAccountManager.aidl | 47 in Bundle options); 50 in Bundle options); 52 String authTokenType, boolean expectActivityLaunch, in Bundle options); 56 in Bundle options, boolean expectActivityLaunch);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_epilog.h | 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
messages.properties | 10 LaunchPreferencePage_Default_Emu_Options=Default emulator options:
|
/external/chromium/third_party/icu/source/tools/gensprep/ |
gensprep.c | 63 static UOption options[]={ variable 99 "Usage: %s [-options] [file_name]\n" 106 "Options:\n" 148 /* preset then read command line options */ 149 options[DESTDIR].value=u_getDataDirectory(); 150 options[SOURCEDIR].value=""; 151 options[UNICODE_VERSION].value="0"; /* don't assume the unicode version */ 152 options[BUNDLE_NAME].value = DATA_NAME; 153 options[NORMALIZE].value = ""; 155 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options) [all...] |
/external/dhcpcd/ |
configure.c | 83 run_script(const struct options *options, const char *iface, 87 char *const argv[2] = { UNCONST(options->script), NULL }; 94 logger(LOG_DEBUG, "executing `%s', reason %s", options->script, reason); 116 snprintf(env[4], e, "metric=%d", options->metric); 118 e = configure_env(NULL, NULL, dhcpo, options); 121 elen += configure_env(env + elen, "old", dhcpo, options); 125 e = configure_env(NULL, NULL, dhcpn, options); 128 elen += configure_env(env + elen, "new", dhcpn, options); 132 if (options->environ) [all...] |
/external/icu4c/tools/gensprep/ |
gensprep.c | 63 static UOption options[]={ variable 99 "Usage: %s [-options] [file_name]\n" 106 "Options:\n" 148 /* preset then read command line options */ 149 options[DESTDIR].value=u_getDataDirectory(); 150 options[SOURCEDIR].value=""; 151 options[UNICODE_VERSION].value="0"; /* don't assume the unicode version */ 152 options[BUNDLE_NAME].value = DATA_NAME; 153 options[NORMALIZE].value = ""; 155 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options) [all...] |
/cts/tests/src/android/widget/cts/ |
WidgetTestUtils.java | 119 BitmapFactory.Options options = new BitmapFactory.Options(); local 120 options.inScaled = false; 121 return BitmapFactory.decodeResource(resources, resId, options); 132 BitmapFactory.Options options = new BitmapFactory.Options(); local 133 options.inDither = true; 134 options.inScaled = false [all...] |
/development/simulator/app/ |
LogPrefsDialog.h | 34 /* format options */ 42 /* limit options */ 46 /* file options */
|
/external/bluetooth/bluez/compat/ |
dund.1 | 8 dund <options> [pppd options] 9 .SH OPTIONS
|
/external/bluetooth/bluez/test/ |
rctest.1 | 40 .SH OPTIONS 55 enable SO_LINGER options for \fIseconds\fR
|
test-audio | 17 (options, args) = parser.parse_args() 19 if options.dev_id: 20 adapter_path = manager.FindAdapter(options.dev_id)
|
test-discovery | 36 (options, args) = parser.parse_args() 38 if options.dev_id: 39 adapter_path = manager.FindAdapter(options.dev_id)
|
test-input | 17 (options, args) = parser.parse_args() 19 if options.dev_id: 20 adapter_path = manager.FindAdapter(options.dev_id)
|
test-network | 19 (options, args) = parser.parse_args() 21 if options.dev_id: 22 adapter_path = manager.FindAdapter(options.dev_id)
|
test-serial | 18 (options, args) = parser.parse_args() 20 if options.dev_id: 21 adapter_path = manager.FindAdapter(options.dev_id)
|
test-service | 18 (options, args) = parser.parse_args() 20 if options.dev_id: 21 adapter_path = manager.FindAdapter(options.dev_id)
|
/external/bluetooth/bluez/tools/ |
avctrl.8 | 24 .I options 30 .SH OPTIONS 33 Gives a list of possible options.
|
dfubabel.1 | 24 .I options 29 .SH OPTIONS 32 Gives a list of possible options.
|
hid2hci.8 | 24 .I options 30 .SH OPTIONS 33 Gives a list of possible options.
|
/external/iproute2/ip/ |
link_veth.c | 22 printf("Usage: ip link <options> type veth " 23 "[peer <options>]\nTo get <options> type "
|