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

1 2 3 4 5 6 7

  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DirectoryCategory.java 36 public DirectoryEntry getEntry(int i) {
  /frameworks/native/include/utils/
StringArray.h 65 const char* getEntry(int idx) const {
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
BlockCipherFactory.java 68 getEntry(cipherCandidate);
77 CipherEntry ce = getEntry(type);
107 private static CipherEntry getEntry(String type)
121 CipherEntry ce = getEntry(type);
127 CipherEntry ce = getEntry(type);
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipFileTest.java 58 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt");
63 zentry = zfile.getEntry("testdir1");
91 InputStream is1 = zf.getInputStream(zf.getEntry("File1.txt"));
92 InputStream is2 = zf.getInputStream(zf.getEntry("File2.txt"));
115 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt");
120 zfile.getEntry("File2.txt");
136 zentry = zfile.getEntry("File2.txt");
OldAndroidZipFileTest.java 132 entry1 = zipFile.getEntry("file-1");
133 entry2 = zipFile.getEntry("file-2");
178 stream1 = zipFile.getInputStream(zipFile.getEntry("file-0"));
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java 97 return zip.getEntry("File1.txt");
120 * zip.getEntry("File1.txt"); assertNotNull("Did not find entry",
140 zfile.getInputStream(zfile.getEntry("ztest/file1.txt"));
173 * @tests java.util.zip.ZipFile#getEntry(java.lang.String)
177 // java.util.zip.ZipFile.getEntry(java.lang.String)
178 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt");
181 zentry = zfile.getEntry("testdir1/File1.txt");
186 zentry = zfile.getEntry("testdir1/");
195 zentry = zfile.getEntry("testdir1");
203 zentry = zfile.getEntry("testdir1/testdir1")
    [all...]
ZipEntryTest.java 67 zentry = zfile.getEntry("File3.txt");
70 zentry = zfile.getEntry(null);
145 zentry = zfile.getEntry("File1.txt");
148 zentry = zfile.getEntry("File3.txt");
198 zentry = zfile.getEntry("File1.txt");
272 zentry = zfile.getEntry("File1.txt");
312 zentry = zfile.getEntry("File3.txt");
469 zentry = zfile.getEntry("File1.txt");
  /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 107 inline BasicBlock* getEntry() const { return entry.getPointer(); }
133 return getEntry();
259 BasicBlock *getEntry() const { return RegionNode::getEntry(); }
304 /// @return A region also starting at getEntry(), but reaching to the next
305 /// basic block that forms with getEntry() a (non canonical) region.
368 return contains(SubRegion->getEntry())
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java 126 return zip.getEntry("File1.txt");
149 * zip.getEntry("File1.txt"); assertNotNull("Did not find entry",
170 InputStream is1 = zf.getInputStream(zf.getEntry("File1.txt"));
171 InputStream is2 = zf.getInputStream(zf.getEntry("File2.txt"));
228 * java.util.zip.ZipFile#getEntry(java.lang.String)
232 // java.util.zip.ZipFile.getEntry(java.lang.String)
233 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt");
238 zentry = zfile.getEntry("testdir1/File1.txt");
240 zentry = zfile.getEntry("testdir1/");
248 zentry = zfile.getEntry("testdir1/testdir1")
    [all...]
  /frameworks/av/media/libmedia/
MediaScannerClient.cpp 159 uint8_t* src = (uint8_t *)mValues->getEntry(i);
173 const char* source = mValues->getEntry(i);
208 encoding &= possibleEncodings(mValues->getEntry(i));
216 status_t status = handleStringTag(mNames->getEntry(i), mValues->getEntry(i));
  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 44 Relocation* getEntry(const ResolveInfo& pSymbol,
58 /// m_isVisit - First time visit the function getEntry() or not
GOT.h 92 /// getEntry - get an empty entry or an exitsted filled entry with pSymbol.
95 virtual GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist) = 0;
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 128 if (NULL == iter.getEntry())
153 m_pEntry = m_Iter.getEntry();
207 m_pEntry = m_Iter.getEntry();
229 m_pEntry = m_Iter.getEntry();
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 48 GOTEntry* getEntry(const ResolveInfo& pInfo, bool& pExist);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ResolveCache.java 123 protected Entry getEntry(Action action) {
202 return getEntry(action).bestResolve != null;
211 final ResolveInfo info = getEntry(action).bestResolve;
227 return getEntry(action).icon;
  /packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java 150 mVibrateWhen.setSummary(mVibrateWhen.getEntry());
162 mWeekStart.setSummary(mWeekStart.getEntry());
163 mDefaultReminder.setSummary(mDefaultReminder.getEntry());
171 CharSequence tzName = mHomeTZ.getEntry();
259 mHomeTZ.setSummary(mHomeTZ.getEntry());
263 mWeekStart.setSummary(mWeekStart.getEntry());
266 mDefaultReminder.setSummary(mDefaultReminder.getEntry());
272 mVibrateWhen.setSummary(mVibrateWhen.getEntry());
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetConfigure.java 111 updateWidgetAndFinish(helper.getEntry(mAppWidgetId));
149 updateWidgetAndFinish(helper.getEntry(mAppWidgetId));
164 updateWidgetAndFinish(helper.getEntry(mAppWidgetId));
  /external/llvm/lib/Analysis/
RegionInfo.cpp 88 BasicBlock *entry = getEntry(), *exit = getExit();
137 BasicBlock *entry = getEntry();
185 if (getEntry()->getName().empty()) {
188 WriteAsOperand(OS, getEntry(), false);
190 entryName = getEntry()->getName();
209 BasicBlock *entry = getEntry(), *exit = getExit();
239 verifyWalk(getEntry(), &visited);
293 if (R->getEntry() != BB)
389 if (!DT->dominates(getEntry(), *PI))
394 if (R->getEntry() != exit)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarEntryTest.java 73 zipEntry = jarFile.getEntry(entryName);
103 zipEntry = jarFile.getEntry(entryName);
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java 94 assertTrue(new JarFile(f).getEntry(JAR1_ENTRY1).getName().equals(
96 assertTrue(new JarFile(f.getPath()).getEntry(JAR1_ENTRY1).getName()
141 assertEquals("Error in returned entry", 311, jarFile.getEntry(
154 jarFile.getEntry(je.getName());
162 jarFile.getEntry(je.getName());
209 assertEquals("Error in returned entry", 311, jarFile.getEntry(
290 InputStream is = jarFile.getInputStream(jarFile.getEntry(JAR1_ENTRY1));
364 is = jf.getInputStream(jf.getEntry(JAR1_ENTRY1));
536 ZipEntry zipEntry = jarFile.getEntry("Test.class");
620 InputStream is = jf.getInputStream(jf.getEntry(JAR1_ENTRY1))
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SecureClassLoader2Test.java 65 InputStream in = jar.getInputStream(jar.getEntry("packA/SecurityTest.class"));
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
ZipLocator.java 80 ZipEntry entry = zipfile.getEntry(name);
  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 91 inline entry_type* getEntry() {
97 inline const entry_type* getEntry() const {
202 inline entry_type* getEntry() {
208 inline const entry_type* getEntry() const {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 60 GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist);

Completed in 586 milliseconds

1 2 3 4 5 6 7