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

1 2 3 4 5 6 7 8 9

  /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...]
  /frameworks/support/compat/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;
  /external/icu/icu4c/source/extra/uconv/
resfiles.mk 2 # A small makefile containing the list of resource bundles
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 86 /// bundles. The weights are all positive block frequencies.
180 bundles = &getAnalysis<EdgeBundles>();
184 nodes = new Node[bundles->getNumBundles()];
186 // Compute total ingoing and outgoing block frequencies for all bundles.
211 // Very large bundles usually come from big switches, indirect branches,
215 // Give a small negative bias to large bundles such that a substantial
220 if (bundles->getBlocks(n).size() > 100) {
248 unsigned ib = bundles->getBundle(I->Number, 0);
255 unsigned ob = bundles->getBundle(I->Number, 1);
269 unsigned ib = bundles->getBundle(*I, 0)
    [all...]
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/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...]
  /sdk/eclipse/scripts/
build_adt.sh 48 cp -rv out/host/maven/bundles-*/products/*.zip "$DIST"/
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/
PreloaderBundleGenerator.java 104 HashMap<String, ArrayList<Asset>> bundles = new HashMap<String, ArrayList<Asset>>(); local
110 ArrayList<Asset> bundleAssets = bundles.get(bundleName);
113 bundles.put(bundleName, bundleAssets);
118 for (Entry<String, ArrayList<Asset>> bundle : bundles.entrySet()) {
  /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 
  /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);
  /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/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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/sisu-equinox-launching/0.20.0/
sisu-equinox-launching-0.20.0.jar 
  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilver.java 30 import com.google.clearsilver.jsilver.functions.bundles.ClearSilverCompatibleFunctions;
31 import com.google.clearsilver.jsilver.functions.bundles.CoreOperators;
  /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/tycho-bundles-external/0.20.0/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/
runtime_registry_compatibility.jar 

Completed in 1281 milliseconds

1 2 3 4 5 6 7 8 9