HomeSort by relevance Sort by last modified time
    Searched refs:ids (Results 101 - 125 of 299) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/CodeGen/
init.c 47 long ids[] = { (long) &x }; local
  /external/v8/tools/
js2c.py 306 ids = []
336 ids.append((id, raw_length, module_offset))
357 for (id, raw_length, module_offset) in debugger_ids + ids:
375 'builtin_count': len(ids) + len(debugger_ids),
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h 60 const media::Metadata::Filter& ids, Parcel *records);
  /frameworks/rs/
rs.h 48 void rsaElementGetSubElements(RsContext, RsElement, uint32_t *ids, const char **names,
  /libcore/luni/src/main/native/
libcore_icu_TimeZones.cpp 40 UniquePtr<StringEnumeration> ids(TimeZone::createEnumeration(countryChars.c_str()));
41 if (ids.get() == NULL) {
45 int32_t idCount = ids->count(status);
52 const UnicodeString* id = ids->snext(status);
102 // uses its own set of time zone ids and contains empty strings
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalSource.java 221 ArrayList<Integer> ids = new ArrayList<Integer>(); local
223 ids.add(startId);
232 ids.add(curId);
236 mApplication, isImage, ids);
  /frameworks/base/core/tests/coretests/src/android/text/
DynamicLayoutBlocksTest.java 87 int[] ids = new int[sizes.length]; local
89 ids[i] = DynamicLayout.INVALID_BLOCK_INDEX;
91 assertState(sizes, ids);
  /frameworks/wilhelm/tests/sandbox/
configbq.c 129 SLInterfaceID ids[1]; local
131 ids[0] = SL_IID_BUFFERQUEUE;
135 &audioSnk, numInterfaces, ids, req);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 361 Log.d(TAG, "Canceling leftover notification IDs " + currentNotificationId + "-"
435 StringBuilder ids = new StringBuilder(); local
438 ids.append(info.eventId);
439 ids.append(",");
444 ids.append(info.eventId);
445 ids.append(",");
448 if (ids.length() > 0 && ids.charAt(ids.length() - 1) == ',') {
449 ids.setLength(ids.length() - 1)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
XmlStringFileHelper.java 44 * An helper utility to get IDs out of an Android XML resource file.
49 /** A temporary cache of R.string IDs defined by a given xml file. The key is the
50 * project path of the file, the data is a set of known string Ids for that file.
76 * Utility method that retrieves all the *string* IDs defined in the given Android resource
83 * @return The map of string IDs => values defined in the given file. Cached. Never null.
95 * Extract all the defined string IDs from a given file using XPath.
98 * @return The map of all string IDs => values defined in the file.
103 TreeMap<String, String> ids = new TreeMap<String, String>(); local
122 // We want all the IDs in an XML structure like this:
148 ids.put(id, text)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizardState.java 234 String[] ids = newActivityName.split(AdtConstants.RE_DOT); local
235 newActivityName = ids[ids.length - 1];
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoringTest.java 132 int expectedModifiedFileCount, String... ids) throws Exception {
133 assertTrue(ids.length > 0);
138 List<Element> selectedElements = getElements(info.mElement, ids);
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyView.java 154 @MonkeyRunnerExported(doc = "Returns the accessibility ids of the current view",
155 returns = "The accessibility ids of the view as a list of ints")
159 int[] ids = impl.getAccessibilityIds(); local
161 for (int i = 0; i < ids.length; i++) {
162 pyIds.append(new PyInteger(ids[i]));
  /external/chromium/net/spdy/
spdy_protocol_test.cc 201 SettingsFlagsAndId ids[] = { local
208 for (size_t index = 0; index < arraysize(ids); ++index) {
209 settings.insert(settings.end(), std::make_pair(ids[index], index));
224 EXPECT_EQ(parsed.flags(), ids[pos].flags());
225 EXPECT_EQ(parsed.id(), ids[pos].id());
  /external/esd/include/
audiofile.h 208 AF_QUERY_ID_COUNT = 605, /* get number of ids avail. */
543 void afInitLoopIDs (AFfilesetup, int instid, int ids[], int nids);
565 void afInitMarkIDs (AFfilesetup, int trackid, int *ids, int nids);
577 void afInitInstIDs (AFfilesetup, int *ids, int nids);
587 void afInitMiscIDs (AFfilesetup, int *ids, int nids);
588 int afGetMiscIDs (AFfilehandle, int *ids);
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 266 int ids[] = new int[5]; local
268 ids[i] = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME,
270 if (DEBUG) Log.d(LOG_TAG, "Start note " + ids[i]);
271 if (ids[i] == 0) {
287 mSoundPool.stop(ids[i]);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
audiofile.h 208 AF_QUERY_ID_COUNT = 605, /* get number of ids avail. */
543 void afInitLoopIDs (AFfilesetup, int instid, int ids[], int nids);
565 void afInitMarkIDs (AFfilesetup, int trackid, int *ids, int nids);
577 void afInitInstIDs (AFfilesetup, int *ids, int nids);
587 void afInitMiscIDs (AFfilesetup, int *ids, int nids);
588 int afGetMiscIDs (AFfilehandle, int *ids);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
audiofile.h 208 AF_QUERY_ID_COUNT = 605, /* get number of ids avail. */
543 void afInitLoopIDs (AFfilesetup, int instid, int ids[], int nids);
565 void afInitMarkIDs (AFfilesetup, int trackid, int *ids, int nids);
577 void afInitInstIDs (AFfilesetup, int *ids, int nids);
587 void afInitMiscIDs (AFfilesetup, int *ids, int nids);
588 int afGetMiscIDs (AFfilehandle, int *ids);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
audiofile.h 208 AF_QUERY_ID_COUNT = 605, /* get number of ids avail. */
543 void afInitLoopIDs (AFfilesetup, int instid, int ids[], int nids);
565 void afInitMarkIDs (AFfilesetup, int trackid, int *ids, int nids);
577 void afInitInstIDs (AFfilesetup, int *ids, int nids);
587 void afInitMiscIDs (AFfilesetup, int *ids, int nids);
588 int afGetMiscIDs (AFfilehandle, int *ids);
  /external/chromium/chrome/browser/extensions/
extension_prefs_unittest.cc 452 std::set<std::string> ids = prefs()->GetIdleInstallInfoIds(); local
453 EXPECT_EQ(2u, ids.size());
454 EXPECT_TRUE(ContainsKey(ids, id1_));
455 EXPECT_TRUE(ContainsKey(ids, id2_));
458 ids = prefs()->GetIdleInstallInfoIds();
459 EXPECT_TRUE(ids.empty());
483 std::set<std::string> ids = prefs()->GetIdleInstallInfoIds(); local
484 EXPECT_EQ(3u, ids.size());
485 EXPECT_TRUE(ContainsKey(ids, id1_));
486 EXPECT_TRUE(ContainsKey(ids, id2_))
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DuplicateIdDetector.java 60 * Checks for duplicate ids within a layout and within an included layout
77 "Checks for duplicate ids within a single layout",
89 "Checks for duplicate ids across layouts that are combined with include tags",
90 "It's okay for two independent layouts to use the same ids. However, if " +
135 // Store this layout's set of ids for full project analysis in afterCheckProject
321 Layout(File file, Set<String> ids) {
323 mIds = ids;
386 Set<String> ids = mFileToIds.get(file); local
387 if (ids != null && ids.size() > 0)
500 Set<String> ids = new HashSet<String>(); local
    [all...]
  /external/webkit/Source/WebCore/storage/
IDBObjectStoreBackendImpl.cpp 478 Vector<int64_t> ids; local
482 m_backingStore->getIndexes(m_databaseId, m_id, ids, names, keyPaths, uniqueFlags);
484 ASSERT(names.size() == ids.size());
485 ASSERT(keyPaths.size() == ids.size());
486 ASSERT(uniqueFlags.size() == ids.size());
488 for (size_t i = 0; i < ids.size(); i++)
489 m_indexes.set(names[i], IDBIndexBackendImpl::create(m_backingStore.get(), m_databaseId, this, ids[i], names[i], m_name, keyPaths[i], uniqueFlags[i]));
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java 678 IntArray ids = mUnboundTextures; local
679 if (ids.size() > 0) {
680 GLId.glDeleteTextures(mGL, ids.size(), ids.getInternalArray(), 0);
681 ids.clear();
684 ids = mDeleteBuffers;
685 if (ids.size() > 0) {
686 GLId.glDeleteBuffers(mGL, ids.size(), ids.getInternalArray(), 0);
687 ids.clear()
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.js 133 var ids = [];
135 ids.push(this.tabs_[i].id);
136 return ids;
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerFunctionalTest.java 255 Set<Long> ids = mReceiver.getDownloadIds(); local
256 assertEquals(1, ids.size());
257 Iterator<Long> it = ids.iterator();

Completed in 981 milliseconds

1 2 3 45 6 7 8 91011>>