HomeSort by relevance Sort by last modified time
    Searched defs:first (Results 901 - 925 of 2784) sorted by null

<<31323334353637383940>>

  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha7/
ninepatch-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha9/
ninepatch-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-beta2/
ninepatch-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-beta5/
ninepatch-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-beta6/
ninepatch-25.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-beta7/
ninepatch-25.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-rc3/
ninepatch-25.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0/
ninepatch-25.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-alpha3/
ninepatch-25.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-alpha4/
ninepatch-25.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-beta1/
ninepatch-25.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-beta3/
ninepatch-25.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-rc1/
ninepatch-25.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.2/
ninepatch-25.1.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.2.0-alpha1/
ninepatch-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.2.0-alpha3/
ninepatch-25.2.0-alpha3.jar 
  /prebuilts/tools/common/api-generator/
api-generator-25.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.24/
truth-0.24.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.12.613/
kotlin-stdlib-0.12.613.jar 
  /external/opencv3/modules/java/pure_test/lib/
junit-4.11.jar 
  /art/compiler/optimizing/
instruction_builder.cc 45 // be deleted when the first throwing instruction with the vreg undefined
49 // the first throwing instruction.
176 // This is the first instruction throwing into `catch_block` where
474 HInstruction* first = LoadLocal(instruction.VRegA(), Primitive::kPrimInt); local
476 T* comparison = new (arena_) T(first, second, dex_pc);
495 HInstruction* first = LoadLocal(instruction.VRegB(), type); local
496 AppendInstruction(new (arena_) T(type, first, dex_pc));
504 HInstruction* first = LoadLocal(instruction.VRegB(), input_type); local
505 AppendInstruction(new (arena_) HTypeConversion(result_type, first, dex_pc));
513 HInstruction* first = LoadLocal(instruction.VRegB(), type) local
523 HInstruction* first = LoadLocal(instruction.VRegB(), type); local
533 HInstruction* first = LoadLocal(instruction.VRegB(), type); local
543 HInstruction* first = LoadLocal(instruction.VRegA(), type); local
553 HInstruction* first = LoadLocal(instruction.VRegA(), type); local
561 HInstruction* first = LoadLocal(instruction.VRegB(), Primitive::kPrimInt); local
572 HInstruction* first = LoadLocal(instruction.VRegB(), Primitive::kPrimInt); local
1426 HInstruction* first = LoadLocal(first_vreg, type); local
    [all...]
nodes.cc 358 // Make sure the first predecessor of a loop header is the incoming block.
389 // Infer try membership from the first predecessor. Having simplified loops,
390 // the first predecessor can never be a back edge and therefore it must have
398 // We are either setting try block membership for the first time or it
609 // If we hit a loop header in an irreducible loop, we first check if the
2053 HBasicBlock* first = entry_block_->GetSuccessors()[0]; local
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
ArithOpChanger.java 162 Opcode first = opcodeList.get(0); local
164 if (Opcode.isBetween(opcode, first, last)) {
  /bionic/libc/dns/resolv/
res_cache.c 83 * this will initialize the cache on first usage. the result can be NULL
102 /* the name of an environment variable that will be checked the first time
183 * - end : the address of the buffer's limit, i.e. of the first byte
659 int first = 1; local
678 if (first)
679 first = 0;
1123 Entry* first = list->mru_next; local
1125 e->mru_next = first;
1129 first->mru_prev = e;
    [all...]
  /dalvik/libdex/
DexSwapVerify.cpp 290 * checked during the first iteration over the map.
376 bool first = true; local
390 if (first) {
391 first = false;
922 * do is check the first one.
1044 bool first = true; local
1074 bool first = true; local
1105 bool first = true; local
1399 bool first = true; local
2292 bool first = true; local
    [all...]

Completed in 213 milliseconds

<<31323334353637383940>>