Searched refs:Called (Results 1 - 13 of 13) sorted by relevance

/external/skia/tools/lua/
H A Dfilter-counter.lua39 Called when the current canvas is done drawing.
46 Called with the parameters to each canvas.draw call, where canvas is the
H A Dscrape.lua40 Called when the current canvas is done drawing.
47 Called with the parameters to each canvas.draw call, where canvas is the
H A Dglyph-counts.lua39 Called when the current canvas is done drawing.
46 Called with the parameters to each canvas.draw call, where canvas is the
H A Dglyph-usage.lua39 Called when the current canvas is done drawing.
46 Called with the parameters to each canvas.draw call, where canvas is the
H A Dscrape_dashing.lua41 Called when the current canvas is done drawing.
H A Dscrape_dashing_full.lua19 Called when the current canvas is done drawing.
/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp469 const Function *Called = getCalledFunction(MI); local
470 return !(Called == nullptr || !Called->hasFnAttribute(Attribute::NoReturn) ||
471 !Called->hasFnAttribute(Attribute::NoUnwind));
/external/v8/test/mjsunit/es6/
H A Drest-params.js235 return `Hello ${lastName}, ${firstName}! Called with ${length} args!`;
237 assertEquals("Hello Ross, Bob! Called with 4 args!", f("Bob", "Ross", 0, 0));
240 `Hello ${lastName}, ${firstName}! Called with ${length} args!`;
241 assertEquals("Hello Ross, Bob! Called with 4 args!", f2("Bob", "Ross", 0, 0));
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary72 ATTRIBUTE Called-Station-Id 30 string
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp4791 VerifyStartOfTranslationUnit() : Called(false) {}
4793 EXPECT_TRUE(Called); variable
4795 void onStartOfTranslationUnit() override { Called = true; }
4796 bool Called; member in class:clang::ast_matchers::VerifyStartOfTranslationUnit
4806 EXPECT_TRUE(VerifyCallback.Called);
4808 VerifyCallback.Called = false;
4812 EXPECT_TRUE(VerifyCallback.Called);
4817 VerifyEndOfTranslationUnit() : Called(false) {}
4819 EXPECT_FALSE(Called); variable
4821 void onEndOfTranslationUnit() override { Called
4822 bool Called; member in class:clang::ast_matchers::VerifyEndOfTranslationUnit
[all...]
/external/pcre/dist/
H A Dpcregexp.pas433 (* Called from PCRE as a result of the (?C) item. We print out where we are in
/external/bison/build-aux/
H A Dtexinfo.tex1062 % Called from \setfilename.
4428 % Called from \indexdummies and \atdummies.
5216 % Called at the end of the double column material.
5959 % Called from @chapter, etc.
7401 % Called by \do from \dounmacro on each macro. The idea is to omit any
/external/libmicrohttpd/doc/
H A Dtexinfo.tex1063 % Called from \setfilename.
4429 % Called from \indexdummies and \atdummies.
5217 % Called at the end of the double column material.
5960 % Called from @chapter, etc.
7402 % Called by \do from \dounmacro on each macro. The idea is to omit any

Completed in 724 milliseconds