Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 4765) sorted by relevance

12345678910>>...191

/external/bcc/src/lua/bpf/spec/
Dcodegen_spec.lua56 input = function () function
67 input = function () function
78 input = function () function
89 input = function () function
100 input = function () function
111 input = function () function
122 input = function () function
134 input = function () function
145 input = function () function
161 input = function () function
[all …]
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.c35 vk_AccelerationStructureBuildTypeKHR_to_str(VkAccelerationStructureBuildTypeKHR input) in vk_AccelerationStructureBuildTypeKHR_to_str()
55 …erationStructureMemoryRequirementsTypeKHR_to_str(VkAccelerationStructureMemoryRequirementsTypeKHR … in vk_AccelerationStructureMemoryRequirementsTypeKHR_to_str()
75 vk_AccelerationStructureTypeKHR_to_str(VkAccelerationStructureTypeKHR input) in vk_AccelerationStructureTypeKHR_to_str()
92 vk_AttachmentLoadOp_to_str(VkAttachmentLoadOp input) in vk_AttachmentLoadOp_to_str()
110 vk_AttachmentStoreOp_to_str(VkAttachmentStoreOp input) in vk_AttachmentStoreOp_to_str()
128 vk_BlendFactor_to_str(VkBlendFactor input) in vk_BlendFactor_to_str()
178 vk_BlendOp_to_str(VkBlendOp input) in vk_BlendOp_to_str()
292 vk_BlendOverlapEXT_to_str(VkBlendOverlapEXT input) in vk_BlendOverlapEXT_to_str()
310 vk_BorderColor_to_str(VkBorderColor input) in vk_BorderColor_to_str()
338 vk_ChromaLocation_to_str(VkChromaLocation input) in vk_ChromaLocation_to_str()
[all …]
/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/
DDefaultExtractorInputTest.java46 DefaultExtractorInput input = in initialPosition() local
53 DefaultExtractorInput input = createDefaultExtractorInput(); in readMultipleTimes() local
69 DefaultExtractorInput input = createDefaultExtractorInput(); in readAlreadyPeeked() local
83 DefaultExtractorInput input = createDefaultExtractorInput(); in readPartiallyPeeked() local
97 DefaultExtractorInput input = createDefaultExtractorInput(); in readEndOfInputBeforeFirstByteRead() local
109 DefaultExtractorInput input = createDefaultExtractorInput(); in readEndOfInputAfterFirstByteRead() local
121 DefaultExtractorInput input = createDefaultExtractorInput(); in readZeroLength() local
131 DefaultExtractorInput input = createDefaultExtractorInput(); in readFullyOnce() local
152 DefaultExtractorInput input = createDefaultExtractorInput(); in readFullyTwice() local
166 DefaultExtractorInput input = createDefaultExtractorInput(); in readFullyTooMuch() local
[all …]
DFlacMetadataReaderTest.java48 ExtractorInput input = buildExtractorInput("flac/bear_with_id3.flac"); in peekId3Metadata_updatesPeekPosition() local
58 ExtractorInput input = buildExtractorInput("flac/bear_with_id3.flac"); in peekId3Metadata_parseData_returnsNonEmptyMetadata() local
68 ExtractorInput input = buildExtractorInput("flac/bear_with_id3.flac"); in peekId3Metadata_doNotParseData_returnsNull() local
78 ExtractorInput input = buildExtractorInput(fileWithoutId3Metadata); in peekId3Metadata_noId3Metadata_returnsNull() local
87 ExtractorInput input = buildExtractorInput("flac/bear.flac"); in checkAndPeekStreamMarker_updatesPeekPosition() local
97 ExtractorInput input = buildExtractorInput("flac/bear.flac"); in checkAndPeekStreamMarker_validData_isTrue() local
106 ExtractorInput input = buildExtractorInput("mp3/bear-vbr-xing-header.mp3"); in checkAndPeekStreamMarker_invalidData_isFalse() local
115 ExtractorInput input = buildExtractorInput("flac/bear_with_id3.flac"); in readId3Metadata_updatesReadPositionAndAlignsPeekPosition() local
128 ExtractorInput input = buildExtractorInput("flac/bear_with_id3.flac"); in readId3Metadata_parseData_returnsNonEmptyMetadata() local
138 ExtractorInput input = buildExtractorInput("flac/bear_with_id3.flac"); in readId3Metadata_doNotParseData_returnsNull() local
[all …]
DFlacFrameReaderTest.java45 ExtractorInput input = in checkAndReadFrameHeader_validData_updatesPosition() local
65 ExtractorInput input = in checkAndReadFrameHeader_validData_isTrue() local
86 ExtractorInput input = in checkAndReadFrameHeader_validData_writesSampleNumber() local
106 ExtractorInput input = in checkAndReadFrameHeader_invalidData_isFalse() local
128 ExtractorInput input = buildExtractorInputReadingFromFirstFrame(file, streamMetadataHolder); in checkFrameHeaderFromPeek_validData_doesNotUpdatePositions() local
146 ExtractorInput input = in checkFrameHeaderFromPeek_validData_isTrue() local
165 ExtractorInput input = in checkFrameHeaderFromPeek_validData_writesSampleNumber() local
183 ExtractorInput input = in checkFrameHeaderFromPeek_invalidData_isFalse() local
203 ExtractorInput input = buildExtractorInputReadingFromFirstFrame(file, streamMetadataHolder); in checkFrameHeaderFromPeek_invalidData_doesNotUpdatePositions() local
225 ExtractorInput input = in getFirstSampleNumber_doesNotUpdateReadPositionAndAlignsPeekPosition() local
[all …]
/external/rust/crates/syn/1.0.7/tests/
Dtest_derive_input.rs11 let input = quote! { in test_unit() localVariable
30 let input = quote! { in test_struct() localVariable
143 let input = quote! { in test_union() localVariable
197 let input = quote! { in test_enum() localVariable
359 let input = quote! { in test_attr_with_path() localVariable
401 let input = quote! { in test_attr_with_non_mod_style_path() localVariable
437 let input = quote! { in test_attr_with_mod_style_path_with_self() localVariable
491 let input = quote! { in test_pub_restricted() localVariable
550 let input = quote! { in test_vis_crate() localVariable
569 let input = quote! { in test_pub_restricted_crate() localVariable
[all …]
Dtest_meta.rs10 let input = "hello"; in test_parse_meta_item_word() localVariable
26 let input = "foo = 5"; in test_parse_meta_name_value() localVariable
62 let input = "static = 5"; in test_parse_meta_name_value_with_keyword() localVariable
98 let input = "true = 5"; in test_parse_meta_name_value_with_bool() localVariable
134 let input = "foo(5)"; in test_parse_meta_item_list_lit() localVariable
174 let input = "foo(word, name = 5, list(name2 = 6), word2)"; in test_parse_meta_item_multiple() localVariable
312 let input = "5"; in test_parse_nested_meta() localVariable
315 let input = "list(name2 = 6)"; in test_parse_nested_meta() localVariable
/external/rust/crates/syn/0.15.42/tests/
Dtest_derive_input.rs14 let input = quote! { in test_unit() localVariable
33 let input = quote! { in test_struct() localVariable
125 let input = quote! { in test_union() localVariable
179 let input = quote! { in test_enum() localVariable
327 let input = quote! { in test_attr_with_path() localVariable
369 let input = quote! { in test_attr_with_non_mod_style_path() localVariable
405 let input = quote! { in test_attr_with_mod_style_path_with_self() localVariable
446 let input = quote! { in test_pub_restricted() localVariable
505 let input = quote! { in test_vis_crate() localVariable
524 let input = quote! { in test_pub_restricted_crate() localVariable
[all …]
Dtest_meta.rs12 let input = "hello"; in test_parse_meta_item_word() localVariable
19 let input = "foo = 5"; in test_parse_meta_name_value() localVariable
41 let input = "static = 5"; in test_parse_meta_name_value_with_keyword() localVariable
63 let input = "true = 5"; in test_parse_meta_name_value_with_bool() localVariable
85 let input = "foo(5)"; in test_parse_meta_item_list_lit() localVariable
111 let input = "foo(word, name = 5, list(name2 = 6), word2)"; in test_parse_meta_item_multiple() localVariable
165 let input = "5"; in test_parse_nested_meta() localVariable
168 let input = "list(name2 = 6)"; in test_parse_nested_meta() localVariable
/external/antlr/runtime/C/src/
Dantlr3inputstream.c125 antlr38BitSetupStream (pANTLR3_INPUT_STREAM input) in antlr38BitSetupStream()
136 antlr3GenericSetupStream (pANTLR3_INPUT_STREAM input) in antlr3GenericSetupStream()
203 antlr3InputClose(pANTLR3_INPUT_STREAM input) in antlr3InputClose()
239 antlr38BitSetUcaseLA (pANTLR3_INPUT_STREAM input, ANTLR3_BOOLEAN flag) in antlr38BitSetUcaseLA()
261 antlr3InputReset(pANTLR3_INPUT_STREAM input) in antlr3InputReset()
288 antlr38BitReuse(pANTLR3_INPUT_STREAM input, pANTLR3_UINT8 inString, ANTLR3_UINT32 size, pANTLR3_UIN… in antlr38BitReuse()
317 pANTLR3_INPUT_STREAM input; in antlr38BitConsume() local
352 pANTLR3_INPUT_STREAM input; in antlr38BitLA() local
379 pANTLR3_INPUT_STREAM input; in antlr38BitLA_ucase() local
402 antlr38BitLT(pANTLR3_INPUT_STREAM input, ANTLR3_INT32 lt) in antlr38BitLT()
[all …]
/external/turbine/java/com/google/turbine/tree/
DPretty.java84 public Void visitIdent(Ident ident, Void input) { in visitIdent()
90 public Void visitWildTy(Tree.WildTy wildTy, Void input) { in visitWildTy()
105 public Void visitArrTy(Tree.ArrTy arrTy, Void input) { in visitArrTy()
116 public Void visitPrimTy(Tree.PrimTy primTy, Void input) { in visitPrimTy()
122 public Void visitVoidTy(Tree.VoidTy primTy, Void input) { in visitVoidTy()
128 public Void visitClassTy(Tree.ClassTy classTy, Void input) { in visitClassTy()
151 public Void visitLiteral(Tree.Literal literal, Void input) { in visitLiteral()
157 public Void visitTypeCast(Tree.TypeCast typeCast, Void input) { in visitTypeCast()
166 public Void visitUnary(Tree.Unary unary, Void input) { in visitUnary()
189 public Void visitBinary(Tree.Binary binary, Void input) { in visitBinary()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.cc201 int32_t CalculateOutputSizeBeforeStrides(int32_t input, int32_t kernel, in CalculateOutputSizeBeforeStrides()
208 int32_t CalculateOutputWithoutStrides(const BHWC& input, in CalculateOutputWithoutStrides()
217 int32_t CalculateOutputWithoutStrides(const BHWDC& input, in CalculateOutputWithoutStrides()
226 int32_t CalculateOutputWithoutStrides(const BHWC& input, in CalculateOutputWithoutStrides()
235 int32_t CalculateOutputWithoutStrides(const BHWDC& input, in CalculateOutputWithoutStrides()
244 int32_t CalculateOutput(const BHWC& input, in CalculateOutput()
252 int32_t CalculateOutput(const BHWDC& input, in CalculateOutput()
264 int32_t CalculateOutput(const BHWC& input, const AttrT& attr) { in CalculateOutput()
270 int32_t CalculateOutput(const BHWDC& input, const AttrT& attr) { in CalculateOutput()
275 int32_t CalculateSamePadding(int32_t input, int32_t kernel, int32_t dilation, in CalculateSamePadding()
[all …]
/external/gemmlowp/meta/
Dtransform_kernels_arm_64.h28 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
101 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
196 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
291 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
388 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
483 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
587 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
691 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
797 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
899 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
[all …]
Dtransform_kernels_arm_32.h28 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
103 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
200 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
297 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
396 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
493 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
599 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
704 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
811 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
915 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform()
[all …]
/external/turbine/javatests/com/google/turbine/parse/
DParseErrorTest.java63 String input = "public static void main(String[] args) {}"; in unexpectedTopLevel() local
80 String input = "public clas Test {}"; in unexpectedIdentifier() local
97 String input = "public class Test {\n\n"; in missingTrailingCloseBrace() local
114 String input = "@A(x = System.err.println()) class Test {}\n"; in annotationArgument() local
131 String input = "enum E { ONE("; in dropParens() local
148 String input = "class T { Object f = new Object() {"; in dropBlocks() local
165 String input = "class T { String s = \"hello\nworld\"; }"; in unterminatedString() local
182 String input = "class T { char c = ''; }"; in emptyChar() local
199 String input = "class T { char c = '; }"; in unterminatedChar() local
216 String input = "class T { String s = hello + world }"; in unterminatedExpr() local
/external/angle/src/tests/preprocessor_tests/
Ddefine_test.cpp22 const char *input = in TEST_F() local
37 const char *input = in TEST_F() local
70 const char *input = in TEST_F() local
85 const char *input = in TEST_F() local
100 const char *input = in TEST_F() local
115 const char *input = in TEST_F() local
132 const char *input = in TEST_F() local
149 const char *input = in TEST_F() local
166 const char *input = in TEST_F() local
183 const char *input = in TEST_F() local
[all …]
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
DValidationTestUtilTest.java32 String input, boolean isInputValid, ByteBuffer expectedData, int expectedHandlesCount) { in checkInputParser()
52 String input = ""; in testCorrectMessageParsing() local
60 String input = " \t // hello world \n\r \t// the answer is 42 "; in testCorrectMessageParsing() local
67 String input = "[u1]0x10// hello world !! \n\r \t [u2]65535 \n" in testCorrectMessageParsing() local
82 String input = "[s8]-0x800 [s1]-128\t[s2]+0 [s4]-40"; in testCorrectMessageParsing() local
94 String input = "[b]00001011 [b]10000000 // hello world\r [b]00000000"; in testCorrectMessageParsing() local
105 String input = "[f]+.3e9 [d]-10.03"; in testCorrectMessageParsing() local
115 String input = "[dist4]foo 0 [dist8]bar 0 [anchr]foo [anchr]bar"; in testCorrectMessageParsing() local
127 String input = "// This message has handles! \n[handles]50 [u8]2"; in testCorrectMessageParsing() local
/external/webrtc/webrtc/libjingle/xmpp/
Dxmpplogintask_unittest.cc79 std::string input; in RunPartialLogin() local
250 std::string input = "<?xml version='1.0' encoding='UTF-8'?>" in TEST_F() local
263 std::string input = "<?xml version='1.0' encoding='ISO-8859-1'?>" in TEST_F() local
276 std::string input = "<iq type='get' id='1'/>"; in TEST_F() local
287 std::string input = "<stream:features>" in TEST_F() local
303 std::string input = "<stream:features>" in TEST_F() local
325 std::string input = "<stream:features>" in TEST_F() local
346 std::string input = "<stream:features>" in TEST_F() local
368 std::string input = "<stream:features>" in TEST_F() local
389 std::string input = "<stream:features>" in TEST_F() local
[all …]
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/deflate64/
DDeflate64CompressorInputStreamTest.java45 Deflate64CompressorInputStream input = new Deflate64CompressorInputStream(nullDecoder); in readWhenClosed() local
53 Deflate64CompressorInputStream input = new Deflate64CompressorInputStream(nullDecoder); in properSizeWhenClosed() local
61 Deflate64CompressorInputStream input = new Deflate64CompressorInputStream(decoder); in delegatesAvailable() local
68 Deflate64CompressorInputStream input = new Deflate64CompressorInputStream(decoder); in closeCallsDecoder() local
77 Deflate64CompressorInputStream input = new Deflate64CompressorInputStream(decoder); in closeIsDelegatedJustOnce() local
92 …try (Deflate64CompressorInputStream input = new Deflate64CompressorInputStream(new ByteArrayInputS… in uncompressedBlock()
106 try (InputStream input = new CompressorStreamFactory() in uncompressedBlockViaFactory()
121 …try (Deflate64CompressorInputStream input = new Deflate64CompressorInputStream(new ByteArrayInputS… in uncompressedBlockAvailable()
135 …try (Deflate64CompressorInputStream input = new Deflate64CompressorInputStream(new ByteArrayInputS… in streamIgnoresExtraBytesAfterDeflatedInput()
150 …try (Deflate64CompressorInputStream input = new Deflate64CompressorInputStream(new ByteArrayInputS… in throwsEOFExceptionOnTruncatedStreams()
/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ogg/
DOggPacketTest.java47 FakeExtractorInput input = in readPacketsWithEmptyPage() local
94 FakeExtractorInput input = in readPacketWithZeroSizeTerminator() local
108 FakeExtractorInput input = in readContinuedPacketOverTwoPages() local
125 FakeExtractorInput input = in readContinuedPacketOverFourPages() local
142 FakeExtractorInput input = in readDiscardContinuedPacketAtStart() local
157 FakeExtractorInput input = in readZeroSizedPacketsAtEndOfStream() local
172 FakeExtractorInput input = new FakeExtractorInput.Builder().setData(data).build(); in parseRealFile() local
200 private boolean readPacket(FakeExtractorInput input) throws IOException { in readPacket()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dvalidation_util.cc114 bool IsHandleOrInterfaceValid(const AssociatedInterface_Data& input) { in IsHandleOrInterfaceValid()
118 bool IsHandleOrInterfaceValid(const AssociatedEndpointHandle_Data& input) { in IsHandleOrInterfaceValid()
122 bool IsHandleOrInterfaceValid(const Interface_Data& input) { in IsHandleOrInterfaceValid()
126 bool IsHandleOrInterfaceValid(const Handle_Data& input) { in IsHandleOrInterfaceValid()
131 const AssociatedInterface_Data& input, in ValidateHandleOrInterfaceNonNullable()
144 const AssociatedEndpointHandle_Data& input, in ValidateHandleOrInterfaceNonNullable()
157 const Interface_Data& input, in ValidateHandleOrInterfaceNonNullable()
170 const Handle_Data& input, in ValidateHandleOrInterfaceNonNullable()
182 bool ValidateHandleOrInterface(const AssociatedInterface_Data& input, in ValidateHandleOrInterface()
192 bool ValidateHandleOrInterface(const AssociatedEndpointHandle_Data& input, in ValidateHandleOrInterface()
[all …]
/external/guava/android/guava/src/com/google/common/hash/
DAbstractHashFunction.java37 public HashCode hashUnencodedChars(CharSequence input) { in hashUnencodedChars()
43 public HashCode hashString(CharSequence input, Charset charset) { in hashString()
48 public HashCode hashInt(int input) { in hashInt()
53 public HashCode hashLong(long input) { in hashLong()
58 public HashCode hashBytes(byte[] input) { in hashBytes()
63 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes()
69 public HashCode hashBytes(ByteBuffer input) { in hashBytes()
/external/guava/guava/src/com/google/common/hash/
DAbstractHashFunction.java37 public HashCode hashUnencodedChars(CharSequence input) { in hashUnencodedChars()
43 public HashCode hashString(CharSequence input, Charset charset) { in hashString()
48 public HashCode hashInt(int input) { in hashInt()
53 public HashCode hashLong(long input) { in hashLong()
58 public HashCode hashBytes(byte[] input) { in hashBytes()
63 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes()
69 public HashCode hashBytes(ByteBuffer input) { in hashBytes()
DHashFunction.java149 HashCode hashInt(int input); in hashInt()
156 HashCode hashLong(long input); in hashLong()
162 HashCode hashBytes(byte[] input); in hashBytes()
171 HashCode hashBytes(byte[] input, int off, int len); in hashBytes()
179 HashCode hashBytes(ByteBuffer input); in hashBytes()
194 HashCode hashUnencodedChars(CharSequence input); in hashUnencodedChars()
206 HashCode hashString(CharSequence input, Charset charset); in hashString()
/external/clang/test/Analysis/
Dpr22954.c26 char input[] = {'a', 'b', 'c', 'd'}; in f0() local
40 char input[] = {'a', 'b', 'c', 'd'}; in f1() local
54 char input[] = {'a', 'b', 'c', 'd'}; in f2() local
68 char input[] = {'a', 'b', 'c', 'd'}; in f3() local
93 char input[] = {'a', 'b', 'c', 'd'}; in f4() local
114 char input[] = {'a', 'b', 'c', 'd'}; in f5() local
122 char input[] = {'a', 'b', 'c', 'd'}; in f6() local
130 char input[] = {'a', 'b', 'c', 'd'}; in f7() local
138 char input[] = {'a', 'b', 'c', 'd'}; in f8() local
148 char input[] = {'a', 'b', 'c', 'd'}; in f9() local
[all …]

12345678910>>...191