HomeSort by relevance Sort by last modified time
    Searched defs:it (Results 826 - 850 of 1441) sorted by null

<<31323334353637383940>>

  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.3.0-beta4/
gradle-1.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.3.1/
gradle-1.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.10.0/
gradle-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.3/
gradle-0.9.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.5.7/
gradle-0.5.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.1/
gradle-0.8.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.3/
gradle-0.8.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.1/
gradle-0.9.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.0/
gradle-0.9.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.0/
gradle-0.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.11.2/
gradle-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.1/
gradle-0.12.1.jar 
  /art/compiler/dex/quick/
codegen_util.cc 42 template <typename It>
44 const Signature& signature, uint32_t size, It first) {
187 * Store the Dalvik register id in alias_info. Mark the MSB if it is a 64-bit
642 for (auto it = table.DexToPcBegin(), end = table.DexToPcEnd(); it != end; ++it) {
643 dex_pcs.push_back(it.DexPc());
645 // Sort dex_pcs, so that we can quickly check it against the ordered mir_graph_->catches_.
649 auto it = dex_pcs.begin(), end = dex_pcs.end(); local
651 while (it != end && *it < dex_pc)
652 LOG(INFO) << "Unexpected catch entry @ dex pc 0x" << std::hex << *it; local
766 auto it = table.PcToDexBegin(); local
    [all...]
  /art/compiler/
oat_writer.cc 242 virtual bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it) = 0;
310 bool VisitMethod(size_t class_def_method_index ATTRIBUTE_UNUSED, const ClassDataItemIterator& it) {
315 uint32_t method_idx = it.GetMemberIndex();
367 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it)
385 quick_code_offset = NewQuickCodeOffset(compiled_method, it, thumb_offset);
392 quick_code_offset = NewQuickCodeOffset(compiled_method, it, thumb_offset);
397 MethodReference method_ref(dex_file_, it.GetMemberIndex());
415 // The code offset was 0 when the mapping/vmap table offset was set, so it's set
416 // to 0-offset and we need to adjust it by code_offset.
459 it.GetMemberIndex()
1393 auto it = map.find(ref); local
    [all...]
  /art/compiler/utils/arm/
assembler_arm.h 325 // IfThen state for IT instructions.
447 virtual void it(Condition firstcond ATTRIBUTE_UNUSED, function in class:art::arm::ArmAssembler
545 // 0.0 is quite common, so we special case it by loading
546 // 2.0 in `sd` and then substracting it.
561 // 0.0 is quite common, so we special case it by loading
562 // 2.0 in `sd` and then substracting it.
769 // and branch to a ExceptionSlowPath if it is.
  /art/runtime/base/
mutex.cc 172 typedef std::set<BaseMutex*>::const_iterator It;
174 for (It it = all_mutexes->begin(); it != all_mutexes->end(); ++it) {
175 BaseMutex* mutex = *it;
182 for (It it = all_mutexes->begin(); it != all_mutexes->end(); ++it) {
271 auto it = most_common_blocked.find(blocked_tid); local
    [all...]
  /art/runtime/
dex_file.cc 325 // multidex APK. However, it's bad practice, as each dex file requires its own tables for symbols
422 // re-attach, but cleaning up these global references is not obviously useful. It's not as if
478 auto it = index->FindWithHash(descriptor, hash); local
479 return (it == index->end()) ? nullptr : it->second;
516 // Sanity check the index still doesn't exist, only 1 thread should build it.
669 DexFileParameterIterator it(*this, proto);
671 while (it.HasNext() && i < signature_length && compare == 0) {
672 compare = signature_type_idxs[i] - it.GetTypeIdx();
673 it.Next()
    [all...]
dex_file_verifier.cc 684 ClassDataItemIterator it(*dex_file_, ptr_);
688 for (; it.HasNextStaticField(); it.Next()) {
689 uint32_t curr_index = it.GetMemberIndex();
695 if (!CheckClassDataItemField(curr_index, it.GetRawMemberAccessFlags(), true)) {
700 for (; it.HasNextInstanceField(); it.Next()) {
701 uint32_t curr_index = it.GetMemberIndex();
707 if (!CheckClassDataItemField(curr_index, it.GetRawMemberAccessFlags(), false)) {
712 for (; it.HasNextDirectMethod(); it.Next())
1433 auto it = offset_to_type_map_.find(offset); local
    [all...]
java_vm_ext.cc 87 * If the call has not yet finished in another thread, wait for it.
203 auto it = libraries_.find(path); local
204 return (it == libraries_.end()) ? nullptr : it->second;
633 // doesn't have to search through LD_LIBRARY_PATH. (It may do so to
724 // It's unwise to call dlclose() here, but we can mark it
744 // If this is a static method, it could be called before the class has been initialized.
786 // The weak_globals table is visited by the GC itself (because it mutates the table).
trace.cc 107 auto it = art_method_id_map_.find(method); local
108 if (it != art_method_id_map_.end()) {
109 idx = it->second;
    [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 284 // Newly marked. Set the gray bit and push it onto the mark stack.
325 // but it's necessary for the RB to-space invariant to hold.
350 // TODO: don't visit the transaction roots if it's not active.
515 << " Is it in the non-moving space="
579 << " but isn't on the alloc stack (and has white rb_ptr). Is it in the non-moving space="
611 for (auto* it = heap_->allocation_stack_->Begin(), *end = heap_->allocation_stack_->End();
612 it < end; ++it) {
613 mirror::Object* const obj = it->AsMirrorPtr();
732 // to black. We can't change gray to white because it's no
856 auto* it = GetAllocationStack()->Begin(); local
1240 auto it = skipped_blocks_map_.lower_bound(alloc_size); local
    [all...]
  /bionic/tests/
gtest_main.cpp 66 // It takes effect only with --isolate option.
70 // It takes effect only with --isolate option.
88 " If JOB_COUNT is not given, it is set to the count of available processors.\n"
93 " It takes effect only in isolation mode. Deafult deadline is 60000 ms.\n"
96 " It takes effect only in isolation mode. Default warnline is 2000 ms.\n"
695 // The child process marked as timed_out has not exited, and we should kill it manually.
742 // We choose to use multi-fork and multi-wait here instead of multi-thread, because it always
800 auto it = child_proc_list.begin(); local
801 while (it != child_proc_list.end()) {
802 auto& child_proc = *it;
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 397 * callback, as it will deadlock. This should only be called from the main
540 Iterator<String> it = mMainCategories.iterator(); local
541 while (it.hasNext()) {
542 System.out.println(":IncludeCategory: " + it.next());
613 // If we're profiling, do it immediately before/after the main monkey
624 // Release the rotation lock if it's still held and restore the
676 // we report it
794 // do nothing - it's caught at the very start of run()
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1021 // on that to reach end of buffer and with it the header
2387 List<OfflineBuffer>::iterator it = mOfflineBuffers.begin(); local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DecisionProbe.java 44 * some of this is available elsewhere, it is nice to have it all tracked
46 * the fact that this object tracks it all for later perusing to make an
94 * with predicates or it should be reported to the user.
121 /** If decision with > 1 alt has recursion in > 1 alt, it's (likely) nonregular
201 Iterator it = local
203 while ( it.hasNext() ) {
204 DFAState d = (DFAState) it.next();
215 /** Did the analysis complete it's work? */
267 Collections.sort(sorted); // make sure it's 1, 2, ..
428 Iterator it = local
    [all...]

Completed in 2113 milliseconds

<<31323334353637383940>>