HomeSort by relevance Sort by last modified time
    Searched full:inserts (Results 126 - 150 of 821) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 627 * Inserts the current state of a % mersenne_twister random number
829 * Inserts the current state of a % subtract_with_carry random number
1010 * Inserts the current state of a % subtract_with_carry_01 random number
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 627 * Inserts the current state of a % mersenne_twister random number
829 * Inserts the current state of a % subtract_with_carry random number
1010 * Inserts the current state of a % subtract_with_carry_01 random number
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 627 * Inserts the current state of a % mersenne_twister random number
829 * Inserts the current state of a % subtract_with_carry random number
1010 * Inserts the current state of a % subtract_with_carry_01 random number
    [all...]
  /external/bluetooth/glib/glib/
gqueue.c 309 * Inserts a new element into @queue at the given position
410 * Inserts @link into @queue at the given position.
933 * Inserts @data into @queue before @sibling.
957 * Inserts @data into @queue after @sibling
988 * Inserts @data into @queue using @func to determine the new position.
  /frameworks/base/tools/aapt/
Main.cpp 135 " inserts android:debuggable=\"true\" in to the application node of the\n"
138 " inserts android:minSdkVersion in to manifest. If the version is 7 or\n"
141 " inserts android:targetSdkVersion in to manifest.\n"
147 " inserts android:versionCode in to manifest.\n"
149 " inserts android:versionName in to manifest.\n"
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 120 * Inserts element at current put position, advances, and signals.
243 * Inserts the specified element at the tail of this queue if it is
258 * Inserts the specified element at the tail of this queue if it is
283 * Inserts the specified element at the tail of this queue, waiting
303 * Inserts the specified element at the tail of this queue, waiting
PriorityBlockingQueue.java 302 * Inserts item x at position k, maintaining heap invariant by
343 * Inserts item x at position k, maintaining heap invariant by
409 * Inserts the specified element into this priority queue.
423 * Inserts the specified element into this priority queue.
457 * Inserts the specified element into this priority queue.
471 * Inserts the specified element into this priority queue.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.h 494 * @brief Inserts the current state of a % mersenne_twister_engine
708 * @brief Inserts the current state of a % subtract_with_carry_engine
934 * @brief Inserts the current state of a %discard_block_engine random
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
random.h 494 * @brief Inserts the current state of a % mersenne_twister_engine
708 * @brief Inserts the current state of a % subtract_with_carry_engine
934 * @brief Inserts the current state of a %discard_block_engine random
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
TokenRewriteStream.js 225 // add replace op to the end of all the inserts
229 // inserts are added in front of existing inserts
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
ostream 247 * If the function inserts no characters, failbit is set.
437 * status, this function inserts a single character and any required
482 * status, this function inserts @c traits::length(s) characters starting
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
ostream 249 * If the function inserts no characters, failbit is set.
442 * status, this function inserts a single character and any required
487 * status, this function inserts @c traits::length(s) characters starting
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
ostream 249 * If the function inserts no characters, failbit is set.
442 * status, this function inserts a single character and any required
487 * status, this function inserts @c traits::length(s) characters starting
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
ostream 247 * If the function inserts no characters, failbit is set.
437 * status, this function inserts a single character and any required
482 * status, this function inserts @c traits::length(s) characters starting
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
ostream 247 * If the function inserts no characters, failbit is set.
437 * status, this function inserts a single character and any required
482 * status, this function inserts @c traits::length(s) characters starting
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
ostream 247 * If the function inserts no characters, failbit is set.
437 * status, this function inserts a single character and any required
482 * status, this function inserts @c traits::length(s) characters starting
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c 67 static pANTLR3_UINT8 insertS (pANTLR3_STRING string, ANTLR3_UINT32 point, pANTLR3_STRING newbit);
288 string->insertS = insertS;
326 string->insertS = insertS;
    [all...]
  /external/javassist/src/main/javassist/
CtBehavior.java 566 * Inserts a new parameter, which becomes the first parameter.
668 * Inserts bytecode at the beginning of the body.
733 * Inserts bytecode at the end of the body.
747 * Inserts bytecode at the end of the body.
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabasePerformanceTests.java 194 * Test 1000 inserts
227 * Test 1000 inserts into and indexed table
990 * 10000 inserts for an integer
1022 * 10000 inserts for an integer -indexed table
1055 * 10000 inserts for a String
1087 * 10000 inserts for a String - indexed table
    [all...]
NewDatabasePerformanceTests.java 103 * Test 1000 inserts.
135 * Test 1000 inserts into an indexed table.
872 * 10000 inserts for an integer
903 * 10000 inserts for an integer -indexed table
935 * 10000 inserts for a String
966 * 10000 inserts for a String - indexed table
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 61 * Turned off because it mostly just inserts more moves.
268 * Inserts mark-locals if necessary when changing a register. If
SsaConverter.java 141 * Inserts Z nodes as new predecessors for every node that has multiple
227 * Inserts Z nodes for every node that needs a new
  /external/apache-xml/src/main/java/org/apache/xml/utils/
IntVector.java 195 * Inserts the specified node in this vector at the specified index.
228 * Inserts the specified node in this vector at the specified index.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
arrays.sgml 166 Inserts an element into an array at the given index.
184 Inserts @len elements into a #GArray at the given index.
  /external/clang/include/clang/Rewrite/
Rewriter.h 131 /// \brief Given a source range, true to include previous inserts at the
134 /// \brief Given a source range, true to include previous inserts at the

Completed in 2198 milliseconds

1 2 3 4 56 7 8 91011>>