Searched refs:in (Results 26 - 50 of 5840) sorted by relevance

1234567891011>>

/external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
H A Dtoupper_many.pass.cpp26 std::wstring in(L" A\x07.a1");
28 assert(f.toupper(&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/
H A Dppb_compositor_layer.idl3 * found in the LICENSE file.
15 * based on the source RGBA values in layers with the RGBA values that are
16 * already in the destination framebuffer.
20 * This interface is still in development (Dev API status) and may change,
50 * @param[in] resource The <code>PP_Resource</code> to test.
56 PP_Bool IsCompositorLayer([in] PP_Resource resource);
64 * param[in] layer A <code>PP_Resource</code> corresponding to a compositor
66 * param[in] red A <code>float</code> for the red color component. It will be
68 * param[in] green A <code>float</code> for the green color component. It will
70 * param[in] blu
[all...]
H A Dppb_input_event.idl3 * found in the LICENSE file.
118 * handling mouse events in filtering mode, you may want to return true from
245 * Identifies scroll wheel input event. Wheel events must be requested in
260 * frames in a page.
301 * classes of events you are interested in to have them be delivered to
344 int32_t RequestInputEvents([in] PP_Instance instance,
345 [in] uint32_t event_classes);
359 * filtering in those cases where it's absolutely necessary. The reason is
377 int32_t RequestFilteringInputEvents([in] PP_Instance instance,
378 [in] uint32_
[all...]
H A Dppb_var_array.idl3 * found in the LICENSE file.
29 * @param[in] array An array var.
30 * @param[in] index An index indicating which element to return.
37 PP_Var Get([in] PP_Var array, [in] uint32_t index);
40 * Sets the value of an element in the array.
42 * @param[in] array An array var.
43 * @param[in] index An index indicating which element to modify. If
45 * is updated to be <code>index</code> + 1. Any position in the array that
48 * @param[in] valu
[all...]
/external/chromium_org/ppapi/api/dev/
H A Dppb_video_capture_dev.idl3 * found in the LICENSE file.
14 * Video capture interface. It goes hand-in-hand with PPP_VideoCapture_Dev.
20 * used to indicate the default device), you pass in the requested info
24 * 5- Receive the OnDeviceInfo callback, in PPP_VideoCapture_Dev, which will
27 * 6- On every frame captured by the browser, OnBufferReady (in
36 * in which case OnDeviceInfo will be called again, with new buffers.
47 [in] PP_Instance instance);
53 [in] PP_Resource video_capture);
58 * @param[in] video_capture A <code>PP_Resource</code> corresponding to a
60 * @param[in] outpu
[all...]
H A Dppb_video_decoder_dev.idl3 * found in the LICENSE file.
38 * |context| a PPB_Graphics3D resource in which decoding will happen.
44 [in] PP_Instance instance,
45 [in] PP_Resource context,
46 [in] PP_VideoDecoder_Profile profile);
58 [in] PP_Resource resource);
73 [in] PP_Resource video_decoder,
74 [in] PP_VideoBitstreamBuffer_Dev bitstream_buffer,
75 [in] PP_CompletionCallback callback);
92 [in] PP_Resourc
[all...]
H A Dppb_cursor_control_dev.idl3 * found in the LICENSE file.
22 PP_Bool SetCursor([in] PP_Instance instance,
23 [in] PP_CursorType_Dev type,
24 [in] PP_Resource custom_image,
25 [in] PP_Point hot_spot);
31 * Cursor lock may only be requested in response to a
38 * the cursor not been locked, and had the screen been infinite in size.
47 PP_Bool LockCursor([in] PP_Instance instance);
53 PP_Bool UnlockCursor([in] PP_Instance instance);
58 PP_Bool HasCursorLock([in] PP_Instanc
[all...]
H A Dppb_trace_event_dev.idl3 * found in the LICENSE file.
8 * to be used in plugins as the API that trace macros from trace_event.h use.
23 * Gets a pointer to a character for identifying a category name in the
24 * tracing system as well as for being able to early exit in client-side
31 mem_t GetCategoryEnabled([in] cstr_t category_name);
41 [in] int8_t phase,
42 [in] mem_t category_enabled,
43 [in] cstr_t name,
44 [in] uint64_t id,
45 [in] uint32_
[all...]
H A Dppb_ime_input_event_dev.idl3 * found in the LICENSE file.
23 * @param[in] instance The instance for which this event occurred.
25 * @param[in] type A <code>PP_InputEvent_Type</code> identifying the type of
28 * @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
31 * @param[in] text The string returned by <code>GetText</code>.
33 * @param[in] segment_number The number returned by
36 * @param[in] segment_offsets The array of numbers returned by
42 * @param[in] target_segment The number returned by
45 * @param[in] selection_start The start index returned by
48 * @param[in] selection_en
[all...]
H A Dppb_scrollbar_dev.idl3 * found in the LICENSE file.
23 * in PPB_Widget can also be used with scrollbar objects.
29 PP_Resource Create([in] PP_Instance instance,
30 [in] PP_Bool vertical);
36 PP_Bool IsScrollbar([in] PP_Resource resource);
41 uint32_t GetThickness([in] PP_Resource resource);
46 PP_Bool IsOverlay([in] PP_Resource scrollbar);
51 uint32_t GetValue([in] PP_Resource scrollbar);
56 void SetValue([in] PP_Resource scrollbar,
57 [in] uint32_
[all...]
/external/chromium_org/ppapi/api/private/
H A Dppb_content_decryptor_private.idl3 * found in the LICENSE file.
29 * @param[in] promise_id Identifies the promise that the CDM resolved.
32 [in] PP_Instance instance,
33 [in] uint32_t promise_id);
36 * A promise that resulted in a new session has been resolved by the CDM.
38 * @param[in] promise_id Identifies the promise that the CDM resolved.
40 * @param[in] web_session_id A <code>PP_Var</code> of type
44 [in] PP_Instance instance,
45 [in] uint32_t promise_id,
46 [in] PP_Va
[all...]
H A Dppb_video_destination_private.idl3 * found in the LICENSE file.
9 * video track in the browser.
19 * send video frames to a MediaStream video track in the browser.
25 * @param[in] instance A <code>PP_Instance</code> identifying an instance of
31 PP_Resource Create([in] PP_Instance instance);
36 * @param[in] resource The <code>PP_Resource</code> to test.
42 PP_Bool IsVideoDestination([in] PP_Resource resource);
47 * @param[in] destination A <code>PP_Resource</code> corresponding to a video
49 * @param[in] stream_url A <code>PP_Var</code> string holding a URL
51 * @param[in] callbac
[all...]
H A Dppb_video_source_private.idl3 * found in the LICENSE file.
9 * track in the browser.
19 * receive video frames from a MediaStream video track in the browser.
25 * @param[in] instance A <code>PP_Instance</code> identifying an instance of
31 PP_Resource Create([in] PP_Instance instance);
36 * @param[in] resource The <code>PP_Resource</code> to test.
41 PP_Bool IsVideoSource([in] PP_Resource resource);
46 * @param[in] source A <code>PP_Resource</code> corresponding to a video
48 * @param[in] stream_url A <code>PP_Var</code> string holding a URL
50 * @param[in] callbac
[all...]
/external/chromium_org/ppapi/api/private/finish_writing_these/
H A Dppb_proxy_private.idl3 * found in the LICENSE file.
12 [in] PP_Module module);
16 [in] PP_Resource resource);
/external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
H A Dscan_is.pass.cpp32 const std::wstring in(L"\x00DA A\x07.a1");
33 std::vector<F::mask> m(in.size());
34 assert(f.scan_is(F::space, in.data(), in.data() + in.size()) - in.data() == 1);
35 assert(f.scan_is(F::print, in.data(), in.data() + in.size()) - in
[all...]
H A Dscan_not.pass.cpp32 const std::wstring in(L"\x00DA A\x07.a1");
33 std::vector<F::mask> m(in.size());
34 assert(f.scan_not(F::space, in.data(), in.data() + in.size()) - in.data() == 0);
35 assert(f.scan_not(F::print, in.data(), in.data() + in.size()) - in
[all...]
/external/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/
H A Dccp.pass.cpp23 std::istrstream in(buf);
25 in >> i;
28 in >> d;
31 in >> s;
33 assert(in.eof());
34 assert(!in.fail());
35 in.clear();
36 in.putback('g');
37 assert(!in.fail());
38 in
[all...]
H A Dccp_size.pass.cpp23 std::istrstream in(buf, 7);
25 in >> i;
28 in >> d;
31 in >> s;
33 assert(in.eof());
34 assert(in.fail());
35 in.clear();
36 in.putback('5');
37 assert(!in.fail());
38 in
[all...]
H A Dcp.pass.cpp23 std::istrstream in(buf);
25 in >> i;
28 in >> d;
31 in >> s;
33 assert(in.eof());
34 assert(!in.fail());
35 in.clear();
36 in.putback('g');
37 assert(!in.fail());
38 in
[all...]
H A Dcp_size.pass.cpp23 std::istrstream in(buf, 7);
25 in >> i;
28 in >> d;
31 in >> s;
33 assert(in.eof());
34 assert(in.fail());
35 in.clear();
36 in.putback('5');
37 assert(!in.fail());
38 in
[all...]
/external/clang/test/Misc/
H A Dwarn-in-system-header.c3 #include <warn-in-system-header.h>
4 // expected-warning@warn-in-system-header.h:4 {{the cake is a lie}}
/external/compiler-rt/test/tsan/
H A Ddeflake.bash10 for i in $(seq 1 10); do
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.sh3 for symbol in `cat $1` ; do
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dstrip_fPIC.sh7 case "$1" in
/external/valgrind/main/memcheck/tests/
H A Dwrap8.stdout.exp2 in wrapper1-pre: fact(15)
3 in wrapper2-pre: fact(14)
4 in wrapper1-pre: fact(13)
5 in wrapper2-pre: fact(12)
6 in wrapper1-pre: fact(11)
7 in wrapper2-pre: fact(10)
8 in wrapper1-pre: fact(9)
9 in wrapper2-pre: fact(8)
10 in wrapper1-pre: fact(7)
11 in wrapper
[all...]

Completed in 3703 milliseconds

1234567891011>>