Searched refs:targets (Results 51 - 75 of 106) sorted by relevance

12345

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DAttributeCertificateHolder.java207 private boolean matchesDN(X509Principal subject, GeneralNames targets) argument
209 GeneralName[] names = targets.getNames();
/external/guava/guava/src/com/google/common/collect/
H A DRegularContiguousSet.java108 @Override public boolean containsAll(Collection<?> targets) { argument
110 return range.containsAll((Iterable<? extends C>) targets);
H A DImmutableList.java429 @Override public boolean containsAll(Collection<?> targets) { argument
430 return forwardList.containsAll(targets);
H A DImmutableMultiset.java277 public boolean containsAll(Collection<?> targets) { argument
278 return elementSet().containsAll(targets);
/external/libffi/
H A DAndroid.mk26 # We only build ffi at all for non-arm, non-x86 targets.
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSortedSet.java277 @Override public boolean containsAll(Collection<?> targets) { argument
278 for (Object target : targets) {
286 return sortedDelegate.containsAll(targets);
/external/gtest/src/
H A DAndroid.mk26 # TODO: The targets below have some redundancy. Check if we cannot
/external/zlib/src/contrib/delphi/
H A Dzlibd32.mak27 # targets
/external/zlib/src/contrib/pascal/
H A Dzlibd32.mak27 # targets
/external/smali/smali/src/main/antlr3/org/jf/smali/
H A DsmaliTreeWalker.g406 packed_switch_targets[int baseAddress] returns[int[\] targets]
412 $targets = new int[targetCount];
418 $targets[targetsPosition++] = ($method::currentAddress + $offset_or_label.offsetValue) - $baseAddress;
438 sparse_switch_targets[int baseAddress, int targetCount] returns[int[\] targets]
440 $targets = new int[$targetCount];
446 $targets[targetsPosition++] = ($method::currentAddress + $offset_or_label.offsetValue) - $baseAddress;
1304 int[] targets = $packed_switch_targets.targets;
1306 $instructions.add(new PackedSwitchDataPseudoInstruction(startKey, targets));
1324 int[] targets
[all...]
/external/quake/quake/src/WinQuake/
H A DMakefile.Solaris41 $(MAKE) targets BUILDDIR=$(BUILD_DEBUG_DIR) CFLAGS="$(DEBUG_CFLAGS)"
45 $(MAKE) targets BUILDDIR=$(BUILD_RELEASE_DIR) CFLAGS="$(RELEASE_CFLAGS)"
49 targets: $(TARGETS)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat6 REM reset list of ant targets in test.xml to execute
/external/icu4c/extra/uconv/
H A Dmakedata.mak82 @echo All targets are up to date (mode $(PKGMODE))
/external/openssl/crypto/perlasm/
H A Dx86asm.pl245 coff - GAS/COFF such as Win32 targets
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DCodeItem.java409 * TODO: we should be able to replace if-* instructions with targets that are too far away with a negated if followed by a goto/32 to the original target
582 int[] targets = multiOffsetInstruction.getTargets();
583 for (int t=0; t<targets.length; t++) {
584 int originalTargetCodeAddress = originalSwitchAddress + targets[t];
588 if (newCodeAddress != targets[t]) {
/external/webkit/Tools/CodeCoverage/
H A Drun-generate-coverage-data85 def collect_cov(base_path,targets):
203 #global targets
/external/icu4c/i18n/
H A Dalphaindex.cpp210 UnicodeSet *targets = static_cast<UnicodeSet *>(uhash_get(alreadyIn_, &itemAlreadyIn)); local
211 if (targets == NULL) {
212 // alreadyIn.put(itemAlreadyIn, targets = new LinkedHashSet<String>());
213 targets = new UnicodeSet();
214 uhash_put(alreadyIn_, itemAlreadyIn.clone(), targets, &status);
216 targets->add(item);
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_toolbar_gtk.cc415 static const int targets[] = { ui::TEXT_PLAIN, ui::TEXT_URI_LIST, -1 }; local
416 ui::SetDestTargetList(home_->widget(), targets);
/external/icu4c/test/intltest/
H A Dplurfmts.cpp500 const char *targets[] = { local
536 UnicodeString expected(targets[i], -1, US_INV);
H A Dssearch.cpp1236 UnicodeString targets[] = {"fu\\u00DF", "fu\\u00DFball", "1fu\\u00DFball", "12fu\\u00DFball", "123fu\\u00DFball", "1234fu\\u00DFball", local
1338 for (uint32_t t = 0; t < (sizeof(targets)/sizeof(targets[0])); t += 1) {
1339 UnicodeString target = targets[t].unescape();
1384 UnicodeString targets[] = {"fu\\u00DF", "fu\\u00DFball", "1fu\\u00DFball", "12fu\\u00DFball", "123fu\\u00DFball", "1234fu\\u00DFball", local
1408 for (uint32_t t = 0; t < (sizeof(targets)/sizeof(targets[0])); t += 1) {
1409 UnicodeString target = targets[t].unescape();
/external/linux-tools-perf/
H A DMakefile761 @echo 'Perf make targets:'
771 @echo 'Perf install targets:'
786 @echo 'Perf maintainer targets:'
/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons388 # Settings that are specific to our desktop Linux targets.
437 # Explicitly set which targets to build when not stated on commandline
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jar ... .core.databinding.observable.list.IObservableList targets java.util.Iterator it java.util. ...
/external/libxml2/
H A Dxmlschemas.c853 xmlSchemaItemListPtr targets; /* list of target-node member in struct:_xmlSchemaIDCMatcher
22189 if (matcher->targets == NULL)
22190 matcher->targets = xmlSchemaItemListCreate();
22191 return(matcher->targets);
22262 if (matcher->targets != NULL) {
22271 for (i = 0; i < matcher->targets->nbItems; i++) {
22273 (xmlSchemaPSVIIDCNodePtr) matcher->targets->items[i];
22278 xmlSchemaItemListFree(matcher->targets);
22311 if (matcher->targets) {
22320 for (i = 0; i < matcher->targets
22889 xmlSchemaItemListPtr targets; local
23268 xmlSchemaPSVIIDCNodePtr *targets, *dupls; local
[all...]

Completed in 1432 milliseconds

12345