Home
last modified time | relevance | path

Searched refs:_input (Results 1 - 20 of 20) sorted by relevance

/third_party/python/Lib/email/
H A Dfeedparser.py164 self._input = BufferedSubFile()
177 self._input.push(data)
188 self._input.close()
226 for line in self._input:
237 self._input.unreadline(line)
249 line = self._input.readline()
265 self._input.push_eof_matcher(NLCRE.match)
275 self._input.pop_eof_matcher()
281 line = self._input.readline()
287 line = self._input
[all...]
/third_party/node/test/node-api/test_async/
H A Dtest_async.c11 int32_t _input; member
26 c->_output = c->_input * 2; in Execute()
84 napi_get_value_int32(env, argv[0], &the_carrier._input)); in Test()
/third_party/rust/crates/syn/fuzz/fuzz_targets/
H A Dcreate_token_buffer.rs8 fn immediate_fail(_input: ParseStream) -> syn::Result<()> { in immediate_fail()
/third_party/rust/crates/nom/examples/
H A Dcustom_error.rs24 pub fn parse(_input: &str) -> IResult<&str, &str, CustomError<&str>> { in parse()
/third_party/rust/crates/syn/benches/
H A Dfile.rs47 fn immediate_fail(_input: ParseStream) -> syn::Result<()> { in create_token_buffer()
/third_party/rust/crates/clap/clap_derive/src/
H A Ddummies.rs85 fn from_str(_input: &str, _ignore_case: bool) -> ::std::result::Result<Self, String> { in value_enum()
/third_party/rust/crates/proc-macro-error/test-crate/
H A Dlib.rs148 pub fn option_ext(_input: proc_macro::TokenStream) -> proc_macro::TokenStream { in option_ext()
218 pub fn unrelated_panic(_input: proc_macro::TokenStream) -> proc_macro::TokenStream { in unrelated_panic()
/third_party/python/Lib/
H A Dsubprocess.py830 self._input = None
2087 if self._input:
2088 input_view = memoryview(self._input)
2124 if self._input_offset >= len(self._input):
2161 if self.stdin and self._input is None:
2163 self._input = input
2165 self._input = self._input.encode(self.stdin.encoding,
H A Dpydoc.py1980 self._input = input
1985 return self._input or sys.stdin
/third_party/ffmpeg/libavcodec/
H A Dh264idct_template.c251 void FUNCC(ff_h264_luma_dc_dequant_idct)(int16_t *_output, int16_t *_input, int qmul){ in ff_h264_luma_dc_dequant_idct() argument
256 dctcoef *input = (dctcoef*)_input; in ff_h264_luma_dc_dequant_idct()
/third_party/rust/crates/nom/src/multi/
H A Dmod.rs788 let _input = input.clone(); in fold_many1()
790 match f.parse(_input) { in fold_many1()
/third_party/rust/crates/nom/src/
H A Derror.rs43 fn add_context(_input: I, _ctx: &'static str, other: Self) -> Self { in add_context()
130 fn from_external_error(_input: I, _kind: ErrorKind, _e: E) -> Self {} in from_external_error()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.cpp917 ShaderKey(GLenum _stage, const std::string& _input, const std::string& _output)
918 : stage(_stage), input(_input), output(_output)
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 213 milliseconds