Home
last modified time | relevance | path

Searched refs:setInput (Results 1 – 25 of 73) sorted by relevance

123

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/sevenz/
DSevenZNativeHeapTest.java78 public void setInput(byte[] b, int off, int len) { in setInput() method in SevenZNativeHeapTest.DelegatingInflater
79 inflater.setInput(b, off, len); in setInput()
83 public void setInput(byte[] b) { in setInput() method in SevenZNativeHeapTest.DelegatingInflater
84 inflater.setInput(b); in setInput()
176 public void setInput(byte[] b, int off, int len) { in setInput() method in SevenZNativeHeapTest.DelegatingDeflater
177 deflater.setInput(b, off, len); in setInput()
181 public void setInput(byte[] b) { in setInput() method in SevenZNativeHeapTest.DelegatingDeflater
182 deflater.setInput(b); in setInput()
/external/llvm-project/clang/unittests/Tooling/
DRefactoringTest.cpp1321 void setInput(llvm::StringRef Input) { in setInput() function in clang::tooling::ApplyAtomicChangesTest
1361 setInput("int a;"); in TEST_F()
1368 setInput("int a;\n" in TEST_F()
1380 setInput("int a;\n" in TEST_F()
1396 setInput("int a;"); in TEST_F()
1403 setInput("int a;"); in TEST_F()
1410 setInput("int a;"); in TEST_F()
1418 setInput("int a;\n" in TEST_F()
1433 setInput("int a;\n" in TEST_F()
1445 setInput("int a;\n" in TEST_F()
[all …]
/external/antlr/runtime/ObjC/Framework/
DTreeParser.h37 @property (retain, getter=input, setter=setInput:) id<TreeNodeStream> input;
48 - (void) setInput:(id<TreeNodeStream>)anInput;
DLexer.h44 @property (retain, getter=input, setter=setInput:) id<CharStream> input;
64 - (void) setInput:(id<CharStream>)aCharStream;
DParser.m45 [self setInput:theStream];
53 [self setInput:theStream];
83 - (void) setInput: (id<TokenStream>) anInput
DParser.h43 - (void) setInput: (id<TokenStream>) anInput;
DDebugTokenStream.h48 - (void) setInput:(id<TokenStream>)aTokenStream;
DDebugTreeNodeStream.h45 - (void) setInput: (id<TreeNodeStream>) aTreeNodeStream;
DDebugTreeNodeStream.m38 [self setInput:theStream];
86 - (void) setInput:(id<TreeNodeStream>) aTreeNodeStream
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DStreamCompressor.java237 def.setInput(b, offset, length); in writeDeflated()
242 def.setInput(b, offset + i * DEFLATER_BLOCK_SIZE, in writeDeflated()
248 def.setInput(b, offset + done, length - done); in writeDeflated()
/external/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifestParserTest.java273 xpp.setInput( in parseSegmentTimeline_repeatCount()
296 xpp.setInput( in parseSegmentTimeline_singleUndefinedRepeatCount()
319 xpp.setInput( in parseSegmentTimeline_timeOffsetsAndUndefinedRepeatCount()
348 xpp.setInput(new StringReader("<Label>test label</Label>" + NEXT_TAG)); in parseLabel()
360 xpp.setInput(new StringReader("<Label/>" + NEXT_TAG)); in parseLabel_noText()
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/
DAbstractInputEditor.java42 public void setInput(ITestCaseInput input) { in setInput() method in AbstractInputEditor
/external/vogar/src/vogar/
DXmlReportReader.java51 parser.setInput(stream, "UTF-8"); in readSuiteReport()
52 parser.setInput(new FileReader(xmlReport)); in readSuiteReport()
/external/jline/src/src/main/java/jline/
DWindowsTerminal.java364 replayStream.setInput(indicator, in); in readVirtualKey()
468 public void setInput(int recorded, InputStream wrapped) throws IOException { in setInput() method in WindowsTerminal.ReplayPrefixOneCharInputStream
DUnixTerminal.java164 replayStream.setInput(c, in); in readVirtualKey()
382 public void setInput(int recorded, InputStream wrapped) throws IOException { in setInput() method in UnixTerminal.ReplayPrefixOneCharInputStream
/external/swiftshader/src/Shader/
DPixelShader.hpp39 void setInput(int inputIdx, int nbComponents, const Semantic& semantic);
DVertexShader.hpp43 void setInput(int inputIdx, const Semantic& semantic, AttribType attribType = ATTRIBTYPE_FLOAT);
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/
DPpContext.cpp110 void TPpContext::setInput(TInputScanner& input, bool versionWillBeError) in setInput() function in glslang::TPpContext
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.cpp110 void TPpContext::setInput(TInputScanner& input, bool versionWillBeError) in setInput() function in glslang::TPpContext
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/model/
DTestCase.java62 public void setInput(ITestCaseInput in) { in setInput() method in TestCase
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DIncludedDependenciesTest.java23 …xmlPullParser.setInput(new StringReader("<?xml version=\"1.0\" encoding=\"UTF-8\"?><test name=\"va… in xppShouldWork()
/external/tensorflow/tensorflow/lite/kernels/
Dquant_basic_lstm_test.cc133 void setInput(const std::vector<uint8_t>& input) { in setInput() function in tflite::__anond96182980111::QuantizedLSTMOpModel
182 lstm->setInput(inputStep); in VerifyGoldens()
/external/caliper/examples/src/main/java/examples/
DCompressionSizeBenchmark.java71 compressor.setInput(bytes); in compress()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DGzipInflatingBuffer.java405 inflater.setInput(inflaterInput, inflaterInputStart, bytesRemainingInInflaterInput); in initializeInflater()
451 inflater.setInput(inflaterInput, inflaterInputStart, bytesToAdd); in fill()
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/util/regex/
DMatcherNative.java176 public void setInput(String input, int start, int end) { in setInput() method in MatcherNative

123