HomeSort by relevance Sort by last modified time
    Searched refs:functions (Results 76 - 100 of 441) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/valgrind/main/massif/tests/
basic2.post.exp 39 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
45 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
52 98.04% (7,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
59 98.04% (10,800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
66 98.04% (14,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
73 98.04% (11,200B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
80 98.04% (8,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
87 98.04% (4,800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
94 98.04% (1,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /frameworks/compile/libbcc/runtime/make/
lib_info.mk 9 # CommonFunctions - The list of generic functions available.
10 # ArchFunctions.<arch> - The list of functions commonly available for
12 # functions.
28 # Compute common arch functions.
35 # Compute arch only functions.
48 CC CFLAGS FUNCTIONS OPTIMIZED \
  /frameworks/compile/libbcc/runtime/make/platform/
clang_darwin.mk 1 # These are the functions which clang needs when it is targetting a previous
2 # version of the OS. The issue is that the backend may use functions which were
5 # the extra functions which might be referenced.
12 # Configuration for targetting 10.4. We need a few functions missing from
18 # Configuration for targetting armv6. We need a few additional functions which
31 FUNCTIONS.10.4 := eprintf floatundidf floatundisf floatundixf
32 FUNCTIONS.armv6 := switch16 switch32 switch8 switchu8 \
  /external/v8/test/mjsunit/
function-names.js 36 // Array.prototype functions.
45 // Boolean prototype functions.
51 // Date functions.
57 // Date.prototype functions.
74 // Function.prototype functions.
79 // Math functions.
87 // Number.prototype functions.
94 // Object.prototype functions.
102 // RegExp.prototype functions.
107 // String functions
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.java 26 import org.apache.xpath.functions.FuncLast;
27 import org.apache.xpath.functions.FuncPosition;
28 import org.apache.xpath.functions.Function;
45 * or functions that may make it context dependent.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
shell.js 108 * Begin printing functions. These functions use the shell's
110 * functions, override these functions with functions that use
131 /* end of print functions */
  /external/webkit/Tools/Scripts/
check-for-exit-time-destructors 134 my %functions;
139 $functions{demangle($currentSymbol)} = 1 if /___cxa_atexit/;
143 for my $function (sort keys %functions) {
  /external/apache-xml/src/main/java/org/apache/xpath/
ExtensionsProvider.java 25 import org.apache.xpath.functions.FuncExtFunction;
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncCount.java 21 package org.apache.xpath.functions;
FuncGenerateId.java 21 package org.apache.xpath.functions;
FuncRound.java 21 package org.apache.xpath.functions;
FuncStartsWith.java 21 package org.apache.xpath.functions;
FuncSubstringBefore.java 21 package org.apache.xpath.functions;
FuncContains.java 21 package org.apache.xpath.functions;
  /external/libvpx/examples/includes/geshi/geshi/
povray.php 178 # syntax functions hash thingis
  /device/samsung/tuna/recovery/
Android.mk 17 # Edify extension functions for doing bootloader updates on Tuna devices.
  /external/e2fsprogs/misc/
uuidd.rc 22 . /lib/lsb/init-functions
  /external/flac/libFLAC/
Android.mk 24 LOCAL_CFLAGS += -O3 -funroll-loops -finline-functions
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
SimpleEscapingFunction.java 17 package com.google.clearsilver.jsilver.functions.escape;
19 import com.google.clearsilver.jsilver.functions.TextFilter;
24 * Base class to make writing fast, simple escaping functions easy. A simple escaping function is
StyleEscapeFunction.java 17 package com.google.clearsilver.jsilver.functions.escape;
19 import com.google.clearsilver.jsilver.functions.TextFilter;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
BaseUrlValidateFunction.java 17 package com.google.clearsilver.jsilver.functions.html;
19 import com.google.clearsilver.jsilver.functions.TextFilter;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
SliceFunction.java 17 package com.google.clearsilver.jsilver.functions.string;
19 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;
  /external/webkit/Source/WebCore/bridge/jni/
JNIUtility.cpp 309 result.l = env->functions->GetObjectField(env, obj, field);
312 result.z = env->functions->GetBooleanField(env, obj, field);
315 result.b = env->functions->GetByteField(env, obj, field);
318 result.c = env->functions->GetCharField(env, obj, field);
321 result.s = env->functions->GetShortField(env, obj, field);
324 result.i = env->functions->GetIntField(env, obj, field);
327 result.j = env->functions->GetLongField(env, obj, field);
330 result.f = env->functions->GetFloatField(env, obj, field);
333 result.d = env->functions->GetDoubleField(env, obj, field);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/
shell.js 133 * Begin printing functions. These functions use the shell's
135 * functions, override these functions with functions that use
156 /* end of print functions */
  /external/v8/src/
accessors.cc 602 List<JSFunction*> functions(2);
605 frame->GetFunctions(&functions);
606 for (int i = functions.length() - 1; i >= 0; i--) {
608 if (functions[i] != *function) continue;
611 // The function in question was inlined. Inlined functions have the
649 functions.Rewind(0);
691 List<JSFunction*> functions(2);
694 frame->GetFunctions(&functions);
695 for (int i = functions.length() - 1; i >= 0; i--) {
696 if (functions[i] == *function)
    [all...]

Completed in 311 milliseconds

1 2 34 5 6 7 8 91011>>