Searched defs:group (Results 126 - 150 of 504) sorted by relevance

1234567891011>>

/external/qemu/android/skin/
H A Dcomposer.h59 struct SkinPlateGroup group; member in struct:SkinPlateSpace
67 struct SkinPlateGroup group; member in union:SkinPlate
/external/regex-re2/re2/testing/
H A Dexhaustive_tester.cc107 StringPiece* group = new StringPiece[ngroup]; local
112 PrintResult(re, input, RE2::ANCHOR_BOTH, group, ngroup);
114 PrintResult(re, input, RE2::UNANCHORED, group, ngroup);
116 PrintResult(relongest, input, RE2::ANCHOR_BOTH, group, ngroup);
118 PrintResult(relongest, input, RE2::UNANCHORED, group, ngroup);
121 delete[] group;
/external/skia/src/animator/
H A DSkDisplayList.cpp102 SkGroup* group = (SkGroup*) draw; local
103 if (group->getOriginal() == match)
106 int groupIndex = group->findGroup(match, list, parent, found, grandList);
108 *found = group;
/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.h45 int group; member in struct:sae_data
49 int sae_set_group(struct sae_data *sae, int group);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pwd_common.h17 * definition of a finite cyclic group
22 EC_GROUP *group; member in struct:group_definition_
/external/wpa_supplicant_8/src/common/
H A Dsae.h45 int group; member in struct:sae_data
49 int sae_set_group(struct sae_data *sae, int group);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.h17 * definition of a finite cyclic group
22 EC_GROUP *group; member in struct:group_definition_
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.h45 int group; member in struct:sae_data
49 int sae_set_group(struct sae_data *sae, int group);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.h17 * definition of a finite cyclic group
22 EC_GROUP *group; member in struct:group_definition_
/external/aac/libAACdec/src/
H A Daacdec_pns.cpp152 const int group,
155 unsigned pns_band = group*16+band;
166 const int group,
171 unsigned pns_band = group*16+band;
186 const int group,
190 unsigned pns_band = group*16+band;
205 const int group,
209 unsigned pns_band = group*16+band;
225 int group /* = 0 */)
228 UINT pns_band = group*1
151 CPns_IsPnsUsed(const CPnsData *pPnsData, const int group, const int band) argument
165 CPns_SetCorrelation(CPnsData *pPnsData, const int group, const int band, const int outofphase) argument
185 CPns_IsCorrelated(const CPnsData *pPnsData, const int group, const int band) argument
204 CPns_IsOutOfPhase(const CPnsData *pPnsData, const int group, const int band) argument
[all...]
/external/chromium_org/chrome/browser/prefs/
H A Dchrome_pref_service_factory.cc84 // active SettingsEnforcement group.
216 // Each group enforces a superset of the protection provided by the previous
226 // The default enforcement group contains all protection features.
247 SettingsEnforcementGroup group; member in struct:__anon4433::__anon4434
284 enforcement_group = kEnforcementLevelMap[i].group;
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_mock.cc68 syncer::ModelType type, syncer::ModelSafeGroup group,
67 ActivateDataType( syncer::ModelType type, syncer::ModelSafeGroup group, sync_driver::ChangeProcessor* change_processor) argument
H A Dsync_backend_registrar.cc32 // given group (or if it is undeterminable).
33 bool IsOnThreadForGroup(syncer::ModelType type, syncer::ModelSafeGroup group) { argument
34 switch (group) {
204 syncer::ModelSafeGroup group,
210 // Ensure that the given data type is in the PASSIVE group.
214 routing_info_[type] = group;
324 void SyncBackendRegistrar::OnWorkerLoopDestroyed(syncer::ModelSafeGroup group) { argument
325 RemoveWorker(group);
329 syncer::ModelSafeGroup group) {
330 RemoveWorker(group);
202 ActivateDataType( syncer::ModelType type, syncer::ModelSafeGroup group, sync_driver::ChangeProcessor* change_processor, syncer::UserShare* user_share) argument
328 OnWorkerUnregistrationDone( syncer::ModelSafeGroup group) argument
333 RemoveWorker(syncer::ModelSafeGroup group) argument
[all...]
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dmixer.cc51 // Used to group relevant providers together fox mixing their results.
136 void Mixer::AddProviderToGroup(GroupId group, SearchProvider* provider) { argument
137 size_t group_index = static_cast<size_t>(group);
147 // Adds main group and web store results first.
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dtoolbar_model_impl.cc54 // Converts a SHA-1 field trial group into the appropriate SecurityLevel.
55 bool GetSecurityLevelForFieldTrialGroup(const std::string& group, argument
57 if (group == "Error")
59 else if (group == "Warning")
61 else if (group == "HTTP")
/external/chromium_org/chrome/browser/ui/webui/
H A Dvoicesearch_ui.cc253 std::string group = base::FieldTrialList::FindFullName( local
255 AddPair(list, ASCIIToUTF16("Field trial"), ASCIIToUTF16(group));
/external/chromium_org/components/translate/core/language_detection/
H A Dlanguage_detection_util.cc32 int group; member in struct:__anon6887::SimilarLanguageCode
42 // Checks |kSimilarLanguageCodes| and returns group code.
47 return kSimilarLanguageCodes[i].group;
362 // list and belong to the same language group.
/external/chromium_org/content/browser/appcache/
H A Dappcache.cc192 const AppCacheGroup* group,
198 DCHECK(group && cache_record && entries && fallbacks && whitelists);
202 cache_record->group_id = group->group_id();
219 GURL origin = group->manifest_url().GetOrigin();
191 ToDatabaseRecords( const AppCacheGroup* group, AppCacheDatabase::CacheRecord* cache_record, std::vector<AppCacheDatabase::EntryRecord>* entries, std::vector<AppCacheDatabase::NamespaceRecord>* intercepts, std::vector<AppCacheDatabase::NamespaceRecord>* fallbacks, std::vector<AppCacheDatabase::OnlineWhiteListRecord>* whitelists) argument
H A Dappcache.h37 // host is associated with it, the cache is in an appcache group or the
127 const AppCacheGroup* group,
156 // Use AppCacheGroup::Add/RemoveCache() to manipulate owning group.
157 void set_owning_group(AppCacheGroup* group) { owning_group_ = group; } argument
H A Dmock_appcache_storage.h56 virtual void StoreGroupAndNewestCache(AppCacheGroup* group,
68 virtual void MakeGroupObsolete(AppCacheGroup* group,
98 scoped_refptr<AppCacheGroup> group, scoped_refptr<AppCache> newest_cache,
100 void ProcessMakeGroupObsolete(scoped_refptr<AppCacheGroup> group,
116 void AddStoredGroup(AppCacheGroup* group);
117 void RemoveStoredGroup(AppCacheGroup* group);
118 bool IsGroupStored(const AppCacheGroup* group) { argument
119 return IsGroupForManifestStored(group->manifest_url());
129 bool ShouldGroupLoadAppearAsync(const AppCacheGroup* group);
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc59 scoped_refptr<WebGraphicsContext3DCommandBufferImpl::ShareGroup> group = local
61 share_groups[host] = group;
62 return group;
293 // are completed. Otherwise, if this context is part of a share group,
296 // share group.
/external/chromium_org/gpu/command_buffer/service/
H A Dmailbox_synchronizer.cc79 linked_ptr<TextureGroup> group)
80 : version(group->definition.version()), group(group) {}
92 TextureGroup* group) {
97 it->second.group->mailboxes.find(target_name);
98 if (it->second.group != group &&
99 mb_it != it->second.group->mailboxes.end()) {
100 it->second.group
78 TextureVersion( linked_ptr<TextureGroup> group) argument
90 ReassociateMailboxLocked( const TargetName& target_name, TextureGroup* group) argument
123 linked_ptr<TextureGroup> group = GetGroupForMailboxLocked(target_name); local
164 TextureGroup* group = texture_version.group.get(); local
180 linked_ptr<TextureGroup> group = make_linked_ptr(new TextureGroup( local
221 TextureGroup* group = texture_version.group.get(); local
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3_unittest.cc156 disk_cache::EntryGroup group = disk_cache::ENTRY_HIGH_USE; local
165 entry.SetGroup(group);
175 EXPECT_EQ(group, entry.GetGroup());
189 EXPECT_EQ(group, entry2.GetGroup());
199 group = disk_cache::ENTRY_EVICTED;
506 // Get the oldest entries of each group.
/external/chromium_org/testing/gtest/scripts/
H A Dupload.py397 group = parser.add_option_group("Logging options") variable
398 group.add_option("-q", "--quiet", action="store_const", const=0,
400 group.add_option("-v", "--verbose", action="store_const", const=2,
403 group.add_option("--noisy", action="store_const", const=3,
406 group = parser.add_option_group("Review server options") variable
407 group.add_option("-s", "--server", action="store", dest="server",
412 group.add_option("-e", "--email", action="store", dest="email",
415 group.add_option("-H", "--host", action="store", dest="host",
418 group.add_option("--no_cookies", action="store_false",
422 group variable
438 group = parser.add_option_group("Patch options") variable
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DCompositorAnimations.cpp66 const PropertySpecificKeyframeVector& group = effect->getPropertySpecificKeyframes(id); local
68 for (size_t i = 0; i < group.size(); ++i) {
69 double offset = group[i]->offset() * scale;
70 values.append(group[i]->cloneWithOffset(offset));

Completed in 3916 milliseconds

1234567891011>>