HomeSort by relevance Sort by last modified time
    Searched full:structs (Results 1 - 25 of 290) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/tools/
splaytree.js 32 goog.structs = goog.structs || {};
43 goog.structs.SplayTree = function() {
50 * @type {goog.structs.SplayTree.Node}
53 goog.structs.SplayTree.prototype.root_ = null;
59 goog.structs.SplayTree.prototype.isEmpty = function() {
73 goog.structs.SplayTree.prototype.insert = function(key, value) {
75 this.root_ = new goog.structs.SplayTree.Node(key, value);
84 var node = new goog.structs.SplayTree.Node(key, value);
104 * @return {goog.structs.SplayTree.Node} The removed node
    [all...]
codemap.js 43 this.dynamics_ = new goog.structs.SplayTree();
53 this.statics_ = new goog.structs.SplayTree();
58 this.libraries_ = new goog.structs.SplayTree();
  /external/v8/test/mjsunit/tools/
splaytree.js 33 var tree = new goog.structs.SplayTree();
41 var tree = new goog.structs.SplayTree();
82 var tree = new goog.structs.SplayTree();
96 var tree = new goog.structs.SplayTree();
106 var tree = new goog.structs.SplayTree();
120 var tree = new goog.structs.SplayTree();
130 var tree = new goog.structs.SplayTree();
140 var tree = new goog.structs.SplayTree();
154 var tree = new goog.structs.SplayTree();
  /external/freetype/include/freetype/internal/
ftpic.h 49 /* Initialize the various function tables, structs, etc. stored in the container. */
  /external/bluetooth/glib/gobject/
gtypeplugin.h 95 * #GTypeValueTable structs for the type. The structs are initialized
99 * for the interface. The structs is initialized with
gvaluearray.h 34 /* --- typedefs & structs --- */
genums.h 151 * @values: an array of #GEnumValue structs describing the
172 * @values: an array of #GFlagsValue structs describing the
genums.c 171 * @const_static_values: An array of #GEnumValue structs for the possible
216 * @const_static_values: An array of #GFlagsValue structs for the possible
261 * @const_values: An array of #GEnumValue structs for the possible
307 * @const_values: An array of #GFlagsValue structs for the possible
  /external/kernel-headers/original/linux/
keychord.h 26 * One or more input_keychord structs are written to /dev/keychord
ptrace.h 4 /* structs and defines to help the user use the ptrace system call. */
  /external/libffi/man/
ffi_prep_cif.3 35 structs that describe the data type, size and alignment of each argument.
  /external/libpng/
TODO 4 Improve API by hiding the png_struct and png_info structs.
  /external/netcat/data/
rip.d 29 # sockaddr-plus-metric structs begin, as many as necessary...
  /hardware/ril/libril/
ril_event.h 35 // Initialize internal data structs
  /external/icu4c/common/
rbbidata.h 15 * Structs that describes the format of the Binary RBBI data,
19 * raw data structs and the RulesBasedBreakIterator objects
57 * The following structs map exactly onto the raw data from ICU common data file.
  /dalvik/vm/oo/
Resolve.h 17 * Resolve "constant pool" references into pointers to VM structs.
  /external/webkit/WebCore/platform/image-encoders/skia/
PNGImageEncoder.cpp 65 // Passed around as the io_ptr in the png structs so our callbacks know where
83 // Automatically destroys the given write structs on destruction to make
  /external/e2fsprogs/intl/
plural-exp.c 33 /* These structs are the constant expression for the germanic plural
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.h 49 parameters at the bottom of the structs as appropriate.
  /external/kernel-headers/original/asm-arm/
signal.h 80 * SA_SIGINFO deliver the signal with SIGINFO structs
  /external/libffi/testsuite/libffi.call/
nested_struct2.c 3 Contains structs as parameter of the struct itself.
nested_struct3.c 3 Contains structs as parameter of the struct itself.
nested_struct4.c 3 Contains structs as parameter of the struct itself.
nested_struct5.c 3 Contains structs as parameter of the struct itself.
nested_struct7.c 3 Contains structs as parameter of the struct itself.

Completed in 1403 milliseconds

1 2 3 4 5 6 7 8 91011>>