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

<<11121314151617181920>>

  /external/v8/test/mjsunit/regress/
regress-1145.js 32 // compiled functions with syntax errors into early errors).
regress-1365.js 31 // when called as functions through variables.
regress-1436.js 29 // undefined as the receiver (which for non-strict functions is
regress-1790.js 29 // array functions is specification conform (i.e. [[HasProperty]] might return
regress-52801.js 31 // inner functions may already have been created using the original context. In
  /external/valgrind/main/massif/tests/
alloc-fns-A.post.exp 48 100.00% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
alloc-fns-B.post.exp 48 100.00% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_0_0.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /packages/inputmethods/LatinIME/native/jni/
Android.mk 39 # To suppress compiler warnings for unused variables/functions used for debug features etc.
  /sdk/emulator/opengl/
Android.mk 33 # emugl-xxxx functions.
  /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...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorJS.pm 665 my $numFunctions = @{$dataNode->functions};
763 # Custom call functions
    [all...]
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...]
  /external/apache-xml/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/ceres-solver/docs/
bundleadjustment.tex 67 our life very simple here. The function \texttt{AngleAxisRotatePoint} and other functions for manipulating rotations can be found in \texttt{include/ceres/rotation.h}.
101 For a more sophisticated bundle adjustment example which demonstrates the use of Ceres' more advanced features including its various linear solvers, robust loss functions and local parameterizations see \texttt{examples/bundle\_adjuster.cc}.
introduction.tex 8 Ceres has been used for solving a variety of problems in computer vision and machine learning at Google with sizes that range from a tens of variables and objective functions with a few hundred terms to problems with millions of variables and objective functions with tens of millions of terms.
  /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 65 FUNCTION functions[] = { variable
  /external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
SDL_cpuinfo.c 231 " movl $0x80000000,%%eax # Query for extended functions \n"
249 " movl $0x80000000,%%eax # Query for extended functions \n"
267 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
266 // Set up non-enumerable functions of the Math object and
  /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.
  /external/v8/test/mjsunit/bugs/harmony/
debug-blockscopes.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
  /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.

Completed in 1165 milliseconds

<<11121314151617181920>>