/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_attrappendchild4.java | 84 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); 96 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
|
hc_attrinsertbefore5.java | 85 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); 97 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
namednodemapremovenameditemns05.java | 91 switch (ex.code) { 106 switch (ex.code) {
|
namednodemapsetnameditemns09.java | 88 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); 98 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_failure/ |
ctor_char_pointer_error_code.pass.cpp | 25 assert(se.code() == std::make_error_code(std::errc::is_a_directory)); 33 assert(se.code() == std::make_error_code(std::io_errc::stream));
|
ctor_string_error_code.pass.cpp | 25 assert(se.code() == std::make_error_code(std::errc::is_a_directory)); 33 assert(se.code() == std::make_error_code(std::io_errc::stream));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
lock.pass.cpp | 45 assert(e.code().value() == EDEADLK); 56 assert(e.code().value() == EPERM);
|
try_lock_until.pass.cpp | 51 assert(e.code().value() == EDEADLK); 65 assert(e.code().value() == EPERM);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactListFilter.java | 126 int code = filterType; local 128 code = code * 31 + accountType.hashCode(); 129 code = code * 31 + accountName.hashCode(); 132 code = code * 31 + dataSet.hashCode(); 134 return code; 258 * Adds the account query parameters to the given {@code uriBuilder}.
|
/packages/providers/ContactsProvider/ |
Android.mk | 15 # The Emma tool analyzes code coverage when running unit tests on the 17 # leaving out code which is tested by other means (e.g. static libraries) that 22 # The Emma tool analyzes code coverage when running unit tests on the 24 # leaving out code which is tested by other means (e.g. static libraries) that
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
igmp.h | 32 __u8 code; /* For newer IGMP */ member in struct:igmphdr 64 __u8 code; member in struct:igmpv3_query
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
igmp.h | 32 __u8 code; /* For newer IGMP */ member in struct:igmphdr 64 __u8 code; member in struct:igmpv3_query
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
igmp.h | 32 __u8 code; /* For newer IGMP */ member in struct:igmphdr 64 __u8 code; member in struct:igmpv3_query
|
/art/runtime/entrypoints/portable/ |
portable_trampoline_entrypoints.cc | 203 // Push a transition back into managed code onto the linked list in thread. 302 // All naked Object*s should now be in jobjects, so its safe to go into the main invoke code 310 // Lazily resolve a method for portable. Called by stub code. 323 const DexFile::CodeItem* code = MethodHelper(caller).GetCodeItem(); local 324 CHECK_LT(dex_pc, code->insns_size_in_code_units_); 325 const Instruction* instr = Instruction::At(&code->insns_[dex_pc]); 326 Instruction::Code instr_code = instr->Opcode(); 390 const void* code = NULL; local 396 code = called->GetEntryPointFromCompiledCode(); 399 if (code == NULL) [all...] |
/external/bison/src/ |
parse-gram.y | 35 #include "scan-code.h" 120 char *code; 153 PERCENT_CODE "%code" 204 %type <code> "{...}" 252 plain_code.code, @1); 283 muscle_code_grow ("initial_action", action.code, @2); 351 code_props code; 352 code_props_symbol_action_init (&code, $2, @2); 353 code_props_translate_code (&code); 357 symbol_list_destructor_set (list, &code); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha512-s390x.pl | 15 # generated code (must be a bug in compiler, as improvement is 21 # sha512_block_data_order is ~70% faster than gcc 3.3 generated code. 35 # processor, as long as it's "z-CPU". Latter implies that the code 37 # perform 2.4x and SHA512 - 13x better than code generated by gcc 4.3. 97 $kimdfunc=2; # magic function code for kimd instruction 107 $code.=<<___ if ($i<16); 110 $code.=<<___; 145 $code.=<<___; 165 $code.=<<___; 171 $code.=<<___ if ($SZ==4) [all...] |
/external/openssl/crypto/sha/asm/ |
sha512-s390x.pl | 15 # generated code (must be a bug in compiler, as improvement is 21 # sha512_block_data_order is ~70% faster than gcc 3.3 generated code. 35 # processor, as long as it's "z-CPU". Latter implies that the code 37 # perform 2.4x and SHA512 - 13x better than code generated by gcc 4.3. 97 $kimdfunc=2; # magic function code for kimd instruction 107 $code.=<<___ if ($i<16); 110 $code.=<<___; 145 $code.=<<___; 165 $code.=<<___; 171 $code.=<<___ if ($SZ==4) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
modexp512-x86_64.pl | 19 # 1. Redistributions of source code must retain the above copyright 75 my $code=".text\n\n"; 89 $code.=<<___; 98 $code.=<<___; 110 $code.=<<___; 122 $code.=<<___; 130 $code.=<<___; 141 $code.=<<___; 156 $code.=<<___; 181 $code.=<<___ [all...] |
/external/openssl/crypto/bn/asm/ |
modexp512-x86_64.pl | 19 # 1. Redistributions of source code must retain the above copyright 75 my $code=".text\n\n"; 89 $code.=<<___; 98 $code.=<<___; 110 $code.=<<___; 122 $code.=<<___; 130 $code.=<<___; 141 $code.=<<___; 156 $code.=<<___; 181 $code.=<<___ [all...] |
/external/chromium_org/chrome/test/chromedriver/chrome/ |
geolocation_override_manager_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 90 ASSERT_EQ(kOk, manager.OnConnected(&client).code()); 95 ASSERT_EQ(kOk, manager.OnConnected(&client).code()); 107 .code()); 115 .code()); 124 manager.OnEvent(&client, "Page.frameNavigated", sub_frame_params).code());
|
/external/chromium_org/content/browser/download/ |
base_file_win.cc | 2 // Use of this source code is governed by a BSD-style license that can be 63 DownloadInterruptReason MapShFileOperationCodes(int code) { 70 switch (code) { 71 // Not a pre-Win32 error code; here so that this particular 239 "Download.MapWinShErrorFileFailed", code, 247 "Download.MapWinShErrorAccessDenied", code, 256 // If not one of the above codes, it should be a standard Windows error code. 258 net::MapSystemError(code), DOWNLOAD_INTERRUPT_FROM_DISK); 261 // Maps a return code from ScanAndSaveDownloadedFile() to a 262 // DownloadInterruptReason. The return code in |result| is usually from th [all...] |
/external/chromium_org/third_party/freetype/src/cff/ |
cffcmap.c | 80 FT_UInt code = (FT_UInt)(char_code + 1); local 85 if ( code >= 256 ) 88 result = cmap->gids[code]; 91 *pchar_code = code; 95 code++;
|
/external/freetype/src/cff/ |
cffcmap.c | 82 FT_UInt code = (FT_UInt)(char_code + 1); local 87 if ( code >= 256 ) 90 result = cmap->gids[code]; 93 *pchar_code = code; 97 code++;
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/ |
DnaBlockData.java | 9 * * Redistributions of source code must retain the above copyright
187 * This method converts the given identifier code to string.
188 * @param code
189 * the code taht is to be converted
192 private String toString(int code) {
193 char c1 = (char) ((code & 0xFF000000) >> 24);
194 char c2 = (char) ((code & 0xFF0000) >> 16);
195 char c3 = (char) ((code & 0xFF00) >> 8);
196 char c4 = (char) (code & 0xFF);
|
/external/libvorbis/vq/ |
latticetune.c | 3 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * 8 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 * 98 long code; local 102 if(sscanf(line,"%ld",&code)==1) 103 hits[code]++; 115 /* code:hits\n */ 116 /* likely to have multiple listing for each code entry; must 121 long code=atol(line); local 123 hits[code]+=val;
|