HomeSort by relevance Sort by last modified time
    Searched refs:ids (Results 226 - 250 of 659) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneData.java 265 String[] ids = resources.getStringArray(R.array.timezone_rename_ids); local
268 int length = ids.length;
269 if (ids.length != labels.length) {
270 Log.e(TAG, "timezone_rename_ids len=" + ids.length + " timezone_rename_labels len="
272 length = Math.min(ids.length, labels.length);
276 TimeZoneInfo tzi = mTimeZonesById.get(ids[i]);
321 * ids. We will explicitly ignore the old ones.
  /external/linux-tools-perf/util/
header.c 86 struct perf_file_section ids; member in struct:perf_file_attr
430 /* Write build-ids */
488 err = do_write(fd, attr->id, attr->ids * sizeof(u64));
495 err = do_write(fd, pair->id, pair->ids * sizeof(u64));
498 attr->ids += pair->ids;
508 .ids = {
510 .size = attr->ids * sizeof(u64),
929 nr_ids = f_attr.ids.size / sizeof(u64);
933 * hattr->ids threads
1034 unsigned int i, ids, n_ids; local
    [all...]
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 170 const SLInterfaceID ids[1] = {SL_IID_ENVIRONMENTALREVERB}; local
172 result = (*engineEngine)->CreateOutputMix(engineEngine, &outputMixObject, 1, ids, req);
215 const SLInterfaceID ids[3] = {SL_IID_BUFFERQUEUE, SL_IID_EFFECTSEND, local
220 3, ids, req);
291 const SLInterfaceID ids[3] = {SL_IID_SEEK, SL_IID_MUTESOLO, SL_IID_VOLUME}; local
294 &audioSnk, 3, ids, req);
605 const SLInterfaceID ids[3] = {SL_IID_SEEK, SL_IID_MUTESOLO, SL_IID_VOLUME}; local
608 3, ids, req);
  /external/chromium_org/chrome/browser/invalidation/
invalidator_storage_unittest.cc 434 syncer::ObjectIdSet ids; local
442 ids.insert(kAutofillId_);
444 ids, base::MessageLoopProxy::current(),
460 ids.clear();
467 ids.insert(kBookmarksId_);
469 ids, base::MessageLoopProxy::current(),
489 ids.insert(kBookmarksId_);
491 ids, base::MessageLoopProxy::current(),
ticl_invalidation_service.h 54 const syncer::ObjectIdSet& ids) OVERRIDE;
  /external/chromium_org/chrome/test/webdriver/test/
chromedriver.py 82 ids = RemoteWebDriver.execute(
84 return map(lambda id: Extension(self, id), ids)
  /external/chromium_org/content/browser/webui/
web_ui_data_source_impl.cc 101 int ids) {
103 name, GetContentClient()->GetLocalizedString(ids));
web_ui_data_source_impl.h 34 virtual void AddLocalizedString(const std::string& name, int ids) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SASSSourceMapping.js 369 var ids = this._cssModel.styleSheetIdsForURL(cssURL);
370 if (!ids)
373 for (var i = 0; i < ids.length; ++i)
374 headers.push(this._cssModel.styleSheetHeaderForId(ids[i]));
375 for (var i = 0; i < ids.length; ++i)
576 var ids = this._cssModel.styleSheetIdsForURL(cssURLs[i]);
577 for (var j = 0; j < ids.length; ++j) {
578 var header = this._cssModel.styleSheetHeaderForId(ids[j]);
  /external/chromium_org/third_party/icu/source/test/intltest/
svccoll.cpp 255 UnicodeString* ids; member in class:TestFactory
270 , ids(NULL)
282 delete[] ids;
308 if (!ids) {
309 ids = new UnicodeString[count];
310 if (!ids) {
317 ids[i] = info[i]->locale.getName();
322 return ids;
  /external/chromium_org/tools/grit/grit/format/
rc_header.py 77 '''Return a dictionary mapping textual ids to numeric ids for the given tree.
83 # and _ComputeIds to GritNode and store the cached ids as an attribute. On the
93 ids = {} # Maps numeric id to textual id
112 # any numerical ids generated, so we skip them altogether.
120 # Don't emit a new ID for predefined IDs
150 # We try to allocate IDs sequentially for blocks of items that might
151 # be related, for instance strings in a stringtable (as their IDs might be
152 # used e.g. as IDs for some radio buttons, in which case the IDs mus
    [all...]
  /external/icu4c/test/intltest/
svccoll.cpp 255 UnicodeString* ids; member in class:TestFactory
270 , ids(NULL)
282 delete[] ids;
308 if (!ids) {
309 ids = new UnicodeString[count];
310 if (!ids) {
317 ids[i] = info[i]->locale.getName();
322 return ids;
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 16 # resources (bin-files) only ids (numbers) are used.
17 # For each set, symbols are mapped into one-byte ids [0..255].
20 # In order to keep the id ranges for each set disjoint, ids are shifted
86 reads in a combination of symbol tables with ids in range [0..2^8-1]
87 and converts into one symbol table with ids in range [0..2^16-1] which
152 # programatically. we add these hardcoded symbols/ids and check that they$
  /frameworks/wilhelm/tests/listening/
seekTorture.c 73 SLInterfaceID ids[1] = {SL_IID_SEEK}; local
76 1, ids, flags);
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_utils.h 90 // Deletes the bookmark folders for the given list of |ids|.
91 void DeleteBookmarkFolders(BookmarkModel* model, const std::vector<int64>& ids);
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences.cc 100 std::vector<std::string> ids; local
101 base::SplitString(it.key(), ',', &ids);
104 if (!base::StringToInt64(ids[0], &id1) ||
105 !base::StringToInt64(ids[1], &id2) ||
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
externally_connectable_unittest.cc 47 EXPECT_THAT(info->ids, ElementsAre("abcdefghijklmnopabcdefghijklmnop",
96 TEST_F(ExternallyConnectableTest, IDs) {
107 EXPECT_THAT(info->ids, ElementsAre("abcdefghijklmnopabcdefghijklmnop",
126 EXPECT_THAT(info->ids, ElementsAre());
166 EXPECT_THAT(info->ids, ElementsAre("abcdefghijklmnopabcdefghijklmnop",
  /external/chromium_org/sync/notifier/
p2p_invalidator.h 106 const ObjectIdSet& ids) OVERRIDE;
registration_manager.h 58 // Map of object IDs with pending registrations to info about the
71 // Registers all object IDs included in the given set (that are not
72 // already disabled) and unregisters all other object IDs. The return value is
73 // the set of IDs that was unregistered.
74 ObjectIdSet UpdateRegisteredIds(const ObjectIdSet& ids);
80 // Marks registrations lost for all enabled object IDs and re-registers them.
98 // Gets all currently registered ids.
172 // Gets all currently registered ids.
  /external/chromium_org/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),
  /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/rs/
rs.h 51 void rsaElementGetSubElements(RsContext, RsElement, uint32_t *ids, const char **names,
  /packages/apps/DeskClock/src/com/android/deskclock/
SettingsActivity.java 274 * Returns an array of ids/time zones. This returns a double indexed array
275 * of ids and time zones for Calendar. It is an inefficient method and
279 * @return double array of tz ids and tz names
283 String[] ids = resources.getStringArray(R.array.timezone_values);
285 int minLength = ids.length;
286 if (ids.length != labels.length) {
288 Log.e("Timezone ids and labels have different length!");
292 timezones.add(new TimeZoneRow(ids[i], labels[i]));
  /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);

Completed in 697 milliseconds

1 2 3 4 5 6 7 8 91011>>