Searched refs:ALL (Results 126 - 150 of 196) sorted by relevance

12345678

/external/e2fsprogs/resize/
H A DMakefile.in135 echo $(SRCROOT)/e2fsprogs-ALL-@E2FSPROGS_VERSION@.tar.gz \
142 gzip -9 > e2fsprogs-ALL-@E2FSPROGS_VERSION@.tar.gz)
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DTagBalancingHtmlStreamEventReceiver.java284 ElementContainmentRelationships.CloseTagScope.ALL & ~inScopes;
335 static final int ALL = (1 << values().length) - 1; field in class:TagBalancingHtmlStreamEventReceiver.ElementContainmentRelationships.CloseTagScope
665 CloseTagScope.ALL);
885 ), CloseTagScope.ALL);
/external/slf4j/jul-to-slf4j/src/test/java/org/slf4j/bridge/
H A DSLF4JBridgeHandlerTest.java84 julLogger.setLevel(Level.ALL);
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DPreInstructionRegisterInfoMethodItem.java71 if ((registerInfo & baksmaliOptions.ALL) != 0) {
/external/wpa_supplicant_8/wpa_supplicant/
H A DMakefile32 ALL = $(BINALL) macro
33 ALL += systemd/wpa_supplicant.service
34 ALL += systemd/wpa_supplicant@.service
35 ALL += systemd/wpa_supplicant-nl80211@.service
36 ALL += systemd/wpa_supplicant-wired@.service
37 ALL += dbus/fi.epitest.hostap.WPASupplicant.service
38 ALL += dbus/fi.w1.wpa_supplicant1.service
40 ALL += libwpa_client.so
44 all: verify_config $(ALL) dynamic_eap_methods
1775 rm -f eap_*.so $(ALL)
[all...]
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp603 if (Direction == DVEntry::ALL)
2471 Bound[K].Direction = Dependence::DVEntry::ALL;
2476 if (Bound[K].Lower[Dependence::DVEntry::ALL])
2477 DEBUG(dbgs() << *Bound[K].Lower[Dependence::DVEntry::ALL] << '\t');
2480 if (Bound[K].Upper[Dependence::DVEntry::ALL])
2481 DEBUG(dbgs() << *Bound[K].Upper[Dependence::DVEntry::ALL] << '\n');
2489 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delta)) {
2556 case Dependence::DVEntry::ALL:
2624 Bound[Level].Direction = Dependence::DVEntry::ALL;
2667 Bound[K].Lower[Dependence::DVEntry::ALL]
[all...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFileHandlerTest.java198 assertEquals(handler.getLevel(), Level.ALL);
399 assertEquals(Level.ALL, handler.getLevel());
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUnicodeSetStringSpan.java36 public static final int ALL = 0x7f; field in class:UnicodeSetStringSpan
90 all = (which == ALL);
204 * Assumes which==ALL for a frozen set.
/external/libpcap/msdos/
H A Dndis_0.asm65 ; *ALL* interrupt threads come through this macro.
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DInvokeMethod002Test.java113 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCurrencyTest.java641 String[] ALL = Currency.getKeywordValuesForLocale("currency", ULocale.getDefault(), false);
643 for (int i = 0; i < ALL.length; i++) {
644 ALLSET.add(ALL[i]);
/external/selinux/policycoreutils/sepolicy/sepolicy/
H A Dgenerate.py107 ALL = 0 variable
378 return l[ALL] or l[RESERVED] or l[UNRESERVED] or len(l[PORTS]) > 0
694 if self.in_tcp[ALL]:
701 if self.out_tcp[ALL]:
719 if self.in_udp[ALL]:
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c1035 o_inst->src0 = EASY_VSF_SOURCE(fog_temp_i, X, X, X, X, TMP, ALL);
1057 o_inst->src0 = EASY_VSF_SOURCE(fog_temp_i, X, X, X, X, TMP, ALL);
1067 o_inst->src0 = EASY_VSF_SOURCE(fog_temp_i, X, X, X, X, TMP, ALL);
/external/wpa_supplicant_8/hostapd/
H A DMakefile901 ALL=hostapd hostapd_cli macro
903 all: verify_config $(ALL)
938 install: $(addprefix $(DESTDIR)$(BINDIR)/,$(ALL))
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DCombinedEvents003Test.java134 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DInvokeMethodTest.java64 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Dmain.java157 if (value.equalsIgnoreCase("ALL")) {
158 registerInfo |= baksmaliOptions.ALL;
/external/icu/icu4c/source/test/testdata/
H A Dtestdata.mak14 ALL : "$(TESTDATAOUT)\testdata.dat"
/external/libvncserver/x11vnc/misc/
H A Dqt_tslib_inject.pl164 if (%keycmds && (exists $keycmds{$name} || exists $keycmds{ALL})) {
167 $cmd = $keycmds{ALL};
168 print STDERR "keycmds: $name/ALL: running: $cmd\n";
H A DXdummy155 ALL ALL = NOPASSWD: /usr/local/bin/Xdummy
/external/sonivox/jet_tools/JetCreator/
H A DJetAudition.py155 hboxMain.Add(hboxTop, 2, wx.EXPAND | wx.ALL, BORDER)
156 hboxMain.Add(vboxBot, 1, wx.EXPAND | wx.ALL, BORDER)
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseTraversers.java163 case Axis.ALL :
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DWalkerFactory.java388 case Axis.ALL :
938 if(axis < Axis.ALL)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRulesTest.java844 private static final Set<StandardPluralCategories> ALL = Collections.unmodifiableSet(EnumSet field in class:PluralRulesTest.StandardPluralCategories
869 for (StandardPluralCategories value : ALL) {
/external/jetty/src/java/org/eclipse/jetty/servlet/
H A DServletHandler.java121 protected final ConcurrentMap<String,FilterChain> _chainCache[] = new ConcurrentMap[FilterMapping.ALL];
122 protected final Queue<String>[] _chainLRU = new Queue[FilterMapping.ALL];

Completed in 1790 milliseconds

12345678