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

1 2 3 4 5 6 7 8 9

  /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())
521 return block_iterator(getEntry(), getExit());
529 return const_block_iterator(getEntry(), getExit());
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java 127 return zip.getEntry("File1.txt");
150 * zip.getEntry("File1.txt"); assertNotNull("Did not find entry",
168 InputStream is1 = zf.getInputStream(zf.getEntry("File1.txt"));
169 InputStream is2 = zf.getInputStream(zf.getEntry("File2.txt"));
226 * java.util.zip.ZipFile#getEntry(java.lang.String)
230 // java.util.zip.ZipFile.getEntry(java.lang.String)
231 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt");
236 zentry = zfile.getEntry("testdir1/File1.txt");
238 zentry = zfile.getEntry("testdir1/");
246 zentry = zfile.getEntry("testdir1/testdir1")
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOT.h 44 GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist);
58 /// m_fIsVisit - first time visit the function getEntry() or not
X86GOTPLT.h 58 GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist);
  /packages/apps/Camera/src/com/android/camera/ui/
InLineSettingMenu.java 53 mEntry.setText(mPreference.getEntry());
68 event.getText().add(mPreference.getTitle() + mPreference.getEntry());
  /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 39 Relocation* getEntry(const ResolveInfo& pSymbol,
60 /// m_isVisit - First time visit the function getEntry() or not
  /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();
  /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 151 mVibrateWhen.setSummary(mVibrateWhen.getEntry());
163 mWeekStart.setSummary(mWeekStart.getEntry());
164 mDefaultReminder.setSummary(mDefaultReminder.getEntry());
172 CharSequence tzName = mHomeTZ.getEntry();
260 mHomeTZ.setSummary(mHomeTZ.getEntry());
264 mWeekStart.setSummary(mWeekStart.getEntry());
267 mDefaultReminder.setSummary(mDefaultReminder.getEntry());
273 mVibrateWhen.setSummary(mVibrateWhen.getEntry());
  /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);
277 if (R->getEntry() != BB)
373 if (!DT->dominates(getEntry(), *PI))
378 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);
  /tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/core/
SaveStateManagerTest.java 67 SaveStateManager.ViewStateEntry entry = manager.getEntry(adtKeystoreFile);
110 SaveStateManager.ViewStateEntry entry = manager.getEntry(adtKeystoreFile);
  /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 {

Completed in 1659 milliseconds

1 2 3 4 5 6 7 8 9