/external/valgrind/main/massif/tests/ |
custom_alloc.post.exp | 41 96.15% (400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 51 98.04% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
realloc.post.exp | 42 100.00% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 53 100.00% (1,200B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
zero1.post.exp | 48 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 64 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
zero2.post.exp | 48 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 64 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
peak.post.exp | 42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 78 90.93% (6,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 90 91.26% (8,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 102 91.48% (9,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 114 91.63% (11,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 126 91.75% (12,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 138 91.85% (14,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 150 91.92% (16,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc [all...] |
basic.post.exp | 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 64 98.04% (7,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 80 98.04% (11,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 94 98.04% (14,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 110 98.04% (10,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 126 98.04% (6,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 142 98.04% (2,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
/external/webkit/Source/WebCore/bindings/scripts/ |
IDLStructure.pm | 40 functions => '@', # List of 'domFunction'
|
CodeGenerator.pm | 223 . @{$interface->functions} . " functions, " 228 push(@{$dataNode->functions}, @{$interface->functions}); 248 "functions" => $interface->functions, 450 # Identifies overloaded functions and for each function adds an array with 457 foreach my $function (@{$dataNode->functions}) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
safe_sequence.h | 35 #include <debug/functions.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
safe_sequence.h | 35 #include <debug/functions.h>
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
safe_sequence.h | 35 #include <debug/functions.h>
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
safe_sequence.h | 35 #include <debug/functions.h>
|
/sdk/emulator/qtools/ |
dmtrace.h | 58 std::vector<FunctionRecord*> *functions; member in class:DmTrace
|
trace_reader.h | 234 void demangle_names(int nfuncs, symbol_type *functions); 548 void TraceReader<T>::demangle_names(int nfuncs, symbol_type *functions) 555 int len = strlen(functions[ii].name); 564 if (demangle_ && len > 1 && functions[ii].name[0] == '_') { 565 demangled = abi::__cxa_demangle(functions[ii].name, 0, NULL, 570 delete[] functions[ii].name; 571 functions[ii].name = Strdup(demangled); 721 // The address of thumb functions seem to have the low bit set, 798 symbol_type *functions = new symbol_type[nfuncs]; local 800 // Copy the symbols to the functions arra [all...] |
/system/core/libcorkscrew/ |
Android.mk | 63 LOCAL_CFLAGS += -std=gnu99 -Werror -fno-inline-small-functions 87 LOCAL_CFLAGS += -std=gnu99 -Werror -fno-inline-small-functions
|
/external/v8/test/mjsunit/ |
debug-evaluate-recursive.js | 74 // Call functions with break using the FrameMirror directly. 80 // Call functions with break using the JSON protocol. Tests that argument 87 // Call functions with break using the JSON protocol. Tests passing 114 // Call functions with break using the FrameMirror directly. 134 // Test functions - one with break point and one with debugger statement.
|
/external/compiler-rt/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. 41 # Configuration for targetting 10.4. We need a few functions missing from 47 # Configuration for targetting iOS for a couple of functions that didn't 52 # Configuration for targetting OSX. These functions may not be in libSystem 66 # Configurations which define the profiling support functions. 72 # Configurations which define the ASAN support functions. 174 FUNCTIONS.eprintf := eprintf 175 FUNCTIONS.10.4 := eprintf floatundidf floatundisf floatundix [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/ |
JSilver.java | 27 import com.google.clearsilver.jsilver.functions.Function; 28 import com.google.clearsilver.jsilver.functions.FunctionRegistry; 29 import com.google.clearsilver.jsilver.functions.TextFilter; 30 import com.google.clearsilver.jsilver.functions.bundles.ClearSilverCompatibleFunctions; 31 import com.google.clearsilver.jsilver.functions.bundles.CoreOperators;
|
/prebuilts/devtools/tools/lib/ |
jsilver-1.0.0.jar | |
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/ |
jsilver-1.0.0.jar | |
/external/v8/src/ |
liveedit-debugger.js | 31 // A LiveEdit namespace. It contains functions that modifies JavaScript code 35 // in form of list of delete/add/change chunks. The functions that include 36 // change chunk(s) get recompiled, or their enclosing functions are 42 // All unchanged functions have their positions updated accordingly. 98 // Recursively collects all newly compiled functions that are going into 140 // Collect shared infos for functions whose code need to be patched. 184 // We need to link to old script all former nested functions. 193 // Link to an actual script all the functions that we are going to use. 230 // FunctionCompileInfo -- a descriptions of all functions of the script. 231 // Elements of array are ordered by start positions of functions (from to [all...] |
/external/openssl/apps/ |
openssl.c | 136 /* The LHASH callbacks ("hash" & "cmp") have been replaced by functions with the 139 * functions. */ 560 for (fp=functions; fp->name != NULL; fp++) 576 for (fp=functions; fp->name != NULL; fp++) 719 for(i=0,f=functions ; f->name != NULL ; ++f,++i) 721 qsort(functions,i,sizeof *functions,SortFnByName); 726 for (f=functions; f->name != NULL; f++)
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
FuncFormatNumb.java | 32 import org.apache.xpath.functions.Function3Args; 33 import org.apache.xpath.functions.WrongNumberArgsException;
|
/external/compiler-rt/make/ |
options.mk | 12 # The list of functions to include in the library. 13 FUNCTIONS :=
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
HtmlStripFunction.java | 17 package com.google.clearsilver.jsilver.functions.html; 19 import com.google.clearsilver.jsilver.functions.TextFilter;
|