Home
last modified time | relevance | path

Searched defs:true (Results 1 – 25 of 232) sorted by relevance

12345678910

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetDetector.java480 list.add(new CSRecognizerInfo(new CharsetRecog_UTF8(), true)); in list.add() argument
481 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_16_BE(), true)); in list.add() argument
482 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_16_LE(), true)); in list.add() argument
483 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_32_BE(), true)); in list.add() argument
484 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_32_LE(), true)); in list.add() argument
486 list.add(new CSRecognizerInfo(new CharsetRecog_mbcs.CharsetRecog_sjis(), true)); in list.add() argument
487 list.add(new CSRecognizerInfo(new CharsetRecog_2022.CharsetRecog_2022JP(), true)); in list.add() argument
488 list.add(new CSRecognizerInfo(new CharsetRecog_2022.CharsetRecog_2022CN(), true)); in list.add() argument
489 list.add(new CSRecognizerInfo(new CharsetRecog_2022.CharsetRecog_2022KR(), true)); in list.add() argument
490 …st.add(new CSRecognizerInfo(new CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_gb_18030(), true)); in list.add() argument
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetDetector.java459 list.add(new CSRecognizerInfo(new CharsetRecog_UTF8(), true)); in list.add() argument
460 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_16_BE(), true)); in list.add() argument
461 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_16_LE(), true)); in list.add() argument
462 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_32_BE(), true)); in list.add() argument
463 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_32_LE(), true)); in list.add() argument
465 list.add(new CSRecognizerInfo(new CharsetRecog_mbcs.CharsetRecog_sjis(), true)); in list.add() argument
466 list.add(new CSRecognizerInfo(new CharsetRecog_2022.CharsetRecog_2022JP(), true)); in list.add() argument
467 list.add(new CSRecognizerInfo(new CharsetRecog_2022.CharsetRecog_2022CN(), true)); in list.add() argument
468 list.add(new CSRecognizerInfo(new CharsetRecog_2022.CharsetRecog_2022KR(), true)); in list.add() argument
469 …st.add(new CSRecognizerInfo(new CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_gb_18030(), true)); in list.add() argument
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DMessageFramerTest.java83 verify(sink).deliverFrame(toWriteBuffer(new byte[] {0, 0, 0, 0, 2, 3, 14}), false, true, 1); in simplePayload() local
95 verify(sink).deliverFrame(toWriteBuffer(new byte[] {3, 14}), false, true, 1); in simpleUnknownLengthPayload() local
109 toWriteBuffer(new byte[] {0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 1, 14}), false, true, 2); in smallPayloadsShouldBeCombined() local
121 toWriteBuffer(new byte[] {0, 0, 0, 0, 7, 3, 14, 1, 5, 9, 2, 6}), true, true, 1); in closeCombinedWithFullSink() local
146 verify(sink).deliverFrame(toWriteBuffer(new byte[] {5}), false, true, 0); in payloadSplitBetweenSinks() local
163 verify(sink).deliverFrame(toWriteBufferWithMinSize(new byte[] {1, 3}, 12), false, true, 0); in frameHeaderSplitBetweenSinks() local
173 verify(sink).deliverFrame(toWriteBuffer(new byte[] {0, 0, 0, 0, 0}), false, true, 1); in emptyPayloadYieldsFrame() local
183 verify(sink).deliverFrame(toWriteBuffer(new byte[] {0, 0, 0, 0, 0}), false, true, 1); in emptyUnknownLengthPayloadYieldsFrame() local
194 verify(sink).deliverFrame(toWriteBuffer(new byte[] {0, 0, 0, 0, 2, 3, 14}), false, true, 1); in flushIsIdempotent() local
DHttp2ClientStreamTransportStateTest.java109 state.transportDataReceived(ReadableBuffers.empty(), true); in transportHeadersReceived_noHttpStatus() local
124 state.transportDataReceived(ReadableBuffers.empty(), true); in transportHeadersReceived_wrongContentType_200() local
140 state.transportDataReceived(ReadableBuffers.empty(), true); in transportHeadersReceived_wrongContentType_401() local
182 state.transportDataReceived(ReadableBuffers.empty(), true); in transportHeadersReceived_twice() local
202 state.transportDataReceived(ReadableBuffers.empty(), true); in transportHeadersReceived_unknownAndTwiceLogsSecondHeaders() local
215 state.transportDataReceived(ReadableBuffers.wrap(testString.getBytes(US_ASCII)), true); in transportDataReceived_noHeaderReceived() local
230 state.transportDataReceived(ReadableBuffers.wrap(testString.getBytes(US_ASCII)), true); in transportDataReceived_debugData() local
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DPeerConnectionAndroidTest.java38 getInstrumentation().getContext(), true, true, true)); in setUp() local
/external/tensorflow/tensorflow/core/framework/
Dvariant_encode_decode.h51 void EncodeVariantImpl(const T& value, TypeResolver<T, true /* is_pod */>, in EncodeVariantImpl()
58 void EncodeVariantImpl(const T& value, in EncodeVariantImpl()
67 void EncodeVariantImpl(const T& value, in EncodeVariantImpl()
86 TypeResolver<T, true /* is_pod */, false /* Tensor */, in DecodeVariantImpl() argument
95 TypeResolver<T, false /* is_pod */, true /* Tensor */, in DecodeVariantImpl() argument
104 bool DecodeVariantImpl(VariantTensorData data, in DecodeVariantImpl()
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEcKeyTest.java189 testKeyGeneration(EcUtil.getNistP224Params(), true); in testKeyGenerationAll() local
190 testKeyGeneration(EcUtil.getNistP256Params(), true); in testKeyGenerationAll() local
191 testKeyGeneration(EcUtil.getNistP384Params(), true); in testKeyGenerationAll() local
192 testKeyGeneration(EcUtil.getNistP521Params(), true); in testKeyGenerationAll() local
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyClientStreamTest.java232 Status.fromThrowable(new RuntimeException("fake")), true, new Metadata()); in setStatusWithErrorShouldNotOverridePreviousError() local
258 stream().transportState().transportHeadersReceived(grpcResponseTrailers(Status.OK), true); in inboundTrailersClosesCall() local
265 stream().transportState().transportHeadersReceived(grpcResponseTrailers(Status.OK), true); in inboundTrailersBeforeHalfCloseSendsRstStream() local
279 stream().transportState().transportHeadersReceived(grpcResponseTrailers(Status.OK), true); in inboundTrailersAfterHalfCloseDoesNotSendRstStream() local
290 stream().transportState().transportHeadersReceived(grpcResponseTrailers(Status.INTERNAL), true); in inboundStatusShouldSetStatus() local
347 stream().transportState().transportDataReceived(Unpooled.copiedBuffer(MESSAGE, UTF_8), true); in nonGrpcResponseShouldSetStatus() local
370 stream().transportState().transportHeadersReceived(grpcResponseTrailers(Status.INTERNAL), true); in deframedDataAfterCancelShouldBeIgnored() local
397 stream().transportState().transportDataReceived(simpleGrpcFrame(), true); in dataFrameWithEosShouldDeframeAndThenFail() local
/external/clang/lib/Headers/
Dstdbool.h32 #define true 1 macro
39 #define true true macro
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/metamodel/
DBaseNodeMetaModelTest.java13 super(Optional.empty(), StringLiteralExpr.class, "stri", "com.japa", true, true); in TestMetaModel() local
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz4/
DFramedLZ4CompressorInputStreamTest.java402 … try (InputStream a = new FramedLZ4CompressorInputStream(new ByteArrayInputStream(input), true)) { in skipsOverSkippableFrames() argument
424 … try (InputStream a = new FramedLZ4CompressorInputStream(new ByteArrayInputStream(input), true)) { in skipsOverTrailingSkippableFrames() argument
448 … try (InputStream a = new FramedLZ4CompressorInputStream(new ByteArrayInputStream(input), true)) { in rejectsSkippableFrameFollowedByJunk() argument
473 … try (InputStream a = new FramedLZ4CompressorInputStream(new ByteArrayInputStream(input), true)) { in rejectsSkippableFrameFollowedByTooFewBytes() argument
497 … try (InputStream a = new FramedLZ4CompressorInputStream(new ByteArrayInputStream(input), true)) { in rejectsSkippableFrameWithPrematureEnd() argument
520 … try (InputStream a = new FramedLZ4CompressorInputStream(new ByteArrayInputStream(input), true)) { in rejectsSkippableFrameWithPrematureEndInLengthBytes() argument
542 … try (InputStream a = new FramedLZ4CompressorInputStream(new ByteArrayInputStream(input), true)) { in rejectsSkippableFrameWithBadSignatureTrailer() argument
564 … try (InputStream a = new FramedLZ4CompressorInputStream(new ByteArrayInputStream(input), true)) { in rejectsSkippableFrameWithBadSignaturePrefix() argument
586 … try (InputStream a = new FramedLZ4CompressorInputStream(new ByteArrayInputStream(input), true)) { in rejectsTrailingBytesAfterValidFrame() argument
/external/testng/src/main/java/org/testng/annotations/
DAfterSuite.java12 public boolean enabled() default true; in enabled() field
58 public boolean inheritGroups() default true; in inheritGroups() field
DBeforeTest.java12 public boolean enabled() default true; in enabled() field
58 public boolean inheritGroups() default true; in inheritGroups() field
DBeforeSuite.java12 public boolean enabled() default true; in enabled() field
58 public boolean inheritGroups() default true; in inheritGroups() field
DAfterClass.java12 public boolean enabled() default true; in enabled() field
58 public boolean inheritGroups() default true; in inheritGroups() field
DBeforeClass.java12 public boolean enabled() default true; in enabled() field
58 public boolean inheritGroups() default true; in inheritGroups() field
DAfterTest.java12 public boolean enabled() default true; in enabled() field
58 public boolean inheritGroups() default true; in inheritGroups() field
DBeforeGroups.java20 public boolean enabled() default true; in enabled() field
67 public boolean inheritGroups() default true; in inheritGroups() field
DAfterGroups.java21 public boolean enabled() default true; in enabled() field
68 public boolean inheritGroups() default true; in inheritGroups() field
DBeforeMethod.java12 public boolean enabled() default true; in enabled() field
58 public boolean inheritGroups() default true; in inheritGroups() field
DAfterMethod.java12 public boolean enabled() default true; in enabled() field
58 public boolean inheritGroups() default true; in inheritGroups() field
/external/jcommander/src/test/java/com/beust/jcommander/command/
DCommandTest.java41 Assert.assertEquals(add.interactive.booleanValue(), true); in namedCommandTest1() local
64 Assert.assertEquals(add.interactive.booleanValue(), true); in commandTest1() local
101 Assert.assertEquals(hidden.interactive.booleanValue(), true); in hiddenCommandTest() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBCP47.java98 ERROR, true, true); in TestEnglishKeyTranslations() local
173 …DATA_INFO.getBcp47Descriptions().get(row), keyAliases, typeAliases, "MISSING"), ERROR, true, true); in checkKeyType() local
/external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/
DImplements.java41 boolean isInAndroidSdk() default true; in isInAndroidSdk() field
48 boolean callThroughByDefault() default true; in callThroughByDefault() field
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java192 headercell.setText (attr.getName (), true); in visit() local
202 cell.setText (buf.toString (), true); in visit() local
347 itemname.setText (item.getName (), true); in visit() local
371 headercell.setText (attr.getName (), true); in visit() local
381 cell.setText (buf.toString (), true); in visit() local
464 itemname.setText (item.getName (), true); in visit() local
488 headercell.setText (attr.getName (), true); in visit() local
498 cell.setText (buf.toString (), true); in visit() local
641 itemname.setText (item.getName (), true); in visit() local
665 headercell.setText (attr.getName (), true); in visit() local
[all …]

12345678910