HomeSort by relevance Sort by last modified time
    Searched refs:Insert (Results 101 - 125 of 149) sorted by null

1 2 3 45 6

  /external/v8/src/
hydrogen.h     [all...]
isolate.cc 330 thread_data_table_->Insert(per_thread);
    [all...]
isolate.h     [all...]
profile-generator.cc 504 tree_.Insert(addr, &locator);
543 tree_.Insert(addr, &locator);
    [all...]
profile-generator.h 861 void Insert(Object* obj);
    [all...]
jsregexp.cc     [all...]
  /external/v8/tools/
splaytree.js 64 * @param {number} key Key to insert into the tree.
65 * @param {*} value Value to insert into the tree.
67 SplayTree.prototype.insert = function(key, value) {
116 // Insert the original right child as the right child of the new
  /packages/apps/Contacts/src/com/android/contacts/dialpad/
DialpadFragment.java 38 import android.provider.Contacts.Intents.Insert;
713 intent.putExtra(Insert.PHONE, digits);
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/chromium/net/base/
x509_certificate.cc 60 void Insert(X509Certificate* cert);
86 // Insert |cert| into the cache. The cache does NOT AddRef |cert|.
88 void X509CertificateCache::Insert(X509Certificate* cert) {
92 "Only insert certs with real fingerprints.";
183 cache->Insert(cert);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]
IndVarSimplify.cpp 184 /// Determine the insertion point for this user. By default, insert immediately
233 /// then insert corresponding integer induction variable if possible.
395 // Insert new integer induction variable.
763 // anything about the narrow operand yet so must insert a [sz]ext. It is
777 Builder.Insert(WideBO);
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 627 // Tests inserting at the beginning using Vector::Insert().
633 a.Insert(1, 0);
638 a.Insert(2, 0);
644 a.Insert(3, 0);
652 // Vector::Insert().
659 a.Insert(2, a.size());
665 a.Insert(3, a.size());
672 a.Insert(4, 1);
    [all...]
  /external/v8/benchmarks/spinning-balls/
v.js 157 // Insert new node with a unique key.
168 splayTree.insert(key, point);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 148 procedure Insert(Index: Integer; const Value: T);
504 Insert(Index, Item);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py 253 # "insert" the missing token
642 a missing token in the input stream. "Insert" one by just not
681 ttype then it is ok to 'insert' the missing token, else throw
    [all...]
  /external/chromium/base/
values.cc 852 bool ListValue::Insert(size_t index, Value* in_value) {
857 list_.insert(list_.begin() + index, in_value);
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 114 // We have a valid insert point, reuse it if it is empty or there are no
294 // Create a marker to make it easy to insert allocas into the entryblock
    [all...]
  /external/openfst/src/include/fst/
matcher.h 994 multi_eps_labels_.Insert(label);
    [all...]
  /external/webrtc/src/common_audio/resampler/
resampler.cc     [all...]
  /external/valgrind/tsan/
thread_sanitizer.cc 329 void Insert(A a, B b, Ret v) {
876 ls_add_cache_->Insert(lsid.raw(), lid.raw(), res.raw());
908 ls_rem_cache_->Insert(lsid.raw(), lid.raw(), res.raw());
957 ls_intersection_cache_->Insert(lsid1.raw(), -lsid2.raw(), ret);
999 locks_reported->insert(lid);
1006 locks_reported->insert(lid);
1014 locks->insert(lsid.GetSingleton());
1018 locks->insert(*it);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java 54 import android.provider.ContactsContract.Intents.Insert;
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.cc 727 // Helper to insert entries for all of the prefixes or full hashes in
797 // Helper to insert entries for all of the prefixes or full hashes in
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 598 final Uri groupUri = resolver.insert(Groups.CONTENT_URI, values);
619 callbackIntent.putExtra(ContactsContract.Intents.Insert.DATA, Lists.newArrayList(values));
    [all...]
  /external/blktrace/btt/doc/
btt.tex 112 \item Time needed to insert or merge an incoming IO onto the request
114 IO layer (queue trace) until it is inserted (insert trace).
128 queue (insert trace).
142 \emph{insert} traces.}.
164 currently average the queue-to-insert and queue-to-merge times,
628 \item insert traces
    [all...]

Completed in 834 milliseconds

1 2 3 45 6