Home
last modified time | relevance | path

Searched defs:false (Results 1 – 25 of 172) sorted by relevance

1234567

/external/testng/src/main/java/org/testng/annotations/
DConfiguration.java24 public boolean beforeTestClass() default false; in beforeTestClass() field
30 public boolean afterTestClass() default false; in afterTestClass() field
35 public boolean beforeTestMethod() default false; in beforeTestMethod() field
40 public boolean afterTestMethod() default false; in afterTestMethod() field
45 public boolean beforeSuite() default false; in beforeSuite() field
51 public boolean afterSuite() default false; in afterSuite() field
56 public boolean beforeTest() default false; in beforeTest() field
61 public boolean afterTest() default false; in afterTest() field
129 public boolean alwaysRun() default false; in alwaysRun() field
DTest.java110 public boolean alwaysRun() default false; in alwaysRun() field
146 public boolean sequential() default false; in sequential() field
155 public boolean singleThreaded() default false; in singleThreaded() field
170 public boolean skipFailedInvocations() default false; in skipFailedInvocations() field
176 public boolean ignoreMissingDependencies() default false; in ignoreMissingDependencies() field
DBeforeMethod.java52 public boolean alwaysRun() default false; in alwaysRun() field
70 public boolean firstTimeOnly() default false; in firstTimeOnly() field
DAfterMethod.java52 public boolean alwaysRun() default false; in alwaysRun() field
70 public boolean lastTimeOnly() default false; in lastTimeOnly() field
/external/jcommander/src/main/java/com/beust/jcommander/
DParameter.java52 boolean required() default false; in required() field
69 boolean password() default false; in password() field
88 boolean hidden() default false; in hidden() field
103 boolean variableArity() default false; in variableArity() field
115 boolean echoInput() default false; in echoInput() field
121 boolean help() default false; in help() field
127 boolean forceNonOverwritable() default false; in forceNonOverwritable() field
DDynamicParameter.java22 boolean required() default false; in required() field
37 boolean hidden() default false; in hidden() field
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DTestIDNARef.java519 doTestCompare(source.toString(), uni1.toString(), false); in TestCompare() local
521 doTestCompare(source.toString(),uni0.toString(), false); in TestCompare() local
525 doTestCompare(source.toString(),ascii1.toString(), false); in TestCompare() local
527 doTestCompare(source.toString(),ascii0.toString(), false); in TestCompare() local
652 doTestCompare(source.toString(), uni1.toString(), false); in TestRootLabelSeparator() local
654 doTestCompare(source.toString(),uni0.toString(), false); in TestRootLabelSeparator() local
658 doTestCompare(source.toString(),ascii1.toString(), false); in TestRootLabelSeparator() local
660 doTestCompare(source.toString(),ascii0.toString(), false); in TestRootLabelSeparator() local
DTestIDNA.java442 doTestCompare(source.toString(), uni1.toString(), false); in TestCompare() local
444 doTestCompare(source.toString(),uni0.toString(), false); in TestCompare() local
448 doTestCompare(source.toString(),ascii1.toString(), false); in TestCompare() local
450 doTestCompare(source.toString(),ascii0.toString(), false); in TestCompare() local
561 doTestCompare(source.toString(), uni1.toString(), false); in TestRootLabelSeparator() local
563 doTestCompare(source.toString(),uni0.toString(), false); in TestRootLabelSeparator() local
567 doTestCompare(source.toString(),ascii1.toString(), false); in TestRootLabelSeparator() local
569 doTestCompare(source.toString(),ascii0.toString(), false); in TestRootLabelSeparator() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestIDNARef.java515 doTestCompare(source.toString(), uni1.toString(), false); in TestCompare() local
517 doTestCompare(source.toString(),uni0.toString(), false); in TestCompare() local
521 doTestCompare(source.toString(),ascii1.toString(), false); in TestCompare() local
523 doTestCompare(source.toString(),ascii0.toString(), false); in TestCompare() local
648 doTestCompare(source.toString(), uni1.toString(), false); in TestRootLabelSeparator() local
650 doTestCompare(source.toString(),uni0.toString(), false); in TestRootLabelSeparator() local
654 doTestCompare(source.toString(),ascii1.toString(), false); in TestRootLabelSeparator() local
656 doTestCompare(source.toString(),ascii0.toString(), false); in TestRootLabelSeparator() local
DTestIDNA.java438 doTestCompare(source.toString(), uni1.toString(), false); in TestCompare() local
440 doTestCompare(source.toString(),uni0.toString(), false); in TestCompare() local
444 doTestCompare(source.toString(),ascii1.toString(), false); in TestCompare() local
446 doTestCompare(source.toString(),ascii0.toString(), false); in TestCompare() local
557 doTestCompare(source.toString(), uni1.toString(), false); in TestRootLabelSeparator() local
559 doTestCompare(source.toString(),uni0.toString(), false); in TestRootLabelSeparator() local
563 doTestCompare(source.toString(),ascii1.toString(), false); in TestRootLabelSeparator() local
565 doTestCompare(source.toString(),ascii0.toString(), false); in TestRootLabelSeparator() local
/external/vogar/test/vogar/target/
DTestRunnerProperties.java32 boolean profile() default false; in profile() field
40 boolean profileThreadGroup() default false; in profileThreadGroup() field
48 boolean testOnly() default false; in testOnly() field
/external/guava/guava/src/com/google/common/annotations/
DGwtCompatible.java77 boolean serializable() default false; in serializable() field
87 boolean emulated() default false; in emulated() field
/external/clang/lib/Headers/
Dstdbool.h33 #define false 0 macro
38 #define false false macro
/external/jsilver/src/com/google/clearsilver/jsilver/values/
DValue.java51 EMPTY_UNESCAPED.put(EscapeMode.ESCAPE_NONE, new StringValue("", EscapeMode.ESCAPE_NONE, false)); in EMPTY_UNESCAPED.put() argument
53 EscapeMode.ESCAPE_IS_CONSTANT, false)); in EMPTY_UNESCAPED.put() argument
61 ZERO_UNESCAPED.put(EscapeMode.ESCAPE_NONE, new NumberValue(0, EscapeMode.ESCAPE_NONE, false)); in ZERO_UNESCAPED.put() argument
63 EscapeMode.ESCAPE_IS_CONSTANT, false)); in ZERO_UNESCAPED.put() argument
71 ONE_UNESCAPED.put(EscapeMode.ESCAPE_NONE, new NumberValue(1, EscapeMode.ESCAPE_NONE, false)); in ONE_UNESCAPED.put() argument
73 EscapeMode.ESCAPE_IS_CONSTANT, false)); in ONE_UNESCAPED.put() argument
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DURLConnectionTest.java504 server.useHttps(sslContext.getSocketFactory(), false); in connectViaHttps() local
518 server.useHttps(sslContext.getSocketFactory(), false); in inspectHandshakeThroughoutRequestLifecycle() local
547 server.useHttps(sslContext.getSocketFactory(), false); in connectViaHttpsReusingConnections() local
569 server.useHttps(sslContext.getSocketFactory(), false); in connectViaHttpsReusingConnectionsDifferentFactories() local
589 server.useHttps(sslContext.getSocketFactory(), false); in connectViaHttpsWithSSLFallback() local
605 server.useHttps(sslContext.getSocketFactory(), false); in connectViaHttpsWithSSLFallbackFailuresRecorded() local
630 server.useHttps(sslContext.getSocketFactory(), false); in sslFallbackNotUsedWhenRecycledConnectionFails() local
658 server.useHttps(sslContext.getSocketFactory(), false); in connectViaHttpsToUntrustedServer() local
738 server.useHttps(sslContext.getSocketFactory(), false); in testConnectViaSocketFactory() local
812 server.useHttps(sslContext.getSocketFactory(), false); in testConnectViaDirectProxyToHttps() local
DCallTest.java767 server.useHttps(sslContext.getSocketFactory(), false); in tls() local
780 server.useHttps(sslContext.getSocketFactory(), false); in tls_Async() local
825 server.useHttps(sslContext.getSocketFactory(), false); in recoverFromTlsHandshakeFailure() local
846 server.useHttps(sslContext.getSocketFactory(), false); in recoverFromTlsHandshakeFailure_tlsFallbackScsvEnabled() local
870 server.useHttps(sslContext.getSocketFactory(), false); in recoverFromTlsHandshakeFailure_Async() local
888 server.useHttps(sslContext.getSocketFactory(), false); in noRecoveryFromTlsHandshakeFailureWhenTlsFallbackIsDisabled() local
923 server.useHttps(sslContext.getSocketFactory(), false); in setFollowSslRedirectsFalse() local
936 server.useHttps(sslContext.getSocketFactory(), false); in matchingPinnedCertificate() local
959 server.useHttps(sslContext.getSocketFactory(), false); in unmatchingPinnedCertificate() local
1858 server.useHttps(sslContext.getSocketFactory(), false); in enableProtocol() local
/external/bison/lib/
Dstdbool.in.h123 # define false false macro
126 # define false 0 macro
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DMapBinderTest.java188 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(abc, de), BOTH, false, 0, in testMapBinderAggregatesMultipleModules() local
331 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(module), BOTH, false, 1, in testMapBinderWithMultipleTypes() local
333 assertMapVisitor(Key.get(mapOfInteger), stringType, intType, setOf(module), BOTH, false, 1, in testMapBinderWithMultipleTypes() local
347 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(module), BOTH, false, 0); in testMapBinderWithEmptyMap() local
383 assertMapVisitor(Key.get(mapOfInteger), stringType, intType, setOf(module), BOTH, false, 0, in testMapBinderMapIsLazy() local
404 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(module), MODULE, false, 0, in testMapBinderMapForbidsDuplicateKeys() local
790 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(abcd, ef), BOTH, false, 0, in testModuleOverrideAndMapBindings() local
810 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(module), BOTH, false, 0, in testDeduplicateMapBindings() local
DMultibinderTest.java249 assertSetVisitor(Key.get(setOfString), stringType, setOf(module), BOTH, false, 1, in testMultibinderWithMultipleSetTypes() local
251 assertSetVisitor(Key.get(setOfInteger), intType, setOf(module), BOTH, false, 1, in testMultibinderWithMultipleSetTypes() local
266 setOf(module), BOTH, false, 0); in testMultibinderWithEmptySet() local
328 assertSetVisitor(Key.get(setOfInteger), intType, setOf(module), BOTH, false, 0, in testMultibinderSetIsLazy() local
358 assertSetVisitor(Key.get(setOfString), stringType, setOf(module1, module2), MODULE, false, 0, in testMultibinderSetForbidsDuplicateElements() local
417 assertSetVisitor(Key.get(setOfValueType), valueType, setOf(module1, module2), MODULE, false, 0, in testMultibinderSetShowsBothElementsIfToStringDifferent() local
649 assertSetVisitor(Key.get(setOfString), stringType, setOf(abcd, ef), BOTH, false, 0, in testModuleOverrideAndMultibindings() local
/external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
DPeerConnectionClientTest.java351 doLoopbackTest(createParametersForAudioCall(), false); in testLoopbackAudio() local
355 doLoopbackTest(createParametersForVideoCall(VIDEO_CODEC_VP8, false), false); in testLoopbackVp8() local
359 doLoopbackTest(createParametersForVideoCall(VIDEO_CODEC_VP9, false), false); in DISABLED_testLoopbackVp9() local
363 doLoopbackTest(createParametersForVideoCall(VIDEO_CODEC_H264, false), false); in testLoopbackH264() local
/external/v8/src/
Dprototype.h35 : did_jump_to_prototype_chain_(false), in did_jump_to_prototype_chain_() argument
48 : did_jump_to_prototype_chain_(false), in did_jump_to_prototype_chain_() argument
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliInstruction.java90 assert false; in getOpcode() local
189 assert false; in getInstructionSize() local
/external/emma/core/java12/com/vladium/emma/rt/
DRT.java250 reset (false, false); in reset() argument
/external/guice/core/src/com/google/inject/
DInject.java68 boolean optional() default false; in optional() field
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetDetector.java485 list.add(new CSRecognizerInfo(new CharsetRecog_sbcs.CharsetRecog_IBM424_he_rtl(), false)); in list.add() argument
486 list.add(new CSRecognizerInfo(new CharsetRecog_sbcs.CharsetRecog_IBM424_he_ltr(), false)); in list.add() argument
487 list.add(new CSRecognizerInfo(new CharsetRecog_sbcs.CharsetRecog_IBM420_ar_rtl(), false)); in list.add() argument
488 list.add(new CSRecognizerInfo(new CharsetRecog_sbcs.CharsetRecog_IBM420_ar_ltr(), false)); in list.add() argument

1234567