/external/pcre/ |
Android.mk | 36 # === libpcre targets === 62 # === libpcrecpp targets ===
|
/external/v8/tools/vim/ |
ninja-build.vim | 55 def compute_ninja_command_for_targets(targets='', configuration=None): 60 build_cmd = ' '.join(['ninja'] + flags + ['-C', build_dir, targets]) 92 fun! s:NinjaCommandForTargets(targets) 93 python compute_ninja_command_for_targets(vim.eval('a:targets')) 101 let l:targets = a:0 > 0 ? join(a:000, ' ') : '' 102 if (l:targets !~ '\i') 103 let l:targets = 'd8' 105 call s:MakeWithCustomCommand(s:NinjaCommandForTargets(l:targets))
|
/hardware/qcom/media/ |
Android.mk | 3 # for msm8996 targets, use the msm8996 directory, for all other targets
|
/libcore/luni/src/test/java/tests/targets/security/ |
MessageDigestTestMD2.java | 16 package tests.targets.security; 61 "tests.targets.security.MessageDigestTestMD2$MD2");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
TargetMenuListener.java | 81 List<IAndroidTarget> targets = chooser.getTargetList(); local 94 // Process in reverse order: most important targets first 95 assert targets instanceof RandomAccess; 96 for (int i = targets.size() - 1; i >= 0; i--) { 97 IAndroidTarget target = targets.get(i); 103 // Don't show ancient rendering targets; they're pretty broken 104 // (unless of course all you have are ancient targets)
|
VaryingConfiguration.java | 194 List<IAndroidTarget> targets = mConfigChooser.getTargetList(); local 195 if (!targets.isEmpty()) { 198 IAndroidTarget mostRecent = targets.get(targets.size() - 1); 203 for (IAndroidTarget t : targets) {
|
/build/tools/ |
filter-product-graph.py | 47 targets = sys.argv[1:] 49 included = set(targets)
|
/external/guava/guava/src/com/google/common/collect/ |
EmptyImmutableSortedSet.java | 54 @Override public boolean containsAll(Collection<?> targets) { 55 return targets.isEmpty();
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
weakref1l.d | 5 # see weakref1.d for comments on the other not-targets
|
/build/kati/ |
main.cc | 63 static void ReadBootstrapMakefile(const vector<Symbol>& targets, 97 JoinSymbols(targets, " ").c_str()); 119 static int Run(const vector<Symbol>& targets, 149 ReadBootstrapMakefile(targets, &bootstrap_asts); 178 MakeDep(ev, ev->rules(), ev->rule_vars(), targets, &nodes); 253 ERROR("*** No targets specified and no makefile found."); 257 int r = Run(g_flags.targets, g_flags.cl_vars, orig_args);
|
dep.cc | 258 vector<Symbol> targets; local 260 if (GetRuleInputs(Intern(".PHONY"), &targets, &loc)) { 261 for (Symbol t : targets) 264 if (GetRuleInputs(Intern(".KATI_RESTAT"), &targets, &loc)) { 265 for (Symbol t : targets) 268 if (GetRuleInputs(Intern(".SUFFIXES"), &targets, &loc)) { 269 if (targets.empty()) { 294 if (GetRuleInputs(Intern(*p), &targets, &loc)) { 303 void Build(vector<Symbol> targets, vector<DepNode*>* nodes) { 305 ERROR("*** No targets.") [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/ |
LanguageTestRoot.java | 236 String[] targets = data.getFullPluralizedFormTargets(); local 257 xAssertEquals(u.toString() + c, targets, n++, string); local 264 String[] targets = data.getMediumFormTargets(); local 279 xAssertEquals(u.toString(), targets, n++, string); local 285 String[] targets = data.getShortFormTargets(); local 300 xAssertEquals(u.toString(), targets, n++, string); local 306 String[] targets = data.getCustomMinuteTargets(); local 320 xAssertEquals(targets, n++, pf.format(p)); 322 xAssertEquals(targets, n++, pf.format(p)); 328 String[] targets = data.getLimitedUnitTargets() local 419 String[] targets = data.getHalfUnitTargets(); local 441 xAssertEquals(u.toString(), targets, n++, string); local 449 String[] targets = data.getFractionalUnitTargets(); local 471 xAssertEquals(u.toString(), targets, n++, string); local 478 String[] targets = data.getMultipleUnitTargets(); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
LanguageTestRoot.java | 232 String[] targets = data.getFullPluralizedFormTargets(); local 253 xAssertEquals(u.toString() + c, targets, n++, string); local 260 String[] targets = data.getMediumFormTargets(); local 275 xAssertEquals(u.toString(), targets, n++, string); local 281 String[] targets = data.getShortFormTargets(); local 296 xAssertEquals(u.toString(), targets, n++, string); local 302 String[] targets = data.getCustomMinuteTargets(); local 316 xAssertEquals(targets, n++, pf.format(p)); 318 xAssertEquals(targets, n++, pf.format(p)); 324 String[] targets = data.getLimitedUnitTargets() local 415 String[] targets = data.getHalfUnitTargets(); local 437 xAssertEquals(u.toString(), targets, n++, string); local 445 String[] targets = data.getFractionalUnitTargets(); local 467 xAssertEquals(u.toString(), targets, n++, string); local 474 String[] targets = data.getMultipleUnitTargets(); local [all...] |
/external/llvm/lib/Target/ |
TargetMachineC.cpp | 58 if (TargetRegistry::targets().begin() == TargetRegistry::targets().end()) { 62 const Target *target = &*TargetRegistry::targets().begin(); 72 TargetRegistry::targets().begin(), TargetRegistry::targets().end(), 74 return I != TargetRegistry::targets().end() ? wrap(&*I) : nullptr;
|
/external/v8/tools/ |
trace-maps-processor.py | 68 targets = transitions[from_map] 69 if to_map in targets: 72 old_reason = targets[to_map].reason 77 targets[to_map].reason = reason 81 (from_map, to_map, targets[to_map].reason)) 83 targets[to_map] = Transition(from_map, to_map, reason)
|
/ndk/sources/host-tools/make-3.81/ |
implicit.c | 243 /* The numbers of the rule targets of each rule 325 for (i = 0; rule->targets[i] != 0; ++i) 327 char *target = rule->targets[i]; 407 target in MATCHES. If several targets of the same rule match, 423 for (j = 0; tryrules[i]->targets[j] != 0; ++j) 424 if (tryrules[i]->targets[j][1] == '\0') 426 if (tryrules[i]->targets[j] != 0) 469 + (rule->suffixes[matches[i]] - rule->targets[matches[i]]) - 1; 801 file->name = rule->targets[matches[foundrule]]; 939 struct file *f = lookup_file (rule->targets[matches[foundrule]]) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_with.py | 604 targets = {1: [0, 1, 2]} 605 with mock_contextmanager_generator() as targets[1][0]: 606 self.assertEqual(targets.keys(), [1]) 607 self.assertEqual(targets[1][0].__class__, MockResource) 608 with mock_contextmanager_generator() as targets.values()[0][1]: 609 self.assertEqual(targets.keys(), [1]) 610 self.assertEqual(targets[1][1].__class__, MockResource) 611 with mock_contextmanager_generator() as targets[2]: 612 keys = targets.keys() 624 targets = {1: [0, 1, 2] [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_with.py | 604 targets = {1: [0, 1, 2]} 605 with mock_contextmanager_generator() as targets[1][0]: 606 self.assertEqual(targets.keys(), [1]) 607 self.assertEqual(targets[1][0].__class__, MockResource) 608 with mock_contextmanager_generator() as targets.values()[0][1]: 609 self.assertEqual(targets.keys(), [1]) 610 self.assertEqual(targets[1][1].__class__, MockResource) 611 with mock_contextmanager_generator() as targets[2]: 612 keys = targets.keys() 624 targets = {1: [0, 1, 2] [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_with.py | 604 targets = {1: [0, 1, 2]} 605 with mock_contextmanager_generator() as targets[1][0]: 606 self.assertEqual(targets.keys(), [1]) 607 self.assertEqual(targets[1][0].__class__, MockResource) 608 with mock_contextmanager_generator() as targets.values()[0][1]: 609 self.assertEqual(targets.keys(), [1]) 610 self.assertEqual(targets[1][1].__class__, MockResource) 611 with mock_contextmanager_generator() as targets[2]: 612 keys = targets.keys() 624 targets = {1: [0, 1, 2] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_with.py | 604 targets = {1: [0, 1, 2]} 605 with mock_contextmanager_generator() as targets[1][0]: 606 self.assertEqual(targets.keys(), [1]) 607 self.assertEqual(targets[1][0].__class__, MockResource) 608 with mock_contextmanager_generator() as targets.values()[0][1]: 609 self.assertEqual(targets.keys(), [1]) 610 self.assertEqual(targets[1][1].__class__, MockResource) 611 with mock_contextmanager_generator() as targets[2]: 612 keys = targets.keys() 624 targets = {1: [0, 1, 2] [all...] |
/external/deqp/scripts/ |
make_release.py | 153 targets = [] 165 targets.append(createFileObj(os.path.join(srcBasePath, file), os.path.join(dstBasePath, file))) 167 return targets 169 # Generates multiple file targets based on filters 182 targets = createFileTargets(fullSrcPath, fullDstPath, allFiles, self.filters) 184 # Make all file targets 185 for file in targets: 203 def __init__ (self, baseConfig, generator, targets = None): 206 self.targets = targets [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXCertPathBuilderSpi.java | 86 Collection targets; local 97 targets = CertPathValidatorUtilities.findCertificates(certSelect, paramsPKIX.getBaseParameters().getCertificateStores()); 98 targets.addAll(CertPathValidatorUtilities.findCertificates(certSelect, paramsPKIX.getBaseParameters().getCertStores())); 106 if (targets.isEmpty()) 116 targetIter = targets.iterator();
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/ |
sm4_to_tgsi.cpp | 84 std::vector<std::pair<unsigned, unsigned> > targets; // first is normal, second shadow/comparison member in struct:sm4_to_tgsi_converter 199 unsigned target = shadow ? targets[resource].second : targets[resource].first; 716 if(targets.size() <= (unsigned)idx) 717 targets.resize(idx + 1); 721 targets[idx].first = TGSI_TEXTURE_1D; 722 targets[idx].second = TGSI_TEXTURE_SHADOW1D; 725 targets[idx].first = TGSI_TEXTURE_1D_ARRAY; 726 targets[idx].second = TGSI_TEXTURE_SHADOW1D_ARRAY; 729 targets[idx].first = TGSI_TEXTURE_2D [all...] |
/external/opencv3/samples/python2/ |
plane_tracker.py | 19 c - clear targets 66 self.targets = [] 81 self.targets.append(target) 84 '''Remove all targets''' 85 self.targets = [] 97 matches_by_id = [[] for _ in xrange(len(self.targets))] 104 target = self.targets[imgIdx]
|
/external/ipsec-tools/ |
setup.c | 61 static struct sockaddr *targets[2]; variable in typeref:struct:sockaddr 107 targets[0] = dupsaddr(info->ai_addr); 110 source = getlocaladdr(targets[0]); 115 set_port(targets[0], 0); 165 return !cmpsaddrwop(addr, targets[0]) || !cmpsaddrwop(addr, targets[1]); 258 targets[1] = dupsaddr(src); 441 remoteconf->remote = dupsaddr(targets[0]); 449 set_port(targets[0], atoi(argv[6])); 450 spdadd(source, targets[0], IPPROTO_UDP, NULL, NULL) [all...] |