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

<<11121314151617181920>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
debug.h 125 # include <debug/functions.h>
safe_sequence.h 35 #include <debug/functions.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
debug.h 125 # include <debug/functions.h>
safe_sequence.h 35 #include <debug/functions.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
debug.h 125 # include <debug/functions.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
debug.h 128 # include <debug/functions.h>
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 1 // Try calling the browser-side bound functions with varying (invalid)
  /external/compiler-rt/make/
lib_util.mk 1 # Library Utility Functions
27 # Helper functions that select the entire list of subdirs where a function is
  /external/elfutils/libdwfl/
Android.mk 63 LOCAL_CFLAGS += -fnested-functions
  /external/open-vcdiff/
configure.ac 24 # Check whether some low-level functions/files are available
98 This way, when we compile the dll, we export our functions/classes.
  /external/v8/test/mjsunit/
body-not-visible.js 29 // compiling functions using new Function().
  /external/v8/test/mjsunit/compiler/
jsnatives.js 30 // Test call of JS runtime functions.
  /external/v8/test/mjsunit/regress/
regress-1121.js 30 // Test that changing Array.prototype.__proto__ keeps Array functions working.
regress-780423.js 38 assertTrue(o1 !== o2, "different functions");
  /external/valgrind/main/massif/tests/
long-names.post.exp 41 100.00% (4,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
new-cpp.post.exp 44 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
overloaded-new.post.exp 44 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /external/zlib/src/contrib/pascal/
zlibpas.pas 104 (* basic functions *)
113 (* advanced functions *)
143 (* utility functions *)
153 (* checksum functions *)
  /ndk/tests/build/topological-sort/jni/
Android.mk 7 # files (foo.c and foo2.c), which implement two functions
  /external/v8/src/
accessors.cc 599 List<JSFunction*> functions(2);
602 frame->GetFunctions(&functions);
603 for (int i = functions.length() - 1; i >= 0; i--) {
605 if (functions[i] != *function) continue;
608 // The function in question was inlined. Inlined functions have the
647 functions.Rewind(0);
698 // Iterate through functions until the first occurence of 'function'.
759 // allows us to make bound functions use the strict function map
794 // To be consistent with other Set functions, return the value.
frames.cc 235 // Don't show functions from native scripts to user.
721 void JavaScriptFrame::GetFunctions(List<JSFunction*>* functions) {
722 ASSERT(functions->length() == 0);
723 functions->Add(JSFunction::cast(function()));
727 void JavaScriptFrame::Summarize(List<FrameSummary>* functions) {
728 ASSERT(functions->length() == 0);
736 functions->Add(summary);
832 // functions containing throw.
958 void OptimizedFrame::GetFunctions(List<JSFunction*>* functions) {
959 ASSERT(functions->length() == 0)
    [all...]
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 1257 InputMethodUiStatusMonitorFunctions functions; local
    [all...]
  /external/webkit/Source/WebCore/inspector/
CodeGeneratorInspector.pm 349 foreach my $function (@{$interface->functions}) {
675 my @functions = grep(!$_->signature->extendedAttributes->{"event"}, @{$interface->functions});
678 foreach my $function (@functions) {
699 my @functions = grep($_->signature->extendedAttributes->{"event"}, @{$interface->functions});
702 foreach my $function (@functions) {
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 124 (and helper API functions) are able to use the new designs automatically. There exists self-check functions for each
146 With this library all core functions (ciphers, hashes, prngs, and bignum) have the same prototype definition. They all load
149 know how to use Safer+, RC6, or Serpent as well. With all of the core functions there are central descriptor tables
167 are essentially structures with pointers to functions. While you can still call particular functions
226 In general the API is very simple to memorize and use. Most of the functions return either {\bf void} or {\bf int}. Functions
228 if it failed. Certain functions that return int will return $-1$ to indicate an error. These functions will be explicitl
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionsTable.java 30 import org.apache.xpath.functions.FuncExtFunction;
87 * functions for testing whether a function is known within the
88 * namespace and also for invoking the functions.
154 * and provides callback functions to access various
201 * and provides callback functions to access various

Completed in 1447 milliseconds

<<11121314151617181920>>