/external/webkit/PerformanceTests/SunSpider/tests/ubench/ |
function-closure.js | 0 function f() 3 function g() { }
|
function-empty.js | 0 function f()
|
function-sum.js | 0 function f(x, y, z)
|
/external/chromium/chrome/browser/debugger/manual_tests/resources/ |
loop-statements.js | 4 function initialize() 9 function condition() 14 function increment() 19 function statement()
|
/external/webkit/Source/WebCore/manual-tests/inspector/resources/ |
loop-statements.js | 4 function initialize() 9 function condition() 14 function increment() 19 function statement()
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
IntStream.as | 33 function consume():void; 40 function LA(i:int):int; 49 function mark():int; 55 function get index():int; 65 function rewindTo(marker:int):void; 76 function rewind():void; 86 function release(marker:int):void; 108 function seek(index:int):void; 114 function get size():int; 120 function get sourceName():String [all...] |
Token.as | 32 function get text():String; 33 function set text(text:String):void; 35 function get type():int; 36 function set type(ttype:int):void; 39 function get line():int; 40 function set line(line:int):void; 43 function get charPositionInLine():int; 44 function set charPositionInLine(pos:int):void; 46 function get channel():int; 47 function set channel(channel:int):void [all...] |
CharStream.as | 36 function substring(start:int, stop:int):String; 43 function LT(i:int):int; 46 function get line():int; 49 function set line(line:int):void; 51 function set charPositionInLine(pos:int):void; 54 function get charPositionInLine():int;
|
/frameworks/wilhelm/src/ |
trace.c | 33 void slTraceEnterGlobal(const char *function) 36 SL_LOGD("Entering %s", function); 41 void slTraceLeaveGlobal(const char *function, SLresult result) 45 SL_LOGD("Leaving %s", function); 51 SL_LOGW("Leaving %s (%s)", function, str); 53 SL_LOGW("Leaving %s (0x%X)", function, result); 60 void slTraceEnterInterface(const char *function) 65 if (*function == 'I') { 66 ++function; 68 const char *underscore = function; [all...] |
/external/qemu/ |
module.h | 18 #define module_init(function, type) \ 19 static void __attribute__((constructor)) do_qemu_init_ ## function(void) { \ 20 register_module_init(function, type); \ 30 #define block_init(function) module_init(function, MODULE_INIT_BLOCK) 31 #define device_init(function) module_init(function, MODULE_INIT_DEVICE) 32 #define machine_init(function) module_init(function, MODULE_INIT_MACHINE)
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/FunExpr/ |
fe-001.js | 25 if (1) function f() {return 1;} 26 if (0) function f() {return 0;} 28 function test() 32 printStatus ("Function Expression Statements basic test.");
|
fe-002.js | 25 function f() 30 function test() 33 printStatus ("Function Expression test."); 35 var x = function f(){return "inner";}(); 38 "Inner function statement should not have been called.");
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/ |
util.js | 12 function $(id) {
|
/external/webkit/LayoutTests/fast/js/resources/ |
codegen-temporaries-multiple-global-blocks-1.js | 0 function assign1() 7 function assign2() 13 function assign3() 19 function assign4() 25 function assign5() 31 function assign6() 37 function assign7() 43 function assign8()
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
exception-011-n.js | 27 function test()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
ThreadFunctionInvocation.h | 37 ThreadFunctionInvocation(ThreadFunction function, void* data) 38 : function(function) 43 ThreadFunction function; member in struct:WTF::ThreadFunctionInvocation
|
/external/webkit/Source/WebKit/mac/Misc/ |
OldWebAssertions.c | 29 void WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion); 30 void WebReportError(const char *file, int line, const char *function, const char *format, ...); 32 void WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion) 36 void WebReportError(const char *file, int line, const char *function, const char *format, ...)
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
return_empty_string.js | 0 function FindProxyForURL(url, host) {
|
return_integer.js | 0 function FindProxyForURL(url, host) {
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/FunctionObjects/ |
apply-001-n.js | 29 function f () 35 function test ()
|
/bionic/libc/bionic/ |
dlmalloc.c | 22 static void __bionic_heap_corruption_error(const char* function); 23 static void __bionic_heap_usage_error(const char* function, void* address); 31 static void __bionic_heap_corruption_error(const char* function) { 32 __libc_fatal("@@@ ABORTING: heap corruption detected by %s", function); 35 static void __bionic_heap_usage_error(const char* function, void* address) { 37 address, function);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
InspectorFrontendHostStub.js | 33 WebInspector.InspectorFrontendHostStub = function() 41 platform: function() 52 port: function() 57 bringToFront: function() 62 closeWindow: function() 67 disconnectFromBackend: function() 72 attach: function() 76 detach: function() 80 search: function(sourceRow, query) 84 setAttachedWindowHeight: function(height [all...] |
/external/bison/build-aux/snippet/ |
warn-on-use.h | 1 /* A C macro for emitting warnings if a function is used. 17 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration 18 for FUNCTION which will then trigger a compiler warning containing 19 the text of "literal string" anywhere that function is called, if 23 This macro is useful for marking a function as a potential 25 instructions on the replacement function that should be used 26 instead. However, one of the reasons that a function is a 28 FUNCTION with a different signature in C is a compilation error, so 30 that programs that avoid the problematic FUNCTION do not fail to 32 function. But this implies that _GL_WARN_ON_USE is only safe t [all...] |
/external/bison/darwin-lib/ |
warn-on-use.h | 5 # define _GL_WARN_ON_USE(function, message) \ 6 extern __typeof__ (function) function __attribute__ ((__warning__ (message))) 8 /* Verify the existence of the function. */ 9 # define _GL_WARN_ON_USE(function, message) \ 10 extern __typeof__ (function) function 12 # define _GL_WARN_ON_USE(function, message) \ 17 /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") 18 is like _GL_WARN_ON_USE (function, "string"), except that the function i [all...] |
/external/bison/linux-lib/ |
warn-on-use.h | 5 # define _GL_WARN_ON_USE(function, message) \ 6 extern __typeof__ (function) function __attribute__ ((__warning__ (message))) 8 /* Verify the existence of the function. */ 9 # define _GL_WARN_ON_USE(function, message) \ 10 extern __typeof__ (function) function 12 # define _GL_WARN_ON_USE(function, message) \ 17 /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") 18 is like _GL_WARN_ON_USE (function, "string"), except that the function i [all...] |