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

1 23 4 5 6 7 8 91011>>

  /external/v8/src/
splay-tree.h 69 // Inserts the given key in this tree with the given value. Returns
163 // Inserts a node assuming that root_ is already set up.
  /external/webrtc/src/system_wrappers/interface/
data_log.h 72 // Inserts a single value into a table with name table_name at the column with
92 // Inserts an array of values into a table with name table_name at the
  /external/valgrind/main/coregrind/m_demangle/
dyn-string.c 230 /* Inserts SRC at the beginning of DEST. DEST is expanded as
241 /* Inserts SRC, a NUL-terminated string, at the beginning of DEST.
251 /* Inserts SRC into DEST starting at position POS. DEST is expanded
276 /* Inserts SRC, a NUL-terminated string, into DEST starting at
299 /* Inserts character C into DEST starting at position POS. DEST is
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 299 * Inserts the given bytecode sequence
323 * Inserts the given bytecode sequence
348 * Inserts the given bytecode sequence
372 * Inserts the given bytecode sequence exclusively
396 * Inserts the given bytecode sequence exclusively
421 * Inserts the given bytecode sequence exclusively
466 * Inserts a gap
485 * Inserts a gap in front of the instruction at the given
505 * Inserts an exclusive gap
524 * Inserts an exclusive gap in front of the instruction at the give
    [all...]
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 108 InsertsMap Inserts;
515 Inserts[FullSourceLoc(loc, SM)].push_back(text);
523 Inserts.erase(Inserts.upper_bound(newRange.Begin),
524 Inserts.lower_bound(newRange.End));
557 for (InsertsMap::iterator I = Inserts.begin(), E = Inserts.end(); I!=E; ++I) {
  /libcore/luni/src/main/java/java/util/
ArrayDeque.java 191 * Inserts the specified element at the front of this deque.
205 * Inserts the specified element at the end of this deque.
221 * Inserts the specified element at the front of this deque.
233 * Inserts the specified element at the end of this deque.
371 * Inserts the specified element at the end of this deque.
385 * Inserts the specified element at the end of this deque.
457 * words, inserts the element at the front of this deque.
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 244 // Inserts data into the provider, so that the note ID URI will be recognized.
349 // Inserts test data into the provider.
460 // Inserts the test data into the provider's underlying data source
572 // Inserts the test data into the provider's underlying data source.
616 * Tests inserts into the data model.
630 // Inserts a row using the new note instance.
712 // Tries to delete an existing record. Repeats the previous subtest, but inserts data first.
714 // Inserts data into the model.
    [all...]
  /external/jdiff/src/jdiff/
Diff.java 127 int inserts = hunk.inserted; local
129 if (deletes == 1 && inserts == 1) {
137 if (deletes == 1 && inserts == 1 &&
183 int inserts = hunk.inserted; local
184 if (deletes == 0 && inserts == 0) {
194 // Index of last inserted word, invalid if inserts == 0
199 System.out.println("inserts: " + inserts);
238 if (inserts != 0) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp 1 //===- PathProfiling.cpp - Inserts counters for path profiling ------------===//
280 // Analyzes the function for Ball-Larus path profiling, and inserts code.
295 // Inserts source's pathNumber Value* into target. Target may or may not
301 // Inserts source's pathNumber Value* into the appropriate slot of
322 // Inserts instrumentation for the given edge
334 // If this edge is a critical edge, then inserts a node at this edge.
338 // Inserts instrumentation according to the marked edges in dag. Phony
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/content/
FileProvider.java 54 // Don't support inserts.
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestInterceptorList.java 61 * Inserts a request interceptor at the specified index.
HttpResponseInterceptorList.java 62 * Inserts a response interceptor at the specified index.
  /external/chromium/chrome/browser/ui/omnibox/
location_bar.h 57 // Clears the location bar, inserts an annoying little "?" turd and sets
  /external/javassist/src/main/javassist/expr/
Handler.java 102 * Inserts bytecode at the beginning of the catch clause.
  /external/libsepol/include/sepol/policydb/
hashtab.h 57 Inserts the specified (key, datum) pair into the specified hash table.
  /external/llvm/examples/ModuleMaker/
ModuleMaker.cpp 40 // Add a basic block to the function... again, it automatically inserts
  /external/replicaisland/src/com/replica/replicaisland/
ChangeComponentsComponent.java 111 /** Inserts and removes components added to the swap-in and swap-out list, respectively.
  /external/valgrind/unittest/
atomicity_tests.cc 94 // with a given key exists. If not, it inserts such element.
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeinsertbefore.js 78 The "insertBefore(newChild,refChild)" method inserts the
hc_nodeinsertbeforerefchildnull.js 79 "insertBefore(newChild,refChild)" method inserts the
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableElement28.js 78 The insertRow() method inserts a new empty table row.
HTMLTableElement29.js 78 The insertRow() method inserts a new empty table row.
HTMLTableElement30.js 78 The insertRow() method inserts a new empty table row.
HTMLTableElement31.js 78 The insertRow() method inserts a new empty table row. In addition, when
HTMLTableElement39.js 78 The insertRow() method inserts a new empty table row.

Completed in 1176 milliseconds

1 23 4 5 6 7 8 91011>>