HomeSort by relevance Sort by last modified time
    Searched defs:first (Results 501 - 525 of 3938) sorted by null

<<21222324252627282930>>

  /prebuilts/misc/common/robolectric/3.6.1/lib/
hamcrest-core-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 
  /external/guice/lib/build/
easymock.jar 
  /art/compiler/debug/
elf_debug_line_writer.h 112 // Guess that the first map with local variables is the end of prologue.
228 bool first = true; local
240 // Look for first valid mapping after the prologue.
243 if (first) {
244 first = false;
  /art/compiler/optimizing/
dead_code_elimination.cc 243 HInstruction* first = block->GetFirstInstruction(); local
246 if (first->AlwaysThrows() &&
247 first->GetNext() == last &&
327 HInstruction* first = block->GetFirstInstruction(); local
332 bool has_only_phi_and_if = (last == first) && (last->InputAt(0) == block->GetFirstPhi());
335 first->IsCondition() &&
336 HasInput(first->AsCondition(), block->GetFirstPhi()) &&
337 (first->GetNext() == last) &&
338 (last->InputAt(0) == first) &&
339 first->HasOnlyOneNonEnvironmentUse()
    [all...]
  /art/compiler/utils/arm/
jni_macro_assembler_arm_vixl.cc 79 uint32_t first = CTZ(fp_spill_mask); local
84 ___ Vpush(SRegisterList(vixl32::SRegister(first), POPCOUNT(fp_spill_mask)));
143 uint32_t first = CTZ(fp_spill_mask); local
147 ___ Vpop(SRegisterList(vixl32::SRegister(first), POPCOUNT(fp_spill_mask)));
396 // Ensure that the first move doesn't clobber the input of the second.
  /art/runtime/interpreter/
interpreter.cc 279 // Calculate the offset of the first input reg. The input registers are in the high regs.
494 // Are we executing the first shadow frame?
495 bool first = true; local
510 first ? nullptr : Runtime::Current()->GetInstrumentation();
517 DCHECK(first);
527 DCHECK(first);
553 DCHECK(first);
566 DCHECK(first);
580 first = false;
  /art/runtime/mirror/
dex_cache.h 458 ConversionPair(IntType f, IntType s) : first(f), second(s) { }
461 IntType first; variable
490 uint64_t first, second; local
493 : "=&a"(first), "=&d"(second)
496 return ConversionPair64(first, second);
501 uint64_t first, second; local
508 : "=&a"(first), "=&d"(second)
509 : "r"(target), "b"(value.first), "c"(value.second)
  /art/runtime/
reference_table.cc 126 // Compare GC roots, first by class, then size, then address.
166 int first = count - kLast; local
167 if (first < 0) {
168 first = 0;
170 os << " Last " << (count - first) << " entries (of " << count << "):\n";
172 for (int idx = count - 1; idx >= first; --idx) {
222 GcRoot<mirror::Object>& stack_for_object = it->first;
322 // Compare summary elements, first by combined count, then by identical (indicating leaks),
  /art/runtime/verifier/
reg_type.cc 322 bool first = true; local
324 if (!first) {
327 first = false;
    [all...]
  /art/test/098-ddmc/src/
Main.java 79 Allocations first = new Allocations(DdmVmInternal.getRecentAllocations()); local
83 System.out.println("second > first =" + (second.numberOfEntries > first.numberOfEntries));
  /bionic/libc/stdio/
vfwscanf.c 97 // The first character may be ']' or '-' without being special.
107 wchar_t first = *(ccl - 1); local
109 if (first <= last) {
111 if (wc >= first && wc <= last) return member_result;
526 /* sign ok only as first character */
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 63 /** whether this is the first method being dumped */
64 private boolean first; field in class:BlockDumper
98 this.first = true;
110 * First, parse the file completely, so we can safely refer to
164 if (first) {
165 first = false;
295 sb.append("first " + Hex.u2(rmeth.getFirstLabel()) + "\n");
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 399 int first = list.get(0).getReg(); local
400 int next = first;
  /dalvik/dx/src/com/android/dx/ssa/back/
LivenessAnalyzer.java 216 // if s is the first statement in block N
272 SsaInsn first = phis.get(i); local
274 coInterferePhiRegisters(interference, first.getResult(), second.getSources());
275 coInterferePhiRegisters(interference, second.getResult(), first.getSources());
276 interference.add(first.getResult().getReg(), second.getResult().getReg());
  /developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
AdapterTransitionFragment.java 232 int first = mAbsListView.getFirstVisiblePosition(); local
240 mAbsListView.setSelection(first);
257 int first = mAbsListView.getFirstVisiblePosition(); local
267 View destination = mAdapter.getView(first + index, null, layout);
269 destination.setId(ROOT_ID + first + index);
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 146 oldConnection.first.interrupt();
  /device/google/marlin/usb/
Usb.cpp 104 std::size_t first, last; local
106 first = roleName->find("[");
109 if (first != std::string::npos && last != std::string::npos) {
110 *roleName = roleName->substr(first + 1, last - first - 1);
386 ALOGI("%s", port.first.c_str());
387 (*currentPortStatus_1_1)[i].status.portName = port.first;
390 if (getCurrentRoleHelper(port.first, port.second,
400 if (getCurrentRoleHelper(port.first, port.second, PortRoleType::DATA_ROLE,
409 if (getCurrentRoleHelper(port.first, port.second, PortRoleType::MODE
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llex.c 234 int first = ls->current; local
237 if (first == '0' && check_next(ls, "Xx")) /* hexadecimal? */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
signalmodule.c 339 the first is the signal number, the second is the interrupted stack frame.");
452 double first; local
457 if(!PyArg_ParseTuple(args, "id|d:setitimer", &which, &first, &interval))
460 timeval_from_double(first, &new.it_value);
569 the first is the signal number, the second is the interrupted stack frame.");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
signalmodule.c 336 the first is the signal number, the second is the interrupted stack frame.");
444 double first; local
449 if(!PyArg_ParseTuple(args, "id|d:setitimer", &which, &first, &interval))
452 timeval_from_double(first, &new.it_value);
561 the first is the signal number, the second is the interrupted stack frame.");
  /external/ImageMagick/MagickCore/
list.c 65 % AppendImageToList() appends the second image list to the end of the first
180 % The numbers start at 0 for the first image in the list, while negative
217 first,
241 first=strtol(p,&p,10);
242 if (first < 0)
243 first+=(long) length;
244 last=first;
253 for (step=first > last ? -1 : 1; first != (last+step); first+=step
213 first, local
347 first, local
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_card.c 90 int first = 1; local
92 /* Find whether this is the first device in this direction, and
97 first = 0;
117 first,
148 /* Find the first device that has an hctl jack. */
344 /* Create all of the controls first. */
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 254 * @return the first node in the traversal.
256 public int first(int context) method in class:DTMDefaultBaseTraversers.AncestorOrSelfTraverser
271 * @return the first node in the traversal.
273 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.AncestorOrSelfTraverser
335 * calling this function, one should first call
382 // System.out.println("Found node via index: "+first);
399 * an axis, the first function must be used to get the first node.
406 * @return the first node in the traversal.
408 public int first(int context method in class:DTMDefaultBaseTraversers.ChildTraverser
427 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.ChildTraverser
679 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.DescendantTraverser
785 public int first(int context) method in class:DTMDefaultBaseTraversers.DescendantOrSelfTraverser
840 public int first(int context) method in class:DTMDefaultBaseTraversers.FollowingTraverser
845 int first; local
878 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.FollowingTraverser
882 int first; local
1141 public int first(int context) method in class:DTMDefaultBaseTraversers.ParentTraverser
1160 public int first(int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.ParentTraverser
1413 public int first(int context) method in class:DTMDefaultBaseTraversers.SelfTraverser
1430 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.SelfTraverser
1477 public int first(int context) method in class:DTMDefaultBaseTraversers.AllFromRootTraverser
1490 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.AllFromRootTraverser
1564 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.RootTraverser
1638 public int first(int context) method in class:DTMDefaultBaseTraversers.DescendantOrSelfFromRootTraverser
1657 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.DescendantOrSelfFromRootTraverser
1709 public int first(int context) method in class:DTMDefaultBaseTraversers.DescendantFromRootTraverser
1728 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.DescendantFromRootTraverser
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java 91 boolean first = true;
102 if (first)
118 first = false;
139 if (first)
143 first = false;
274 int first = Integer.parseInt(tok.nextToken()) * 40; local
279 writeField(aOut, first + Long.parseLong(secondToken));
283 writeField(aOut, new BigInteger(secondToken).add(BigInteger.valueOf(first)));
406 char first = identifier.charAt(0); local
407 if (first < '0' || first > '2'
    [all...]

Completed in 1885 milliseconds

<<21222324252627282930>>