HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 3401 - 3425 of 6482) sorted by null

<<131132133134135136137138139140>>

  /external/v8/test/mjsunit/
array-reduce.js 32 function clone(v) {
46 // Creates a callback function for reduce/reduceRight that tests the number
48 // records all calls in an array on the function (as arrays of arguments
50 function makeRecorder(func, testName) {
52 var f = function recorder(a, b, i, s) {
74 function testReduce(type,
100 function sum(a, b) { return a + b; }
101 function prod(a, b) { return a * b; }
102 function dec(a, b, i, arr) { return a + b * Math.pow(10, arr.length - i - 1); }
103 function accumulate(acc, elem, i) { acc[i] = elem; return acc;
    [all...]
arguments-opt.js 30 function L0() {
34 function L1(a) {
38 function L5(a,b,c,d,e) {
59 function A(key) {
98 function O(key) {
99 return { toString: function() { return key; } };
  /external/v8/tools/gcmole/
gcmole.lua 74 function log(...)
88 local function MakeClangCommandLine(plugin, plugin_args, triple, arch_define)
104 function InvokeClangPluginForEachFile(filenames, cfg, func)
122 local function ParseSConscript()
147 local function EvaluateCondition(cond, props)
158 local function BuildFileList(sources, props)
170 local function FilesForArch(arch)
181 local function config (t) return setmetatable(t, mtConfig) end
183 function mtConfig:extend(t)
229 local function AddCause(name, cause
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
function.h 1 /* Structure for saving state for a nested function.
45 /* This is reset to LAST_VIRTUAL_REGISTER + 1 at the start of each function.
49 /* Lowest label number in current function. */
52 /* The ends of the doubly-linked chain of rtl for the current function.
53 Both are reset to null at the start of rtl generation for the function.
67 Reset to 1 for each function compiled. */
80 the total number of registers in the function is not yet known, the
106 These are the arguments to function calls that have already returned. */
110 pushed for function calls. A naive implementation would simply pop
112 function calls are made in a row, it is typically cheaper to po
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
function.h 1 /* Structure for saving state for a nested function.
45 /* This is reset to LAST_VIRTUAL_REGISTER + 1 at the start of each function.
49 /* Lowest label number in current function. */
52 /* The ends of the doubly-linked chain of rtl for the current function.
53 Both are reset to null at the start of rtl generation for the function.
67 Reset to 1 for each function compiled. */
80 the total number of registers in the function is not yet known, the
106 These are the arguments to function calls that have already returned. */
110 pushed for function calls. A naive implementation would simply pop
112 function calls are made in a row, it is typically cheaper to po
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
function.h 1 /* Structure for saving state for a nested function.
45 /* This is reset to LAST_VIRTUAL_REGISTER + 1 at the start of each function.
49 /* Lowest label number in current function. */
52 /* The ends of the doubly-linked chain of rtl for the current function.
53 Both are reset to null at the start of rtl generation for the function.
67 Reset to 1 for each function compiled. */
80 the total number of registers in the function is not yet known, the
106 These are the arguments to function calls that have already returned. */
110 pushed for function calls. A naive implementation would simply pop
112 function calls are made in a row, it is typically cheaper to po
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
function.h 1 /* Structure for saving state for a nested function.
45 /* This is reset to LAST_VIRTUAL_REGISTER + 1 at the start of each function.
49 /* Lowest label number in current function. */
52 /* The ends of the doubly-linked chain of rtl for the current function.
53 Both are reset to null at the start of rtl generation for the function.
67 Reset to 1 for each function compiled. */
80 the total number of registers in the function is not yet known, the
106 These are the arguments to function calls that have already returned. */
110 pushed for function calls. A naive implementation would simply pop
112 function calls are made in a row, it is typically cheaper to po
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 48 ### Standard Function Interface ###
52 function Markdown($text) {
105 function mdwp_MarkdownPost($text) {
142 function mdwp_add_p($text) {
150 function mdwp_strip_p($t) { return preg_replace('{</?p>}i', '', $t); }
152 function mdwp_hide_tags($text) {
156 function mdwp_show_tags($text) {
165 function identify_modifier_markdown() {
181 function smarty_modifier_markdown($text) {
195 function TextileThis($text, $lite='', $encode='')
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognitionException.as 99 public function RecognitionException(input:IntStream = null) {
123 protected function extractInformationFromTreeNodeStream(input:IntStream):void {
167 public function get unexpectedType():int {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
RecognitionException.js 31 org.antlr.runtime.RecognitionException = function(input) {
116 extractInformationFromTreeNodeStream: function(input) {
168 getUnexpectedType: function() {
  /external/bison/darwin-lib/
signal.h 74 * For providing a substitute for a function that is missing on some
88 * For providing a replacement for a function that exists on all platforms,
107 * For providing a replacement for a function that exists on some platforms
140 declares a replacement function, named rpl_func, with the given prototype,
152 declares the system function, named func, with the given prototype,
183 except that the C function rpl_func may have a slightly different
201 that redirects to the system provided function func, if GNULIB_NAMESPACE
226 except that the C function func may have a slightly different declaration.
244 except that the C function is picked among a set of overloaded functions,
250 The inner cast: When the function is defined as a set of overloade
    [all...]
wctype.h 69 * For providing a substitute for a function that is missing on some
83 * For providing a replacement for a function that exists on all platforms,
102 * For providing a replacement for a function that exists on some platforms
135 declares a replacement function, named rpl_func, with the given prototype,
147 declares the system function, named func, with the given prototype,
178 except that the C function rpl_func may have a slightly different
196 that redirects to the system provided function func, if GNULIB_NAMESPACE
221 except that the C function func may have a slightly different declaration.
239 except that the C function is picked among a set of overloaded functions,
245 The inner cast: When the function is defined as a set of overloade
    [all...]
  /external/bison/linux-lib/
signal.h 74 * For providing a substitute for a function that is missing on some
88 * For providing a replacement for a function that exists on all platforms,
107 * For providing a replacement for a function that exists on some platforms
140 declares a replacement function, named rpl_func, with the given prototype,
152 declares the system function, named func, with the given prototype,
183 except that the C function rpl_func may have a slightly different
201 that redirects to the system provided function func, if GNULIB_NAMESPACE
226 except that the C function func may have a slightly different declaration.
244 except that the C function is picked among a set of overloaded functions,
250 The inner cast: When the function is defined as a set of overloade
    [all...]
wctype.h 69 * For providing a substitute for a function that is missing on some
83 * For providing a replacement for a function that exists on all platforms,
102 * For providing a replacement for a function that exists on some platforms
135 declares a replacement function, named rpl_func, with the given prototype,
147 declares the system function, named func, with the given prototype,
178 except that the C function rpl_func may have a slightly different
196 that redirects to the system provided function func, if GNULIB_NAMESPACE
221 except that the C function func may have a slightly different declaration.
239 except that the C function is picked among a set of overloaded functions,
245 The inner cast: When the function is defined as a set of overloade
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 28 function ResizableVerticalSplitView(leftView, rightView, sizerView) {
49 ResizableVerticalSplitView.prototype.setGeometry = function(
77 ResizableVerticalSplitView.prototype.show = function(isVisible) {
88 ResizableVerticalSplitView.prototype.onDragSizerStart_ = function(event) {
101 ResizableVerticalSplitView.prototype.onDragSizer = function(event) {
121 ResizableVerticalSplitView.prototype.onDragSizerEnd = function(event) {
spdyview.js 11 function SpdyView(mainBoxId, spdyEnabledSpanId,
43 SpdyView.prototype.onSpdySessionInfoChanged = function(spdySessionInfo) {
61 SpdyView.prototype.onSpdyStatusChanged = function(spdyStatus) {
76 function(spdyAlternateProtocolMappings) {
93 SpdyView.createSessionTablePrinter = function(spdySessions) {
143 function(spdyAlternateProtocolMappings) {
testview.js 15 function TestView(mainBoxId, urlInputId, formId, summaryDivId) {
29 TestView.prototype.onSubmitForm_ = function(event) {
37 TestView.prototype.onStartedConnectionTestSuite = function() {
57 TestView.prototype.onStartedConnectionTestExperiment = function(experiment) {
102 TestView.prototype.onCompletedConnectionTestExperiment = function(
129 TestView.prototype.onCompletedConnectionTestSuite = function() {
  /external/chromium/third_party/libjingle/source/talk/base/
common.h 81 void LogAssert(const char * function, const char * file, int line,
84 inline bool Assert(bool result, const char * function, const char * file,
87 LogAssert(function, file, line, expression);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php 137 function fixup($str)
142 function wmysql_query($sql)
148 function extract_bugs($regs)
  /external/libffi/src/powerpc/
asm.h 43 /* If compiled for profiling, call `_mcount' at the start of each function. */
79 ASM_TYPE_DIRECTIVE (C_SYMBOL_NAME(name),@function) \
98 ASM_TYPE_DIRECTIVE (C_SYMBOL_NAME(name),@function) \
109 ASM_TYPE_DIRECTIVE (C_SYMBOL_NAME(name),@function) \
  /external/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
  /external/v8/src/arm/
deoptimizer-arm.cc 47 void Deoptimizer::DeoptimizeFunction(JSFunction* function) {
51 if (!function->IsOptimized()) return;
54 Code* code = function->code();
100 // Set the code for the function to non-optimized version.
101 function->ReplaceCode(function->shared()->code());
105 function->PrintName();
106 PrintF(" / %x]\n", reinterpret_cast<uint32_t>(function));
242 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator.Next())); local
243 USE(function);
364 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); local
462 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); local
586 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); local
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 45 void Deoptimizer::DeoptimizeFunction(JSFunction* function) {
49 if (!function->IsOptimized()) return;
52 Code* code = function->code();
99 // Set the code for the function to non-optimized version.
100 function->ReplaceCode(function->shared()->code());
104 function->PrintName();
105 PrintF(" / %x]\n", reinterpret_cast<uint32_t>(function));
162 // Exact opposite of the function above.
232 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator.Next())) local
354 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); local
452 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); local
576 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); local
    [all...]
  /external/v8/test/mjsunit/bugs/
618.js 29 function C1() {
44 function C2() {
59 function C3() {
68 C3.prototype.__defineSetter__('x', function(value) { this.y = 23; });
74 function C4() {
83 C4.prototype.__proto__.__defineSetter__('x', function(value) { this.y = 23; });

Completed in 1600 milliseconds

<<131132133134135136137138139140>>