Searched
refs:functions (Results
426 -
450 of
620) sorted by null
<<11121314151617181920>>
/external/compiler-rt/ |
Makefile | 49 @echo " info-functions: list available compiler-rt functions" 62 info-functions: 63 @echo "compiler-rt Available Functions" 65 @echo "All Functions: $(AvailableFunctions)" 175 $(call Set,Tmp.Functions,$(strip \ 177 $(call GetCNAVar,FUNCTIONS,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch)))) 202 $(foreach fn,$(sort $(Tmp.Functions)),\
|
/external/libffi/src/x86/ |
win32.S | 178 # stdcall functions pop arguments off the stack themselves
|
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGeneratorObjC.pm | 695 my $numFunctions = @{$dataNode->functions}; 852 # - Add functions. 854 foreach my $function (@{$dataNode->functions}) { [all...] |
IDLParser.pm | 350 my $arrayRef = $dataNode->functions;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
libc-lock.h | 37 # include <pthread-functions.h> 151 /* Call thread functions through the function pointer table. */ 470 /* Functions that are used by this file and are internal to the GNU C 525 /* Make the pthread functions weak so that we can elide them from
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
libc-lock.h | 37 # include <pthread-functions.h> 151 /* Call thread functions through the function pointer table. */ 470 /* Functions that are used by this file and are internal to the GNU C 525 /* Make the pthread functions weak so that we can elide them from
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
libc-lock.h | 37 # include <pthread-functions.h> 151 /* Call thread functions through the function pointer table. */ 470 /* Functions that are used by this file and are internal to the GNU C 525 /* Make the pthread functions weak so that we can elide them from
|
/external/tcpdump/ |
configure | 416 echo No shell found that supports shell functions. [all...] |
/build/ |
envsetup.sh | 3 Invoke ". build/envsetup.sh" from your shell to add the following functions to your environment: 17 Look at the source to view more functions. The complete list is: [all...] |
/device/generic/goldfish/opengl/ |
common.mk | 30 # do not use directly, see functions above instead
|
/external/ceres-solver/docs/ |
modeling.tex | 129 The framework can currently accommodate cost functions of up to 6 independent 237 \caption{Shape of the various common loss functions.} 245 Here are some common loss functions implemented in Ceres. For simplicity we described their unscaled versions. Figure~\ref{fig:loss} illustrates their shape graphically. 257 Ceres includes a number of other loss functions, the descriptions and
|
/external/chromium/chrome/browser/resources/ntp/ |
drag_drop_controller.js | 52 // Record references to the generated functions so we can
|
/external/chromium/chrome/browser/resources/ |
print_preview_animations.js | 5 // This file contains functions that control several animations in the print
|
/external/harfbuzz_ng/contrib/python/lib/ |
harfbuzz.pyx | 87 # do I need blob functions here?
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
TemplateTranslator.java | 36 import com.google.clearsilver.jsilver.functions.Function; 37 import com.google.clearsilver.jsilver.functions.FunctionExecutor; [all...] |
/external/libvpx/libvpx/vpx_ports/ |
x86_abi_support.asm | 336 ; there are a couple functions which return from multiple places.
|
/external/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.mli | 85 directly loading an LLVM module and executing its functions without first
|
/external/v8/test/mjsunit/ |
array-elements-from-array-prototype-chain.js | 30 // for various Array.prototype functions (like unshift, shift, etc.)
|
array-elements-from-array-prototype.js | 30 // for various Array.prototype functions (like unshift, shift, etc.)
|
array-elements-from-object-prototype.js | 30 // for various Array.prototype functions (like unshift, shift, etc.)
|
debug-handle.js | 138 // Check handles for functions on the stack.
|
debug-stepout-scope.js | 31 // every point when stepping through functions.
|
external-array.js | 267 // Run test functions defined above.
|
string-replace.js | 120 // Replace with functions.
|
undeletable-functions.js | 28 // Test that we match ECMAScript in making most builtin functions
|
Completed in 1611 milliseconds
<<11121314151617181920>>