HomeSort by relevance Sort by last modified time
    Searched refs:functions (Results 126 - 150 of 238) sorted by null

1 2 3 4 56 7 8 910

  /external/v8/test/mozilla/
mozilla-shell-emulation.js 28 // Sets up fake implementations of MDC built-in objects and functions
  /libcore/luni/src/main/java/org/apache/xalan/templates/
FuncDocument.java 41 import org.apache.xpath.functions.Function2Args;
42 import org.apache.xpath.functions.WrongNumberArgsException;
  /external/webkit/WebKitTools/android/flex-2.5.4a/
configure 1143 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
    [all...]
  /external/v8/test/mjsunit/
debug-scopes.js 29 // The functions used for testing backtraces. They are at the top to make the
121 // Check that the content of the scope is as expected. For functions just check
416 // functions arguments.
438 // functions arguments. Due to VM optimizations parts of the actual closure is
463 // functions arguments. Using all arguments and locals from the outer function
490 // functions arguments. Using all arguments and locals from the outer function
519 // functions arguments. In the presence of eval all arguments and locals
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;
array-iteration.js 28 // Tests for non-standard array iteration functions.
34 // for an explanation of each of the functions.
debug-setbreakpoint.js 142 // Check the script ids for the test functions.
151 // 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
  /ndk/build/core/
default-build-commands.mk 22 # This ensures that all libgcc.a functions required by the target
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 44 # in their exported C++ functions). Also, GCC 4.5 has already
  /external/dropbear/libtommath/
bn.tex 75 LibTomMath is a library of source code which provides a series of efficient and carefully written functions for manipulating
160 instructs the system to build all of the functions. This is how LibTomMath used to be packaged. This will give you
281 However, LibTomMath was written with cryptography in mind. It provides essentially all of the functions a cryptosystem
350 All LTM functions that use the mp\_int type will expect a pointer to mp\_int structure. You must allocate memory to
356 The arithmetic functions of the library are all organized to have the same style prototype. That is source operands
365 Another feature of the way the functions have been implemented is that source operands can be destination operands as well.
385 represents the default integer which is zero. If the functions returns MP\_OKAY then the mp\_int is ready to be used
386 by the other LibTomMath functions.
545 \section{Maintenance Functions}
642 small constant assignment functions. The first function is used to set a single digit constant while the second set
    [all...]
  /bionic/libc/arch-x86/bionic/
crtbegin_dynamic.S 72 # functions that need to be called in order during C library initialization,
  /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
238 // Setup non-enumerable functions of the Math object and
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.
108 // Objects (including functions), null, undefined and booleans were
  /external/v8/tools/
profile_view.js 127 * functions. Must comply with Array.sort sorting function requirements.
219 * functions. Must comply with Array.sort sorting function requirements.
  /external/webkit/WebKitTools/Scripts/
prepare-ChangeLog 27 # and functions from a diff.
38 # List functions that have been removed too.
205 # Find all the functions in the file.
210 # Find all the modified functions.
211 my @functions;
230 push @functions, $function_range[2];
237 # Format the list of functions now.
239 if (@functions) {
241 $function_lists{$file} .= "\n (" . join("):\n (", @functions) . "):";
508 # Read a file and get all the line ranges of the things that look like C functions
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/Tools/
eclair.mk 86 CCTCFLAGS:=-msoft-float -mthumb-interwork -fno-exceptions -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -fmessage-length=0 -finline-functions -finline-limit=600 -fno-inline-functions-called-once -fgcse-after-reload -frerun-cse-after-loop -frename-registers -fstrict-aliasing -funswitch-loops
  /libcore/luni/src/main/java/org/apache/xpath/jaxp/
JAXPExtensionsProvider.java 35 import org.apache.xpath.functions.FuncExtFunction;
114 // feature is set then invocation of extension functions need to
171 // feature is set then invocation of extension functions need to
  /external/webkit/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/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.

Completed in 1600 milliseconds

1 2 3 4 56 7 8 910