HomeSort by relevance Sort by last modified time
    Searched refs:bundle (Results 1 - 25 of 420) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/mac/type_envvars/
test_bundle_loadable_module.sh 9 test $PRODUCT_TYPE = com.apple.product-type.bundle
11 test $FULL_PRODUCT_NAME = bundle_loadable_module.bundle
15 "bundle_loadable_module.bundle/Contents/MacOS/bundle_loadable_module"
16 test $WRAPPER_NAME = bundle_loadable_module.bundle
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
command_common.py 6 valid_bundles = [bundle.name for bundle in manifest.GetBundles()]
list.py 9 for bundle in remote_manifest.GetBundles():
10 local_bundle = local_manifest.GetBundle(bundle.name)
11 needs_update = local_bundle and local_manifest.BundleNeedsUpdate(bundle)
15 _PrintBundle(local_bundle, bundle, needs_update, display_revisions)
29 def _PrintBundle(local_bundle, bundle, needs_update, display_revisions):
31 # If bundle is None, there is no longer a remote bundle with this name.
32 if bundle is None:
33 bundle = local_bundle
37 revision = ' (r%s -> r%s)' % (local_bundle.revision, bundle.revision
    [all...]
info.py 13 logging.warn('Unknown bundle(s): %s\n' % (', '.join(invalid_bundles)))
20 bundle = manifest.GetBundle(bundle_name)
22 print bundle.name
23 for key in sorted(bundle.iterkeys()):
24 value = bundle[key]
26 for archive in bundle.GetArchives():
  /external/lldb/source/Host/macosx/cfcpp/
CFCBundle.cpp 36 // Set the path for a bundle by supplying a
42 // Release our old bundle and URL
50 // Make our Bundle URL
61 CFBundleRef bundle = get(); local
62 if (bundle)
64 CFCReleaser<CFURLRef> bundle_url (CFBundleCopyBundleURL (bundle));
77 CFBundleRef bundle = get(); local
78 if (bundle != NULL)
79 return ::CFBundleGetIdentifier (bundle);
86 CFBundleRef bundle = get() local
95 CFBundleRef bundle = get(); local
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
TtsSpanTest.java 26 PersistableBundle bundle; field in class:TtsSpanTest
29 bundle = new PersistableBundle();
30 bundle.putString("argument.one", "value.one");
31 bundle.putString("argument.two", "value.two");
32 bundle.putLong("argument.three", 3);
33 bundle.putLong("argument.four", 4);
37 TtsSpan t = new TtsSpan("test.type.one", bundle);
47 TtsSpan t = new TtsSpan("test.type.two", bundle);
52 TtsSpan span = new TtsSpan("test.type.three", bundle);
57 TtsSpan span = new TtsSpan("test.type.four", bundle);
    [all...]
  /external/chromium_org/components/policy/core/common/
mock_configuration_policy_provider.cc 24 scoped_ptr<PolicyBundle> bundle(new PolicyBundle());
25 bundle->Get(PolicyNamespace(POLICY_DOMAIN_CHROME, std::string()))
27 UpdatePolicy(bundle.Pass());
38 scoped_ptr<PolicyBundle> bundle(new PolicyBundle);
39 bundle->CopyFrom(policies());
40 UpdatePolicy(bundle.Pass());
proxy_policy_provider.cc 47 // current bundle should be served instead. This also does the right thing
49 scoped_ptr<PolicyBundle> bundle(new PolicyBundle());
50 bundle->CopyFrom(policies());
51 UpdatePolicy(bundle.Pass());
58 scoped_ptr<PolicyBundle> bundle(new PolicyBundle());
59 bundle->CopyFrom(delegate_->policies());
60 UpdatePolicy(bundle.Pass());
policy_bundle_unittest.cc 76 // Returns true if |bundle| is empty.
77 bool IsEmpty(const PolicyBundle& bundle) {
78 return bundle.begin() == bundle.end();
84 PolicyBundle bundle; local
85 EXPECT_TRUE(IsEmpty(bundle));
87 AddTestPolicies(&bundle.Get(
89 EXPECT_FALSE(IsEmpty(bundle));
93 EXPECT_TRUE(bundle.Get(PolicyNamespace(POLICY_DOMAIN_CHROME,
96 PolicyBundle::const_iterator it = bundle.begin()
241 PolicyBundle bundle; local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
CFBundle.cpp 56 // Set the path for a bundle by supplying a
62 // Release our old bundle and ULR
70 // Make our Bundle URL
83 CFBundleRef bundle = get(); local
84 if (bundle != NULL)
85 return ::CFBundleGetIdentifier (bundle);
93 CFBundleRef bundle = get(); local
94 if (bundle != NULL)
95 return CFBundleCopyExecutableURL(bundle);
  /external/icu/icu4c/source/tools/genrb/
reslist.c 33 * Align binary data at a 16-byte offset from the start of the resource bundle,
56 * for use in non-error cases when no resource is to be added to the bundle.
104 bundle_compactStrings(struct SRBRoot *bundle, UErrorCode *status);
118 res_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet,
126 res_write16(struct SRBRoot *bundle, struct SResource *res,
140 * before actually writing the bundle contents to the file,
145 struct SRBRoot *bundle, struct SResource *res,
155 struct SRBRoot *bundle, struct SResource *res,
159 string_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet,
168 if (bundle->fStringsForm != STRINGS_UTF16_V1)
1103 struct SRBRoot *bundle; local
1478 const struct SRBRoot *bundle=(const struct SRBRoot *)context; local
    [all...]
reslist.h 39 /* Resource bundle root table */
67 void bundle_write(struct SRBRoot *bundle, const char *outputDir, const char *outputPkg, char *writtenFilename, int writtenFilenameLen, UErrorCode *status);
70 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *writtenFilename,
75 /* void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc,
79 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* rbname,
82 void bundle_close(struct SRBRoot *bundle, UErrorCode *status);
83 void bundle_setlocale(struct SRBRoot *bundle, UChar *locale, UErrorCode *status);
84 int32_t bundle_addtag(struct SRBRoot *bundle, const char *tag, UErrorCode *status);
87 bundle_getKeyBytes(struct SRBRoot *bundle, int32_t *pLength);
90 bundle_addKeyBytes(struct SRBRoot *bundle, const char *keyBytes, int32_t length, UErrorCode *status)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c 32 * Align binary data at a 16-byte offset from the start of the resource bundle,
55 * for use in non-error cases when no resource is to be added to the bundle.
103 bundle_compactStrings(struct SRBRoot *bundle, UErrorCode *status);
112 res_write16(struct SRBRoot *bundle, struct SResource *res,
126 * before actually writing the bundle contents to the file,
131 struct SRBRoot *bundle, struct SResource *res,
141 struct SRBRoot *bundle, struct SResource *res,
145 reserve16BitUnits(struct SRBRoot *bundle, int32_t length, UErrorCode *status) {
149 if ((bundle->f16BitUnitsLength + length) > bundle->f16BitUnitsCapacity)
1061 struct SRBRoot *bundle; local
1446 const struct SRBRoot *bundle=(const struct SRBRoot *)context; local
    [all...]
  /external/chromium_org/third_party/icu/source/io/
locbund.h 57 * @param bundle The ULocaleBundle to clone.
61 u_locbund_clone(const ULocaleBundle *bundle);*/
65 * @param bundle The ULocaleBundle to delete
68 u_locbund_close(ULocaleBundle *bundle);
72 * @param bundle The ULocaleBundle to use
76 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
locbund.cpp 103 u_locbund_clone(const ULocaleBundle *bundle)
112 result->fLocale = (char*) uprv_malloc(strlen(bundle->fLocale) + 1);
118 strcpy(result->fLocale, bundle->fLocale );
123 result->fNumberFormat[styleIdx] = unum_clone(bundle->fNumberFormat[styleIdx], &status);
132 result->fDateFormat = (bundle->fDateFormat == 0 ? 0 :
133 udat_clone(bundle->fDateFormat, &status));
134 result->fTimeFormat = (bundle->fTimeFormat == 0 ? 0 :
135 udat_clone(bundle->fTimeFormat, &status));
141 u_locbund_close(ULocaleBundle *bundle)
145 uprv_free(bundle->fLocale)
    [all...]
  /external/icu/icu4c/source/io/
locbund.h 57 * @param bundle The ULocaleBundle to clone.
61 u_locbund_clone(const ULocaleBundle *bundle);*/
65 * @param bundle The ULocaleBundle to delete
68 u_locbund_close(ULocaleBundle *bundle);
72 * @param bundle The ULocaleBundle to use
76 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
locbund.cpp 103 u_locbund_clone(const ULocaleBundle *bundle)
112 result->fLocale = (char*) uprv_malloc(strlen(bundle->fLocale) + 1);
118 strcpy(result->fLocale, bundle->fLocale );
123 result->fNumberFormat[styleIdx] = unum_clone(bundle->fNumberFormat[styleIdx], &status);
132 result->fDateFormat = (bundle->fDateFormat == 0 ? 0 :
133 udat_clone(bundle->fDateFormat, &status));
134 result->fTimeFormat = (bundle->fTimeFormat == 0 ? 0 :
135 udat_clone(bundle->fTimeFormat, &status));
141 u_locbund_close(ULocaleBundle *bundle)
145 uprv_free(bundle->fLocale)
    [all...]
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java 20 import android.os.Bundle;
43 public Bundle toBundle() {
44 Bundle bundle = new Bundle(); local
45 bundle.putString(Constants.RECIPE_FIELD_STEP_TEXT, stepText);
46 bundle.putString(Constants.RECIPE_FIELD_STEP_IMAGE, stepImage);
47 return bundle;
50 public static RecipeStep fromBundle(Bundle bundle) {
96 Bundle bundle = new Bundle(); local
    [all...]
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java 20 import android.os.Bundle;
43 public Bundle toBundle() {
44 Bundle bundle = new Bundle(); local
45 bundle.putString(Constants.RECIPE_FIELD_STEP_TEXT, stepText);
46 bundle.putString(Constants.RECIPE_FIELD_STEP_IMAGE, stepImage);
47 return bundle;
50 public static RecipeStep fromBundle(Bundle bundle) {
96 Bundle bundle = new Bundle(); local
    [all...]
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
Recipe.java 20 import android.os.Bundle;
43 public Bundle toBundle() {
44 Bundle bundle = new Bundle(); local
45 bundle.putString(Constants.RECIPE_FIELD_STEP_TEXT, stepText);
46 bundle.putString(Constants.RECIPE_FIELD_STEP_IMAGE, stepImage);
47 return bundle;
50 public static RecipeStep fromBundle(Bundle bundle) {
96 Bundle bundle = new Bundle(); local
    [all...]
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 28 import android.os.Bundle;
49 Bundle bundle = intent.getExtras(); local
50 if (bundle == null) return;
51 for (String extra : bundle.keySet()) {
52 Log.d(TAG, "\t" + shorten(extra) + " = " + bundle.get(extra));
  /external/chromium_org/remoting/host/installer/mac/tools/
ksunregister.sh 7 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
  /external/chromium_org/ash/system/tray/
tray_popup_header_button.cc 26 ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance(); local
28 bundle.GetImageNamed(enabled_resource_id).ToImageSkia());
30 bundle.GetImageNamed(disabled_resource_id).ToImageSkia());
32 bundle.GetImageNamed(enabled_resource_id_hover).ToImageSkia());
34 bundle.GetImageNamed(disabled_resource_id_hover).ToImageSkia());
37 SetAccessibleName(bundle.GetLocalizedString(accessible_name_id));
  /external/ltrace/sysdeps/linux-gnu/ia64/
breakpoint.c 34 extract_bit_field(char *bundle, int from, int len) {
39 unsigned char *b = (unsigned char *)bundle;
64 /* Replace the specified bits in an instruction bundle */
66 replace_bit_field(char *bundle, long long val, int from, int len) {
70 unsigned char *b = (unsigned char *)bundle;
110 and instruction bundle */
112 slotN_contents(char *bundle, int slotnum) {
113 return extract_bit_field(bundle, 5 + 41 * slotnum, 41);
116 /* Store an instruction in an instruction bundle */
119 replace_slotN_contents(char *bundle, long long instr, int slotnum)
179 union bundle_t bundle; local
216 union bundle_t bundle; local
    [all...]
trace.c 40 /* What we think of as a bundle, ptrace thinks of it as two unsigned
43 /* An IA64 instruction bundle has a 5 bit header describing the
44 * type of bundle, then 3 41 bit instructions
89 union bundle_t bundle; local
93 * broke was in the previous bundle, so wind back the
98 bundle.code[0] = ptrace(PTRACE_PEEKTEXT, proc->pid, ip, 0);
99 bundle.code[1] = ptrace(PTRACE_PEEKTEXT, proc->pid, ip + 8, 0);
101 unsigned long bot = 0UL | bundle.bitmap.word0.bot_slot1;
102 unsigned long top = 0UL | bundle.bitmap.word1.top_slot1;
108 insn = bundle.bitmap.word1.slot2
    [all...]

Completed in 555 milliseconds

1 2 3 4 5 6 7 8 91011>>