Searched refs:function (Results 126 - 150 of 1935) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DMismatchedTreeNodeException.as7 public function MismatchedTreeNodeException(expecting:int, input:TreeNodeStream) {
12 public function toString():String {
H A DNoViableAltException.as35 public function NoViableAltException(grammarDecisionDescription:String,
46 public function toString():String {
/external/bluetooth/bluedroid/test/suite/cases/
H A Dcases.h27 bool (*function)(); member in struct:__anon1729
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dwindows_util.h18 bool GetWindowFromWindowID(ChromeUIThreadExtensionFunction* function,
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dtestutil.py81 function = tracker.GetFunction()
82 if function and function not in functions:
83 functions.append(function)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_memory_debug.h48 debug_malloc(const char *file, unsigned line, const char *function,
52 debug_calloc(const char *file, unsigned line, const char *function,
56 debug_free(const char *file, unsigned line, const char *function,
60 debug_realloc(const char *file, unsigned line, const char *function,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.h43 struct ppc_function *function,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_stack.c76 backtrace[i++].function = frame_pointer[1];
94 backtrace[i++].function = NULL;
107 if(!backtrace[i].function)
109 debug_symbol_print(backtrace[i].function);
H A Du_debug_stack.h47 const void *function; member in struct:debug_stack_frame
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_function_detect_recursion.cpp28 * Consider the (possibly disjoint) graph of function calls in a shader. If a
29 * program contains recursion, this graph will contain a cycle. If a function
31 * calls another function).
33 * To detect recursion, the function call graph is constructed. The graph is
34 * repeatedly reduced by removing any function that either has no callees
43 * function appearing more than once at any one time in the run-time stack
44 * of function calls. That is, a function may not call itself either
95 * present if the static function call graph of the program contains
103 * - Is it an error to have a recursive function tha
134 class function { class
136 function(ir_function_signature *sig) function in class:function
[all...]
/external/chromium_org/tools/gn/
H A Dfunction_read_file.cc43 const FunctionCallNode* function,
47 *err = Err(function->function(), "Wrong number of arguments to read_file",
71 return ConvertInputToValue(scope->settings(), file_contents, function,
42 RunReadFile(Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, Err* err) argument
H A Dfunction_set_default_toolchain.cc26 " This function is only valid to call during the processing of the build\n"
28 " separately for each toolchain, this function will be a no-op when\n"
47 const FunctionCallNode* function,
51 *err = Err(function->function(), "Must be called from build config.",
67 if (!EnsureSingleStringArg(function, args, err))
46 RunSetDefaultToolchain(Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, Err* err) argument
/external/javasqlite/src/main/java/SQLite/
H A DFunction.java7 * which is used to set the function result or error code.
13 * public void function(SQLite.FunctionContext fc, String args[]) {
34 * Callback for regular function.
36 * @param fc function's context for reporting result
40 public void function(FunctionContext fc, String args[]); method in interface:Function
43 * Callback for one step in aggregate function.
45 * @param fc function's context for reporting result
52 * Callback for final step in aggregate function.
54 * @param fc function's context for reporting result
/external/libunwind/src/ppc/
H A Dlongjmp.S29 .type _UI_longjmp_cont, @function
/external/libunwind/src/x86_64/
H A Dlongjmp.S27 .type _UI_longjmp_cont, @function
H A Dsiglongjmp.S27 .type _UI_siglongjmp_cont, @function
/external/lldb/examples/python/
H A Dgdb_disassemble.py4 if lldb.frame.function:
5 instructions = lldb.frame.function.instructions
6 start_addr = lldb.frame.function.addr.load_addr
7 name = lldb.frame.function.name
/external/llvm/test/MC/ARM/
H A Ddirective-tlsdescseq-diagnostics.s4 .type missing_variable,%function
12 .type bad_expression,%function
20 .type trailing_garbage,%function
28 .type invalid_use,%function
/external/llvm/test/MC/ELF/
H A Difunc-reloc.s6 .type alias, @function
/external/llvm/utils/emacs/
H A Demacs.el24 (function
33 (function
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_memory_debug.h48 debug_malloc(const char *file, unsigned line, const char *function,
52 debug_calloc(const char *file, unsigned line, const char *function,
56 debug_free(const char *file, unsigned line, const char *function,
60 debug_realloc(const char *file, unsigned line, const char *function,
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.h43 struct ppc_function *function,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_stack.c76 backtrace[i++].function = frame_pointer[1];
94 backtrace[i++].function = NULL;
107 if(!backtrace[i].function)
109 debug_symbol_print(backtrace[i].function);
H A Du_debug_stack.h47 const void *function; member in struct:debug_stack_frame
/external/mesa3d/src/glsl/
H A Dir_function_detect_recursion.cpp28 * Consider the (possibly disjoint) graph of function calls in a shader. If a
29 * program contains recursion, this graph will contain a cycle. If a function
31 * calls another function).
33 * To detect recursion, the function call graph is constructed. The graph is
34 * repeatedly reduced by removing any function that either has no callees
43 * function appearing more than once at any one time in the run-time stack
44 * of function calls. That is, a function may not call itself either
95 * present if the static function call graph of the program contains
103 * - Is it an error to have a recursive function tha
134 class function { class
136 function(ir_function_signature *sig) function in class:function
[all...]

Completed in 4893 milliseconds

1234567891011>>