Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 25 of 173) sorted by relevance

1234567

/external/icu/icu4c/source/tools/genrb/
Dreslist.c159 string_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, in string_preflightStrings()
189 array_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, in array_preflightStrings()
202 table_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, in table_preflightStrings()
215 res_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, in res_preflightStrings()
245 reserve16BitUnits(struct SRBRoot *bundle, int32_t length, UErrorCode *status) { in reserve16BitUnits()
286 mapKey(struct SRBRoot *bundle, int32_t oldpos) { in mapKey()
306 makeKey16(struct SRBRoot *bundle, int32_t key) { in makeKey16()
320 string_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) { in string_write16()
331 array_write16(struct SRBRoot *bundle, struct SResource *res, in array_write16()
363 table_write16(struct SRBRoot *bundle, struct SResource *res, in table_write16()
[all …]
/external/chromium_org/third_party/icu/source/tools/genrb/
Dreslist.c145 reserve16BitUnits(struct SRBRoot *bundle, int32_t length, UErrorCode *status) { in reserve16BitUnits()
186 mapKey(struct SRBRoot *bundle, int32_t oldpos) { in mapKey()
206 makeKey16(struct SRBRoot *bundle, int32_t key) { in makeKey16()
220 string_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) { in string_write16()
234 array_write16(struct SRBRoot *bundle, struct SResource *res, in array_write16()
266 table_write16(struct SRBRoot *bundle, struct SResource *res, in table_write16()
340 res_write16(struct SRBRoot *bundle, struct SResource *res, in res_write16()
377 struct SRBRoot *bundle, struct SResource *res, in string_preWrite()
386 struct SRBRoot *bundle, struct SResource *res, in bin_preWrite()
401 struct SRBRoot *bundle, struct SResource *res, in array_preWrite()
[all …]
/external/lldb/source/Host/macosx/cfcpp/
DCFCBundle.cpp61 CFBundleRef bundle = get(); in GetPath() local
77 CFBundleRef bundle = get(); in GetIdentifier() local
86 CFBundleRef bundle = get(); in GetValueForInfoDictionaryKey() local
95 CFBundleRef bundle = get(); in CopyExecutableURL() local
/external/ltrace/sysdeps/linux-gnu/ia64/
Dbreakpoint.c34 extract_bit_field(char *bundle, int from, int len) { in extract_bit_field()
66 replace_bit_field(char *bundle, long long val, int from, int len) { in replace_bit_field()
112 slotN_contents(char *bundle, int slotnum) { in slotN_contents()
119 replace_slotN_contents(char *bundle, long long instr, int slotnum) { in replace_slotN_contents()
179 union bundle_t bundle; in arch_enable_breakpoint() local
216 union bundle_t bundle; in arch_disable_breakpoint() local
/external/chromium_org/components/policy/core/common/
Dproxy_policy_provider.cc49 scoped_ptr<PolicyBundle> bundle(new PolicyBundle()); in RefreshPolicies() local
58 scoped_ptr<PolicyBundle> bundle(new PolicyBundle()); in OnUpdatePolicy() local
Dmock_configuration_policy_provider.cc24 scoped_ptr<PolicyBundle> bundle(new PolicyBundle()); in UpdateChromePolicy() local
38 scoped_ptr<PolicyBundle> bundle(new PolicyBundle); in RefreshWithSamePolicies() local
Dasync_policy_provider.cc115 void AsyncPolicyProvider::OnLoaderReloaded(scoped_ptr<PolicyBundle> bundle) { in OnLoaderReloaded()
127 scoped_ptr<PolicyBundle> bundle) { in LoaderUpdateCallback()
Dproxy_policy_provider_unittest.cc37 static scoped_ptr<PolicyBundle> CopyBundle(const PolicyBundle& bundle) { in CopyBundle()
52 PolicyBundle bundle; in TEST_F() local
Dpolicy_bundle_unittest.cc77 bool IsEmpty(const PolicyBundle& bundle) { in IsEmpty()
84 PolicyBundle bundle; in TEST() local
241 PolicyBundle bundle; in TEST() local
Dasync_policy_loader.cc52 scoped_ptr<PolicyBundle> bundle(Load()); in Reload() local
74 scoped_ptr<PolicyBundle> bundle(Load()); in InitialLoad() local
Dconfig_dir_policy_loader.cc77 scoped_ptr<PolicyBundle> bundle(new PolicyBundle()); in Load() local
119 PolicyBundle* bundle) { in LoadFromPath()
177 PolicyBundle* bundle) { in Merge3rdPartyPolicy()
Dconfig_dir_policy_loader_unittest.cc191 scoped_ptr<PolicyBundle> bundle(loader.Load()); in TEST_F() local
204 scoped_ptr<PolicyBundle> bundle(loader.Load()); in TEST_F() local
228 scoped_ptr<PolicyBundle> bundle(loader.Load()); in TEST_F() local
/external/lldb/tools/debugserver/source/MacOSX/
DCFBundle.cpp83 CFBundleRef bundle = get(); in GetIdentifier() local
93 CFBundleRef bundle = get(); in CopyExecutableURL() local
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DSpeechRecognition.java126 public void onEvent(int event, Bundle bundle) { } in onEvent()
129 public void onPartialResults(Bundle bundle) { in onPartialResults()
134 public void onReadyForSpeech(Bundle bundle) { in onReadyForSpeech()
140 public void onResults(Bundle bundle) { in onResults()
151 private void handleResults(Bundle bundle, boolean provisional) { in handleResults()
/external/chromium_org/chrome/browser/ui/views/extensions/
Dbundle_installed_bubble.cc36 BundleInstalledBubble(const BundleInstaller* bundle, in BundleInstalledBubble()
66 void AddContent(GridLayout* layout, const BundleInstaller* bundle) { in AddContent()
154 const BundleInstaller* bundle, Browser* browser) { in ShowInstalledBubble()
/external/chromium_org/ash/system/chromeos/
Dtray_caps_lock.cc50 ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance(); in CapsLockDefaultView() local
68 ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance(); in Update() local
193 ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance(); in CreateDetailedView() local
/external/icu/icu4c/source/io/
Dlocbund.cpp141 u_locbund_close(ULocaleBundle *bundle) in u_locbund_close()
158 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) in u_locbund_getNumberFormat()
/external/chromium_org/third_party/icu/source/io/
Dlocbund.cpp141 u_locbund_close(ULocaleBundle *bundle) in u_locbund_close()
158 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) in u_locbund_getNumberFormat()
/external/chromium_org/chrome/browser/
Dupgrade_detector_impl_unittest.cc73 content::TestBrowserThreadBundle bundle; in TEST() local
94 content::TestBrowserThreadBundle bundle; in TEST() local
/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_profile_syncable_service.cc124 DataBundle bundle; in MergeDataAndStartSyncing() local
233 DataBundle bundle; in ProcessSyncChanges() local
290 const DataBundle& bundle) { in SaveChangesToWebData()
484 DataBundle* bundle) { in CreateOrUpdateProfile()
558 DataBundle bundle; in ActOnChange() local
/external/chromium_org/chrome/browser/chromeos/policy/
Ddevice_cloud_policy_manager_chromeos_unittest.cc173 PolicyBundle bundle; in VerifyPolicyPopulated() local
215 PolicyBundle bundle; in TEST_F() local
247 PolicyBundle bundle; in TEST_F() local
283 PolicyBundle bundle; in TEST_F() local
335 PolicyBundle bundle; in SetUp() local
/external/objenesis/tck-android/src/org/objenesis/tck/android/
DTckInstrumentation.java47 Bundle bundle = new Bundle(); in onCreate() local
/external/chromium_org/ash/system/
Dtray_accessibility.cc77 ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance(); in DefaultAccessibilityView() local
157 ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance(); in AppendAccessibilityList() local
229 ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance(); in AppendHelpEntries() local
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
Dlist.py29 def _PrintBundle(local_bundle, bundle, needs_update, display_revisions): argument
/external/chromium_org/native_client_sdk/src/build_tools/
Dmanifest_util.py215 def MergeWithBundle(self, bundle): argument
377 def __eq__(self, bundle): argument
406 def __ne__(self, bundle): argument
497 def BundleNeedsUpdate(self, bundle): argument
515 def MergeBundle(self, bundle, allow_existing=True): argument

1234567