Searched refs:in (Results 1 - 25 of 5840) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/api/private/
H A Dppp_content_decryptor_private.idl3 * found in the LICENSE file.
26 * @param[in] key_system A <code>PP_Var</code> of type
30 [in] PP_Instance instance,
31 [in] PP_Var key_system);
37 * @param[in] promise_id A reference for the promise that gets resolved or
40 * @param[in] server_certificate A <code>PP_Var</code> of type
44 [in] PP_Instance instance,
45 [in] uint32_t promise_id,
46 [in] PP_Var server_certificate);
51 * containing data for use in generatin
[all...]
H A Dppb_find_private.idl3 * found in the LICENSE file.
17 * This is a private interface for doing browser Find in the PDF plugin.
22 * handle find requests in the renderer. This will only succeed if the plugin
24 * result in the renderer handing over all responsibility for doing find to
37 [in] PP_Instance instance);
41 * there are no matches 0 should be passed in. Only when the plugin has
42 * finished searching should it pass in the final count with final_result set
46 [in] PP_Instance instance,
47 [in] int32_t total,
48 [in] PP_Boo
[all...]
H A Dppb_uma_private.idl3 * found in the LICENSE file.
22 * sample given in milliseconds in the histogram given by |name|, possibly
26 void HistogramCustomTimes([in] PP_Instance instance,
27 [in] PP_Var name,
28 [in] int64_t sample,
29 [in] int64_t min,
30 [in] int64_t max,
31 [in] uint32_t bucket_count);
35 * in th
[all...]
H A Dppp_find_private.idl3 * found in the LICENSE file.
13 * results will be updated asynchronously via NumberOfFindResultsChanged in
15 * called in the case of the search term changing.
17 * Return PP_FALSE if the plugin doesn't support find in page. Consequently,
20 PP_Bool StartFind([in] PP_Instance instance,
21 [in] str_t text,
22 [in] PP_Bool case_sensitive);
27 void SelectFindResult([in] PP_Instance instance,
28 [in] PP_Bool forward);
34 void StopFind([in] PP_Instanc
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_unnamespace.sh3 for symbol in `cat $1` ; do
/external/valgrind/main/none/tests/s390x/
H A Dbfp-2.c10 void sqebr(float in) argument
14 __asm__ volatile("sqebr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
15 printf("sqebr %f -> %f\n", in, out);
18 void sqdbr(double in) argument
22 __asm__ volatile("sqdbr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
23 printf("sqdbr %f -> %f\n", in, ou
26 lnebr(float in) argument
34 lndbr(double in) argument
42 lpebr(float in) argument
50 lpdbr(double in) argument
58 lcebr(float in) argument
66 lcdbr(double in) argument
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dsmc1.stdout.exp0 in p 0
2 in q 1
3 in p 2
4 in q 3
5 in p 4
6 in q 5
7 in p 6
8 in q 7
9 in p 8
10 in
[all...]
/external/valgrind/main/none/tests/x86/
H A Dsmc1.stdout.exp0 in p 0
2 in q 1
3 in p 2
4 in q 3
5 in p 4
6 in q 5
7 in p 6
8 in q 7
9 in p 8
10 in
[all...]
/external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
H A Dtolower_many.pass.cpp32 std::string in("\xDA A\x07.a1");
34 assert(f.tolower(&in[0], in.data() + in.size()) == in.data() + in.size());
35 assert(in[0] == '\xFA');
36 assert(in[1] == ' ');
37 assert(in[2] == 'a');
38 assert(in[
[all...]
H A Dtoupper_many.pass.cpp32 std::string in("\xFA A\x07.a1");
34 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size());
35 assert(in[0] == '\xDA');
36 assert(in[1] == ' ');
37 assert(in[2] == 'A');
38 assert(in[
[all...]
/external/chromium_org/ppapi/api/
H A Dppb_video_decoder.idl3 * found in the LICENSE file.
45 * @param[in] instance A <code>PP_Instance</code> identifying the instance
52 [in] PP_Instance instance);
57 * @param[in] resource A <code>PP_Resource</code> identifying a resource.
64 [in] PP_Resource resource);
70 * @param[in] video_decoder A <code>PP_Resource</code> identifying the video
72 * @param[in] graphics3d_context A <code>PPB_Graphics3D</code> resource to use
74 * @param[in] profile A <code>PP_VideoProfile</code> specifying the video
76 * @param[in] allow_software_fallback A <code>PP_Bool</code> specifying
79 * @param[in] callbac
[all...]
H A Dppp_instance.idl3 * found in the LICENSE file.
8 * pointers to methods that you must implement in your module.
18 * functions that you must implement in your module. These functions can be
32 * <code>PP_Instance</code> handle will be used in subsequent calls to
35 * It's possible for more than one instance to be created in a single module.
37 * <code>OnDestroy</code> in between, and should be prepared to maintain
43 * @param[in] instance A new <code>PP_Instance</code> identifying one
46 * @param[in] argc The number of arguments contained in <code>argn</code>
49 * @param[in] arg
[all...]
/external/chromium_org/ppapi/api/trusted/
H A Dppb_file_chooser_trusted.idl3 * found in the LICENSE file.
27 * @param[in] chooser The file chooser resource.
28 * @param[in] save_as A <code>PP_Bool</code> value indicating if this dialog
30 * @param[in] suggested_file_name If saving, the suggested name for the
32 * @param[in] callback A <code>CompletionCallback</code> to be called after
40 [in] PP_Resource chooser,
41 [in] PP_Bool save_as,
42 [in] PP_Var suggested_file_name,
43 [in] PP_CompletionCallback callback);
52 * @param[in] choose
[all...]
H A Dppb_url_loader_trusted.idl3 * found in the LICENSE file.
19 [in] PP_Instance pp_instance,
20 [in] PP_Resource pp_resource,
21 [in] int64_t bytes_sent,
22 [in] int64_t total_bytes_to_be_sent,
23 [in] int64_t bytes_received,
24 [in] int64_t total_bytes_to_be_received);
32 void GrantUniversalAccess([in] PP_Resource loader);
48 [in] PP_Resource loader,
49 [in] PP_URLLoaderTrusted_StatusCallbac
[all...]
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
H A Dscan_is.pass.cpp29 const std::string in(" A\x07.a1");
30 std::vector<F::mask> m(in.size());
31 assert(f.scan_is(F::space, in.data(), in.data() + in.size()) - in.data() == 0);
32 assert(f.scan_is(F::print, in.data(), in.data() + in.size()) - in
[all...]
H A Dscan_not.pass.cpp29 const std::string in(" A\x07.a1");
30 std::vector<F::mask> m(in.size());
31 assert(f.scan_not(F::space, in.data(), in.data() + in.size()) - in.data() == 1);
32 assert(f.scan_not(F::print, in.data(), in.data() + in.size()) - in
[all...]
H A Dtolower_many.pass.cpp26 std::string in(" A\x07.a1");
28 assert(f.tolower(&in[0], in.data() + in.size()) == in.data() + in.size());
29 assert(in[0] == ' ');
30 assert(in[1] == 'a');
31 assert(in[2] == '\x07');
32 assert(in[
[all...]
H A Dtoupper_many.pass.cpp26 std::string in(" A\x07.a1");
28 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size());
29 assert(in[0] == ' ');
30 assert(in[1] == 'A');
31 assert(in[2] == '\x07');
32 assert(in[
[all...]
/external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
H A Dscan_is.pass.cpp29 const std::wstring in(L" A\x07.a1");
30 std::vector<F::mask> m(in.size());
31 assert(f.scan_is(F::space, in.data(), in.data() + in.size()) - in.data() == 0);
32 assert(f.scan_is(F::print, in.data(), in.data() + in.size()) - in
[all...]
H A Dscan_not.pass.cpp29 const std::wstring in(L" A\x07.a1");
30 std::vector<F::mask> m(in.size());
31 assert(f.scan_not(F::space, in.data(), in.data() + in.size()) - in.data() == 1);
32 assert(f.scan_not(F::print, in.data(), in.data() + in.size()) - in
[all...]
H A Dtolower_many.pass.cpp26 std::wstring in(L" A\x07.a1");
28 assert(f.tolower(&in[0], in.data() + in.size()) == in.data() + in.size());
29 assert(in[0] == L' ');
30 assert(in[1] == L'a');
31 assert(in[2] == L'\x07');
32 assert(in[
[all...]
/external/chromium_org/ppapi/api/dev/
H A Dppp_video_capture_dev.idl3 * found in the LICENSE file.
31 void OnDeviceInfo([in] PP_Instance instance,
32 [in] PP_Resource video_capture,
33 [in] PP_VideoCaptureDeviceInfo_Dev info,
34 [in] uint32_t buffer_count,
35 [in, size_is(buffer_count)] PP_Resource[] buffers);
41 void OnStatus([in] PP_Instance instance,
42 [in] PP_Resource video_capture,
43 [in] uint32_t status);
52 void OnError([in] PP_Instanc
[all...]
H A Dppp_video_decoder_dev.idl3 * found in the LICENSE file.
25 * given in the parameters cannot be allocated decoder should be destroyed.
34 * |texture_target| the type of texture used. Sample targets in use are
39 [in] PP_Instance instance,
40 [in] PP_Resource decoder,
41 [in] uint32_t req_num_of_bufs,
42 [in] PP_Size dimensions,
43 [in] uint32_t texture_target);
55 [in] PP_Instance instance,
56 [in] PP_Resourc
[all...]
H A Dppp_scrollbar_dev.idl3 * found in the LICENSE file.
19 void ValueChanged([in] PP_Instance instance,
20 [in] PP_Resource scrollbar,
21 [in] uint32_t value);
28 void OverlayChanged([in] PP_Instance instance,
29 [in] PP_Resource scrollbar,
30 [in] PP_Bool overlay);
/external/clang/test/CodeGen/
H A Darm64_vshift.c4 int8x8_t test_vqshl_n_s8(int8x8_t in) { argument
6 // CHECK: call <8 x i8> @llvm.aarch64.neon.sqshl.v8i8(<8 x i8> %in, <8 x i8> <i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1>)
7 return vqshl_n_s8(in, 1);
10 int16x4_t test_vqshl_n_s16(int16x4_t in) { argument
12 // CHECK: call <4 x i16> @llvm.aarch64.neon.sqshl.v4i16(<4 x i16> %in, <4 x i16> <i16 1, i16 1, i16 1, i16 1>)
13 return vqshl_n_s16(in, 1);
16 int32x2_t test_vqshl_n_s32(int32x2_t in) { argument
18 // CHECK: call <2 x i32> @llvm.aarch64.neon.sqshl.v2i32(<2 x i32> %in, <2 x i32> <i32 1, i32 1>)
19 return vqshl_n_s32(in, 1);
22 int64x1_t test_vqshl_n_s64(int64x1_t in) { argument
29 test_vqshlq_n_s8(int8x16_t in) argument
35 test_vqshlq_n_s16(int16x8_t in) argument
41 test_vqshlq_n_s32(int32x4_t in) argument
47 test_vqshlq_n_s64(int64x2_t in) argument
53 test_vqshl_n_u8(uint8x8_t in) argument
59 test_vqshl_n_u16(uint16x4_t in) argument
65 test_vqshl_n_u32(uint32x2_t in) argument
71 test_vqshl_n_u64(uint64x1_t in) argument
77 test_vqshlq_n_u8(uint8x16_t in) argument
83 test_vqshlq_n_u16(uint16x8_t in) argument
89 test_vqshlq_n_u32(uint32x4_t in) argument
95 test_vqshlq_n_u64(uint64x2_t in) argument
101 test_vrshr_n_s8(int8x8_t in) argument
107 test_vrshr_n_s16(int16x4_t in) argument
113 test_vrshr_n_s32(int32x2_t in) argument
119 test_vrshr_n_s64(int64x1_t in) argument
126 test_vrshrq_n_s8(int8x16_t in) argument
132 test_vrshrq_n_s16(int16x8_t in) argument
138 test_vrshrq_n_s32(int32x4_t in) argument
144 test_vrshrq_n_s64(int64x2_t in) argument
150 test_vrshr_n_u8(uint8x8_t in) argument
156 test_vrshr_n_u16(uint16x4_t in) argument
162 test_vrshr_n_u32(uint32x2_t in) argument
168 test_vrshr_n_u64(uint64x1_t in) argument
174 test_vrshrq_n_u8(uint8x16_t in) argument
180 test_vrshrq_n_u16(uint16x8_t in) argument
186 test_vrshrq_n_u32(uint32x4_t in) argument
192 test_vrshrq_n_u64(uint64x2_t in) argument
198 test_vqshlu_n_s8(int8x8_t in) argument
204 test_vqshlu_n_s16(int16x4_t in) argument
210 test_vqshlu_n_s32(int32x2_t in) argument
216 test_vqshlu_n_s64(int64x1_t in) argument
223 test_vqshluq_n_s8(int8x16_t in) argument
229 test_vqshluq_n_s16(int16x8_t in) argument
235 test_vqshluq_n_s32(int32x4_t in) argument
241 test_vqshluq_n_s64(int64x2_t in) argument
247 test_vrsra_n_s8(int8x8_t acc, int8x8_t in) argument
254 test_vrsra_n_s16(int16x4_t acc, int16x4_t in) argument
261 test_vrsra_n_s32(int32x2_t acc, int32x2_t in) argument
268 test_vrsra_n_s64(int64x1_t acc, int64x1_t in) argument
275 test_vrsraq_n_s8(int8x16_t acc, int8x16_t in) argument
282 test_vrsraq_n_s16(int16x8_t acc, int16x8_t in) argument
289 test_vrsraq_n_s32(int32x4_t acc, int32x4_t in) argument
296 test_vrsraq_n_s64(int64x2_t acc, int64x2_t in) argument
303 test_vrsra_n_u8(uint8x8_t acc, uint8x8_t in) argument
310 test_vrsra_n_u16(uint16x4_t acc, uint16x4_t in) argument
317 test_vrsra_n_u32(uint32x2_t acc, uint32x2_t in) argument
324 test_vrsra_n_u64(uint64x1_t acc, uint64x1_t in) argument
331 test_vrsraq_n_u8(uint8x16_t acc, uint8x16_t in) argument
338 test_vrsraq_n_u16(uint16x8_t acc, uint16x8_t in) argument
345 test_vrsraq_n_u32(uint32x4_t acc, uint32x4_t in) argument
352 test_vrsraq_n_u64(uint64x2_t acc, uint64x2_t in) argument
[all...]

Completed in 7870 milliseconds

1234567891011>>