HomeSort by relevance Sort by last modified time
    Searched refs:functions (Results 326 - 350 of 620) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/massif/tests/
thresholds_5_10.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /ndk/toolchains/mipsel-linux-android-clang3.1/
setup.mk 56 -finline-functions \
  /ndk/toolchains/mipsel-linux-android-clang3.2/
setup.mk 56 -finline-functions \
  /external/chromium/chrome/browser/resources/sync_internals/
chrome_sync.js 111 // Sync service functions.
117 // Notification functions.
130 // Node lookup functions.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/v8/src/
collection.js 222 // Set up the non-enumerable functions on the Set prototype object.
229 // Set up the non-enumerable functions on the Map prototype object.
243 // Set up the non-enumerable functions on the WeakMap prototype object.
v8natives.js 47 // Helper function used to install functions on objects.
48 function InstallFunctions(object, attributes, functions) {
49 if (functions.length >= 8) {
50 %OptimizeObjectForAddingMultipleProperties(object, functions.length >> 1);
52 for (var i = 0; i < functions.length; i += 2) {
53 var key = functions[i];
54 var f = functions[i + 1];
70 // Install functions first, because this function is used to initialize
    [all...]
  /external/v8/test/cctest/
log-eq-of-logging-and-traversal.js 141 // functions traversal may erroneously recognize them as functions, so we are
142 // expecting more functions in traversal vs. logging.
  /external/v8/test/mjsunit/
function-bind.js 144 // The wrong number of arguments can be given to bound functions too.
246 // Strict functions don't convert thisArg.
293 // Shouldn't throw. Accessing the functions caller must throw if
debug-scopes.js 29 // The functions used for testing backtraces. They are at the top to make the
122 // Check that the content of the scope is as expected. For functions just check
462 // functions arguments.
484 // functions arguments. Due to VM optimizations parts of the actual closure is
509 // functions arguments. Using all arguments and locals from the outer function
536 // functions arguments. Using all arguments and locals from the outer function
565 // functions arguments. In the presence of eval all arguments and locals
array-store-and-grow.js 29 // to an array that grow it by a single element. Test functions are
debug-break-inline.js 31 // inlined functions where the full-code is generated before the
debug-mirror-cache.js 29 // The functions used for testing backtraces. They are at the top to make the
debug-multiple-breakpoints.js 44 // Test functions
debug-sourceslice.js 53 // Get the script object from one of the functions in the source.
prototype.js 75 // Make sure that arrays and functions in the prototype chain works;
  /external/webkit/Tools/android/flex-2.5.4a/
configure 1143 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
    [all...]
  /ndk/build/tools/
gen-platforms.sh 326 # Remove unwanted symbols from a library's functions list.
337 SYMBOL_FILE=$PROGDIR/unwanted-symbols/$ARCH/$LIBRARY.functions.txt
354 # $2: functions list
376 # types for built-in functions, so just shut it up.
398 echo "$FUNCS" > $DSTFILE.functions.txt
431 LIBS=$( (cd $SYMDIR && 2>/dev/null ls *.functions.txt) | sort -u | sed -e 's!\.functions\.txt$!!g')
434 funcs=$(cat "$SYMDIR/$LIB.functions.txt" 2>/dev/null)
441 log "Generating $ARCH shared library for $LIB ($numfuncs functions + $numvars variables)"
  /build/core/
llvm_config.mk 81 -fno-inline-functions-called-once \
  /external/bison/data/
glr.cc 70 # and "yy_symbol_value_print" functions.
113 # functions etc.).
  /external/chromium/chrome/browser/resources/file_manager/js/
util.js 6 * Namespace for utility functions.
  /external/compiler-rt/make/
AppleBI.mk 27 # List of functions needed for each architecture.
util.mk 4 # Utility functions
  /external/libvpx/
libvpx.mk 58 # functions used in both ARM and x86. These files can not be compiled and need
  /external/v8/test/mjsunit/compiler/
eval-introduced-closure.js 28 // Test that functions introduced by eval work both when there are

Completed in 1492 milliseconds

<<11121314151617181920>>