HomeSort by relevance Sort by last modified time
    Searched full:next (Results 876 - 900 of 30278) sorted by null

<<31323334353637383940>>

  /dalvik/vm/mterp/armv5te/
OP_CONST_16.S 8 GOTO_OPCODE(ip) @ jump to next instruction
OP_NOP.S 2 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST
stub.S 6 FETCH_INST() @ load next instruction from rPC
  /dalvik/vm/mterp/c/
OP_GOTO_16.cpp 3 s4 offset = (s2) FETCH(1); /* sign-extend next code unit */
  /dalvik/vm/mterp/mips/
OP_MOVE_EXCEPTION.S 10 GOTO_OPCODE(t0) # jump to next instruction
OP_NOP.S 2 FETCH_ADVANCE_INST(1) # advance to next instr, load rINST
stub.S 8 FETCH_INST() # load next instruction from rPC
  /external/chromium/net/data/cache_tests/list_loop/
contents.txt 25 next: 0
35 next: 0x90000001
46 next: 0
56 next: 0x90000007
67 next: 0
77 next: 0x90000006
88 next: 0
98 next: 0x90000005
109 next: 0
119 next: 0x9000000
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string_char_iterator.h 27 // Advances to the next char. Returns false if there is no next char.
30 // Advances to the first char of the next token. Returns false if there is
31 // no next token.
  /external/chromium_org/net/data/cache_tests/list_loop/
contents.txt 25 next: 0
35 next: 0x90000001
46 next: 0
56 next: 0x90000007
67 next: 0
77 next: 0x90000006
88 next: 0
98 next: 0x90000005
109 next: 0
119 next: 0x9000000
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
lru_cache.py 31 self.next = None
60 self._last = self._last.next
64 self._first.next = node
81 next_last = self._last.next
85 next_first.next = None
86 self._first.next = next_first
92 node.next.prev = node.prev
93 node.prev.next = node.next
95 node.next = Non
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/lhash/
num.pl 7 next unless /^node/;
  /external/chromium_org/third_party/skia/src/core/
SkAutoKern.h 15 #define SkAutoKern_AdjustF(prev, next) (((next) - (prev) + 32) >> 6 << 16)
16 #define SkAutoKern_AdjustS(prev, next) SkIntToScalar(((next) - (prev) + 32) >> 6)
  /external/chromium_org/third_party/skia/src/pathops/
SkAddIntersections.h 14 bool AddIntersectTs(SkOpContour* test, SkOpContour* next);
  /external/chromium_org/tools/gyp/test/win/rc-build/
Resource.h 15 // Next default values for new objects
  /external/chromium_org/tools/measure_page_load_time/ie_bho/
resource.h 9 // Next default values for new objects
  /external/chromium_org/tools/page_cycler/startup_test_common/
README 3 substituting head.js for a version that doesn't redirect to the next page in the
  /external/clang/test/CodeCompletion/
namespace.cpp 13 // CHECK-CC1-NEXT: I5
  /external/clang/test/CodeGen/
2002-07-14-MiscListTests.c 19 struct list *Next;
43 L = &(*L)->Next;
46 (*L)->Next = 0;
53 return FindData(L->Next, Data);
  /external/clang/test/CodeGenCXX/
field-access-debug-info.cpp 5 // CHECK-NEXT: DW_FORM_data1
operator-new.cpp 25 // SANE-NEXT: [[OVER:%.*]] = extractvalue {{.*}} [[UWO]], 1
26 // SANE-NEXT: [[SUM:%.*]] = extractvalue {{.*}} [[UWO]], 0
27 // SANE-NEXT: [[RESULT:%.*]] = select i1 [[OVER]], i32 -1, i32 [[SUM]]
28 // SANE-NEXT: call noalias i8* @_Znaj(i32 [[RESULT]])
throw-expressions.cpp 31 // CHECK-NEXT: unreachable
42 // CHECK-NEXT: unreachable
55 // CHECK-NEXT: unreachable
66 // CHECK-NEXT: unreachable
volatile.cpp 17 // CHECK-NEXT: [[IDX:%.*]] = getelementptr inbounds [[A]]* [[ARR]], i64 0
18 // CHECK-NEXT: [[TMP:%.*]] = call [[A]]* @_ZNV5test01AaSERVKS0_([[A]]* [[IDX]], [[A]]* [[T:%.*]])
19 // CHECK-NEXT: ret void
30 // CHECK-NEXT: ret void
  /external/clang/test/CodeGenObjC/
tentative-cfconstantstring.m 39 // CHECK-NEXT: [[ONE:%.*]] = load i8** @"\01L_OBJC_SELECTOR_REFERENCES_"
40 // CHECK-NEXT: [[TWO:%.*]] = bitcast %struct._class_t* [[ZERO]] to i8*
41 // CHECK-NEXT: call void (i8*, i8*, [[T:%.*]]*, ...)* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void (i8*, i8*, [[T:%.*]]*, ...)*)(i8* [[TWO]], i8* [[ONE]], [[T:%.*]]* bitcast (%struct.NSConstantString* @_unnamed_cfstring_{{.*}} to [[T:%.*]]*))
42 // CHECK-NEXT: ret void
  /external/clang/utils/analyzer/
update_plist_test.pl 20 next if (/^\/\/ CHECK/);
31 next if (/^[^\s]/);
35 next;
43 print $fh "// CHECK-NEXT: ";

Completed in 1286 milliseconds

<<31323334353637383940>>