Home
last modified time | relevance | path

Searched refs:createEntry (Results 1 – 16 of 16) sorted by relevance

/external/turbine/javatests/com/google/turbine/zip/
DZipTest.java84 createEntry(jos, name, bytes); in testEntries()
90 private static void createEntry(ZipOutputStream jos, String name, byte[] bytes) in createEntry() method in ZipTest
147 createEntry(zos, "hello", "world".getBytes(UTF_8)); in zipFileCommentsAreSupported()
159 createEntry(zos, "hello", "world".getBytes(UTF_8)); in malformedComment()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSlotIndexes.cpp71 push_back(createEntry(0, index)); in runOnMachineFunction()
88 push_back(createEntry(mi, index += SlotIndex::InstrDist)); in runOnMachineFunction()
97 push_back(createEntry(0, index += SlotIndex::InstrDist)); in runOnMachineFunction()
/external/llvm/lib/CodeGen/
DSlotIndexes.cpp69 indexList.push_back(createEntry(nullptr, index)); in runOnMachineFunction()
81 indexList.push_back(createEntry(&MI, index += SlotIndex::InstrDist)); in runOnMachineFunction()
89 indexList.push_back(createEntry(nullptr, index += SlotIndex::InstrDist)); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSlotIndexes.cpp69 indexList.push_back(createEntry(nullptr, index)); in runOnMachineFunction()
81 indexList.push_back(createEntry(&MI, index += SlotIndex::InstrDist)); in runOnMachineFunction()
89 indexList.push_back(createEntry(nullptr, index += SlotIndex::InstrDist)); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSlotIndexes.h358 IndexListEntry* createEntry(MachineInstr *mi, unsigned index) {
371 indexListHead = createEntry(0, ~0U);
673 IndexListEntry *newEntry = createEntry(mi, newNumber);
718 IndexListEntry *startEntry = createEntry(0, 0);
719 IndexListEntry *stopEntry = createEntry(0, 0);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSlotIndexes.h355 IndexListEntry* createEntry(MachineInstr *mi, unsigned index) {
606 indexList.insert(nextItr, createEntry(&MI, newNumber));
654 endEntry = createEntry(nullptr, 0);
657 startEntry = createEntry(nullptr, 0);
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DConnPoolByRoute.java320 entry = createEntry(rospl, operator);
325 entry = createEntry(rospl, operator);
485 protected BasicPoolEntry createEntry(RouteSpecificPool rospl,
/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h362 IndexListEntry* createEntry(MachineInstr *mi, unsigned index) {
609 indexList.insert(nextItr, createEntry(&MI, newNumber));
659 endEntry = createEntry(nullptr, 0);
662 startEntry = createEntry(nullptr, 0);
/external/google-fruit/include/fruit/impl/component_storage/
Dpartial_component_storage.defn.h378 entries.push_back(createEntry(std::move(std::get<i - 1>(component_functions_tuple)))); in operator()
382 inline ComponentStorageEntry createEntry( in createEntry() function
388 inline ComponentStorageEntry createEntry( in createEntry() function
/external/antlr/runtime/ObjC/Framework/
DLinkedHashMap.h238 - (void) createEntry:(NSInteger)hash key:(NSString *)key value:(id)value bucketIndex:(NSInteger)buc…
DLinkedHashMap.m441 [self createEntry:aHash key:aKey value:aValue bucketIndex:aBucketIndex];
457 - (void) createEntry:(NSInteger)aHash key:(NSString *)aKey value:(id)aValue bucketIndex:(NSInteger)…
DHashMap.h316 - (void) createEntry:(NSInteger)hash key:(NSString *)key value:(id)value bucketIndex:(NSInteger)buc…
DHashMap.m1238 * check for comodification, etc. It calls createEntry rather than
1254 [self createEntry:hash key:key value:value bucketIndex:i];
1578 - (void) createEntry:(NSInteger)hash key:(NSString *)key value:(id)value bucketIndex:(NSInteger)buc…
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
DAbstractSampleEncryptionBox.java190 public Entry createEntry() { in createEntry() method in AbstractSampleEncryptionBox
/external/apache-http/
Dart-profile420 HPLorg/apache/http/impl/conn/tsccm/ConnPoolByRoute;->createEntry(Lorg/apache/http/impl/conn/tsccm/R…
/external/apache-http/api/
Dcurrent.txt2887 …method @Deprecated protected org.apache.http.impl.conn.tsccm.BasicPoolEntry createEntry(org.apache…