Searched defs:ids (Results 1 - 25 of 77) sorted by relevance

1234

/external/chromium/chrome/browser/sync/
H A Dabstract_profile_sync_service_test.cc68 TestIdFactory* ids) {
90 node.Put(syncable::ID, ids->MakeServer(tag_name));
66 CreateRoot( ModelType model_type, UserShare* user_share, TestIdFactory* ids) argument
H A Dprofile_sync_service_session_unittest.cc61 TestIdFactory* ids() { return sync_service_->id_factory(); } function in class:browser_sync::ProfileSyncServiceSessionTest
159 test_->ids());
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_frag.h5 u_int32_t ids[2]; /* Security Parameter Index */ member in struct:ip6t_frag
19 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */
/external/kernel-headers/original/linux/netfilter_ipv6/
H A Dip6t_frag.h6 u_int32_t ids[2]; /* Security Parameter Index */ member in struct:ip6t_frag
20 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */
/external/libmtp/examples/
H A Dnewplaylist.c41 uint32_t *ids = NULL; local
54 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) {
58 ids = tmp;
59 ids[(idcount-1)] = strtoul(optarg, &rest, 0);
92 playlist->tracks = ids;
H A Dalbumart.c48 uint32_t *ids = NULL; local
65 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) {
69 ids = tmp;
70 ids[(idcount-1)] = strtoul(optarg, &rest, 0);
135 album->tracks = ids;
/external/webkit/Source/WebCore/platform/android/
H A DPlatformTouchEventAndroid.cpp41 PlatformTouchEvent::PlatformTouchEvent(const Vector<int>& ids, const Vector<IntPoint>& windowPoints, TouchEventType type, const Vector<PlatformTouchPoint::State>& states, int metaState) argument
49 m_touchPoints.append(PlatformTouchPoint(ids[c], windowPoints[c], states[c]));
/external/chromium/net/spdy/
H A Dspdy_protocol_test.cc201 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/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp41 IdentifierTable &ids = Pass.Ctx.Idents; local
42 getReturnValueSel = sels.getUnarySelector(&ids.get("getReturnValue"));
43 setReturnValueSel = sels.getUnarySelector(&ids.get("setReturnValue"));
46 selIds[0] = &ids.get("getArgument");
47 selIds[1] = &ids.get("atIndex");
49 selIds[0] = &ids.get("setArgument");
52 zoneSel = sels.getNullarySelector(&ids.get("zone"));
/external/chromium/base/
H A Did_map_unittest.cc92 int32 ids[kCount]; local
95 ids[i] = map.Add(&obj[i]);
102 EXPECT_EQ(ids[0], iter.GetCurrentKey());
104 map.Remove(ids[1]);
107 EXPECT_EQ(ids[2], iter.GetCurrentKey());
109 map.Remove(ids[3]);
112 EXPECT_EQ(ids[4], iter.GetCurrentKey());
114 map.Remove(ids[0]);
/external/chromium/chrome/browser/search_engines/
H A Dutil.cc35 // prepopulate ids. Duplicate prepopulate ids are not allowed, but due to a
45 std::set<int> ids; local
50 if (ids.find(prepopulate_id) != ids.end()) {
56 ids.insert(prepopulate_id);
/external/clang/docs/tools/
H A Ddump_ast_matchers.py28 # pop-up. ids[name] keeps track of those ids.
29 ids = collections.defaultdict(int) variable
103 matcher_id = '%s%d' % (name, ids[name])
104 ids[name] += 1
/external/oprofile/libutil++/
H A Dunique_storage.h83 inserted = ids.insert(val);
107 id_map ids; member in class:unique_storage
/external/chromium/chrome/browser/accessibility/
H A Drenderer_accessibility_browsertest.cc49 const WebAccessibility& node, base::hash_set<int>* ids) {
50 ASSERT_TRUE(ids->find(node.id) == ids->end());
51 ids->insert(node.id);
53 RecursiveAssertUniqueIds(node.children[i], ids);
267 base::hash_set<int> ids; local
268 RecursiveAssertUniqueIds(tree, &ids);
333 base::hash_set<int> ids; local
334 RecursiveAssertUniqueIds(tree, &ids);
48 RecursiveAssertUniqueIds( const WebAccessibility& node, base::hash_set<int>* ids) argument
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DAudioStream.java56 protected int[] ids; field in class:AudioStream
62 protected AudioStream(int[] ids){ argument
67 this.ids = ids;
126 ids = new int[count];
130 return ids[index];
134 ids[index] = id;
138 return ids;
141 public void setIds(int[] ids){ argument
142 this.ids
[all...]
/external/linux-tools-perf/util/
H A Devsel.h64 int ids; member in struct:perf_evsel
/external/chromium/chrome/browser/extensions/
H A Dcrx_installer.cc46 std::set<std::string> ids; member in struct:__anon1949::WhitelistedInstallData
58 g_whitelisted_install_data.Get().ids.insert(id);
94 std::set<std::string>& ids = g_whitelisted_install_data.Get().ids; local
95 return ContainsKey(ids, id);
101 std::set<std::string>& ids = g_whitelisted_install_data.Get().ids; local
102 if (ContainsKey(ids, id)) {
103 ids.erase(id);
H A Dextension_bookmark_manager_api.cc48 ListValue* ids; local
49 if (!args->GetList(args_index, &ids))
52 size_t count = ids->GetSize();
58 if (!ids->GetString(i, &id_string))
/external/chromium/chrome/browser/sync/engine/
H A Dbuild_and_process_conflict_sets_command.cc137 const vector<syncable::Id>* ids) {
139 for (it = ids->begin(); it != ids->end(); ++it) {
136 PlaceEntriesAtRoot(syncable::WriteTransaction* trans, const vector<syncable::Id>* ids) argument
/external/chromium/chrome/common/
H A Dtime_format.cc36 int ids[4][6]; member in struct:__anon2715::MessageIDs
209 int msg_id = message_ids.ids[i][j];
/external/clang/test/CodeGen/
H A Dinit.c47 long ids[] = { (long) &x }; local
/external/icu4c/layout/
H A DKernTable.cpp125 char ids[256]; local
131 ids[id] = (char)i;
142 char c = ids[left];
150 c = ids[right];
/external/icu4c/test/intltest/
H A Duobjtest.cpp99 static UClassID ids[MAX_CLASS_ID]; variable
154 if(staticID == ids[i]) {
165 ids[ids_count] = staticID;
490 i, ids[i], ids_class[i], ids_factory[i]);
/external/webkit/Source/WebCore/storage/
H A DIDBDatabaseBackendImpl.cpp242 Vector<int64_t> ids; local
246 m_backingStore->getObjectStores(m_id, ids, names, keyPaths, autoIncrementFlags);
248 ASSERT(names.size() == ids.size());
249 ASSERT(keyPaths.size() == ids.size());
250 ASSERT(autoIncrementFlags.size() == ids.size());
252 for (size_t i = 0; i < ids.size(); i++)
253 m_objectStores.set(names[i], IDBObjectStoreBackendImpl::create(m_backingStore.get(), m_id, ids[i], names[i], keyPaths[i], autoIncrementFlags[i]));
/external/skia/src/animator/
H A DSkAnimatorScript.cpp161 SkTDict<SkDisplayable*>* ids = &engine->fMaker.fIDs; local
163 bool success = ids->find(token, len, &displayable);
429 SkTDict<SkDisplayable*>* ids = (SkTDict<SkDisplayable*>*) user;
432 bool success = ids->findKey(displayable, &key);

Completed in 574 milliseconds

1234