Searched refs:function (Results 101 - 125 of 1483) sorted by relevance

1234567891011>>

/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/v8/src/
H A Druntime-profiler.h60 void AttemptOnStackReplacement(JSFunction* function);
65 void Optimize(JSFunction* function, const char* reason);
71 int LookupSample(JSFunction* function);
73 void AddSample(JSFunction* function, int weight);
/external/harfbuzz/src/
H A Dharfbuzz-debug.h18 void Android_Debug(const char* file, int line, const char* function, const char* format, ...)
/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/llvm/test/MC/ELF/
H A Dalias.s13 // Test that bar4 is also a function
14 .type foo4,@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...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DNoViableAltException.as35 public function NoViableAltException(grammarDecisionDescription:String,
46 public function toString():String {
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 {
/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...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dcommon.cc64 void LogAssert(const char * function, const char * file, int line, argument
68 << expression << " @ " << function; local
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DSharedTimer.h59 virtual void setFiredFunction(void (*function)()) argument
61 setSharedTimerFiredFunction(function);
/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_dx11/src/libGLESv2/renderer/
H A DShaderExecutable.h21 ShaderExecutable(const void *function, size_t length) : mLength(length) argument
24 memcpy(mFunction, function, length);
H A DShaderExecutable9.h21 ShaderExecutable9(const void *function, size_t length, IDirect3DPixelShader9 *executable);
22 ShaderExecutable9(const void *function, size_t length, IDirect3DVertexShader9 *executable);
/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()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DSourceJavaScriptTokenizer.re2js49 WebInspector.SourceJavaScriptTokenizer = function()
74 "instanceof", "new", "var", "continue", "function", "return", "void", "delete", "if",
86 createInitialCondition: function()
91 nextToken: function(cursor)
/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;

Completed in 1072 milliseconds

1234567891011>>