Home
last modified time | relevance | path

Searched refs:input (Results 1 - 25 of 3542) sorted by relevance

12345678910>>...142

/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Ddefine_test.cpp22 const char *input = in TEST_F() local
32 preprocess(input, expected); in TEST_F()
37 const char *input = in TEST_F() local
65 preprocess(input, expected); in TEST_F()
70 const char *input = in TEST_F() local
80 preprocess(input, expected); in TEST_F()
85 const char *input = in TEST_F() local
95 preprocess(input, expected); in TEST_F()
100 const char *input = in TEST_F() local
110 preprocess(input, expecte in TEST_F()
115 const char *input = TEST_F() local
132 const char *input = TEST_F() local
149 const char *input = TEST_F() local
166 const char *input = TEST_F() local
183 const char *input = TEST_F() local
195 const char *input = TEST_F() local
207 const char *input = TEST_F() local
221 const char *input = TEST_F() local
235 const char *input = TEST_F() local
255 const char *input = TEST_F() local
269 const char *input = TEST_F() local
283 const char *input = TEST_F() local
303 const char *input = TEST_F() local
317 const char *input = TEST_F() local
333 const char *input = TEST_F() local
345 const char *input = TEST_F() local
357 const char *input = TEST_F() local
369 const char *input = TEST_F() local
381 const char *input = TEST_F() local
393 const char *input = TEST_F() local
405 const char *input = TEST_F() local
425 const char *input = TEST_F() local
439 const char *input = TEST_F() local
451 const char *input = TEST_F() local
463 const char *input = TEST_F() local
477 const char *input = TEST_F() local
489 const char *input = TEST_F() local
501 const char *input = TEST_F() local
519 const char *input = TEST_F() local
533 const char *input = TEST_F() local
547 const char *input = TEST_F() local
561 const char *input = TEST_F() local
577 const char *input = TEST_F() local
591 const char *input = TEST_F() local
607 const char *input = TEST_F() local
625 const char *input = TEST_F() local
639 const char *input = TEST_F() local
655 const char *input = TEST_F() local
667 const char *input = TEST_F() local
679 const char *input = TEST_F() local
691 const char *input = TEST_F() local
703 const char *input = TEST_F() local
717 const char *input = TEST_F() local
729 const char *input = TEST_F() local
743 const char *input = TEST_F() local
757 const char *input = TEST_F() local
769 const char *input = TEST_F() local
784 const char *input = TEST_F() local
807 const char *input = TEST_F() local
823 const char *input = TEST_F() local
856 const char *input = TEST_F() local
877 const char *input = TEST_F() local
919 const char *input = "GL_ES\\n"; TEST_F() local
927 const char *input = "__VERSION__\\n"; TEST_F() local
978 const char *input = TEST_F() local
996 const char *input = TEST_F() local
1008 const char *input = TEST_F() local
1027 const char *input = TEST_F() local
1043 const char *input = TEST_F() local
1060 const char *input = TEST_F() local
1077 const char *input = TEST_F() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedInputStreamReader.java53 private final CodedInputStream input; field in CodedInputStreamReader
58 public static CodedInputStreamReader forCodedInput(CodedInputStream input) { in forCodedInput() argument
59 if (input.wrapper != null) { in forCodedInput()
60 return input.wrapper; in forCodedInput()
62 return new CodedInputStreamReader(input); in forCodedInput()
65 private CodedInputStreamReader(CodedInputStream input) { in CodedInputStreamReader() argument
66 this.input = Internal.checkNotNull(input, "input"); in CodedInputStreamReader()
67 this.input in CodedInputStreamReader()
[all...]
/base/inputmethod/imf/common/src/
H A Ditypes_util.cpp33 bool ITypesUtil::Marshalling(bool input, MessageParcel &data) in Marshalling() argument
35 return data.WriteBool(input); in Marshalling()
43 bool ITypesUtil::Marshalling(uint32_t input, MessageParcel &data) in Marshalling() argument
45 return data.WriteUint32(input); in Marshalling()
53 bool ITypesUtil::Marshalling(int32_t input, MessageParcel &data) in Marshalling() argument
55 return data.WriteInt32(input); in Marshalling()
63 bool ITypesUtil::Marshalling(uint64_t input, MessageParcel &data) in Marshalling() argument
65 return data.WriteUint64(input); in Marshalling()
73 bool ITypesUtil::Marshalling(double input, MessageParcel &data) in Marshalling() argument
75 return data.WriteDouble(input); in Marshalling()
83 Marshalling(const std::string &input, MessageParcel &data) Marshalling() argument
93 Marshalling(const std::u16string &input, MessageParcel &data) Marshalling() argument
103 Marshalling(const std::vector<uint8_t> &input, MessageParcel &data) Marshalling() argument
113 Marshalling(const sptr<IRemoteObject> &input, MessageParcel &data) Marshalling() argument
124 Marshalling(const Property &input, MessageParcel &data) Marshalling() argument
142 Marshalling(const SubProperty &input, MessageParcel &data) Marshalling() argument
162 Marshalling(const InputAttribute &input, MessageParcel &data) Marshalling() argument
180 Marshalling(const TextTotalConfig &input, MessageParcel &data) Marshalling() argument
249 Marshalling(const InputClientInfo &input, MessageParcel &data) Marshalling() argument
269 Marshalling(const ImeWindowInfo &input, MessageParcel &data) Marshalling() argument
295 Marshalling(const PanelStatusInfo &input, MessageParcel &data) Marshalling() argument
315 Marshalling(const SysPanelStatus &input, MessageParcel &data) Marshalling() argument
334 Marshalling(const OHOS::AppExecFwk::ElementName &input, MessageParcel &data) Marshalling() argument
355 Marshalling(InputType input, MessageParcel &data) Marshalling() argument
370 Marshalling(const PanelInfo &input, MessageParcel &data) Marshalling() argument
388 Marshalling(ClientState input, MessageParcel &data) Marshalling() argument
404 Marshalling(SwitchTrigger input, MessageParcel &data) Marshalling() argument
420 Marshalling(const PrivateDataValue &input, MessageParcel &data) Marshalling() argument
470 Marshalling(const Range &input, MessageParcel &data) Marshalling() argument
[all...]
/third_party/alsa-lib/src/
H A Dinput.c2 * \file input.c
3 * \brief Generic stdio-like input interface
7 * Generic stdio-like input interface
39 int (*close)(snd_input_t *input);
40 int (*scan)(snd_input_t *input, const char *format, va_list args);
41 char *(*(gets))(snd_input_t *input, char *str, size_t size);
42 int (*getch)(snd_input_t *input);
43 int (*ungetch)(snd_input_t *input, int c);
54 * \brief Closes an input handle.
55 * \param input Th
58 snd_input_close(snd_input_t *input) snd_input_close() argument
74 snd_input_scanf(snd_input_t *input, const char *format, ...) snd_input_scanf() argument
94 snd_input_gets(snd_input_t *input, char *str, size_t size) snd_input_gets() argument
104 snd_input_getc(snd_input_t *input) snd_input_getc() argument
115 snd_input_ungetc(snd_input_t *input, int c) snd_input_ungetc() argument
135 snd_input_stdio_scan(snd_input_t *input, const char *format, va_list args) snd_input_stdio_scan() argument
142 snd_input_stdio_gets(snd_input_t *input, char *str, size_t size) snd_input_stdio_gets() argument
148 snd_input_stdio_getc(snd_input_t *input) snd_input_stdio_getc() argument
154 snd_input_stdio_ungetc(snd_input_t *input, int c) snd_input_stdio_ungetc() argument
181 snd_input_t *input; snd_input_stdio_attach() local
231 snd_input_buffer_close(snd_input_t *input) snd_input_buffer_close() argument
239 snd_input_buffer_scan(snd_input_t *input, const char *format, va_list args) snd_input_buffer_scan() argument
248 snd_input_buffer_gets(snd_input_t *input, char *str, size_t size) snd_input_buffer_gets() argument
266 snd_input_buffer_getc(snd_input_t *input) snd_input_buffer_getc() argument
275 snd_input_buffer_ungetc(snd_input_t *input, int c) snd_input_buffer_ungetc() argument
308 snd_input_t *input; snd_input_buffer_open() local
[all...]
/third_party/rust/crates/syn/src/
H A Ditem.rs334 fn from(input: DeriveInput) -> Item { in from()
335 match input.data { in from()
337 attrs: input.attrs, in from()
338 vis: input.vis, in from()
340 ident: input.ident, in from()
341 generics: input.generics, in from()
346 attrs: input.attrs, in from()
347 vis: input.vis, in from()
349 ident: input.ident, in from()
350 generics: input in from()
[all...]
H A Dexpr.rs1040 fn parse(input: ParseStream) -> Result<Self> { in parse()
1042 input, in parse()
1132 pub fn parse_without_eager_brace(input: ParseStream) -> Result<Expr> { in parse_without_eager_brace()
1133 ambiguous_expr(input, AllowStruct(false)) in parse_without_eager_brace()
1170 fn can_begin_expr(input: ParseStream) -> bool { in can_begin_expr()
1171 input.peek(Ident::peek_any) // value name or keyword in can_begin_expr()
1172 || input.peek(token::Paren) // tuple in can_begin_expr()
1173 || input.peek(token::Bracket) // array in can_begin_expr()
1174 || input.peek(token::Brace) // block in can_begin_expr()
1175 || input in can_begin_expr()
[all...]
H A Dop.rs86 fn parse(input: ParseStream) -> Result<Self> { in parse()
87 if input.peek(Token![+=]) { in parse()
88 input.parse().map(BinOp::AddAssign) in parse()
89 } else if input.peek(Token![-=]) { in parse()
90 input.parse().map(BinOp::SubAssign) in parse()
91 } else if input.peek(Token![*=]) { in parse()
92 input.parse().map(BinOp::MulAssign) in parse()
93 } else if input.peek(Token![/=]) { in parse()
94 input.parse().map(BinOp::DivAssign) in parse()
95 } else if input in parse()
[all...]
H A Dstmt.rs110 /// fn parse(input: ParseStream) -> Result<Self> {
111 /// let outer_attrs = input.call(Attribute::parse_outer)?;
112 /// let fn_token: Token![fn] = input.parse()?;
113 /// let name: Ident = input.parse()?;
116 /// let brace_token = braced!(content in input);
135 pub fn parse_within(input: ParseStream) -> Result<Vec<Stmt>> { in parse_within()
138 while let semi @ Some(_) = input.parse()? { in parse_within()
141 if input.is_empty() { in parse_within()
144 let stmt = parse_stmt(input, AllowNoSemi(true))?; in parse_within()
153 if input in parse_within()
[all...]
H A Dpat.rs261 pub fn parse_single(input: ParseStream) -> Result<Self> { in parse_single()
262 let begin = input.fork(); in parse_single()
263 let lookahead = input.lookahead1(); in parse_single()
265 && (input.peek2(Token![::]) in parse_single()
266 || input.peek2(Token![!]) in parse_single()
267 || input.peek2(token::Brace) in parse_single()
268 || input.peek2(token::Paren) in parse_single()
269 || input.peek2(Token![..])) in parse_single()
270 || input.peek(Token![self]) && input in parse_single()
[all...]
H A Dty.rs275 fn parse(input: ParseStream) -> Result<Self> { in parse()
278 ambig_ty(input, allow_plus, allow_group_generic) in parse()
289 pub fn without_plus(input: ParseStream) -> Result<Self> { in without_plus()
292 ambig_ty(input, allow_plus, allow_group_generic) in without_plus()
297 input: ParseStream,
301 let begin = input.fork();
303 if input.peek(token::Group) {
304 let mut group: TypeGroup = input.parse()?;
305 if input.peek(Token![::]) && input
[all...]
/third_party/gn/src/gn/
H A Dfilesystem_utils_unittest.cc28 std::string input; in TEST() local
29 EXPECT_EQ("", FindExtension(&input)); in TEST()
30 input = "foo/bar/baz"; in TEST()
31 EXPECT_EQ("", FindExtension(&input)); in TEST()
32 input = "foo."; in TEST()
33 EXPECT_EQ("", FindExtension(&input)); in TEST()
34 input = "f.o.bar"; in TEST()
35 EXPECT_EQ("bar", FindExtension(&input)); in TEST()
36 input = "foo.bar/"; in TEST()
37 EXPECT_EQ("", FindExtension(&input)); in TEST()
73 std::string input; TEST() local
226 std::string input; TEST() local
[all...]
H A Dparser_unittest.cc14 bool GetTokens(const InputFile* input, std::vector<Token>* result) { in GetTokens() argument
17 *result = Tokenizer::Tokenize(input, &err); in GetTokens()
21 void DoParserPrintTest(const char* input, const char* expected) { in DoParserPrintTest() argument
24 input_file.SetContents(input); in DoParserPrintTest()
39 void DoExpressionPrintTest(const char* input, const char* expected) { in DoExpressionPrintTest() argument
42 input_file.SetContents(input); in DoExpressionPrintTest()
57 void DoParserErrorTest(const char* input, int err_line, int err_char) { in DoParserErrorTest() argument
59 input_file.SetContents(input); in DoParserErrorTest()
75 void DoExpressionErrorTest(const char* input, int err_line, int err_char) { in DoExpressionErrorTest() argument
77 input_file.SetContents(input); in DoExpressionErrorTest()
131 const char* input = "(foo(1)) + (a + (b - c) + d)"; TEST() local
149 const char* input = "5 - 1 - 2\\n"; TEST() local
160 const char* input = TEST() local
303 const char* input = TEST() local
332 const char* input = TEST() local
425 const char* input = "a = b[1]"; TEST() local
450 const char* input = "func(\\"stuff\\") {\\n}"; TEST() local
464 const char* input = "a = b + c && d || e"; TEST() local
480 const char* input = TEST() local
495 const char* input = TEST() local
509 const char* input = TEST() local
537 const char* input = TEST() local
558 const char* input = TEST() local
580 const char* input = TEST() local
605 const char* input = TEST() local
624 const char* input = TEST() local
646 const char* input = TEST() local
712 const char* input = TEST() local
[all...]
/third_party/libinput/src/
H A Dudev-seat.c38 udev_seat_create(struct udev_input *input,
42 udev_seat_get_named(struct udev_input *input, const char *seat_name);
77 struct udev_input *input, in device_added()
89 if (!streq(device_seat, input->seat_id)) in device_added()
104 seat = udev_seat_get_named(input, seat_name); in device_added()
116 seat = udev_seat_create(input, device_seat, seat_name); in device_added()
125 log_info(&input->base, in device_added()
126 "%-7s - not using input device '%s'\n", in device_added()
133 log_info(&input->base, in device_added()
134 "%-7s - failed to create input devic in device_added()
76 device_added(struct udev_device *udev_device, struct udev_input *input, const char *seat_name) device_added() argument
149 device_removed(struct udev_device *udev_device, struct udev_input *input) device_removed() argument
169 udev_input_add_devices(struct udev_input *input, struct udev *udev) udev_input_add_devices() argument
218 struct udev_input *input = data; evdev_udev_handler() local
243 udev_input_remove_devices(struct udev_input *input) udev_input_remove_devices() argument
261 struct udev_input *input = (struct udev_input*)libinput; udev_input_disable() local
277 struct udev_input *input = (struct udev_input*)libinput; udev_input_enable() local
324 udev_input_destroy(struct libinput *input) udev_input_destroy() argument
343 udev_seat_create(struct udev_input *input, const char *device_seat, const char *seat_name) udev_seat_create() argument
359 udev_seat_get_named(struct udev_input *input, const char *seat_name) udev_seat_get_named() argument
376 struct udev_input *input = (struct udev_input *)libinput; udev_device_change_seat() local
401 struct udev_input *input; libinput_udev_create_context() local
424 struct udev_input *input = (struct udev_input*)libinput; libinput_udev_assign_seat() local
[all...]
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_ENUMINPUT.c46 struct v4l2_input input; in test_VIDIOC_ENUMINPUT() local
52 memset(&input, 0xff, sizeof(input)); in test_VIDIOC_ENUMINPUT()
53 input.index = i; in test_VIDIOC_ENUMINPUT()
54 ret_enum = ioctl(get_video_fd(), VIDIOC_ENUMINPUT, &input); in test_VIDIOC_ENUMINPUT()
63 CU_ASSERT_EQUAL(input.index, i); in test_VIDIOC_ENUMINPUT()
65 CU_ASSERT(0 < strlen((char *)input.name)); in test_VIDIOC_ENUMINPUT()
67 ((char *)input.name, sizeof(input.name))); in test_VIDIOC_ENUMINPUT()
69 //CU_ASSERT_EQUAL(input in test_VIDIOC_ENUMINPUT()
116 struct v4l2_input input; test_VIDIOC_ENUMINPUT_S32_MAX() local
138 struct v4l2_input input; test_VIDIOC_ENUMINPUT_S32_MAX_1() local
160 struct v4l2_input input; test_VIDIOC_ENUMINPUT_U32_MAX() local
183 struct v4l2_input input; test_VIDIOC_ENUMINPUT_NULL() local
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs77 fn skip_whitespace(input: Cursor) -> Cursor { in skip_whitespace()
78 let mut s = input; in skip_whitespace()
125 fn block_comment(input: Cursor) -> PResult<&str> { in block_comment()
126 if !input.starts_with("/*") { in block_comment()
131 let bytes = input.as_bytes(); in block_comment()
142 return Ok((input.advance(i + 2), &input.rest[..i + 2])); in block_comment()
157 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break()
158 match input.chars().next() { in word_break()
160 Some(_) | None => Ok(input), in word_break()
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddcadct.c26 static void sum_a(const int *input, int *output, int len) in sum_a() argument
31 output[i] = input[2 * i] + input[2 * i + 1]; in sum_a()
34 static void sum_b(const int *input, int *output, int len) in sum_b() argument
38 output[0] = input[0]; in sum_b()
40 output[i] = input[2 * i] + input[2 * i - 1]; in sum_b()
43 static void sum_c(const int *input, int *output, int len) in sum_c() argument
48 output[i] = input[2 * i]; in sum_c()
51 static void sum_d(const int *input, in argument
60 dct_a(const int *input, int *output) dct_a() argument
83 dct_b(const int *input, int *output) dct_b() argument
106 mod_a(const int *input, int *output) mod_a() argument
124 mod_b(int *input, int *output) mod_b() argument
143 mod_c(const int *input, int *output) mod_c() argument
165 clp_v(int *input, int len) clp_v() argument
173 imdct_half_32(int32_t *output, const int32_t *input) imdct_half_32() argument
219 mod64_a(const int *input, int *output) mod64_a() argument
241 mod64_b(int *input, int *output) mod64_b() argument
262 mod64_c(const int *input, int *output) mod64_c() argument
292 imdct_half_64(int32_t *output, const int32_t *input) imdct_half_64() argument
[all...]
H A Dcfhdencdsp.c26 static av_always_inline void filter(int16_t *input, ptrdiff_t in_stride, in filter() argument
31 low[(0>>1) * low_stride] = av_clip_int16(input[0*in_stride] + input[1*in_stride]); in filter()
32 high[(0>>1) * high_stride] = av_clip_int16((5 * input[0*in_stride] - 11 * input[1*in_stride] + in filter()
33 4 * input[2*in_stride] + 4 * input[3*in_stride] - in filter()
34 1 * input[4*in_stride] - 1 * input[5*in_stride] + 4) >> 3); in filter()
37 low[(i>>1) * low_stride] = av_clip_int16(input[ in filter()
49 horiz_filter(int16_t *input, int16_t *low, int16_t *high, ptrdiff_t in_stride, ptrdiff_t low_stride, ptrdiff_t high_stride, int width, int height) horiz_filter() argument
62 vert_filter(int16_t *input, int16_t *low, int16_t *high, ptrdiff_t in_stride, ptrdiff_t low_stride, ptrdiff_t high_stride, int width, int height) vert_filter() argument
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dpthreadndk.cpp75 static int TestAtFork(int input) in TestAtFork() argument
78 if (input == NORMAL) { in TestAtFork()
83 static int testAttrDestory(int input) in testAttrDestory() argument
87 if (input == NORMAL) { in testAttrDestory()
93 if (input == NORMAL) { in testAttrDestory()
100 int input = intInput(env, info); in PThreadAtFork() local
101 int result = TestAtFork(input); in PThreadAtFork()
106 int input = intInput(env, info); in PThreadAttrDestory() local
107 int result = testAttrDestory(input); in PThreadAttrDestory()
110 static int testAttrGetDetachState(int input) in testAttrGetDetachState() argument
128 int input = intInput(env, info); PThreadAttrGetDetachState() local
132 TestAttrGetGuardSize(int input) TestAttrGetGuardSize() argument
150 int input = intInput(env, info); PThreadAttrGetGuardSize() local
154 TestAttrGetInheritSched(int input) TestAttrGetInheritSched() argument
172 int input = intInput(env, info); PThreadAttrGetInheritSched() local
176 testAttrGetSchedParam(int input) testAttrGetSchedParam() argument
194 int input = intInput(env, info); PThreadAttrGetSchedParam() local
198 TestAttrGetSchedPolicy(int input) TestAttrGetSchedPolicy() argument
216 int input = intInput(env, info); PThreadAttrGetSchedPolicy() local
220 testAttrGetScope(int input) testAttrGetScope() argument
238 int input = intInput(env, info); PThreadAttrGetScope() local
242 TestAttrGetStack(int input) TestAttrGetStack() argument
267 int input = intInput(env, info); PThreadAttrGetStack() local
271 TestAttrGetStackSize(int input) TestAttrGetStackSize() argument
289 int input = intInput(env, info); PThreadAttrGetStackSize() local
293 testAttrInit(int input) testAttrInit() argument
304 int input = intInput(env, info); PThreadAttrInit() local
308 testAttrSetDetachState(int input) testAttrSetDetachState() argument
325 int input = intInput(env, info); PThreadAttrSetDetachState() local
329 testAttrSetGuardSize(int input) testAttrSetGuardSize() argument
346 int input = intInput(env, info); PThreadAttrSetGuardSize() local
350 testAttrSetInheritSched(int input) testAttrSetInheritSched() argument
367 int input = intInput(env, info); PThreadAttrSetInheritSched() local
371 testAttrSetSchedParam(int input) testAttrSetSchedParam() argument
389 int input = intInput(env, info); PThreadAttrSetSchedParam() local
393 testAttrSetSchedPolicy(int input) testAttrSetSchedPolicy() argument
410 int input = intInput(env, info); PThreadAttrSetSchedPolicy() local
414 testAttrSetScope(int input) testAttrSetScope() argument
431 int input = intInput(env, info); PThreadAttrSetScope() local
435 testAttrSetStack(int input) testAttrSetStack() argument
462 int input = intInput(env, info); PThreadAttrSetStack() local
466 testAttrSetStackSize(int input) testAttrSetStackSize() argument
483 int input = intInput(env, info); PThreadAttrSetStackSize() local
487 TestBarrierInit(int input) TestBarrierInit() argument
499 int input = intInput(env, info); PThreadBarrierInit() local
503 testBarrierDestroy(int input) testBarrierDestroy() argument
522 int input = intInput(env, info); PThreadBarrierDestroy() local
532 testBarrierWait(int input) testBarrierWait() argument
561 int input = intInput(env, info); PThreadBarrierWait() local
565 testBarrierAttrInit(int input) testBarrierAttrInit() argument
576 int input = intInput(env, info); PThreadBarrierAttrInit() local
580 testBarrierAttrGetPShared(int input) testBarrierAttrGetPShared() argument
598 int input = intInput(env, info); PThreadBarrierAttrGetPShared() local
602 testBarrierAttrDestroy(int input) testBarrierAttrDestroy() argument
619 int input = intInput(env, info); PThreadBarrierAttrDestroy() local
623 testBarrierAttrSetPShared(int input) testBarrierAttrSetPShared() argument
640 int input = intInput(env, info); PThreadBarrierAttrSetPShared() local
644 testCondInit(int input) testCondInit() argument
657 int input = intInput(env, info); PThreadCondInit() local
661 TestCondDestory(int input) TestCondDestory() argument
675 int input = intInput(env, info); PThreadCondDestroy() local
679 testCondBroadcast(int input) testCondBroadcast() argument
690 int input = intInput(env, info); PThreadCondBroadcast() local
694 testCondSignal(int input) testCondSignal() argument
705 int input = intInput(env, info); PThreadCondSignal() local
718 testCondWait(int input) testCondWait() argument
735 int input = intInput(env, info); PThreadCondWait() local
751 testCondTimedWait(int input) testCondTimedWait() argument
765 int input = intInput(env, info); PThreadCondTimedWait() local
769 testCondAttrInit(int input) testCondAttrInit() argument
780 int input = intInput(env, info); PThreadCondAttrInit() local
784 testCondAttrDestroy(int input) testCondAttrDestroy() argument
799 int input = intInput(env, info); PThreadCondAttrDestroy() local
803 TestCondAttrGetClock(int input) TestCondAttrGetClock() argument
819 int input = intInput(env, info); PThreadCondAttrGetClock() local
823 TestCondAttrGetPShared(int input) TestCondAttrGetPShared() argument
838 int input = intInput(env, info); PThreadCondAttrGetPShared() local
842 TestCondAttrSetClock(int input) TestCondAttrSetClock() argument
858 int input = intInput(env, info); PThreadCondAttrSetClock() local
862 testCondAttrSetPShared(int input) testCondAttrSetPShared() argument
878 int input = intInput(env, info); PThreadCondAttrSetPShared() local
883 testCreate(int input) testCreate() argument
894 int input = intInput(env, info); PThreadCreate() local
898 testDetach(int input) testDetach() argument
913 int input = intInput(env, info); PThreadDetach() local
918 testEqual(int input) testEqual() argument
936 int input = intInput(env, info); PThreadEqual() local
940 testEqual2(int input) testEqual2() argument
960 int input = intInput(env, info); PThreadEqual2() local
966 testExit(int input) testExit() argument
982 int input = intInput(env, info); PThreadExit() local
986 testGetAttrNp(int input) testGetAttrNp() argument
1002 int input = intInput(env, info); PThreadGetAttrNp() local
1006 testGetCpuClockId(int input) testGetCpuClockId() argument
1022 int input = intInput(env, info); PThreadGetCpuClockId() local
1026 testGetSchedParam(int input) testGetSchedParam() argument
1043 int input = intInput(env, info); PThreadGetSchedParam() local
1058 testGetSpecific(int input) testGetSpecific() argument
1078 int input = intInput(env, info); PThreadGetSpecific() local
1082 TestJoin(int input) TestJoin() argument
1097 int input = intInput(env, info); PThreadJoin() local
1101 testKeyCreate(int input) testKeyCreate() argument
1111 int input = intInput(env, info); PThreadKeyCreate() local
1115 testKeyDelete(int input) testKeyDelete() argument
1129 int input = intInput(env, info); PThreadKeyDelete() local
1139 testKill(int input) testKill() argument
1154 int input = intInput(env, info); PThreadKill() local
1158 TestMutexInit(int input) TestMutexInit() argument
1170 int input = intInput(env, info); PThreadMutexInit() local
1174 TestMutexDestroy(int input) TestMutexDestroy() argument
1187 int input = intInput(env, info); PThreadMutexDestroy() local
1191 TestMutexLock(int input) TestMutexLock() argument
1204 int input = intInput(env, info); PThreadMutexLock() local
1208 testMutexTimedLock(int input) testMutexTimedLock() argument
1225 int input = intInput(env, info); PThreadMutexTimedLock() local
1229 TestMutexTryLock(int input) TestMutexTryLock() argument
1242 int input = intInput(env, info); PThreadMutexTryLock() local
1246 testMutexUnLock(int input) testMutexUnLock() argument
1263 int input = intInput(env, info); PThreadMutexUnLock() local
1267 TestMutexAttrDestroy(int input) TestMutexAttrDestroy() argument
1282 int input = intInput(env, info); PThreadMutexAttrDestroy() local
1286 testMutexAttrGetProtocol(int input) testMutexAttrGetProtocol() argument
1302 int input = intInput(env, info); PThreadMutexAttrGetProtocol() local
1306 testMutexAttrGetPshared(int input) testMutexAttrGetPshared() argument
1322 int input = intInput(env, info); PThreadMutexAttrGetPShared() local
1326 TestMutexAttrGetType(int input) TestMutexAttrGetType() argument
1342 int input = intInput(env, info); PThreadMutexAttrGetType() local
1346 TestMutexAttrInit(int input) TestMutexAttrInit() argument
1357 int input = intInput(env, info); PThreadMutexAttrInit() local
1361 testMutexAttrSetProtocol(int input) testMutexAttrSetProtocol() argument
1377 int input = intInput(env, info); PThreadMutexAttrSetProtocol() local
1381 testMutexAttrSetPshared(int input) testMutexAttrSetPshared() argument
1397 int input = intInput(env, info); PThreadMutexAttrSetPShared() local
1401 testMutexAttrSetType(int input) testMutexAttrSetType() argument
1417 int input = intInput(env, info); PThreadMutexAttrSetType() local
1433 testOnce(int input) testOnce() argument
1449 int input = intInput(env, info); PThreadOnce() local
1453 testRwLockInit(int input) testRwLockInit() argument
1465 int input = intInput(env, info); PThreadRwLockInit() local
1469 testRwLockDestroy(int input) testRwLockDestroy() argument
1485 int input = intInput(env, info); PThreadRwLockDestroy() local
1489 testRwLockRdLock(int input) testRwLockRdLock() argument
1505 int input = intInput(env, info); PThreadRwLockRdLock() local
1509 testRwLockTimedRdLock(int input) testRwLockTimedRdLock() argument
1530 int input = intInput(env, info); PThreadRwLockTimedRdLock() local
1534 testRwLockTimedWrLock(int input) testRwLockTimedWrLock() argument
1555 int input = intInput(env, info); PThreadRwLockTimedWrLock() local
1559 testRwLockTryRdLock(int input) testRwLockTryRdLock() argument
1575 int input = intInput(env, info); PThreadRwLockTryRdLock() local
1579 testRwLockTryWrLock(int input) testRwLockTryWrLock() argument
1595 int input = intInput(env, info); PThreadRwLockTryWrLock() local
1599 TestRwLockUnLock(int input) TestRwLockUnLock() argument
1619 int input = intInput(env, info); PThreadRwLockUnLock() local
1623 testRwLockWrLock(int input) testRwLockWrLock() argument
1639 int input = intInput(env, info); PThreadRwLockWrLock() local
1643 TestRwLockAttrDestroy(int input) TestRwLockAttrDestroy() argument
1658 int input = intInput(env, info); PThreadRwLockAttrDestroy() local
1662 testRwLockAttrGetPShared(int input) testRwLockAttrGetPShared() argument
1678 int input = intInput(env, info); PThreadRwLockAttrGetPShared() local
1682 testRwLockAttrInit(int input) testRwLockAttrInit() argument
1693 int input = intInput(env, info); PThreadRwLockAttrInit() local
1697 TestRwLockAttrSetPShared(int input) TestRwLockAttrSetPShared() argument
1713 int input = intInput(env, info); PThreadRwLockAttrSetPShared() local
1717 TestSelf(int input) TestSelf() argument
1732 int input = intInput(env, info); PThreadSelf() local
1736 testSetNameNp(int input) testSetNameNp() argument
1752 int input = intInput(env, info); PThreadSetNameNp() local
1756 testSetSchedParam(int input) testSetSchedParam() argument
1774 int input = intInput(env, info); PThreadSetSchedParam() local
1778 testSetSchedPrio(int input) testSetSchedPrio() argument
1794 int input = intInput(env, info); PThreadSetSchedPrio() local
1806 testSetSpecific(int input) testSetSpecific() argument
1827 int input = intInput(env, info); PThreadSetSpecific() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstrip_test.cc31 absl::string_view input("abc"); in TEST()
32 EXPECT_TRUE(absl::ConsumePrefix(&input, "a")); in TEST()
33 EXPECT_EQ(input, "bc"); in TEST()
35 EXPECT_FALSE(absl::ConsumePrefix(&input, "x")); in TEST()
36 EXPECT_EQ(input, "bc"); in TEST()
38 EXPECT_TRUE(absl::ConsumePrefix(&input, "b")); in TEST()
39 EXPECT_EQ(input, "c"); in TEST()
41 EXPECT_TRUE(absl::ConsumePrefix(&input, "c")); in TEST()
42 EXPECT_EQ(input, ""); in TEST()
44 EXPECT_FALSE(absl::ConsumePrefix(&input, " in TEST()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-input.cc33 * Creates a new subset input object.
35 * Return value: (transfer full): New subset input, or %NULL if failed. Destroy
43 hb_subset_input_t *input = hb_object_create<hb_subset_input_t>(); in hb_subset_input_create_or_fail() local
45 if (unlikely (!input)) in hb_subset_input_create_or_fail()
48 for (auto& set : input->sets_iter ()) in hb_subset_input_create_or_fail()
51 if (input->in_error ()) in hb_subset_input_create_or_fail()
53 hb_subset_input_destroy (input); in hb_subset_input_create_or_fail()
57 input->flags = HB_SUBSET_FLAGS_DEFAULT; in hb_subset_input_create_or_fail()
59 hb_set_add_range (input->sets.name_ids, 0, 6); in hb_subset_input_create_or_fail()
60 hb_set_add (input in hb_subset_input_create_or_fail()
212 hb_subset_input_reference(hb_subset_input_t *input) hb_subset_input_reference() argument
227 hb_subset_input_destroy(hb_subset_input_t *input) hb_subset_input_destroy() argument
250 hb_subset_input_unicode_set(hb_subset_input_t *input) hb_subset_input_unicode_set() argument
267 hb_subset_input_glyph_set(hb_subset_input_t *input) hb_subset_input_glyph_set() argument
284 hb_subset_input_set(hb_subset_input_t *input, hb_subset_sets_t set_type) hb_subset_input_set() argument
300 hb_subset_input_get_flags(hb_subset_input_t *input) hb_subset_input_get_flags() argument
316 hb_subset_input_set_flags(hb_subset_input_t *input, unsigned value) hb_subset_input_set_flags() argument
337 hb_subset_input_set_user_data(hb_subset_input_t *input, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_subset_input_set_user_data() argument
359 hb_subset_input_get_user_data(const hb_subset_input_t *input, hb_user_data_key_t *key) hb_subset_input_get_user_data() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVersionTuple.cpp38 static bool parseInt(StringRef &input, unsigned &value) { in parseInt() argument
40 if (input.empty()) in parseInt()
43 char next = input[0]; in parseInt()
44 input = input.substr(1); in parseInt()
49 while (!input.empty()) { in parseInt()
50 next = input[0]; in parseInt()
53 input = input.substr(1); in parseInt()
60 bool VersionTuple::tryParse(StringRef input) { in tryParse() argument
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_color_unquantize.cpp31 * @param input The input color that has been blue-contracted.
36 vint4 input in uncontract_color()
39 vint4 bc0 = asr<1>(input + input.lane<2>()); in uncontract_color()
40 return select(input, bc0, mask); in uncontract_color()
179 * @param input The packed endpoints.
184 const uint8_t input[2], in luminance_unpack()
188 int lum0 = input[0]; in luminance_unpack()
189 int lum1 = input[ in luminance_unpack()
183 luminance_unpack( const uint8_t input[2], vint4& output0, vint4& output1 ) luminance_unpack() argument
203 luminance_delta_unpack( const uint8_t input[2], vint4& output0, vint4& output1 ) luminance_delta_unpack() argument
226 luminance_alpha_unpack( const uint8_t input[4], vint4& output0, vint4& output1 ) luminance_alpha_unpack() argument
246 luminance_alpha_delta_unpack( const uint8_t input[4], vint4& output0, vint4& output1 ) luminance_alpha_delta_unpack() argument
292 hdr_rgbo_unpack( const uint8_t input[4], vint4& output0, vint4& output1 ) hdr_rgbo_unpack() argument
442 hdr_rgb_unpack( const uint8_t input[6], vint4& output0, vint4& output1 ) hdr_rgb_unpack() argument
608 hdr_rgb_ldr_alpha_unpack( const uint8_t input[8], vint4& output0, vint4& output1 ) hdr_rgb_ldr_alpha_unpack() argument
628 hdr_luminance_small_range_unpack( const uint8_t input[2], vint4& output0, vint4& output1 ) hdr_luminance_small_range_unpack() argument
665 hdr_luminance_large_range_unpack( const uint8_t input[2], vint4& output0, vint4& output1 ) hdr_luminance_large_range_unpack() argument
696 hdr_alpha_unpack( const uint8_t input[2], int& output0, int& output1 ) hdr_alpha_unpack() argument
747 hdr_rgb_hdr_alpha_unpack( const uint8_t input[8], vint4& output0, vint4& output1 ) hdr_rgb_hdr_alpha_unpack() argument
762 unpack_color_endpoints( astcenc_profile decode_mode, int format, const uint8_t* input, bool& rgb_hdr, bool& alpha_hdr, vint4& output0, vint4& output1 ) unpack_color_endpoints() argument
[all...]
/third_party/protobuf/php/tests/
H A DPhpImplementationTest.php35 $input = new CodedInputStream(hex2bin("01")); variable
36 GPBWire::readInt32($input, $value);
40 $input = new CodedInputStream(hex2bin("ffffffff0f")); variable
41 GPBWire::readInt32($input, $value);
45 $input = new CodedInputStream(hex2bin("ffffffff7f")); variable
46 GPBWire::readInt32($input, $value);
55 $input = new CodedInputStream(hex2bin("01")); variable
56 GPBWire::readUint32($input, $value);
60 $input = new CodedInputStream(hex2bin("ffffffff0f")); variable
61 GPBWire::readUint32($input,
65 $input = new CodedInputStream(hex2bin("ffffffff7f")); global() variable
75 $input = new CodedInputStream(hex2bin("01")); global() variable
80 $input = new CodedInputStream(hex2bin("ffffffffffffffffff01")); global() variable
85 $input = new CodedInputStream(hex2bin("ffffffffffffffffff0f")); global() variable
95 $input = new CodedInputStream(hex2bin("01")); global() variable
100 $input = new CodedInputStream(hex2bin("FFFFFFFFFFFFFFFFFF01")); global() variable
105 $input = new CodedInputStream(hex2bin("FFFFFFFFFFFFFFFFFF0F")); global() variable
114 $input = new CodedInputStream(hex2bin("00")); global() variable
118 $input = new CodedInputStream(hex2bin("01")); global() variable
122 $input = new CodedInputStream(hex2bin("02")); global() variable
131 $input = new CodedInputStream(hex2bin("00")); global() variable
135 $input = new CodedInputStream(hex2bin("01")); global() variable
139 $input = new CodedInputStream(hex2bin("02")); global() variable
147 $input = new CodedInputStream(hex2bin("12345678")); global() variable
155 $input = new CodedInputStream(hex2bin("1234567812345678")); global() variable
167 $input = new CodedInputStream(hex2bin("12345678")); global() variable
175 $input = new CodedInputStream(hex2bin("0000803F")); global() variable
184 $input = new CodedInputStream(hex2bin("00")); global() variable
188 $input = new CodedInputStream(hex2bin("01")); global() variable
196 $input = new CodedInputStream(hex2bin("000000000000F03F")); global() variable
204 $input = new CodedInputStream(hex2bin("1234567812345678")); global() variable
347 $input = new CodedInputStream(hex2bin('')); global() variable
351 $input = new CodedInputStream(hex2bin('8080808080808080808001')); global() variable
355 $input = new CodedInputStream(hex2bin('808080')); global() variable
359 $input = new CodedInputStream(hex2bin('808001')); global() variable
369 $input = new CodedInputStream(hex2bin('808001808002')); global() variable
407 $input = new CodedInputStream(hex2bin($encoded)); global() variable
418 $input = new CodedInputStream(hex2bin('')); global() variable
422 $input = new CodedInputStream(hex2bin('8080808080808080808001')); global() variable
426 $input = new CodedInputStream(hex2bin('808080')); global() variable
430 $input = new CodedInputStream(hex2bin('808001')); global() variable
436 $input = new CodedInputStream(hex2bin('808001808002')); global() variable
444 $input = new CodedInputStream(hex2bin('808081808001')); global() variable
452 $input = new CodedInputStream(hex2bin('808001')); global() variable
461 $input = new CodedInputStream(hex2bin('808001')); global() variable
472 $input = new CodedInputStream(hex2bin('808001')); global() variable
[all...]
/third_party/rust/crates/syn/tests/
H A Dtest_derive_input.rs16 let input = quote! { in test_unit()
20 snapshot!(input as DeriveInput, @r###" in test_unit()
35 let input = quote! { in test_struct()
43 snapshot!(input as DeriveInput, @r###" in test_struct()
115 snapshot!(&input.attrs[0].meta, @r###" in test_struct()
132 let input = quote! { in test_union()
139 snapshot!(input as DeriveInput, @r###" in test_union()
186 let input = quote! { in test_enum()
200 snapshot!(input as DeriveInput, @r###" in test_enum()
319 let meta_items: Vec<_> = input in test_enum()
[all...]
/third_party/node/test/parallel/
H A Dtest-fs-fchown.js7 function testFd(input, errObj) {
8 assert.throws(() => fs.fchown(input), errObj);
9 assert.throws(() => fs.fchownSync(input), errObj);
12 function testUid(input, errObj) {
13 assert.throws(() => fs.fchown(1, input), errObj);
14 assert.throws(() => fs.fchownSync(1, input), errObj);
17 function testGid(input, errObj) {
18 assert.throws(() => fs.fchown(1, 1, input), errObj);
19 assert.throws(() => fs.fchownSync(1, 1, input), errObj);
22 ['', false, null, undefined, {}, []].forEach((input)
[all...]

Completed in 17 milliseconds

12345678910>>...142