HomeSort by relevance Sort by last modified time
    Searched refs:getEntry (Results 1 - 25 of 344) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DirectoryCategory.java 36 public DirectoryEntry getEntry(int i) {
  /frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
BaseRecipientChip.java 70 RecipientEntry getEntry();
InvisibleRecipientChip.java 80 public RecipientEntry getEntry() {
81 return mDelegate.getEntry();
VisibleRecipientChip.java 78 public RecipientEntry getEntry() {
79 return mDelegate.getEntry();
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipFileTest.java 51 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt");
56 zentry = zfile.getEntry("testdir1");
84 InputStream is1 = zf.getInputStream(zf.getEntry("File1.txt"));
85 InputStream is2 = zf.getInputStream(zf.getEntry("File2.txt"));
108 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt");
113 zfile.getEntry("File2.txt");
129 zentry = zfile.getEntry("File2.txt");
ZipEntryTest.java 69 assertNotNull(filename, zipFile.getEntry(filename));
115 assertNotNull(zipFile.getEntry(maxLengthName));
142 assertEquals(maxLengthExtra.length, zipFile.getEntry("x").getExtra().length);
169 assertEquals(maxLengthComment, zipFile.getEntry("x").getComment());
189 assertEquals(comment, zipFile.getEntry("x").getComment());
190 assertTrue(Arrays.equals(extra, zipFile.getEntry("x").getExtra()));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipFileTest.java 85 return zip.getEntry("File1.txt");
108 * zip.getEntry("File1.txt"); assertNotNull("Did not find entry",
126 InputStream is1 = zf.getInputStream(zf.getEntry("File1.txt"));
127 InputStream is2 = zf.getInputStream(zf.getEntry("File2.txt"));
184 * java.util.zip.ZipFile#getEntry(java.lang.String)
188 // java.util.zip.ZipFile.getEntry(java.lang.String)
189 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt");
194 zentry = zfile.getEntry("testdir1/File1.txt");
196 zentry = zfile.getEntry("testdir1/");
204 zentry = zfile.getEntry("testdir1/testdir1")
    [all...]
ZipEntryTest.java 44 zentry = zfile.getEntry("File3.txt");
47 zentry = zfile.getEntry(null);
122 zentry = zfile.getEntry("File1.txt");
125 zentry = zfile.getEntry("File3.txt");
175 zentry = zfile.getEntry("File1.txt");
249 zentry = zfile.getEntry("File1.txt");
289 zentry = zfile.getEntry("File3.txt");
435 zentry = zfile.getEntry("File1.txt");
  /external/smack/src/org/jivesoftware/smack/
RosterStorage.java 25 public RosterPacket.Item getEntry(String bareJid);
  /frameworks/av/include/media/
StringArray.h 65 const char* getEntry(int idx) const {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FsDirectory.java 48 public FsDirectoryEntry getEntry(String name) throws IOException;
  /external/llvm/include/llvm/Analysis/
RegionIterator.h 94 BItor(succ_begin(node->getEntry())) {
99 while (succ_end(node->getEntry()) != BItor && isExit(*BItor))
109 BItor(succ_end(node->getEntry())) {}
135 while (BItor != succ_end(getNode()->getEntry())
182 Itor(succ_begin(node->getEntry())) {
188 while (succ_end(Node->getEntry()) != Itor
194 Itor(succ_end(node->getEntry())) {
225 while (Itor != succ_end(Node->getEntry())
294 return R->getNode(R->getEntry()); \
308 return R->getBBNode(R->getEntry()); \
    [all...]
RegionInfo.h 117 inline BasicBlock* getEntry() const { return entry.getPointer(); }
143 return getEntry();
267 BasicBlock *getEntry() const { return RegionNode::getEntry(); }
330 /// @return A region also starting at getEntry(), but reaching to the next
331 /// basic block that forms with getEntry() a (non-canonical) region.
394 return contains(SubRegion->getEntry())
545 return block_iterator(getEntry(), getExit());
553 return const_block_iterator(getEntry(), getExit());
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 61 *name = mNames.getEntry(index);
62 *value = mValues.getEntry(index);
80 ALOGV("%s: %s", mNames.getEntry(i), mValues.getEntry(i));
95 const char *name = mNames.getEntry(i);
96 const char *value = mValues.getEntry(i);
136 const char *name = mNames.getEntry(i);
137 const char *value = mValues.getEntry(i);
169 const char *name = mNames.getEntry(i);
170 uint8_t* src = (uint8_t *)mValues.getEntry(i)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfStringPool.cpp 18 getEntry(AsmPrinter &Asm,
31 return getEntry(Asm, Pool, Prefix, Str).first;
35 return getEntry(Asm, Pool, Prefix, Str).second;
  /dalvik/dx/src/com/android/multidex/
ArchivePathElement.java 38 ZipEntry entry = archive.getEntry(path);
  /packages/apps/Camera/src/com/android/camera/ui/
InLineSettingMenu.java 53 mEntry.setText(mPreference.getEntry());
68 event.getText().add(mPreference.getTitle() + mPreference.getEntry());
  /hardware/libhardware/modules/camera/
VendorTags.cpp 109 const Entry* getEntry(uint32_t tag)
171 const Entry* entry = getEntry(tag);
181 const Entry* entry = getEntry(tag);
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 132 if (NULL == iter.getEntry())
157 m_pEntry = m_Iter.getEntry();
211 m_pEntry = m_Iter.getEntry();
233 m_pEntry = m_Iter.getEntry();
  /external/chromium_org/third_party/skia/tests/
BitmapHeapTest.cpp 65 SkBitmapHeapEntry* entry = heap.getEntry(0);
84 REPORTER_ASSERT(reporter, SkBitmapHeapTester::GetRefCount(heap.getEntry(0)) == 0);
  /external/skia/tests/
BitmapHeapTest.cpp 65 SkBitmapHeapEntry* entry = heap.getEntry(0);
84 REPORTER_ASSERT(reporter, SkBitmapHeapTester::GetRefCount(heap.getEntry(0)) == 0);
  /libcore/benchmarks/src/benchmarks/
BufferedZipFileBenchmark.java 57 ZipEntry entry = zipFile.getEntry("entry.data");
70 ZipEntry entry = zipFile.getEntry("entry.data");
  /external/llvm/lib/Analysis/
RegionInfo.cpp 80 BasicBlock *OldEntry = getEntry();
89 if ((*RI)->getEntry() == OldEntry)
116 BasicBlock *entry = getEntry(), *exit = getExit();
165 BasicBlock *entry = getEntry();
213 if (getEntry()->getName().empty()) {
216 getEntry()->printAsOperand(OS, false);
218 entryName = getEntry()->getName();
237 BasicBlock *entry = getEntry(), *exit = getExit();
267 verifyWalk(getEntry(), &visited);
305 if (R->getEntry() != BB
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.h 131 SkBitmapHeapEntry* entry = getEntry(slot);
146 SkBitmapHeapEntry* entry = getEntry(slot);
171 SkBitmapHeapEntry* getEntry(int32_t slot) const {
  /external/skia/src/core/
SkBitmapHeap.h 131 SkBitmapHeapEntry* entry = getEntry(slot);
146 SkBitmapHeapEntry* entry = getEntry(slot);
171 SkBitmapHeapEntry* getEntry(int32_t slot) const {

Completed in 849 milliseconds

1 2 3 4 5 6 7 8 91011>>