Home
last modified time | relevance | path

Searched refs:Pure (Results 1 – 25 of 164) sorted by relevance

1234567

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DAssertions.java23 import org.checkerframework.dataflow.qual.Pure;
36 @Pure
51 @Pure
67 @Pure
81 @Pure
96 @Pure
113 @Pure
133 @Pure
151 @Pure
171 @Pure
[all …]
DLog.java29 import org.checkerframework.dataflow.qual.Pure;
60 @Pure
87 @Pure
97 @Pure
105 @Pure
115 @Pure
123 @Pure
133 @Pure
141 @Pure
151 @Pure
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DAssertions.java23 import org.checkerframework.dataflow.qual.Pure;
36 @Pure
51 @Pure
67 @Pure
81 @Pure
96 @Pure
113 @Pure
133 @Pure
151 @Pure
171 @Pure
[all …]
DLog.java26 import org.checkerframework.dataflow.qual.Pure;
56 @Pure
81 @Pure
89 @Pure
95 @Pure
103 @Pure
109 @Pure
117 @Pure
123 @Pure
131 @Pure
[all …]
/external/rust/crates/protobuf-parse/examples/
Dfile-descriptor-out-compare.rs9 Pure, enumerator
21 for which in [Which::Pure, Which::Protoc] { in main()
27 Which::Pure => { in main()
38 Which::Pure => out_pure, in main()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/text/
DCue.java42 import org.checkerframework.dataflow.qual.Pure;
626 @Pure
647 @Pure
670 @Pure
707 @Pure
717 @Pure
738 @Pure
761 @Pure
781 @Pure
804 @Pure
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/text/
DCue.java42 import org.checkerframework.dataflow.qual.Pure;
634 @Pure
655 @Pure
678 @Pure
715 @Pure
725 @Pure
745 @Pure
767 @Pure
787 @Pure
809 @Pure
[all …]
/external/rust/crates/protobuf-codegen/src/codegen/
Dmod.rs19 Pure, enumerator
25 WhichParser::Pure in default()
74 self.which_parser = Some(WhichParser::Pure); in pure()
238 Some(WhichParser::Pure) => { in run()
/external/rust/crates/protobuf-parse/src/
Dwhich_parser.rs5 Pure, enumerator
12 WhichParser::Pure in default()
Dparser.rs34 self.which_parser = WhichParser::Pure; in pure()
103 WhichParser::Pure => { in parse_and_typecheck()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/video/
DColorInfo.java28 import org.checkerframework.dataflow.qual.Pure;
38 @Pure
61 @Pure
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/video/
DColorInfo.java31 import org.checkerframework.dataflow.qual.Pure;
41 @Pure
63 @Pure
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dtext_to_binary.function_test.cpp53 CASE(Pure, "Pure"),
65 spv::FunctionControlMask::Pure | in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.function_test.cpp53 CASE(Pure, "Pure"),
65 spv::FunctionControlMask::Pure | in TEST_F()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DExtractorUtil.java23 import org.checkerframework.dataflow.qual.Pure;
32 @Pure
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DExtractorUtil.java23 import org.checkerframework.dataflow.qual.Pure;
32 @Pure
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_set_function_control.cpp45 spv::FunctionControlMask::Pure | spv::FunctionControlMask::Const); in IsApplicable()
64 {spv::FunctionControlMask::Pure, spv::FunctionControlMask::Const}) { in IsApplicable()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_set_function_control.cpp45 spv::FunctionControlMask::Pure | spv::FunctionControlMask::Const); in IsApplicable()
64 {spv::FunctionControlMask::Pure, spv::FunctionControlMask::Const}) { in IsApplicable()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_set_function_control_test.cpp132 4, uint32_t(spv::FunctionControlMask::Pure)) in TEST()
158 17, uint32_t(spv::FunctionControlMask::Pure)); in TEST()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dtransformation_set_function_control_test.cpp132 4, uint32_t(spv::FunctionControlMask::Pure)) in TEST()
158 17, uint32_t(spv::FunctionControlMask::Pure)); in TEST()
/external/protobuf/benchmarks/
DREADME.md109 #### Pure Python:
135 #### Pure PHP
169 #### Pure Python:
197 #### Pure PHP
/external/cronet/third_party/protobuf/benchmarks/
DREADME.md121 #### Pure Python:
147 #### Pure PHP
181 #### Pure Python:
209 #### Pure PHP
/external/rust/crates/pkcs8/
DMETADATA2 description: "Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8: Private-Key …
/external/exoplayer/annotation-stubs/src/org/checkerframework/dataflow/qual/
DPure.java44 public @interface Pure { annotation
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DVideoTranscodingSamplePipeline.java30 import org.checkerframework.dataflow.qual.Pure;
218 @Pure

1234567