/art/compiler/dex/quick/ |
gen_common.cc | 162 // to by it is not initialized. 388 // If it's already live in a register or not easily materialized, just keep going 398 // It's also commonly more efficient to have a test against zero with Eq/Ne. This is not worse 399 // for x86, and allows a cbz/cbnz for Arm and Mips. At the same time, it works around a register 543 * in kRet0, we'll just lock it into place. When debugger support is 544 * added, it may be necessary to additionally copy all return 558 * on the register range, but it is possible that some regs 644 // If the LoadValue caused a temp to be allocated, free it 1197 LIR* it = OpIT(kCondEq, ""); \/\/ if-convert the test local 1282 LIR* it = nullptr; local [all...] |
/art/compiler/ |
image_writer.cc | 93 // Calling this can in theory fill in some resolved strings. However, in practice it seems to 122 // This needs to happen after CalculateNewObjectOffsets since it relies on intern_table_bytes_ and 288 // No hash, don't need to save it. 376 // It has no change on runtime correctness. 384 // Since these arrays are huge, most pages do not overlap other objects and it's not 425 // If the class's static fields are all final, put it into a separate bin 426 // since it's very likely it will stay clean. 451 auto it = dex_cache_array_indexes_.find(object); local 452 if (it != dex_cache_array_indexes_.end()) 831 auto it = native_object_reloc_.find(field); local 871 auto it = native_object_reloc_.find(method); local 1022 auto it = native_object_reloc_.find(method); local 1083 auto it = native_object_reloc_.find(m); local 1140 auto it = native_object_reloc_.find(elem); local 1176 const auto it = saved_hashcode_map_.find(obj); local 1239 auto it = native_object_reloc_.find(fields[i]); local 1251 auto it = native_object_reloc_.find(direct_methods); local 1258 auto it = native_object_reloc_.find(virtual_methods); local 1266 auto it = native_object_reloc_.find(orig->GetEmbeddedVTableEntry(i, target_ptr_size_)); local 1272 auto it = native_object_reloc_.find(orig->GetEmbeddedImTableEntry(i, target_ptr_size_)); local 1296 auto it = pointer_arrays_.find(down_cast<mirror::PointerArray*>(orig)); local 1314 auto it = native_object_reloc_.find(src_method); local [all...] |
/art/compiler/utils/arm/ |
assembler_thumb2.cc | 2138 void Thumb2Assembler::it(Condition firstcond, ItState i1, ItState i2, ItState i3) { function in class:art::arm::Thumb2Assembler [all...] |
/art/runtime/ |
elf_file.cc | 60 // To prevent GCC from inlining or removing it we place noinline attribute 411 // symtab internally, but it's nice to be defensive. 457 // It might not be mapped, but we can compare against the file size. 690 // It is the caller's job to do this. 763 // Even if we Load(), it doesn't bring in all the sections. 818 // otherwise it will be wrongly 0 if ::Load has not yet been called. 946 typename SymbolTable::const_iterator it = (*symbol_table)->find(symbol_name); local [all...] |
/art/runtime/gc/allocator/ |
rosalloc.cc | 121 for (auto it = free_page_runs_.begin(); it != free_page_runs_.end(); ) { 122 FreePageRun* fpr = *it; 128 free_page_runs_.erase(it++); 155 ++it; 163 auto it = free_page_runs_.rbegin(); local 164 if (it != free_page_runs_.rend() && (last_free_page_run = *it)->End(this) == base_ + footprint_) { 175 // If we grow the heap, we can allocate it. 217 it = free_page_runs_.rbegin() 584 auto it = bt->begin(); local 1502 auto it = free_page_runs_.rbegin(); local [all...] |
/art/runtime/hprof/ |
hprof.cc | 588 auto it = strings_.find(string); local 589 if (it != strings_.end()) { 590 return it->second; 618 // TODO: It seems it would be correct to use U8. 728 // Otherwise, "filename_" must be valid, though if "fd" >= 0 it will 941 // This object will bother HprofReader, because it has a null 942 // class, so just don't dump it. It could be 943 // gDvm.unlinkedJavaLangClass or it could be an object jus [all...] |
/cts/libs/testserver/src/android/webkit/cts/ |
CtsTestServer.java | 522 * @param url The relative url to check whether it has been requested. 525 Iterator<String> it = mQueries.iterator(); local 526 while (it.hasNext()) { 527 String request = it.next(); 574 * Returns the last HttpRequest at this path. Can return null if it is never requested. 584 * @return null to use the default response mechanism of sending the requested uri as it is. [all...] |
/cts/tests/tests/keystore/src/android/keystore/cts/ |
AndroidKeyStoreTest.java | 1153 final Iterator<Certificate> it = expectedChain.iterator(); local [all...] |
/developers/build/lib/ |
buildSrc.jar | |
/device/moto/shamu/camera/QCamera2/HAL3/ |
QCamera3Channel.cpp | 463 * @name : 1 if it is ISP output/pproc input, 2 if it is pproc output 1686 List<uint32_t>::iterator it = mFreeBufferList.begin(); local 2890 List<OfflineBuffer>::iterator it = mOfflineBuffers.begin(); local 2915 List<OfflineBuffer>::iterator it = mOfflineMetaBuffers.begin(); local [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
VmMirror.java | 268 * Waits for stop on breakpoint and gets id of thread where it stopped. 2216 Iterator it = frame.getVars().iterator(); local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
RFC3280CertPathUtilities.java | 434 * @param cert The attribute certificate or certificate to check if it is 519 * on checking cert because it is higher in the cert path and so 522 * for all other it must be enabled to prevent forgery attacks 590 for (Iterator it = keys.iterator(); it.hasNext();) 592 PublicKey key = (PublicKey)it.next(); 613 for (Iterator it = deltacrls.iterator(); it.hasNext();) 615 X509CRL crl = (X509CRL)it.next(); 1350 Iterator it = acceptablePolicies.iterator(); local [all...] |
/external/deqp/modules/glshared/ |
glsLongStressCase.cpp | 434 * is constructed and deleted when it's destructed. The class provides some 614 * is constructed and deleted when it's destructed. The class provides some 886 * is used to access it. 932 const typename map<string, SharedPtr<T> >::const_iterator it = m_objects.find(name); local 933 DE_ASSERT(it != m_objects.end()); 934 return *it->second; 942 for (typename map<string, SharedPtr<T> >::const_iterator it = m_objects.begin(); it != m_objects.end(); ++it) 943 result += it->second->getApproxMemUsage() 954 const typename map<string, SharedPtr<T> >::iterator it = m_objects.find(name); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.help.appserver_3.1.400.v20100427.jar | |
/external/flac/libFLAC/ |
metadata_iterators.c | 287 FLAC__Metadata_SimpleIterator *it; local 296 it = FLAC__metadata_simple_iterator_new(); 297 if(0 == it) 299 if(!FLAC__metadata_simple_iterator_init(it, filename, /*read_only=*/true, /*preserve_file_stats=*/true)) { 300 FLAC__metadata_simple_iterator_delete(it); 304 if(FLAC__metadata_simple_iterator_get_block_type(it) == FLAC__METADATA_TYPE_PICTURE) { 305 FLAC__StreamMetadata *obj = FLAC__metadata_simple_iterator_get_block(it); 328 } while(FLAC__metadata_simple_iterator_next(it)); 330 FLAC__metadata_simple_iterator_delete(it); 491 * '/' as the directory separator. A trailing slash is not needed; it [all...] |
/external/google-breakpad/src/common/dwarf/ |
dwarf2reader.cc | 85 // reading it, then go back and read it again. 314 // DW_FORM_indirect is never used because it is such a space 469 // It is the point in the header after the initial length field 483 // debug_info, since they need it to deal with ref_addr forms. 494 // If it is padding, then we are done with the compilation unit's DIEs. 577 // It is legal for the directory entry table to be empty. 589 // It is also legal for the file entry table to be empty. 630 // If the opcode is great than the opcode_base, it is a special 639 // Check if the lsm passes "pc". If so, mark it as passed 1108 RuleByNumber::const_iterator it = registers_.find(reg); local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cdattst.c | 68 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat; local 99 /* this is supposed to open default date format, but later on it treats it like it is "en_US" 109 it = udat_open(UDAT_DEFAULT, UDAT_MEDIUM, "it_IT", NULL, 0, NULL, 0,&status); 206 /*format using it */ 214 fmtted = myDateFormat(it,d); 237 /*format it back and check for equality */ 251 log_err("FAIL: udat_parse(\"bad string\") passed when it should have failed\n"); 305 udat_setLenient(fr, udat_isLenient(it)); [all...] |
/external/icu/icu4c/source/tools/tzcode/ |
tz2icu.cpp | 295 // signature mismatch, it means we're trying to read a file which 474 for (vector<ZoneType>::iterator it=info.types.begin(); 475 it!=info.types.end(); 476 ++it) { 478 find(abbroffset.begin(), abbroffset.end(), it->abbr); 490 os << "Warning: unusual abbr offset " << it->abbr 498 it->abbr = 0; 501 it->abbr = index; 925 * least once. First we populate it with all the rules from 1375 vector<Transition>::iterator it = local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
PluralRules.java | 44 * A PluralRules object is immutable. It contains caches for sample values, but those are synchronized. 46 * PluralRules is Serializable so that it can be used in formatters, which are serializable. 82 * previous example. The second part applies a different modulus and also uses negation, thus it matches all numbers 163 * includes all values. Using 'within' with a range_list consisting entirely of values is the same as using 'in' (it's 321 * for values to which no other form in the rule applies. It 379 * The exception index is typically not set, it will be -1. 390 * Creates a PluralRules from a description if it is parsable, 652 * always supply the decimals explicitly if possible. Currently, it is up to 6 decimals (without trailing zeros). [all...] |
/external/javassist/src/main/javassist/util/proxy/ |
ProxyFactory.java | 78 * it, and sets the method handler of the instance: 93 * <p> If setHandler is never called for a proxy instance then it will 107 * <p>A proxy factory caches and reuses proxy classes by default. It is possible to reset 110 * {@link ProxyFactory#setUseCache(boolean)}. It is strongly recommended that new clients 117 * when they create their instances. It is only retained to provide backward compatibility 134 * notable one being that it fails to serialize state inherited from the proxy's superclass. 136 * An alternative method of serializing proxy objects is available which fixes these problems. It 143 * {@link ProxyFactory#useWriteReplace} to false. Alternatively, it may be 206 * If true, a generated proxy class is cached and it will be reused 221 * setting retains the old javassist behaviour which has the advantage that it 905 Iterator it = signatureMethods.iterator(); local [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy.cpp | 48 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one 220 /// which captures its argument names as well as if it is an operator. 278 // Make sure it's a declared binop. 480 // If the current token is not an operator, it must be a primary expr. 484 // If this is a unary operator, read it. 500 // consume it, otherwise we are done. 687 // If we've flagged this as an IR file, cache it 704 // to which it refers. 709 // If we've flagged this as an IR file, cache it 722 // a copy. The filed-based buffer will be released when it goe 804 ModuleVector::iterator it, end; local 822 ModuleVector::iterator it; local 868 ModuleVector::iterator it; local 936 Module::iterator it; local 959 ModuleVector::iterator it; local 987 ModuleVector::iterator it; local [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | 67 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one 239 /// which captures its argument names as well as if it is an operator. 297 // Make sure it's a declared binop. 499 // If the current token is not an operator, it must be a primary expr. 503 // If this is a unary operator, read it. 519 // consume it, otherwise we are done. 706 // If we've flagged this as an IR file, cache it 723 // to which it refers. 728 // If we've flagged this as an IR file, cache it 741 // a copy. The filed-based buffer will be released when it goe 872 ModuleVector::iterator it, end; local 890 ModuleVector::iterator it; local 980 Module::iterator it; local 1002 ModuleVector::iterator it; local 1035 ModuleVector::iterator it; local 1059 ModuleVector::iterator it; local [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
toy.cpp | 25 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one 197 /// which captures its argument names as well as if it is an operator. 255 // Make sure it's a declared binop. 457 // If the current token is not an operator, it must be a primary expr. 461 // If this is a unary operator, read it. 477 // consume it, otherwise we are done. 686 /// found, this function returns a null pointer. Otherwise, it prints a 697 // Try the standard symbol resolution first, but ask it not to abort. 715 EngineVector::iterator it; local 716 for (it = begin; it != end; ++it 723 ModuleVector::iterator it; local 769 EngineVector::iterator it; local 809 Module::iterator it; local 832 EngineVector::iterator it; local 845 ModuleVector::iterator it; local [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
toy.cpp | 27 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one 199 /// which captures its argument names as well as if it is an operator. 257 // Make sure it's a declared binop. 459 // If the current token is not an operator, it must be a primary expr. 463 // If this is a unary operator, read it. 479 // consume it, otherwise we are done. 689 /// found, this function returns a null pointer. Otherwise, it prints a 700 // Try the standard symbol resolution first, but ask it not to abort. 715 ModuleVector::iterator it, end; local 716 for (it = Modules.begin(), end = Modules.end() 733 ModuleVector::iterator it; local 779 ModuleVector::iterator it; local 839 Module::iterator it; local 861 ModuleVector::iterator it; local 885 ModuleVector::iterator it; local [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_peephole.cpp | 1332 Record *it, *next; local 1500 Record *it = reinterpret_cast<Record *>(recordPool.allocate()); local 1514 Record *it = load ? loads[sym->reg.file] : stores[sym->reg.file]; local [all...] |