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

<<11121314151617181920>>

  /prebuilts/devtools/tools/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 110 // Guess that the first map with local variables is the end of prologue.
224 bool first = true; local
236 // Look for first valid mapping after the prologue.
239 if (first) {
240 first = false;
  /art/compiler/optimizing/
register_allocator_test.cc 135 // Sibling of the first interval has no register allocated to it.
765 HInstruction* first = new (allocator) HParameterValue( local
769 entry->AddInstruction(first);
776 *div = new (allocator) HDiv(Primitive::kPrimInt, first, second, 0); // don't care about dex_pc.
801 // div on x86 requires its first input in eax and the output be the same as the first input.
849 LiveInterval* first = BuildInterval(ranges1, arraysize(ranges1), &allocator, -1, one); local
850 first->first_use_ = new(&allocator) UsePosition(user, 0, false, 8, first->first_use_);
851 first->first_use_ = new(&allocator) UsePosition(user, 0, false, 7, first->first_use_)
    [all...]
  /art/compiler/utils/arm/
assembler_arm_test.h 97 bool first = true; local
146 if (first) {
147 first = false;
188 bool first = true; local
198 Imm i = pair.first;
238 if (first) {
239 first = false;
274 bool first = true; local
301 if (first) {
302 first = false
340 bool first = true; local
404 bool first = true; local
460 bool first = true; local
    [all...]
  /art/runtime/interpreter/
interpreter.cc 525 // Are we executing the first shadow frame?
526 bool first = true; local
541 first ? nullptr : Runtime::Current()->GetInstrumentation();
598 first = false;
  /art/runtime/jdwp/
jdwp_main.cc 351 * we need to wait for it to finish first.
503 bool first = true; local
517 if (first && !netState->IsAwaitingHandshake()) {
519 first = false;
  /art/runtime/verifier/
reg_type.cc 314 bool first = true; local
316 if (!first) {
319 first = false;
  /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/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java 251 int first = 0; local
260 first = i;
269 for (int i = first - 1; i >= 0; i--) {
275 mFirstPosition += first;
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 278 int first = get_options(argc, argv, local
287 if (first == argc) {
311 infile = argv[first];
  /device/asus/fugu/libaudio/
alsa_utils.cpp 239 bool first = true; local
242 rates.appendFormat(first ? "%d" : "|%d", srMaskToSR(i));
243 first = false;
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 309 GLboolean first = GL_FALSE; local
320 first = GL_TRUE;
337 *firstUse = 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/autotest/client/site_tests/power_Consumption/
power_Consumption.py 20 import flimflam # Requires flimflam_test_path to be imported first. namespace
  /external/bison/lib/
getopt.c 74 On entry to 'getopt', zero means this is the first call; initialize.
76 When 'getopt' returns -1, this is the index of the first of the
160 /* First make sure the handling of the '__getopt_nonoption_flags'
225 /* Initialize the internal data when the first call is made. */
307 Then 'optind' is the index in ARGV of the first ARGV-element
400 exchange them so that the options come first. */
517 /* First nonexact match found. */
538 struct option_list first;
539 first.p = pfound;
540 first.next = ambig_list
534 struct option_list first; local
    [all...]
  /external/bison/src/
gram.c 177 bool first = true; local
185 if (first)
189 first = false;
194 if (!first)
208 bool first = true; local
212 if (first)
214 first = false;
235 if (!first)
  /external/boringssl/src/crypto/obj/
obj.c 409 int i, n = 0, len, nid, first, use_bn; local
440 first = 1;
480 if (first) {
481 first = 0;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java 90 boolean first = true;
101 if (first)
117 first = false;
138 if (first)
142 first = false;
283 int first = Integer.parseInt(tok.nextToken()) * 40; local
288 writeField(aOut, first + Long.parseLong(secondToken));
292 writeField(aOut, new BigInteger(secondToken).add(BigInteger.valueOf(first)));
415 char first = identifier.charAt(0); local
416 if (first < '0' || first > '2'
    [all...]
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 13 T1 first; member in struct:std::pair
16 pair() : first(), second() {}
17 pair(const T1 &a, const T2 &b) : first(a), second(b) {}
20 pair(const pair<U1, U2> &other) : first(other.first), second(other.second) {}
  /external/clang/test/CodeGenCXX/
references.cpp 187 X first; member in struct:N2::P
198 const X& xr = getP().first;
thunks.cpp 148 X first; member in struct:Test6::P
  /external/clang/test/SemaCXX/
references.cpp 132 T& first; member in struct:PR7149::X0
133 X0(T& p1) : first(p1) { }
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
SourceFiles.java 156 String first = namesIterator.next(); local
157 StringBuilder compositeNameBuilder = new StringBuilder(first);

Completed in 960 milliseconds

<<11121314151617181920>>