HomeSort by relevance Sort by last modified time
    Searched refs:in (Results 101 - 125 of 21622) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ppapi/api/private/finish_writing_these/
ppb_proxy_private.idl 3 * found in the LICENSE file.
12 [in] PP_Module module);
16 [in] PP_Resource resource);
  /external/chromium_org/ppapi/api/private/
ppb_video_destination_private.idl 3 * 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] callback A <code>PP_CompletionCallback</code> to be called upo
    [all...]
ppb_video_source_private.idl 3 * 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] callback A <code>PP_CompletionCallback</code> to be called upo
    [all...]
  /frameworks/base/core/java/android/speech/
IRecognitionListener.aidl 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
33 void onReadyForSpeech(in Bundle params);
41 * The sound level in the audio stream has changed.
45 void onRmsChanged(in float rmsdB);
52 void onBufferReceived(in byte[] buffer);
62 * @param error code is defined in {@link SpeechRecognizer}
64 void onError(in int error);
71 void onResults(in Bundle results);
78 void onPartialResults(in Bundle results)
    [all...]
  /external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
scan_is.pass.cpp 32 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.data() == 0)
    [all...]
scan_not.pass.cpp 32 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.data() == 3)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
scan_is.pass.cpp 32 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.data() == 0)
    [all...]
scan_not.pass.cpp 32 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.data() == 3)
    [all...]
  /external/chromium_org/ppapi/api/dev/
ppb_trace_event_dev.idl 3 * 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_t num_args
    [all...]
ppb_ime_input_event_dev.idl 3 * 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_end The end index returned b
    [all...]
ppb_scrollbar_dev.idl 3 * 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_t value)
    [all...]
  /external/clang/test/Analysis/diagnostics/Inputs/include/
report-issues-within-main-file.h 10 void cause_div_by_zero_in_header(int in) {
12 h = in/h;
16 void do_something (int in) {
17 in++;
18 in++;
21 void cause_div_by_zero_in_header2(int in) {
23 h2 = in/h2;
29 void cause_div_by_zero_in_header3(int in) {
31 h3 = in/h3;
37 void cause_div_by_zero_in_header4(int in) {
    [all...]
  /external/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/
ccp.pass.cpp 23 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.putback('g')
    [all...]
ccp_size.pass.cpp 23 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.putback('5')
    [all...]
cp.pass.cpp 23 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.putback('g')
    [all...]
cp_size.pass.cpp 23 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.putback('5')
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/
ccp.pass.cpp 23 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.putback('g')
    [all...]
ccp_size.pass.cpp 23 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.putback('5')
    [all...]
cp.pass.cpp 23 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.putback('g')
    [all...]
cp_size.pass.cpp 23 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.putback('5')
    [all...]
  /external/clang/test/Misc/
warn-in-system-header.c 3 #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/
deflake.bash 10 for i in $(seq 1 10); do
  /external/jemalloc/include/jemalloc/internal/
private_namespace.sh 3 for symbol in `cat $1` ; do
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
strip_fPIC.sh 7 case "$1" in
  /external/valgrind/main/memcheck/tests/
wrap8.stdout.exp 2 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 wrapper2-pre: fact(6
    [all...]

Completed in 1320 milliseconds

1 2 3 45 6 7 8 91011>>