/external/v8/test/webkit/fast/js/ |
Promise-resolve-with-then-exception.js | 32 resolve({then: function() { throw 'hello'; }}); 33 }).then(function() {
|
/prebuilts/misc/windows/sdl2/test/ |
testdraw2.c | 177 Uint32 then, now, frames; local 246 then = SDL_GetTicks(); 273 if (now > then) { 274 double fps = ((double) frames * 1000) / (now - then);
|
testgles.c | 110 Uint32 then, now, frames; local 287 then = SDL_GetTicks(); 334 if (now > then) { 336 ((double) frames * 1000) / (now - then));
|
testrendercopyex.c | 140 Uint32 then, now; local 182 then = SDL_GetTicks(); 199 if (now > then) { 200 double fps = ((double) frames * 1000) / (now - then);
|
testviewport.c | 85 Uint32 then, now, frames; local 135 then = SDL_GetTicks(); 176 if (now > then) { 177 double fps = ((double) frames * 1000) / (now - then);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
vle-multiseg.s | 2 # separate output sections. We will then check for separate load segments.
|
/art/compiler/optimizing/ |
gvn_test.cc | 142 HBasicBlock* then = new (&allocator) HBasicBlock(graph); local 145 graph->AddBlock(then); 149 block->AddSuccessor(then); 151 then->AddSuccessor(join); 154 then->AddInstruction(new (&allocator) HInstanceFieldGet(parameter, 163 then->AddInstruction(new (&allocator) HGoto()); 191 ASSERT_TRUE(then->GetFirstInstruction()->IsGoto());
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Collections.pas | 178 if FDictionary.ContainsKey(Key) then 209 if (ACapacity < 0) then 250 if (IsNewEntry) then 295 if (FVersion <> FHashList.FVersion) then 297 if (FIndex < FOrderList.Count) then 344 if Assigned(Dict) then 350 if (I > 0) then 376 if (Coll <> nil) then 381 if (I > 0) then 384 if (Element = nil) then [all...] |
Antlr.Runtime.pas | 136 /// argument. So if you're nested 5 levels of Mark(), and then Release(2) 282 /// want to continue lexing then you do not want to continue parsing. Just 285 /// lexing then you should not throw an exception to the parser--it has already 335 /// If you don't want to buffer up tokens, then this method makes no 343 /// If the stream does not buffer all the tokens then it can just 564 /// If >0 then it's the level of backtracking. 594 /// emissions, then set this to the last token to be matched or 716 /// plain Mismatch(), which does not recover. Then any error 769 /// difficult because you would have to subclassing exception, but then somehow get [all...] |
/build/kati/testcase/ |
find_command.mk | 87 $(call run_find, if [ -d testdir ] ; then find testdir ; fi) 88 $(call run_find, if [ -d testdir ]; then find testdir; fi) 89 $(call run_find, if [ -d testdir ]; then cd testdir && find .; fi) 121 $(call run_find, if [ -d xxx ]; then find .; fi) 125 $(call run_find, if [ -d testdir3/a/c ]; then find testdir3/a/c; fi)
|
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 633 if i = e then () else 644 if i = e then init else 653 if i = e then () else 664 if i = e then init else 700 if i = e then () else 711 if i = e then init else 720 if i = e then () else 731 if i = e then init else 779 if (check attr) <> 0l then begin 800 if align <> 0l then [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
codegen.ml | 44 if Array.length params == Array.length args then () else 60 let then_bb = append_block context "then" the_function in 62 (* Emit 'then' value. *) 66 (* Codegen of 'then' can change the current block, update then_bb for the 90 (* Set a unconditional branch at the end of the 'then' block and the 184 if block_begin f <> At_end f then 188 if element_type (type_of f) <> ft then
|
ast.ml | 19 (* variant for if/then/else. *)
|
lexer.ml | 48 | "then" -> [< 'Token.Then; stream >]
|
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/ |
timeline_view_test.js | 34 * clears all events from the log, and then adds two new SOCKET events, which 197 * A Task that scrolls the scrollbar by manipulating the DOM, and then waits 301 // Load a log and then switch to the timeline view. The end time is 336 // Load a log and then run the rest of the test. 344 * Zooms out twice, and then zooms in once. 356 // Load a log and then run the rest of the test. 375 // Load a log and then run the rest of the test. 395 // Load a log and then run the rest of the test. 406 // Click the button to clear all the captured events, and then switch to
|
/external/ImageMagick/ |
Make.com | 4 $ on error then continue 6 $ on error then continue 8 $ on error then continue 14 $ then 20 $ then 26 $ then 32 $ then 37 $ then 43 $if (f$trnlnm("X11") .eqs. "") then define/nolog X11 decw$include: 47 $then ! VAX with DEC C compile [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
codegen.ml | 44 if Array.length params == Array.length args then () else 62 if block_begin f <> At_end f then 66 if element_type (type_of f) <> ft then
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
codegen.ml | 44 if Array.length params == Array.length args then () else 62 if block_begin f <> At_end f then 66 if element_type (type_of f) <> ft then
|
/external/skia/platform_tools/android/tests/expectations/ |
Android.mk | 22 # (a) If libskia is built in release, then define SK_RELEASE when building 24 # (b) If libskia is built with debugging (see step 2), then no changes are 33 # NOTE: If neither SK_DEBUG or SK_RELEASE are defined then Skia checks NDEBUG to
|
/external/v8/src/js/ |
promise.js | 249 var then = resolution.then; 257 if (IsPromise(resolution) && then === PromiseThen) { 280 if (IS_CALLABLE(then)) { 291 %_Call(then, resolution, callbacks.resolve, callbacks.reject); 394 // ES#sec-promise.prototype.then 395 // Promise.prototype.then ( onFulfilled, onRejected ) 431 // Chain is left around for now as an alias for then 440 return this.then(UNDEFINED, onReject); 489 nextPromise.then( [all...] |
/external/v8/test/mjsunit/ |
debug-stepframe-clearing.js | 9 // and the breakpoints flooding get() are allowed to expire, then we ensure 85 // handled then deleted bp_f1_line7, then the debugger clears DebugInfo from
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/ |
xml2js.js | 161 return fs.readFileAsync(CLASS_SPEC(c), 'utf8').then(function(xml) { 178 var parseGroups = fs.readdirAsync(xml2js.opts.inputdir).then(function(files) { 183 return fs.readFileAsync(xml2js.opts.inputdir + '/' + fn, 'utf8').then(function(xml) { 204 }).then(function() { 228 }).then(function() { 230 return fs.readFileAsync(xml2js.opts.custom, 'utf8').then(function(custom) { 240 }).then(function() { 252 return fs.readFileAsync(XML_GRAMMAR_SPEC, 'utf8').then(function(xmlgrammar) { 261 return fs.readdirAsync(typemapsdir).then(function(dirs) { 264 return fs.readdirAsync(typemapsdir + '/' + dir).then(function(files) [all...] |
/development/build/ |
build_android_stubs.mk | 44 $(hide) if [ ! -f libcore/NOTICE ]; then \ 49 $(hide) if [ ! -f libcore/ojluni/NOTICE ]; then \ 62 $(hide) if [ ! -f $(PRIVATE_FRAMEWORK_RES_PACKAGE) ]; then \ 76 $(hide) if [ ! -f $(PRIVATE_FRAMEWORK_RES_PACKAGE) ]; then \
|
/external/chromium-libpac/test/js-unittest/ |
passthrough.js | 14 // non-alphanumeric character with a dot, then fix up the oddly placed dots.
|
/external/libunwind/doc/ |
unw_resume.tex | 24 and then directly resumes execution in the target stack frame. Thus 29 \Var{cp} was interrupted by a signal, then \Func{unw\_resume}() will 39 \Func{unw\_resume} routine then returns normally (that is, unlikely 48 \Func{unw\_set\_reg}()), then \Func{unw\_resume}() will install this
|