| /external/v8/src/mips/ |
| register-allocator-mips-inl.h | 6 // * Redistributions of source code must retain the above copyright 41 // The code for this test relies on the order of register codes. 82 return kNumbers[reg.code()];
|
| /external/v8/src/x64/ |
| register-allocator-x64-inl.h | 6 // * Redistributions of source code must retain the above copyright 67 return kNumbers[reg.code()];
|
| /external/webkit/LayoutTests/fast/dom/Geolocation/resources/ |
| permission-denied-already-clear-watch.js | 13 shouldBe('error.code', 'error.PERMISSION_DENIED'); 27 shouldBe('error.code', 'error.PERMISSION_DENIED');
|
| reentrant-error.js | 21 shouldBe('error.code', 'mockCode'); 38 shouldBe('error.code', 'mockCode');
|
| /external/webkit/WebKit/mac/Misc/ |
| WebNSUserDefaultsExtras.m | 8 * 1. Redistributions of source code must retain the above copyright 39 // Look up the language code using CFBundle. 49 // Turn a '_' into a '-' if it appears after a 2-letter language code. 120 NSString *code = [[preferredLanguageCode retain] autorelease]; 128 return code;
|
| /external/webkit/WebKit/win/Interfaces/ |
| IWebError.idl | 7 * 1. Redistributions of source code must retain the above copyright 132 HRESULT init([in] BSTR domain, [in] int code, [in] BSTR url); 135 - (int)code 137 HRESULT code([out, retval] int* result);
|
| /external/webkit/WebKitTools/CodeCoverage/ |
| cov.py | 8 # 1. Redistributions of source code must retain the above copyright 93 code = line.split(":", 2)[-1] 94 if not in_test_code and code.startswith("#ifdef BUILD_UNIT_TESTS"): 96 if in_test_code and code.startswith("#if"): 98 if in_test_code and code.startswith("#endif"):
|
| /external/webkit/WebKitTools/DumpRenderTree/win/ |
| PolicyDelegate.cpp | 8 * 1. Redistributions of source code must retain the above copyright 174 int code; local 175 error->code(&code); 181 printf("Policy delegate: unable to implement policy with error domain '%S', error code %d, in frame '%S'", domainMessage.c_str(), code, frameNameMessage.c_str());
|
| /external/webkit/WebKitTools/Scripts/ |
| build-jsc | 10 # 1. Redistributions of source code must retain the above copyright 45 --[no-]coverage Toggle code coverage support (default: $coverageSupport)
|
| /frameworks/base/include/media/ |
| IMediaMetadataRetriever.h | 47 virtual status_t onTransact(uint32_t code,
|
| /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
| gain_q.h | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 153 Word16 code[], /* i : CB innovation (unfiltered), Q13 */ 164 Word16 *sf0_gain_cod, /* o : Code gain sf 0. MR475 */ 166 Word16 *gain_cod, /* o : Code gain. */
|
| /ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
| icmp.h | 60 __u8 code; member in struct:icmphdr
|
| /ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon9244::__anon9245::__anon9248
|
| /ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
| icmp.h | 60 __u8 code; member in struct:icmphdr
|
| /ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon9598::__anon9599::__anon9602
|
| /ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
| icmp.h | 60 __u8 code; member in struct:icmphdr
|
| /ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon9952::__anon9953::__anon9956
|
| /ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
| icmp.h | 60 __u8 code; member in struct:icmphdr
|
| /ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon10371::__anon10372::__anon10375
|
| /ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
| icmp.h | 60 __u8 code; member in struct:icmphdr
|
| /ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon10734::__anon10735::__anon10738
|
| /ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
| icmp.h | 60 __u8 code; member in struct:icmphdr
|
| /ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon11158::__anon11159::__anon11162
|
| /cts/tools/dasm/src/dasm/ |
| parser.cup | 13 action code {: 20 parser code {: 185 com.android.dx.rop.code.AccessFlags.ACC_INTERFACE)); :} 203 PUBLIC {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_PUBLIC; :} 205 PRIVATE {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_PRIVATE; :} 207 PROTECTED {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_PROTECTED; :} 209 STATIC {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_STATIC; :} 211 FINAL {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_FINAL; :} 213 SYNCHRONIZED {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_SYNCHRONIZED; :} 215 VOLATILE {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_VOLATILE; : [all...] |
| /external/openssl/crypto/sha/asm/ |
| sha512-x86_64.pl | 11 # 40% improvement over compiler-generated code on Opteron. On EM64T 14 # [being armed with inline assembler] fails to generate as fast code. 93 $code.=<<___; 144 $code.=<<___; 176 $code=<<___; 217 $code.=" mov $SZ*$i($inp),$T1\n"; 218 $code.=" bswap $T1\n"; 222 $code.=<<___; 232 $code.=<<___; 273 $code.=<<___ [all...] |