Home
last modified time | relevance | path

Searched defs:composite (Results 1 – 25 of 94) sorted by relevance

1234

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dcomposite.hpp130 struct composite<OperationT, struct
147 typedef composite<OperationT> self_t;
150 struct result {
157 composite(OperationT const& op_) in composite() argument
162 eval(TupleT const& /*args*/) const in eval()
167 mutable OperationT op; // operation
187 struct composite<OperationT, struct
204 typedef composite<OperationT, A> self_t;
207 struct result {
214 composite(OperationT const& op_, in composite() function
[all …]
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyAdaptiveCumulator.java76 CompositeByteBuf composite = null; in cumulate() local
105 void addInput(ByteBufAllocator alloc, CompositeByteBuf composite, ByteBuf in) { in addInput()
115 static boolean shouldCompose(CompositeByteBuf composite, ByteBuf in, int composeMinSize) { in shouldCompose()
144 ByteBufAllocator alloc, CompositeByteBuf composite, ByteBuf in) { in mergeWithCompositeTail()
/external/antlr/tool/src/test/java/org/antlr/test/
DTestCompositeGrammars.java213 CompositeGrammar composite = new CompositeGrammar(); in testDelegatesSeeSameTokenType2() local
251 CompositeGrammar composite = new CompositeGrammar(); in testCombinedImportsCombined() local
285 CompositeGrammar composite = new CompositeGrammar(); in testSameStringTwoNames() local
338 CompositeGrammar composite = new CompositeGrammar(); in testSameNameTwoStrings() local
386 CompositeGrammar composite = new CompositeGrammar(); in testImportedTokenVocabIgnoredWithWarning() local
428 CompositeGrammar composite = new CompositeGrammar(); in testImportedTokenVocabWorksInRoot() local
463 CompositeGrammar composite = new CompositeGrammar(); in testSyntaxErrorsInImportsNotThrownOut() local
489 CompositeGrammar composite = new CompositeGrammar(); in testSyntaxErrorsInImportsNotThrownOut2() local
620 CompositeGrammar composite = new CompositeGrammar(); in testLexerDelegatorRuleOverridesDelegateLeavingNoRules() local
660 CompositeGrammar composite = new CompositeGrammar(); in testInvalidImportMechanism() local
[all …]
/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/encoding/
DEncoding.kt475 val composite = beginStructure(descriptor) in endStructure() constant
488 val composite = beginCollection(descriptor, collectionSize) in encodeCollection() constant
DDecoding.kt570 val composite = beginStructure(descriptor) in endStructure() constant
/external/crosvm/disk/src/
Dcomposite.rs886 let composite = new_from_components(vec![disk_part1, disk_part2]).unwrap(); in get_len() localVariable
907 let composite = new_from_components(vec![disk_part1, disk_part2]).unwrap(); in async_get_len() localVariable
910 let composite = Box::new(composite).to_async_disk(&ex).unwrap(); in async_get_len() localVariable
924 let composite = new_from_components(vec![disk_part]).unwrap(); in single_file_passthrough() localVariable
947 let composite = new_from_components(vec![disk_part]).unwrap(); in async_single_file_passthrough() localVariable
950 let composite = Box::new(composite).to_async_disk(&ex).unwrap(); in async_single_file_passthrough() localVariable
998 let composite = new_from_components(vec![disk_part1, disk_part2, disk_part3]).unwrap(); in triple_file_descriptors() localVariable
1027 let composite = new_from_components(vec![disk_part1, disk_part2, disk_part3]).unwrap(); in triple_file_passthrough() localVariable
1064 let composite = new_from_components(vec![disk_part1, disk_part2, disk_part3]).unwrap(); in async_triple_file_passthrough() localVariable
1067 let composite = Box::new(composite).to_async_disk(&ex).unwrap(); in async_triple_file_passthrough() localVariable
[all …]
/external/kotlinx.serialization/formats/properties/commonTest/src/kotlinx/serialization/properties/
DSealedClassSerializationFromPropertiesTest.kt98 val composite: CompositeClass = Properties.decodeFromMap(props) in testCompositeClassPropertiesDeserialization() constant
105 val composite = CompositeClass( in testCompositeClassPropertiesSerialization() constant
/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/
DMapLikeSerializerTest.kt33 val composite = decoder.beginStructure(descriptor) in deserialize() constant
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyAdaptiveCumulatorTest.java125 CompositeByteBuf composite = alloc.compositeBuffer().addComponent(true, contiguous); in cumulate_compositeCumulation_inputAppendedAsANewComponent() local
139 CompositeByteBuf composite = alloc.compositeBuffer().addComponent(true, contiguous); in cumulate_compositeCumulation_inputReleasedOnError() local
201 private CompositeByteBuf composite; field in NettyAdaptiveCumulatorTest.ShouldComposeTests
297 private CompositeByteBuf composite; field in NettyAdaptiveCumulatorTest.MergeWithCompositeTailTests
DNettyReadableBufferTest.java71 CompositeByteBuf composite = Unpooled.compositeBuffer(10); in getByteBufferFromCompositeBufferReturnsOnlyFirstComponent() local
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/text/
DCompositeFormatTest.java71 final CompositeFormat composite = new CompositeFormat(parser, formatter); in testCompositeFormat() local
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/function/
DBooleanConsumerTest.java60 final BooleanConsumer composite = bc.andThen(aBool2::lazySet); in testAndThen() local
/external/libcups/ppdc/
Dppdhtml.cxx38 *composite; // Composite of all drivers in main() local
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammarReport2.java50 CompositeGrammar composite = root.composite; in toString() local
DInterp.java78 CompositeGrammar composite = new CompositeGrammar(); in main() local
DRandomPhrase.java156 CompositeGrammar composite = new CompositeGrammar(); in main() local
/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/internal/
DTuples.kt124 val composite = decoder.beginStructure(descriptor) in deserialize() constant
/external/python/cpython3/Lib/test/support/_hypothesis_stubs/
Dstrategies.py73 def composite(f): function
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DUnicodeNormalizer.java155 int composite = data.getPairwiseComposition(starterCh, ch); in internalCompose() local
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/normalizer/
DUnicodeNormalizer.java152 int composite = data.getPairwiseComposition(starterCh, ch); in internalCompose() local
/external/coreboot/payloads/libpayload/curses/PDCurses/x11/
DScrollBoxP.h67 CompositePart composite; member
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_composite_insert.cpp49 auto composite = in IsApplicable() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_composite_insert.cpp49 auto composite = in IsApplicable() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_composite_insert.cpp49 auto composite = in IsApplicable() local
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DCompositeReadableBufferTest.java47 private CompositeReadableBuffer composite; field in CompositeReadableBufferTest

1234