HomeSort by relevance Sort by last modified time
    Searched defs:insert (Results 1051 - 1075 of 1909) sorted by null

<<41424344454647484950>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.h 159 uInt strstart; /* start of string to insert */
180 /* Insert new strings in the hash table only if the match length is not
250 uInt insert; /* bytes at end of window left to insert */ member in struct:internal_state
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementTree.py 318 # @param index Where to insert the new subelement.
320 def insert(self, index, element): member in class:Element
322 self._children.insert(index, element)
    [all...]
  /external/annotation-tools/scene-lib/test/annotations/tests/classfile/
AnnotationsTest.java 48 * Read the annotations from <code>name.jaif</code>, insert them into
168 * @param filename the class file to insert annotations into
192 ClassFileWriter.insert(
  /external/brotli/c/enc/
compress_fragment.c 567 size_t insert = (size_t)(base - next_emit); local
570 if (BROTLI_PREDICT_TRUE(insert < 6210)) {
571 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo,
573 } else if (ShouldUseUncompressedMode(metablock_start, next_emit, insert,
582 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo,
585 EmitLiterals(next_emit, insert, lit_depth, lit_bits,
668 last insert-only command. */
683 const size_t insert = (size_t)(ip_end - next_emit); local
684 if (BROTLI_PREDICT_TRUE(insert < 6210)) {
685 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 414 Impl.insert(N);
420 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
431 void insert(const ExplodedNodeSet &S) { function in class:clang::ento::ExplodedNodeSet
436 Impl.insert(S.begin(), S.end());
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 134 void insert(SourceLocation loc, StringRef text);
285 void TransformActionsImpl::insert(SourceLocation loc, StringRef text) { function in class:TransformActionsImpl
325 insert(range.getBegin(), text);
353 insert(S->getLocStart(), text);
460 StmtRemovals.insert(S);
536 Removals.insert(I, newRange);
552 Removals.insert(Removals.begin(), newRange);
561 receiver.insert(loc, *TI);
583 return UniqueText.insert(std::make_pair(text, false)).first->first();
623 void TransformActions::insert(SourceLocation loc, StringRef text) function in class:TransformActions
    [all...]
  /external/desugar/java/com/google/devtools/build/android/desugar/
DefaultMethodClassFixer.java 172 clInitMethodNode.instructions.insert(new InsnNode(Opcodes.RETURN));
  /external/dnsmasq/src/
cache.c 199 /* insert a new cache entry at the head of the list (youngest entry) */
347 insert due to error.
402 insert. Once in this state, all inserts will probably fail. */
505 struct crec *next, **up, **insert = NULL, **chainp = &ans; local
534 if (insert && (crecp->flags & (F_REVERSE | F_IMMORTAL)) == ins_flags)
537 crecp->hash_next = *insert;
538 *insert = crecp;
539 insert = &crecp->hash_next;
543 if (!insert)
545 insert = up
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleIDParser.java 102 buffer.insert(pos, s);
  /external/icu/icu4c/source/common/unicode/
unistr.h 4712 UnicodeString::insert(int32_t start, function in class:UnicodeString
4719 UnicodeString::insert(int32_t start, function in class:UnicodeString
4724 UnicodeString::insert(int32_t start, function in class:UnicodeString
4731 UnicodeString::insert(int32_t start, function in class:UnicodeString
4737 UnicodeString::insert(int32_t start, function in class:UnicodeString
4742 UnicodeString::insert(int32_t start, function in class:UnicodeString
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
LocaleIDParser.java 100 buffer.insert(pos, s);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleIDParser.java 100 buffer.insert(pos, s);
  /external/libvterm/src/
vterm_internal.h 87 int insert:1; member in struct:VTermState::__anon26334
  /external/llvm/include/llvm/ADT/
SmallVector.h 461 iterator insert(iterator I, T &&Elt) { function in class:llvm::SmallVectorImpl
491 iterator insert(iterator I, const T &Elt) { function in class:llvm::SmallVectorImpl
520 iterator insert(iterator I, size_type NumToInsert, const T &Elt) { function in class:llvm::SmallVectorImpl
566 // Insert the non-overwritten middle part.
572 iterator insert(iterator I, ItTy From, ItTy To) { function in class:llvm::SmallVectorImpl
623 // Insert the non-overwritten middle part.
628 void insert(iterator I, std::initializer_list<T> IL) { function in class:llvm::SmallVectorImpl
629 insert(I, IL.begin(), IL.end());
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 89 /// \brief Insert an item into the appropriate hash bucket.
90 void insert(Bucket *Buckets, size_t Size, Item *E) { function in class:llvm::OnDiskChainedHashTableGenerator
105 insert(NewBuckets, NewSize, E);
115 /// \brief Insert an entry into the table.
116 void insert(typename Info::key_type_ref Key, function in class:llvm::OnDiskChainedHashTableGenerator
119 insert(Key, Data, InfoObj);
122 /// \brief Insert an entry into the table.
125 void insert(typename Info::key_type_ref Key, function in class:llvm::OnDiskChainedHashTableGenerator
130 insert(Buckets, NumBuckets, new (BA.Allocate()) Item(Key, Data, InfoObj));
  /external/mksh/src/
exec.c 1169 /* insert if not found */
1170 unsigned char insert = Flag(FTRACKALL); local
1176 insert = 0;
1217 if (insert && !(flags & FC_DEFPATH)) {
    [all...]
  /external/oj-libjdwp/src/share/back/
eventHandler.c 190 insert(HandlerChain *chain, HandlerNode *node) function
    [all...]
  /external/python/cpython2/Lib/xml/etree/
ElementTree.py 318 # @param index Where to insert the new subelement.
320 def insert(self, index, element): member in class:Element
322 self._children.insert(index, element)
    [all...]
  /external/python/cpython2/Modules/zlib/
deflate.h 159 uInt strstart; /* start of string to insert */
180 /* Insert new strings in the hash table only if the match length is not
250 uInt insert; /* bytes at end of window left to insert */ member in struct:internal_state
  /external/python/cpython3/Lib/
_collections_abc.py 948 __getitem__, __setitem__, __delitem__, __len__, and insert().
961 def insert(self, index, value): member in class:MutableSequence
962 'S.insert(index, value) -- insert value before index'
967 self.insert(len(self), value)
  /external/python/cpython3/Lib/xml/etree/
ElementTree.py 250 def insert(self, index, subelement): member in class:Element
251 """Insert *subelement* at position *index*."""
253 self._children.insert(index, subelement)
    [all...]
  /external/python/cpython3/Modules/zlib/
deflate.h 162 uInt strstart; /* start of string to insert */
183 /* Insert new strings in the hash table only if the match length is not
253 uInt insert; /* bytes at end of window left to insert */ member in struct:internal_state
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ContentResolverTest.java 59 assertThat(contentResolver.insert(EXTERNAL_CONTENT_URI, new ContentValues()), equalTo(uri21));
60 assertThat(contentResolver.insert(EXTERNAL_CONTENT_URI, new ContentValues()), equalTo(uri22));
67 contentResolver.insert(EXTERNAL_CONTENT_URI, contentValues);
74 contentResolver.insert(EXTERNAL_CONTENT_URI, contentValues);
328 @Override public Uri insert(Uri uri, ContentValues values) {
345 assertNull(contentResolver.insert(uri, new ContentValues()));
350 assertNotNull(contentResolver.insert(unrelated, new ContentValues()));
  /external/skia/src/pathops/
SkOpSpan.h 87 void insert(SkOpPtT* span) { function in class:SkOpPtT
  /external/skqp/src/pathops/
SkOpSpan.h 87 void insert(SkOpPtT* span) { function in class:SkOpPtT

Completed in 1625 milliseconds

<<41424344454647484950>>