/external/libxslt/ |
Android.mk | 24 libxslt/functions.c \
|
/external/openssl/apps/ |
progs.pl | 27 FUNCTION functions[] = {
|
/external/stlport/ |
Android.mk | 46 # have the sincos*() functions.
|
/external/v8/test/mjsunit/harmony/ |
block-let-crankshaft.js | 33 // Check that the following functions are optimizable. 34 var functions = [ f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, variable 37 for (var i = 0; i < functions.length; ++i) { 38 var func = functions[i];
|
/external/v8/test/mjsunit/ |
mirror-unresolved-function.js | 29 // Test the mirror object for unresolved functions. 49 // Check the mirror hierachy for unresolved functions. 55 // Check the mirror properties for unresolved functions. 68 // Parse JSON representation of unresolved functions and check.
|
function-caller.js | 49 // Check called from builtin functions. Only show the initially called 50 // (publicly exposed) builtin function, not it's internal helper functions.
|
this-in-callbacks.js | 28 // Test 'this' is the right global object of callback functions passed to 29 // builtin functions.
|
fuzz-natives.js | 125 // These functions use pseudo-stack-pointers and are not robust 129 // These functions do nontrivial error checking in recursive calls, 143 // These functions should not be callable as runtime functions. 177 // Performance critical functions which cannot afford type checks. 187 // This functions perform some checks compile time (they require one of their
|
/external/valgrind/main/massif/tests/ |
ignored.post.exp | 42 100.00% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
long-time.post.exp | 40 100.00% (2,300,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 56 100.00% (900,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 85 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 96 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 107 100.00% (2,300,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 122 100.00% (1,900,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 137 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 151 100.00% (900,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 169 100.00% (1,100,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 187 100.00% (900,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc [all...] |
/external/yaffs2/yaffs2/ |
Kconfig | 37 This enables Yaffs to use its own ECC functions instead of using
|
/hardware/qcom/display/ |
common.mk | 22 # TODO: This define makes us pick a few inline functions
|
/sdk/emulator/opengl/shared/OpenglOsUtils/ |
Android.mk | 2 # OS-specific support functions for:
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncExtElementAvailable.java | 21 package org.apache.xpath.functions;
|
FunctionDef1Arg.java | 21 package org.apache.xpath.functions; 31 * Base class for functions that accept one argument that can be defaulted if
|
/external/chromium/chrome/browser/ui/cocoa/translate/ |
translate_infobar_base.h | 22 #pragma mark TranslateInfoBarUtilities helper functions.
|
/external/elfutils/libdw/ |
Android.mk | 130 LOCAL_CFLAGS += -fnested-functions 154 # missing utility functions in bionic
|
/external/fdlibm/ |
Android.mk | 43 # This is necessary to guarantee that the FDLIBM functions are in 44 # "IEEE spirit", i.e. to guarantee that the IEEE 754 core functions
|
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
Context.pm | 29 Perf::Trace::Context - Perl extension for accessing functions in perf.
|
/external/openssh/contrib/caldera/ |
sshd.init | 58 . @SVIdir@/functions
|
/hardware/invensense/mlsdk/mllite/ |
mlcontrol.h | 67 /* Control Functions. */ 137 // Indicates what functions will be used. Can be a bitwise OR of INV_GRID, 139 unsigned short functions; member in struct:control_params 184 /* ML Control Functions. */
|
/ndk/toolchains/mipsel-linux-android-4.4.3/ |
setup.mk | 29 -finline-functions \ 33 -fno-inline-functions-called-once \
|
/ndk/toolchains/mipsel-linux-android-4.6/ |
setup.mk | 29 -finline-functions \ 33 -fno-inline-functions-called-once \
|
/ndk/toolchains/mipsel-linux-android-4.7/ |
setup.mk | 29 -finline-functions \ 33 -fno-inline-functions-called-once \
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
CodeGeneratorTestRunner.pm | 146 if (my @functions = @{$interface->functions}) { 147 push(@contents, "\n // Functions\n\n"); 148 foreach my $function (@functions) { 237 if (my @functions = @{$interface->functions}) { 238 push(@contents, "\n// Functions\n"); 240 foreach my $function (@functions) { 485 return $self->_staticFunctionsOrValuesGetterImplementation($interface, "function", "{ 0, 0, 0 }", $mapFunction, $interface->functions);
|