Home
last modified time | relevance | path

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

12345678910>>...13

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DProto3MessageLiteInfoFactory.java179 forField(field(Proto3MessageLite.class, "fieldDouble1_"), 1, FieldType.DOUBLE, true)); in lookupFieldsByName() local
181 forField(field(Proto3MessageLite.class, "fieldFloat2_"), 2, FieldType.FLOAT, true)); in lookupFieldsByName() local
183 forField(field(Proto3MessageLite.class, "fieldInt643_"), 3, FieldType.INT64, true)); in lookupFieldsByName() local
185 forField(field(Proto3MessageLite.class, "fieldUint644_"), 4, FieldType.UINT64, true)); in lookupFieldsByName() local
187 forField(field(Proto3MessageLite.class, "fieldInt325_"), 5, FieldType.INT32, true)); in lookupFieldsByName() local
189 forField(field(Proto3MessageLite.class, "fieldFixed646_"), 6, FieldType.FIXED64, true)); in lookupFieldsByName() local
191 forField(field(Proto3MessageLite.class, "fieldFixed327_"), 7, FieldType.FIXED32, true)); in lookupFieldsByName() local
193 forField(field(Proto3MessageLite.class, "fieldBool8_"), 8, FieldType.BOOL, true)); in lookupFieldsByName() local
195 forField(field(Proto3MessageLite.class, "fieldString9_"), 9, FieldType.STRING, true)); in lookupFieldsByName() local
197 forField(field(Proto3MessageLite.class, "fieldMessage10_"), 10, FieldType.MESSAGE, true)); in lookupFieldsByName() local
[all …]
/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/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DExtractorAsserts.java238 assertOutput(factory.create(), dumpFilesPrefix, data, context, true, false, false, false); in assertOutput() local
239 assertOutput(factory.create(), dumpFilesPrefix, data, context, true, false, false, true); in assertOutput() local
240 assertOutput(factory.create(), dumpFilesPrefix, data, context, true, false, true, false); in assertOutput() local
241 assertOutput(factory.create(), dumpFilesPrefix, data, context, true, false, true, true); in assertOutput() local
242 assertOutput(factory.create(), dumpFilesPrefix, data, context, true, true, false, false); in assertOutput() local
243 assertOutput(factory.create(), dumpFilesPrefix, data, context, true, true, false, true); in assertOutput() local
244 assertOutput(factory.create(), dumpFilesPrefix, data, context, true, true, true, false); in assertOutput() local
245 assertOutput(factory.create(), dumpFilesPrefix, data, context, true, true, true, true); in assertOutput() 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/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/wycheproof/java/com/google/security/wycheproof/testcases/
DEcKeyTest.java200 testKeyGeneration(EcUtil.getNistP224Params(), true); in testKeyGenerationAll() local
201 testKeyGeneration(EcUtil.getNistP256Params(), true); in testKeyGenerationAll() local
202 testKeyGeneration(EcUtil.getNistP384Params(), true); in testKeyGenerationAll() local
203 testKeyGeneration(EcUtil.getNistP521Params(), true); in testKeyGenerationAll() 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/clang/lib/Headers/
Dstdbool.h32 #define true 1 macro
39 #define true true macro
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/metamodel/
DBaseNodeMetaModelTest.java13 super(Optional.empty(), StringLiteralExpr.class, "stri", "com.japa", true, true); in TestMetaModel() local
/external/llvm-project/clang/lib/Headers/
Dstdbool.h16 #define true 1 macro
25 #define true true macro
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageSchema.java2748 numberAt(pos), (List<Double>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2752 numberAt(pos), (List<Float>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2756 numberAt(pos), (List<Long>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2760 numberAt(pos), (List<Long>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2764 numberAt(pos), (List<Integer>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2768 numberAt(pos), (List<Long>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2772 numberAt(pos), (List<Integer>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2777 numberAt(pos), (List<Boolean>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2781 numberAt(pos), (List<Integer>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2785 numberAt(pos), (List<Integer>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
[all …]
/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 …]
/external/testng/src/main/java/org/testng/annotations/
DAfterTest.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
DAfterSuite.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
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
DAfterGroups.java21 public boolean enabled() default true; in enabled() field
68 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
DAfterMethod.java12 public boolean enabled() default true; in enabled() field
58 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

12345678910>>...13