Searched refs:function (Results 151 - 175 of 1935) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTree.as42 public function BaseTree(node:Tree = null) {
45 public function getChild(i:int):Tree {
55 public function get children():Array {
59 public function getFirstChildWithType(type:int):Tree {
69 public function get childCount():int {
82 public function addChild(t:Tree):void {
122 public function addChildren(kids:Array):void {
129 public function setChild(i:int, t:Tree):void {
144 public function deleteChild(i:int):Object {
159 public function replaceChildre
[all...]
H A DTreeParser.as41 public function TreeParser(input:TreeNodeStream, state:RecognizerSharedState = null) {
46 public override function reset():void {
54 public function set treeNodeStream(input:TreeNodeStream):void {
58 public function get treeNodeStream():TreeNodeStream {
62 public override function get sourceName():String {
66 protected override function getCurrentInputSymbol(input:IntStream):Object {
70 protected override function getMissingSymbol(input:IntStream,
83 public function matchAny(ignore:IntStream):void { // ignore stream, copy of this.input
113 protected override function mismatch(input:IntStream, ttype:int, follow:BitSet):void {
121 public override function getErrorHeade
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dmemoized.py36 def __init__(self, function):
37 self._function = function
54 # Return a function partial with obj already bound as self.
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DShaderExecutable9.h21 ShaderExecutable9(const void *function, size_t length, IDirect3DPixelShader9 *executable);
22 ShaderExecutable9(const void *function, size_t length, IDirect3DVertexShader9 *executable);
H A DShaderCache.h40 ShaderObject *create(const DWORD *function, size_t length) argument
42 std::string key(reinterpret_cast<const char*>(function), length);
51 HRESULT result = createShader(function, &shader);
85 HRESULT createShader(const DWORD *function, IDirect3DVertexShader9 **shader) argument
87 return mDevice->CreateVertexShader(function, shader);
90 HRESULT createShader(const DWORD *function, IDirect3DPixelShader9 **shader) argument
92 return mDevice->CreatePixelShader(function, shader);
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/modes/
H A Daesni-gcm-x86_64.S6 .type aesni_gcm_encrypt,@function
14 .type aesni_gcm_decrypt,@function
/external/chromium_org/third_party/skia/tools/lua/
H A Dgradients.lua2 function sk_scrape_startcanvas(c, fileName) end
4 function sk_scrape_endcanvas(c, fileName) end
9 function sk_scrape_accumulate(t)
30 function sk_scrape_summarize()
H A Dskia.lua3 function string.startsWith(String,Start)
7 function string.endsWith(String,End)
14 function Sk.isFinite(x)
23 function Sk.Rect.new(l, t, r, b)
39 function Sk.Rect:width()
43 function Sk.Rect:height()
47 function Sk.Rect:isEmpty()
51 function Sk.Rect:isFinite()
59 function Sk.Rect:setEmpty()
66 function S
[all...]
/external/chromium_org/v8/src/
H A Druntime-profiler.h30 void AttemptOnStackReplacement(JSFunction* function, int nesting_levels = 1);
33 void Optimize(JSFunction* function, const char* reason);
/external/skia/tools/lua/
H A Dgradients.lua2 function sk_scrape_startcanvas(c, fileName) end
4 function sk_scrape_endcanvas(c, fileName) end
9 function sk_scrape_accumulate(t)
30 function sk_scrape_summarize()
H A Dskia.lua3 function string.startsWith(String,Start)
7 function string.endsWith(String,End)
14 function Sk.isFinite(x)
23 function Sk.Rect.new(l, t, r, b)
39 function Sk.Rect:width()
43 function Sk.Rect:height()
47 function Sk.Rect:isEmpty()
51 function Sk.Rect:isFinite()
59 function Sk.Rect:setEmpty()
66 function S
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DMissingTokenException.as7 public function MissingTokenException(expecting:int, input:IntStream, inserted:Object) {
12 public function get missingType():int {
16 public override function toString():String {
H A DBitSet.as49 public function BitSet(bits:Array = null) {
61 public static function of(... args):BitSet {
70 public function or(a:BitSet):BitSet {
80 public function add(el:int):void {
92 public function growToInclude(bit:int):void {
97 public function orInPlace(a:BitSet):void {
115 private function set size(nwords:int):void {
119 private static function bitMask(bitNumber:int):int {
124 public function clone():BitSet {
129 public function ge
[all...]
H A DTokenRewriteStream.as96 public function TokenRewriteStream(tokenSource:TokenSource = null, channel:int = TokenConstants.DEFAULT_CHANNEL) {
105 public function rollback(instructionIndex:int, programName:String = DEFAULT_PROGRAM_NAME):void {
113 public function deleteProgram(programName:String = DEFAULT_PROGRAM_NAME):void {
117 public function insertAfterToken(t:Token, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
121 public function insertAfter(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
126 public function insertBeforeToken(t:Token, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
130 public function insertBefore(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
137 public function replace(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
141 public function replaceRange(fromIndex:int, toIndex:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
151 public function replaceToke
[all...]
/external/chromium_org/third_party/leveldatabase/src/table/
H A Diterator.cc10 cleanup_.function = NULL;
15 if (cleanup_.function != NULL) {
16 (*cleanup_.function)(cleanup_.arg1, cleanup_.arg2);
18 (*c->function)(c->arg1, c->arg2);
29 if (cleanup_.function == NULL) {
36 c->function = func;
/external/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp24 PThreadMutex::Locker::Locker(PThreadMutex& m, const char *function, const char *file, const int line) : argument
26 m_function(function),
34 PThreadMutex::Locker::Locker(PThreadMutex* m, const char *function, const char *file, const int line) : argument
36 m_function(function),
44 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, const char *file, const int line) : argument
46 m_function(function),
69 fprintf(stdout, "::pthread_mutex_trylock (%8.8p) mutex is locked (function %s in %s:%i), waiting...\n", m_pMutex, m_function, m_file, m_line);
71 fprintf(stdout, "::pthread_mutex_lock (%8.8p) succeeded after %6llu usecs (function %s in %s:%i)\n", m_pMutex, DNBTimer::GetTimeOfDay() - m_lock_time, m_function, m_file, m_line);
/external/openssl/crypto/
H A Darm64cpuid.S8 .type _armv7_neon_probe,%function
15 .type _armv7_tick,%function
22 .type _armv8_aes_probe,%function
29 .type _armv8_sha1_probe,%function
36 .type _armv8_sha256_probe,%function
42 .type _armv8_pmull_probe,%function
/external/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp133 template <typename T> static void foo(T function);
134 template <typename T> static void bar(T function);
135 template <typename T> static void func(T function);
138 template <typename T> void C::foo(T function) { function(); } argument
140 template <typename T> void C::bar(T function) { argument
141 foo([&function]() { function(); });
144 template <typename T> void C::func(T function) { argument
148 Struct(T function) argument
164 struct function { struct in namespace:PR14373
165 template <typename _Functor> function(_Functor __f) { __f(); } function in struct:PR14373::function
[all...]
/external/llvm/bindings/ocaml/transforms/scalar/
H A Dllvm_scalar_opts.mli15 (** See the [llvm::createConstantPropagationPass] function. *)
20 (** See the [llvm::createSCCPPass] function. *)
24 (** See [llvm::createDeadStoreEliminationPass] function. *)
29 (** See The [llvm::createAggressiveDCEPass] function. *)
33 (** See the [llvm::createScalarReplAggregatesPass] function. *)
38 (** See the [llvm::createScalarReplAggregatesPassSSA] function. *)
43 (** See the [llvm::createScalarReplAggregatesWithThreshold] function. *)
49 (** See the [llvm::createIndVarSimplifyPass] function. *)
54 (** See the [llvm::createInstructionCombiningPass] function. *)
60 (** See the [llvm::createLICMPass] function
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_function_test_utils.cc148 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function, argument
151 return RunFunctionAndReturnError(function, args, browser, NONE);
153 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function, argument
157 scoped_refptr<ExtensionFunction> function_owner(function);
158 // Without a callback the function will not generate a result.
159 function->set_has_callback(true);
160 RunFunction(function, args, browser, flags);
161 EXPECT_FALSE(function->GetResultList()) << "Did not expect a result";
162 return function->GetError();
166 UIThreadExtensionFunction* function,
165 RunFunctionAndReturnSingleResult( UIThreadExtensionFunction* function, const std::string& args, Browser* browser) argument
171 RunFunctionAndReturnSingleResult( UIThreadExtensionFunction* function, const std::string& args, Browser* browser, RunFunctionFlags flags) argument
229 RunFunction(UIThreadExtensionFunction* function, const std::string& args, Browser* browser, RunFunctionFlags flags) argument
239 RunFunction(UIThreadExtensionFunction* function, scoped_ptr<base::ListValue> args, Browser* browser, RunFunctionFlags flags) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
H A DFunctionReceiverChecker.java19 + "@suppressReceiverCheck annotation on function declaration.";
68 "Member function can only be bound to 'this' as the receiver");
85 FunctionRecord function = getState().getCurrentFunctionRecord();
86 if (function == null) {
89 if (function.isTopLevelFunction()) {
96 nestedFunctionsByName.put(getContext().getNodeText(nameNode), function);
101 FunctionRecord function = getState().getCurrentFunctionRecord();
102 if (function == null) {
105 if (!function.isTopLevelFunction() && !function
192 checkThisAnnotation(FunctionRecord function) argument
221 functionReferencesThis(FunctionRecord function) argument
225 processFunctionCallSites(FunctionRecord function, Set<CallSite> callSites) argument
244 processFunctionUsesAsArgument( FunctionRecord function, Set<SymbolicArgument> argumentUses) argument
[all...]
/external/chromium_org/tools/gn/
H A Dfunctions.h28 // This type of function invocation has no block and evaluates its arguments
32 const FunctionCallNode* function,
36 // This type of function invocation takes a block node that it will execute.
38 const FunctionCallNode* function,
43 // This type of function takes a block, but does not need to control execution
44 // of it. The dispatch function will pre-execute the block and pass the
45 // resulting block_scope to the function.
46 typedef Value(*ExecutedBlockFunction)(const FunctionCallNode* function,
51 // This type of function does not take a block. It just has arguments.
53 const FunctionCallNode* function,
[all...]
/external/chromium_org/v8/src/ic/
H A Dcall-optimization.cc13 CallOptimization::CallOptimization(Handle<JSFunction> function) { argument
14 Initialize(function);
76 void CallOptimization::Initialize(Handle<JSFunction> function) { argument
82 if (function.is_null() || !function->is_compiled()) return;
84 constant_function_ = function;
85 AnalyzePossibleApiFunction(function);
89 void CallOptimization::AnalyzePossibleApiFunction(Handle<JSFunction> function) { argument
90 if (!function->shared()->IsApiFunction()) return;
91 Handle<FunctionTemplateInfo> info(function
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A Drhino-python.prog3 function loadFile(fileName, encoding) {
34 function xlog(msg) {
38 function MyLexer() {
42 nextToken: function() {
49 MyLexer.prototype.emitErrorMessage = function(msg) {xlog(msg);}
50 PythonParser.prototype.emitErrorMessage = function(msg) {xlog(msg);}
54 function parse(text) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DExecutionContextTask.h75 FunctionType function)
77 return CallClosureTask::create(bind(function));
82 FunctionType function,
85 return CallClosureTask::create(bind(function,
91 FunctionType function,
94 return CallClosureTask::create(bind(function,
101 FunctionType function,
104 return CallClosureTask::create(bind(function,
112 FunctionType function,
115 return CallClosureTask::create(bind(function,
74 createSameThreadTask( FunctionType function) argument
81 createSameThreadTask( FunctionType function, const P1& parameter1) argument
90 createSameThreadTask( FunctionType function, const P1& parameter1, const P2& parameter2) argument
100 createSameThreadTask( FunctionType function, const P1& parameter1, const P2& parameter2, const P3& parameter3) argument
111 createSameThreadTask( FunctionType function, const P1& parameter1, const P2& parameter2, const P3& parameter3, const P4& parameter4) argument
123 createSameThreadTask( FunctionType function, const P1& parameter1, const P2& parameter2, const P3& parameter3, const P4& parameter4, const P5& parameter5) argument
136 createSameThreadTask( FunctionType function, const P1& parameter1, const P2& parameter2, const P3& parameter3, const P4& parameter4, const P5& parameter5, const P6& parameter6) argument
[all...]

Completed in 1857 milliseconds

1234567891011>>