/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
BaseCompiledTemplate.java | 27 import com.google.clearsilver.jsilver.functions.FunctionExecutor;
|
/external/jsilver/src/com/google/clearsilver/jsilver/template/ |
DefaultRenderingContext.java | 27 import com.google.clearsilver.jsilver.functions.FunctionExecutor; 109 throw new IllegalStateException("No more escaping functions to pop.");
|
/external/openssl/apps/ |
progs.h | 64 FUNCTION functions[] = { variable
|
/external/qemu/distrib/sdl-1.2.12/src/cpuinfo/ |
SDL_cpuinfo.c | 205 " movl $0x80000000,%%eax # Query for extended functions \n" 220 mov eax,80000000h ; Query for extended functions
|
/external/v8/src/ |
math.js | 36 // Instance class name can only be set on functions. That is the only 239 // Setup non-enumerable functions of the Math object and
|
frames.h | 498 virtual void GetFunctions(List<JSFunction*>* functions); 536 // The functions are ordered bottom-to-top (i.e. functions.last() 538 virtual void GetFunctions(List<JSFunction*>* functions); 745 // have proper JavaScript functions. This excludes the problematic 746 // 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. 105 // Objects (including functions), null, undefined and booleans were
|
/external/v8/test/mjsunit/ |
array-iteration.js | 28 // Tests for non-standard array iteration functions. 34 // for an explanation of each of the functions.
|
debug-setbreakpoint.js | 153 // Check the script ids for the test functions. 165 // Get the source line for the test functions.
|
undeletable-functions.js | 28 // Test that we match JSC in making some functions undeletable. 30 // The functions on these prototypes are not just undeletable. It is
|
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
|
/external/v8/tools/ |
profile_view.js | 122 * functions. Must comply with Array.sort sorting function requirements. 214 * functions. Must comply with Array.sort sorting function requirements.
|
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGeneratorCPP.pm | 359 my $numFunctions = @{$dataNode->functions}; 466 # - Add functions. 468 foreach my $function (@{$dataNode->functions}) { 596 my $numFunctions = @{$dataNode->functions}; 774 # - Functions 776 foreach my $function (@{$dataNode->functions}) { 836 # and appendChild functions from DOMNode [all...] |
CodeGeneratorV8.pm | 310 foreach my $function (@{$dataNode->functions}) { [all...] |
/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/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_mid_hor.s | 18 ;-- h264bsdInterpolateMid functions
|
/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...] |
/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.
|