| /external/v8/test/webkit/ |
| for-in-cached.js | 28 function forIn1() { 40 function forIn2() { 50 function forIn3(proto) { 69 function forIn4(o) { 81 function forIn5(o) { 90 function cacheClearing() {
|
| /external/valgrind/coregrind/m_dispatch/ |
| dispatch-ppc64be-linux.S | 82 .type .VG_(disp_run_translations),@function 402 .type .VG_(disp_cp_chain_me_to_slowEP),@function 427 .type .VG_(disp_cp_chain_me_to_fastEP),@function 452 .type .VG_(disp_cp_xindir),@function 503 .type .VG_(disp_cp_xassisted),@function 520 .type .VG_(disp_cp_evcheck_fail),@function
|
| /external/valgrind/memcheck/tests/amd64-linux/ |
| defcfaexpr.S | 53 .type bbb, @function 72 .type aaa, @function 80 .type main, @function
|
| /ndk/sources/cxx-stl/stlport/src/ |
| sparc_atomic.s | 10 .type _STLP_atomic_exchange,#function 30 .type _STLP_atomic_increment,#function 51 .type _STLP_atomic_decrement,#function
|
| sparc_atomic64.s | 8 .type _STLP_atomic_exchange,#function 28 .type _STLP_atomic_increment,#function 47 .type _STLP_atomic_decrement,#function
|
| /prebuilts/misc/common/swig/include/2.0.11/r/ |
| r.swg | 252 function(x,i,j, ..., drop=TRUE) 254 sapply(i, function(n) x$"__getitem__"(i=as.integer(n-1)))) 257 function(x,i,j, ..., value) 259 sapply(1:length(i), function(n) 265 function(from) {if (!is.null(from$"__str__")) from$"__str__"()}) 268 function(x) {print(as(x, "character"))})
|
| /external/cmockery/cmockery_0_1_2/src/ |
| cmockery.c | 70 // setup function. 270 // Create function results and expected parameter lists. 368 * The cleanup_value function is called for every "value" field of nodes in the 441 * matches the specified function name. */ 486 * The value is returned as an output parameter with the function returning the 617 // Get the next return value for the specified mock function. 618 void* _mock(const char * const function, const char* const file, 622 &function, 1, &result); 633 "to mock function %s\n", file, line, function); [all...] |
| /external/v8/tools/ |
| splaytree.js | 37 function SplayTree() { 53 SplayTree.prototype.isEmpty = function() { 67 SplayTree.prototype.insert = function(key, value) { 100 SplayTree.prototype.remove = function(key) { 131 SplayTree.prototype.find = function(key) { 143 SplayTree.prototype.findMin = function() { 158 SplayTree.prototype.findMax = function(opt_startNode) { 174 SplayTree.prototype.findGreatestLessThan = function(key) { 197 SplayTree.prototype.exportKeysAndValues = function() { 199 this.traverse_(function(node) { result.push([node.key, node.value]); }) [all...] |
| /external/v8/test/mjsunit/ |
| debug-evaluate-locals-optimized-double.js | 61 function arraySum(arr) { 62 return arr.reduce(function (a, b) { return a + b; }, 0); 65 function listener(event, exec_state, event_data, data) { 96 Object.keys(expected_locals).forEach(function (name) { 109 Object.keys(expected_locals).forEach(function (name) { 123 map(function (k) { return expected_locals[k]; })); 130 var arguments_sum = expected_args.names.map(function(_, idx) { 141 // Check the frame function. 182 function h(i, x0, y0) { 191 function g3(i, x1, y1) [all...] |
| debug-evaluate-locals-optimized.js | 52 function arraySum(arr) { 53 return arr.reduce(function (a, b) { return a + b; }, 0); 56 function listener(event, exec_state, event_data, data) { 87 Object.keys(expected_locals).forEach(function (name) { 100 Object.keys(expected_locals).forEach(function (name) { 114 map(function (k) { return expected_locals[k]; })); 121 var arguments_sum = expected_args.names.map(function(_, idx) { 132 // Check the frame function. 173 function h(i, x0, y0) { 180 function g3(i, x1, y1) [all...] |
| div-mod.js | 32 function divmod(div_func, mod_func, x, y) { 44 function run_tests_for(divisor) { 45 print("(function(left) { return left / " + divisor + "; })"); 46 var div_func = this.eval("(function(left) { return left / " + divisor + "; })"); 47 var mod_func = this.eval("(function(left) { return left % " + divisor + "; })"); 95 function compute_mod(dividend, divisor) { 104 function rec_mod(a, b) { 115 (function () { 149 function doTest(a, b) { 168 (function () { [all...] |
| /external/v8/test/mjsunit/es6/ |
| math-hyperbolic.js | 32 forEach(function(fun) { 38 assertEquals(fun(1.11), fun({ toString: function() { return "1.11"; } })); 39 assertEquals(fun(-3.1), fun({ toString: function() { return -3.1; } })); 40 assertEquals(fun(-1.1), fun({ valueOf: function() { return "-1.1"; } })); 41 assertEquals(fun(3.11), fun({ valueOf: function() { return 3.11; } })); 45 function test_id(fun, rev, value) { 49 [Math.PI, 2, 5, 1E-5, 0.3].forEach(function(x) { 58 [Math.sinh, Math.asinh, Math.tanh, Math.atanh].forEach(function(fun) { 64 [Math.sinh, Math.asinh].forEach(function(fun) { 82 [1.000000000001, Math.PI, 10000000, 2, Infinity, NaN].forEach(function(x) [all...] |
| /external/v8/src/ |
| debug.cc | 162 // Set the positions to the end of the function. 329 // function twice might happen when stepping in a function with an exception 330 // handler as the handler and the function is the same. 403 // because caller of this function (Debug::PrepareStep) is expected to 404 // flood the top frame's function with one shot breakpoints. 406 // this function (Debug::PrepareStep) which should flood target function 415 // Check whether the break point is at a position which will exit the function. 442 // Find the builtin debug break function matching the calling conventio 757 Handle<JSFunction> function = local 1322 JSFunction* function = frames_it.frame()->function(); local 1403 JSFunction* function = frames_it.frame()->function(); local 1719 JSFunction* function = functions[i]; local 1724 JSFunction* function = frame->function(); local 1794 JSFunction* function = frame->function(); local 1970 JSFunction* function = JSFunction::cast(obj); local 2025 Handle<JSFunction> function = active_functions[i]; local 2037 Handle<JSFunction> &function = generator_functions[i]; local 2050 Handle<JSFunction> function = active_functions[i]; local 2096 Handle<JSFunction> function; local [all...] |
| /cts/suite/cts/deviceTests/browserbench/assets/octane/ |
| pdfjs.js | 33 function setupPdfJS() { 44 function runPdfJS() { 45 PDFJS.getDocument(pdf_file).then(function(pdf) { 52 function renderPages(i, j) { 55 pdf.getPage(i).then(function(page) { 69 function tearDownPdfJS() { 89 function buffer(s) { 96 function hash(s) { 112 function PdfJS_windowInstall(name, x) { 116 PdfJS_windowInstall("setTimeout", function(cmd, delay) [all...] |
| /bionic/libc/arch-x86_64/string/ |
| sse2-strcat-slm.S | 49 .type name, @function; \
|
| /development/ndk/platforms/android-3/include/linux/ |
| linkage.h | 52 #define ENDPROC(name) .type name, @function; END(name)
|
| /external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/ |
| html_to_js_generator.js | 11 (function(global) { 26 function JsGenerator(html_text) { 84 chunks.sort(function(a, b) { 106 generateJsChunksForLinkNode: function(node) { 148 generateJsChunksForScriptNode: function(node) { 154 generateJsChunksForNode: function(node) { 162 generateJsFromHTML: function() { 177 global.generateJsFromHTML = function(html_text) {
|
| /external/compiler-rt/make/ |
| options.mk | 15 # Whether optimized function implementations should be used. 18 # Whether function definitions should use hidden visibility. This adds the
|
| /external/guava/guava-gwt/src/com/google/common/collect/ |
| ByFunctionOrdering_CustomFieldSerializer.java | 19 import com.google.common.base.Function; 39 (Function<Object, Object>) reader.readObject(), 45 writer.writeObject(instance.function);
|
| /external/libavc/common/arm/ |
| ih264_arm_memory_barrier.s | 26 @* Contains function definitions for data synchronization. 44 @* Function Name : ih264_arm_dsb 61 @* Function Name : ih264_arm_dmb
|
| /external/lldb/include/lldb/Expression/ |
| ASTStructExtractor.h | 22 /// @brief Extracts and describes the argument structure for a wrapped function. 27 /// function that takes a pointer to an argument structure that contains room 28 /// for the address of the function to be called, the values of all its 29 /// arguments, and room for the function's return value. 31 /// The definition of this struct is itself in the body of the wrapper function, 48 /// The name of the structure to extract from the wrapper function. 50 /// @param[in] function 57 ClangFunction &function); 74 /// Examine a list of Decls to find the function $__lldb_expr and 135 /// function name, recursing as necessary through LinkageSpecDecls, and [all...] |
| /external/lldb/scripts/Python/interface/ |
| SBSymbolContext.i | 70 void SetFunction (lldb::SBFunction function); 93 __swig_getmethods__["function"] = GetFunction 94 __swig_setmethods__["function"] = SetFunction 95 if _newclass: function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting/setting of the function (lldb.SBFunction) in this symbol context.''')
|
| /external/llvm/bindings/ocaml/bitreader/ |
| llvm_bitreader.mli | 20 encountered. See the function [llvm::getBitcodeModule]. *) 26 encountered. See the function [llvm::ParseBitcodeFile]. *)
|
| /external/llvm/include/llvm/ExecutionEngine/Orc/ |
| JITSymbol.h | 32 typedef std::function<TargetAddress()> GetAddressFtor;
|
| /external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
| asm_mov_no_instrumentation.s | 6 .type mov1b,@function
|