HomeSort by relevance Sort by last modified time
    Searched refs:ahead (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
closebrackets.js 47 var cur = cm.getCursor(), ahead = cm.getRange(cur, CodeMirror.Pos(cur.line, cur.ch + 1));
48 if (ahead != right || cm.somethingSelected()) return CodeMirror.Pass;
56 var cur = cm.getCursor(), ahead = CodeMirror.Pos(cur.line, cur.ch + 1);
61 cm.replaceSelection(left + right, {head: ahead, anchor: ahead});
  /external/chromium_org/chrome/browser/google_apis/
time_util.cc 23 bool ahead,
38 *out_offset_to_utc_in_minutes = (hour * 60 + minute) * (ahead ? +1 : -1);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
filter.rb 11 <tt>next_token</tt> to catch RecognitionErrors and skip ahead in the input until
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 27 @ go ahead and transfer control to the native code
75 bxne r2 @ yes - go ahead
footer.S 63 bxne r2 @ yes - go ahead
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 25 * LL(*). The LL(*) algorithm simply scans ahead until it sees
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 20 * LL(*). The LL(*) algorithm simply scans ahead until it sees
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_NATIVE.S 32 # go ahead and transfer control to the native code
  /external/chromium_org/third_party/icu/source/common/
ustring.c 1033 * sufficient to look ahead one because of UTF-16;
1034 * safe to look ahead one because at worst that would be the terminating NUL
1284 int32_t ahead = *offset + 1; local
    [all...]
  /external/icu4c/common/
ustring.cpp 1034 * sufficient to look ahead one because of UTF-16;
1035 * safe to look ahead one because at worst that would be the terminating NUL
1291 int32_t ahead = *offset + 1; local
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 436 @ go ahead and transfer control to the native code
484 bxne r2 @ yes - go ahead
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 436 @ go ahead and transfer control to the native code
484 bxne r2 @ yes - go ahead
    [all...]
CompilerTemplateAsm-armv7-a.S 436 @ go ahead and transfer control to the native code
484 bxne r2 @ yes - go ahead
    [all...]
CompilerTemplateAsm-armv5te-vfp.S 436 @ go ahead and transfer control to the native code
484 bxne r2 @ yes - go ahead
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-231.js 29 // A stack growth during a look-ahead could restore a pointer to the old stack.
  /external/v8/test/mjsunit/regress/
regress-231.js 29 // A stack growth during a look-ahead could restore a pointer to the old stack.
  /bionic/libc/arch-mips/string/
memcpy.S 125 pref 30,32(a0) # safe, as we have at least 64 bytes ahead
274 pref 30,32(a0) # safe, as we have at least 64 bytes ahead
  /external/libffi/src/mips/
o32.S 86 REG_L a0, 0*FFI_SIZEOF_ARG($sp) # just go ahead and load the
  /external/oprofile/events/mips/74K/
events 29 event:0xb counters:0,2 um:zero minimum:500 name:IFU_IDU_MISS_PRED_UPSTREAM_CYCLES : 11-0 Cycles IFU-IDU gate is closed (to prevent upstream from getting ahead) due to mispredicted branch
100 event:0x406 counters:1,3 um:zero minimum:500 name:ICACHE_MISSES : 6-1 Instruction cache misses, includes misses from fetch-ahead and speculation
  /external/chromium_org/chrome/renderer/resources/extensions/
messaging.js 305 // Go ahead and disconnect immediately if the sender is not expecting
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 367 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 738 * this rule and successfully parsed before, then seek ahead to
751 //System.out.println("seen rule "+ruleIndex+" before; skipping ahead to @"+(stopIndex+1)+" failed="+failed);
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 405 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
  /external/zlib/src/contrib/masmx86/
match686.asm 345 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
  /dalvik/vm/mterp/armv5te/
footer.S     [all...]

Completed in 1202 milliseconds

1 2