/external/chromium_org/third_party/icu/source/test/testdata/ |
tstfiles.mk | 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
|
testdata.mak | 75 # Inference rule for creating resource bundles 76 # Some test data resource bundles are known to have warnings and bad data.
|
/external/icu4c/extra/uconv/ |
resfiles.mk | 2 # A small makefile containing the list of resource bundles
|
makedata.mak | 99 # Inference rule for creating resource bundles
|
/external/icu4c/test/testdata/ |
tstfiles.mk | 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
|
testdata.mak | 76 # Inference rule for creating resource bundles 77 # Some test data resource bundles are known to have warnings and bad data.
|
/external/llvm/lib/CodeGen/ |
SpillPlacement.cpp | 89 /// bundles. The weights are all positive block frequencies. 183 bundles = &getAnalysis<EdgeBundles>(); 187 nodes = new Node[bundles->getNumBundles()]; 189 // Compute total ingoing and outgoing block frequencies for all bundles. 213 // Very large bundles usually come from big switches, indirect branches, 217 // Give a small negative bias to large bundles such that a substantial 222 if (bundles->getBlocks(n).size() > 100) { 238 unsigned ib = bundles->getBundle(I->Number, 0); 245 unsigned ob = bundles->getBundle(I->Number, 1); 259 unsigned ib = bundles->getBundle(*I, 0) [all...] |
SpillPlacement.h | 18 // edge bundles should have the variable in a register and which edge bundles 45 const EdgeBundles *bundles; member in class:llvm::SpillPlacement 92 /// @param RegBundles Bit vector to receive the edge bundles where the 117 /// scanActiveBundles - Perform an initial scan of all bundles activated by 118 /// addConstraints and addLinks, updating their state. Add all the bundles 124 /// iterate - Update the network iteratively until convergence, or new bundles 128 /// getRecentPositive - Return an array of bundles that became positive during 136 /// The selected bundles are returned in the bitvector passed to prepare(). 138 /// in a register through all relevant bundles [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
manifest_util.py | 16 BUNDLES_KEY = 'bundles' 378 """Test if two bundles are equal. 386 True if the bundles are equal.""" 407 """Test if two bundles are unequal. 423 "bundles": [], 441 """Get a bundle from the array of bundles. 449 bundles = [bundle for bundle in self._manifest_data[BUNDLES_KEY] 451 if len(bundles) > 1: 454 return bundles[0] if len(bundles) > 0 else Non [all...] |
update_sdktools.py | 66 def GetBundleByName(bundles, name): 67 for bundle in bundles: 84 sdk_tools_bundle = GetBundleByName(manifest['bundles'], 'sdk_tools')
|
nacl-mono-buildbot.py | 54 if key == 'bundles': 56 # Pick pepper_* bundles, need pepper_19 or greater to build Mono 57 bundles = filter(lambda b: (b['stability'] in stabilities 60 for b in bundles: 81 if key == 'bundles': 99 # re-write the manifest here because there are no bundles to build but 145 if key == 'bundles':
|
/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 | |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |
org.eclipse.update.configurator_3.3.100.v20100512.jar | |
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar | |
/external/chromium_org/tools/code_coverage/ |
coverage_posix_unittest.py | 121 self.options.bundles = filename
|
coverage_posix.py | 53 --bundles=BUNDLEFILE: a file containing a python list of coverage 54 bundles to be eval'd. Example contents of the bundlefile: 632 The 'bundles' file can be either absolute path, or (if we are run 637 if not self.options.bundles: 645 self.options.bundles) 646 self.options.bundles = fullpath 648 if os.path.exists(self.options.bundles): 649 logging.info('BundlesFile: ' + self.options.bundles) 653 self.options.bundles + ' doesn\'t exist') 662 # Before we begin, find the bundles file if not an absolute path [all...] |
/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;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/ |
publisher-ant.jar | |
/external/chromium_org/native_client_sdk/src/build_tools/tests/ |
update_nacl_manifest_test.py | 232 # Shorthand for premade bundles/versions 292 # Bundles that we create in the test (and in the manifest snippets) have 541 # Allow old bundles with just .bz2 extension to work 677 bundles = self.uploaded_manifest.GetBundles() 678 self.assertEqual(2, len(bundles)) 679 self.assertEqual('pepper_18', bundles[0].name) 680 self.assertEqual('pepper_19', bundles[1].name)
|
/prebuilts/tools/common/eclipse/ |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |