/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
parser.ml | 49 (* ifexpr ::= 'if' expr 'then' expr 'else' expr *) 51 'Token.Then ?? "expected 'then'"; t=parse_expr; 106 if token_prec < expr_prec then lhs else begin 121 then parse_bin_rhs (token_prec + 1) rhs stream 173 then raise (Stream.Error "invalid number of operands for operator") 175 if kind == 1 then
|
/external/libvpx/libvpx/ |
rate_hist.c | 77 int64_t then = 0; local 94 then = now; 100 then = hist->pts[i_idx]; 101 if (now - then > cfg->rc_buf_sz) 106 if (now == then) 109 avg_bitrate = sum_sz * 8 * 1000 / (now - then);
|
/external/skia/tools/lua/ |
ngrams.lua | 19 -- list containing just the verb to the master list. Then, backtrack over the 41 if idx > 0 then 53 if counts[ngram] == nil then 63 io.write("if counts['", ngram, "'] == nil then counts['", ngram, "'] = ", count, " else counts['", ngram, "'] = counts['", ngram, "'] + ", count, " end\n")
|
skia.lua | 25 if r then 28 elseif l then
|
/external/v8/test/webkit/fast/js/ |
Promise-resolve-with-then-fulfill.js | 31 then: function(onFulfilled) { 32 testPassed('value.then is called.'); 41 }).then(function(localResult) {
|
Promise-resolve-with-then-reject.js | 31 then: function(onFulfilled, onRejected) { 32 testPassed('value.then is called.'); 41 }).then(function() {
|
Promise-static-cast.js | 38 promise.then(function(res) { 42 return Promise.resolve(42).then(function (res) { 46 }).then(function () {
|
Promise-exception.js | 33 }).then(function(result) { 35 }).then(function(localResult) {
|
Promise-reject.js | 32 promise.then(function(result) { 46 promise.then(function() {
|
Promise-resolve-with-itself.js | 32 promise.then(function () { 38 }).then(finishJSTest, finishJSTest);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
rate_hist.c | 77 int64_t then = 0; local 91 then = now; 97 then = hist->pts[i_idx]; 98 if (now - then > cfg->rc_buf_sz) 103 if (now == then) 106 avg_bitrate = sum_sz * 8 * 1000 / (now - then);
|
/development/ndk/tests/prebuilt-library/jni/ |
Android.mk | 3 # Define BUILD_FOO=1 to rebuild libfoo.so from scratch, then
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
AST.stg | 140 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRuleElementStream).Add(<label>);<\n> 154 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRuleElementStream).Add(<label>);<\n> 170 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<rule.name>'] as IRewriteRuleElementStream).Add(<label>.Tree);<\n> 182 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<rule>'] as IRewriteRuleElementStream).Add(<label>.Tree); 212 if (State.Backtracking = 0) then 251 if Assigned(<it>) then 271 if (<referencedElementsDeep:{el | (Locals['Stream_<el>'] as IRewriteRuleElementStream).HasNext}; separator=" or ">) then 298 if (not (<referencedElements:{el | (Locals['Stream_<el>'] as IRewriteRuleElementStream).HasNext}; separator=" or ">)) then 311 if (<a.pred>) then
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/ |
jsdom_parser.js | 25 //NOTE: wait while parserController will be adopted by calling code, then
|
/external/opencv3/samples/winrt_universal/PhoneTutorial/ |
MainPage.xaml.cpp | 58 // Cast to Object^, then to its underlying IInspectable interface. 103 auto getStreamTask = getFileTask.then( 109 getStreamTask.then(
|
/frameworks/native/libs/gui/tests/ |
Android.mk | 48 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/native/opengl/tests/EGLTest/ |
Android.mk | 34 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
fill.d | 10 # could be increased to suit ia64 but then we'd break many coff targets
|
/bionic/libc/arch-arm/bionic/ |
__bionic_clone.S | 56 # In the parent, reload saved registers then either return or set errno.
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
RewriteRuleSubtreeStream.js | 11 * children; e.g., ^(type ID)+ adds ID to type and then 2nd iteration 30 // test size above then fetch
|
/external/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.ml | 58 if Nativeint.to_int vptr <> 0 then 65 if Nativeint.to_int fptr <> 0 then
|
/external/mockito/src/org/mockito/internal/stubbing/ |
OngoingStubbingImpl.java | 32 public OngoingStubbing<T> then(Answer<?> answer) {
method in class:OngoingStubbingImpl
|
/external/v8/test/mjsunit/harmony/ |
debug-async-break-on-stack.js | 16 if (typeof promise !== "object" || typeof promise.then !== "function") { 22 promise.then(function(value) { hadValue = true; actual = value; },
|
debug-async-break.js | 16 if (typeof promise !== "object" || typeof promise.then !== "function") { 22 promise.then(function(value) { hadValue = true; actual = value; },
|
/external/v8/test/webkit/ |
dfg-obvious-constant-cfa.js | 25 "This tests that if the CFA performs constant folding on an obvious set and then get of a captured local, then we don't crash."
|