HomeSort by relevance Sort by last modified time
    Searched defs:bundles (Results 1 - 25 of 184) sorted by null

1 2 3 4 5 6 7 8

  /external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
ClearSilverCompatibleFunctions.java 17 package com.google.clearsilver.jsilver.functions.bundles;
CoreOperators.java 17 package com.google.clearsilver.jsilver.functions.bundles;
  /external/icu/android_icu4j/src/main/java/android/icu/util/
OverlayBundle.java 84 * Loaded bundles. These will be null until they are loaded on
87 private ResourceBundle[] bundles; field in class:OverlayBundle
100 bundles = new ResourceBundle[baseNames.length];
105 * bundles[i].getObject().
115 for (int i=0; i<bundles.length; ++i) {
118 o = bundles[i].getObject(key);
120 if (i == bundles.length-1) {
134 * bundles[bundles.length-1].getKeys().
142 int i = bundles.length - 1
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
OverlayBundle.java 82 * Loaded bundles. These will be null until they are loaded on
85 private ResourceBundle[] bundles; field in class:OverlayBundle
98 bundles = new ResourceBundle[baseNames.length];
103 * bundles[i].getObject().
113 for (int i=0; i<bundles.length; ++i) {
116 o = bundles[i].getObject(key);
118 if (i == bundles.length-1) {
132 * bundles[bundles.length-1].getKeys().
140 int i = bundles.length - 1
    [all...]
  /external/llvm/lib/CodeGen/
SpillPlacement.h 18 // edge bundles should have the variable in a register and which edge bundles
46 const EdgeBundles *bundles; member in class:llvm::SpillPlacement
98 /// @param RegBundles Bit vector to receive the edge bundles where the
123 /// scanActiveBundles - Perform an initial scan of all bundles activated by
124 /// addConstraints and addLinks, updating their state. Add all the bundles
130 /// iterate - Update the network iteratively until convergence, or new bundles
134 /// getRecentPositive - Return an array of bundles that became positive during
142 /// The selected bundles are returned in the bitvector passed to prepare().
144 /// in a register through all relevant bundles
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
MakeCopy.java 186 Map<String, List<LayoutFileBundle>> bundles = local
189 for (String name : bundles.keySet()) {
190 LayoutFileBundle layoutFileBundle = bundles.get(name).get(0);
  /frameworks/support/v4/jellybean/android/support/v4/app/
RemoteInputCompatJellybean.java 56 static RemoteInputCompatBase.RemoteInput[] fromBundleArray(Bundle[] bundles,
58 if (bundles == null) {
61 RemoteInputCompatBase.RemoteInput[] remoteInputs = factory.newArray(bundles.length);
62 for (int i = 0; i < bundles.length; i++) {
63 remoteInputs[i] = fromBundle(bundles[i], factory);
72 Bundle[] bundles = new Bundle[remoteInputs.length]; local
74 bundles[i] = toBundle(remoteInputs[i]);
76 return bundles;
  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessExpressions.java 255 final HashMap<String, List<ResourceBundle.LayoutFileBundle>> bundles = bundle local
259 final List<ResourceBundle.LayoutFileBundle> existingList = bundles.get(key);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/sisu-equinox-embedder/0.20.0/
sisu-equinox-embedder-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/sisu-equinox-embedder/0.18.1/
sisu-equinox-embedder-0.18.1.jar 
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 405 Bundle[] bundles = new Bundle[items.size()]; local
411 bundles[i++] = bundle;
413 return bundles;
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 405 Bundle[] bundles = new Bundle[items.size()]; local
411 bundles[i++] = bundle;
413 return bundles;
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 405 Bundle[] bundles = new Bundle[items.size()]; local
411 bundles[i++] = bundle;
413 return bundles;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
ResourceBundle.java 73 final List<LayoutFileBundle> bundles = mLayoutBundles.get(bundle.mFileName); local
74 for (LayoutFileBundle existing : bundles) {
81 bundles.add(bundle);
120 for (Map.Entry<String, List<LayoutFileBundle>> bundles : mLayoutBundles.entrySet()) {
121 if (bundles.getValue().size() < 2) {
127 for (LayoutFileBundle bundle : bundles.getValue()) {
130 String bindingClass = validateAndGetSharedClassName(bundles.getValue());
132 bundles.getValue(), ErrorMessages.MULTI_CONFIG_VARIABLE_TYPE_MISMATCH,
141 bundles.getValue(), ErrorMessages.MULTI_CONFIG_IMPORT_TYPE_MISMATCH,
149 for (LayoutFileBundle bundle : bundles.getValue())
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/
runtime_registry_compatibility.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/
plexus-i18n-1.0-beta-7.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/
runtime_registry_compatibility.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/sisu-equinox-launching/0.20.0/
sisu-equinox-launching-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/sisu-equinox-launching/0.18.1/
sisu-equinox-launching-0.18.1.jar 

Completed in 3325 milliseconds

1 2 3 4 5 6 7 8