/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_warnings_off.h | 45 # pragma option -w-ccc // -w-8008 Condition is always true OR Condition is always false 46 # pragma option -w-inl // -w-8027 Functions containing reserved words are not expanded inline 47 # pragma option -w-ngu // -w-8041 Negating unsigned value 48 # pragma option -w-pow // -w-8062 Previous options and warnings not restored 49 # pragma option -w-rch // -w-8066 Unreachable code 50 # pragma option -w-par // -w-8057 Parameter 'parameter' is never used
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
_warnings_off.h | 45 # pragma option -w-ccc // -w-8008 Condition is always true OR Condition is always false 46 # pragma option -w-inl // -w-8027 Functions containing reserved words are not expanded inline 47 # pragma option -w-ngu // -w-8041 Negating unsigned value 48 # pragma option -w-pow // -w-8062 Previous options and warnings not restored 49 # pragma option -w-rch // -w-8066 Unreachable code 50 # pragma option -w-par // -w-8057 Parameter 'parameter' is never used
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/ |
_warnings_off.h | 45 # pragma option -w-ccc // -w-8008 Condition is always true OR Condition is always false 46 # pragma option -w-inl // -w-8027 Functions containing reserved words are not expanded inline 47 # pragma option -w-ngu // -w-8041 Negating unsigned value 48 # pragma option -w-pow // -w-8062 Previous options and warnings not restored 49 # pragma option -w-rch // -w-8066 Unreachable code 50 # pragma option -w-par // -w-8057 Parameter 'parameter' is never used
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapFactory_OptionsTest.java | 41 BitmapFactory.Options option = new BitmapFactory.Options(); local 43 assertFalse(option.mCancel); 44 option.requestCancelDecode(); 45 assertTrue(option.mCancel);
|
/development/ndk/platforms/android-3/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/external/grub/lib/ |
getopt.h | 9 Free Software Foundation; either version 2, or (at your option) any 30 When `getopt' finds an option that takes an argument, 33 each non-option ARGV-element is returned here. */ 44 non-option elements that the caller should itself scan. 56 /* Set to an option character which was unrecognized. */ 62 of `struct option' terminated by an element containing a name which is 66 no_argument (or 0) if the option does not take an argument, 67 required_argument (or 1) if the option requires an argument, 68 optional_argument (or 2) if the option takes an optional argument. 71 to the value given in the field `val' when the option is found, bu 81 struct option struct [all...] |
/external/webkit/Source/WebCore/ |
make-hash-tools.pl | 10 # version 2 of the License, or (at your option) any later version. 28 my $option = basename($ARGV[0],".gperf"); 31 switch ($option) { 53 } # switch ($option)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/build/tools/droiddoc/templates-sdk/components/ |
masthead.cs | 14 <option value="en">English </option> 15 <option value="ja">???</option> 17 <option value="de">Deutsch</option> 18 <option value="es">Español</option> 19 <option value="fr">Français</option> [all...] |
/external/chromium/net/http/ |
http_network_layer.cc | 89 const std::string& option = name_value[0]; local 92 if (option == kOff) { 94 } else if (option == kDisableSSL) { 98 } else if (option == kSSL) { 101 } else if (option == kExclude) { 103 } else if (option == kDisableCompression) { 105 } else if (option == kEnableNPN) { 108 } else if (option == kEnableNpnHttpOnly) { 113 } else if (option == kEnableVersionOne) { 116 } else if (option == kDisableAltProtocols) [all...] |
/external/oprofile/pp/ |
opannotate_options.cpp | 55 popt::option options_array[] = { 56 popt::option(demangle_option, "demangle", 'D', 59 popt::option(options::output_dir, "output-dir", 'o', 61 popt::option(options::search_dirs, "search-dirs", 'd', 63 popt::option(options::base_dirs, "base-dirs", 'b', 65 popt::option(include_file, "include-file", '\0', 67 popt::option(exclude_file, "exclude-file", '\0', 69 popt::option(include_symbols, "include-symbols", 'i', 71 popt::option(exclude_symbols, "exclude-symbols", 'e', 73 popt::option(options::objdump_params, "objdump-params", '\0' [all...] |
/external/valgrind/main/coregrind/m_mach/ |
mach_msg.c | 52 mach_msg_option_t option, 60 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify) 62 mach_msg_option_t option; 78 * We refrain from passing the option bits that we implement 80 * the kernel's fast paths (when it checks the option value). 83 mr = mach_msg_trap(msg, option &~ LIBMACH_OPTIONS, 89 if ((option & MACH_SEND_INTERRUPT) == 0) 92 option &~ LIBMACH_OPTIONS, 96 if ((option & MACH_RCV_INTERRUPT) == 0) 99 option &~ (LIBMACH_OPTIONS|MACH_SEND_MSG) [all...] |
/external/webkit/Source/WebCore/bindings/js/ |
JSHTMLSelectElementCustom.cpp | 8 * version 2 of the License, or (at your option) any later version. 39 // The remove function can take either an option object or the index of an option. 40 if (HTMLOptionElement* option = toHTMLOptionElement(exec->argument(0))) 41 select.remove(option); 54 HTMLOptionElement* option = toHTMLOptionElement(value); local 55 if (!option) 58 select->setOption(index, option, ec);
|
/external/webkit/Tools/Scripts/ |
build-webkit | 128 { option => "3d-canvas", desc => "Toggle 3D canvas (WebGL) support", 131 { option => "3d-rendering", desc => "Toggle 3D rendering support", 134 { option => "accelerated-2d-canvas", desc => "Toggle accelerated 2D canvas support", 137 { option => "blob", desc => "Toggle Blob support", 140 { option => "channel-messaging", desc => "Toggle MessageChannel and MessagePort support", 143 { option => "client-based-geolocation", desc => "Toggle client-based Geolocation support", 146 { option => "coverage", desc => "Toggle code coverage support", 149 { option => "database", desc => "Toggle Database Support", 152 { option => "datagrid", desc => "Toggle Datagrid Support", 155 { option => "datalist", desc => "Toggle HTML5 datalist support" 456 sub option($$$) subroutine [all...] |
/external/bison/lib/ |
getopt_int.h | 8 the Free Software Foundation; either version 2, or (at your option) 25 const struct option *__longopts, int *__longind, 49 /* The next char to be scanned in the option-element 50 in which the last option character we returned was found. 57 /* Describe how to deal with options that follow non-option ARGV-elements. 64 stop option processing when the first non-option is seen. 68 of the list of option characters, or by calling getopt. 75 RETURN_IN_ORDER is an option available to programs that were 78 non-option ARGV-element as if it were the argument of an optio [all...] |
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
language_hangul_handler.cc | 37 ListValue* option = new ListValue(); local 38 option->Append(Value::CreateStringValue( 40 option->Append(Value::CreateStringValue(l10n_util::GetStringUTF16( 42 keyboard_layout_list->Append(option);
|
/external/e2fsprogs/include/nonunix/ |
getopt.h | 8 License, or (at your option) any later version. 32 When `getopt' finds an option that takes an argument, 35 each non-option ARGV-element is returned here. */ 46 non-option elements that the caller should itself scan. 58 /* Set to an option character which was unrecognized. */ 64 of `struct option' terminated by an element containing a name which is 68 no_argument (or 0) if the option does not take an argument, 69 required_argument (or 1) if the option requires an argument, 70 optional_argument (or 2) if the option takes an optional argument. 73 to the value given in the field `val' when the option is found, bu 83 struct option struct [all...] |