Searched
refs:functions (Results
376 -
400 of
620) sorted by null
<<11121314151617181920>>
/external/webkit/Tools/Scripts/ |
prepare-ChangeLog | 27 # and functions from a diff. 38 # List functions that have been removed too. 213 # Find all the functions in the file. 218 # Find all the modified functions. 219 my @functions; 238 push @functions, $function_range[2]; 245 # Format the list of functions now. 247 if (@functions) { 249 $function_lists{$file} .= "\n (" . join("):\n (", @functions) . "):"; 535 # Read a file and get all the line ranges of the things that look like C functions [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_mid_hor.s | 18 ;-- h264bsdInterpolateMid functions
|
/ndk/build/core/ |
definitions-utils.mk | 16 # Common utility functions. 18 # NOTE: All the functions here should be purely functional, i.e. avoid
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
safe_local_iterator.h | 34 #include <debug/functions.h> 47 * %_Safe_local_iterator has member functions for iterator invalidation,
|
/external/bison/ |
maint.mk | 352 # Don't use *scanf or the old ato* functions in "real" code. 354 # Instead, use strto* functions. 494 # Don't include quotearg.h unless you use one of its functions. 498 # Don't include quote.h unless you use one of its functions. 503 # Don't include this header unless you use one of its functions. 508 # Don't include this header unless you use one of its functions. 513 # Don't include this header unless you use one of its functions. 518 # Don't include this header unless you use one of its functions. 524 # Don't include xalloc.h unless you use one of its functions. 639 # Don't include stdio--.h unless you use one of its functions [all...] |
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGeneratorV8.pm | 310 foreach my $function (@{$dataNode->functions}) { [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jsevalcontext.js | 150 * immutable global objects, such as functions, at load time, and not
360 * it up into a map of labels and expressions, and creates functions
390 * up into a list of expressions, and creates functions from the
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jsevalcontext.js | 150 * immutable global objects, such as functions, at load time, and not 360 * it up into a map of labels and expressions, and creates functions 390 * up into a list of expressions, and creates functions from the
|
/external/valgrind/main/callgrind/ |
callgrind_annotate.in | 134 # specified). We print out functions and do auto-annotations until we've 180 # Print out the called functions 209 --auto=yes|no annotate all source files containing functions 213 --inclusive=yes|no add subroutine costs to functions calls [no] 215 calling|both the called functions or both [none] 847 # Work out the size of each column for printing (summary and functions 861 # Header for functions 885 # Print functions, stopping when the threshold has been reached. 930 # Print called functions [all...] |
callgrind_control.in | 396 elsif (/distinct-functions: (\d+)/) { $dist_funcs = $1; } 417 print " Functions: ".commify($dist_funcs);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ |
jsref.js | 236 * Type Conversion functions used by Type Conversion 243 * Date functions used by tests in Date suite 504 // Added these two functions because DST rules changed for the US.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/ |
jsref.js | 196 * Type Conversion functions used by Type Conversion 203 * Date functions used by tests in Date suite 465 // Added these two functions because DST rules changed for the US.
|
/external/v8/src/ |
frames.h | 517 virtual void GetFunctions(List<JSFunction*>* functions); 558 // The functions are ordered bottom-to-top (i.e. functions.last() 560 virtual void GetFunctions(List<JSFunction*>* functions); 768 // have proper JavaScript functions. This excludes the problematic 769 // functions in runtime.js.
|
runtime.js | 30 // CAUTION: Some of the functions specified in this file are called 31 // directly from compiled code. These are the functions with names in 34 // cannot use contexts in all these functions. 112 // Objects (including functions), null, undefined and booleans were
|
/external/v8/test/mjsunit/compiler/ |
inline-construct.js | 145 // Regression test: Inlined constructors called as functions do not get their
|
/external/v8/test/mjsunit/ |
debug-backtrace-text.js | 30 // The functions used for testing backtraces.
|
debug-conditional-breakpoints.js | 44 // Test functions.
|
debug-stepin-call-function-stub.js | 98 // of call. Use different pair of functions so that g2 is compiled lazily.
|
debug-stepin-function-call.js | 61 // Sample functions.
|
escape.js | 29 * @fileoverview Check that the global escape and unescape functions work
|
mirror-script.js | 85 // Test the script mirror for different functions.
|
object-prevent-extensions.js | 108 // Test that attributes on functions are also handled correctly.
|
value-wrapper.js | 28 // When calling user-defined functions on strings, booleans or
|
/external/v8/test/mjsunit/third_party/ |
string-trim.js | 34 // References to trim(), trimLeft() and trimRight() functions for
|
/external/webkit/LayoutTests/storage/ |
test-authorizer.js | 83 // There is no SQL/Javascript API to add user-defined functions to SQLite,
|
Completed in 1781 milliseconds
<<11121314151617181920>>