HomeSort by relevance Sort by last modified time
    Searched refs:in (Results 226 - 250 of 36630) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
IPredictor.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
22 boolean setPredictorParameter(in String key, in String value);
23 void pushNewSample(in String sampleName);
25 List<StringFloat> getTopCandidates(in int topK);
  /frameworks/support/customtabs/src/android/support/customtabs/
ICustomTabsCallback.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
26 void onNavigationEvent(int navigationEvent, in Bundle extras) = 1;
27 void extraCallback(String callbackName, in Bundle args) = 2;
28 void onMessageChannelReady(in Bundle extras) = 3;
29 void onPostMessage(String message, in Bundle extras) = 4;
  /packages/services/Telephony/src/com/android/phone/
INetworkQueryService.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
35 void startNetworkQuery(in INetworkQueryServiceCallback cb, in int phoneId);
39 * This may not do anything for the Query request in the
43 void stopNetworkQuery(in INetworkQueryServiceCallback cb);
49 * function also does not stop a query request in the underlying
52 void unregisterCallback(in INetworkQueryServiceCallback cb);
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclinterp.i 9 * the 'interp' parameter becomes hidden in the Tcl interface--that
10 * is, you don't specify it explicitly. SWIG fills in its value
14 %typemap(in,numinputs=0) Tcl_Interp *interp {
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/
str.pass.cpp 23 std::istrstream in(buf);
24 assert(in.str() == std::string("123 4.5 dog"));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
xsputn.pass.cpp 37 char in[] = "123456"; local
38 assert(t.sputn(in, sizeof(in)) == 0);
39 char out[sizeof(in)] = {0};
41 assert(t.sputn(in, sizeof(in)) == sizeof(in));
42 assert(strcmp(in, out) == 0);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
get_date.pass.cpp 43 const char in[] = "06/10/2009"; local
46 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
47 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
55 const char in[] = "10.06.2009"; local
58 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
67 const char in[] = "10.06.2009"; local
79 const char in[] = "2009\/06\/10"; local
    [all...]
get_date_wide.pass.cpp 43 const wchar_t in[] = L"06/10/2009"; local
46 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
47 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
55 const wchar_t in[] = L"10.06.2009"; local
58 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
67 const wchar_t in[] = L"10.06.2009"; local
79 const wchar_t in[] = L"2009\/06\/10"; local
    [all...]
get_monthname.pass.cpp 43 const char in[] = "June"; local
46 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
47 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
53 const char in[] = "juin"; local
56 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
63 const char in[] = "\\xD0\\xB8\\xD1\\x8E\\xD0\\xBD\\xD1\\x8F"; local
73 const char in[] = "\\xE5\\x85\\xAD\\xE6\\x9C\\x88"; local
    [all...]
get_monthname_wide.pass.cpp 52 const wchar_t in[] = L"June"; local
55 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
56 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
62 const wchar_t in[] = L"juin"; local
65 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
72 const wchar_t in[] = L"\\x438\\x44E\\x43D\\x44F"; local
82 const wchar_t in[] = L"\\x516D\\x6708"; local
    [all...]
get_time_wide.pass.cpp 43 const wchar_t in[] = L"13:14:15"; local
46 I i = f.get_time(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
47 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
55 const wchar_t in[] = L"13:14:15"; local
58 I i = f.get_time(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
67 const wchar_t in[] = L"13:14:15"; local
79 const wchar_t in[] = L"13:14:15"; local
    [all...]
get_weekday.pass.cpp 43 const char in[] = "Monday"; local
46 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
47 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
53 const char in[] = "Lundi"; local
56 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
63 const char in[] = "\\xD0\\xBF\\xD0\\xBE\\xD0\\xBD\\xD0\\xB5" local
75 const char in[] = "\\xE6\\x98\\x9F\\xE6\\x9C\\x9F\\xE4\\xB8\\x80"; local
    [all...]
get_weekday_wide.pass.cpp 43 const wchar_t in[] = L"Monday"; local
46 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
47 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
53 const wchar_t in[] = L"Lundi"; local
56 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
63 const wchar_t in[] = L"\\x43F\\x43E\\x43D\\x435\\x434\\x435\\x43B\\x44C\\x43D\\x438\\x43A"; local
73 const wchar_t in[] = L"\\x661F\\x671F\\x4E00"; local
    [all...]
get_year.pass.cpp 42 const char in[] = "2009"; local
45 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
46 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
52 const char in[] = "2009"; local
55 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
62 const char in[] = "2009"; local
72 const char in[] = "2009"; local
    [all...]
get_year_wide.pass.cpp 42 const wchar_t in[] = L"2009"; local
45 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
46 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
52 const wchar_t in[] = L"2009"; local
55 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
62 const wchar_t in[] = L"2009"; local
72 const wchar_t in[] = L"2009"; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/
str.pass.cpp 23 std::istrstream in(buf);
24 assert(in.str() == std::string("123 4.5 dog"));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
xsputn.pass.cpp 37 char in[] = "123456"; local
38 assert(t.sputn(in, sizeof(in)) == 0);
39 char out[sizeof(in)] = {0};
41 assert(t.sputn(in, sizeof(in)) == sizeof(in));
42 assert(strcmp(in, out) == 0);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.get.byname/
get_date.pass.cpp 52 const char in[] = "06/10/2009"; local
55 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
56 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
64 const char in[] = "10.06.2009"; local
67 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
76 const char in[] = "10.06.2009"; local
89 const char in[] = "2009\/06\/10"; local
    [all...]
get_date_wide.pass.cpp 52 const wchar_t in[] = L"06/10/2009"; local
55 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
56 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
64 const wchar_t in[] = L"10.06.2009"; local
67 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
76 const wchar_t in[] = L"10.06.2009"; local
88 const wchar_t in[] = L"2009\/06\/10"; local
    [all...]
get_time_wide.pass.cpp 48 const wchar_t in[] = L"13:14:15"; local
51 I i = f.get_time(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
52 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
60 const wchar_t in[] = L"13:14:15"; local
63 I i = f.get_time(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
72 const wchar_t in[] = L"13:14:15"; local
84 const wchar_t in[] = L"13:14:15"; local
    [all...]
get_weekday.pass.cpp 51 const char in[] = "Monday"; local
54 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
55 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
61 const char in[] = "Lundi"; local
64 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
71 const char in[] = "\\xD0\\xBF\\xD0\\xBE\\xD0\\xBD\\xD0\\xB5" local
83 const char in[] = "\\xE6\\x98\\x9F\\xE6\\x9C\\x9F\\xE4\\xB8\\x80"; local
    [all...]
get_weekday_wide.pass.cpp 51 const wchar_t in[] = L"Monday"; local
54 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
55 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
61 const wchar_t in[] = L"Lundi"; local
64 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
71 const wchar_t in[] = L"\\x43F\\x43E\\x43D\\x435\\x434\\x435\\x43B\\x44C\\x43D\\x438\\x43A"; local
81 const wchar_t in[] = L"\\x661F\\x671F\\x4E00"; local
    [all...]
get_year.pass.cpp 47 const char in[] = "2009"; local
50 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
51 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
57 const char in[] = "2009"; local
60 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
67 const char in[] = "2009"; local
77 const char in[] = "2009"; local
    [all...]
get_year_wide.pass.cpp 47 const wchar_t in[] = L"2009"; local
50 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
51 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
57 const wchar_t in[] = L"2009"; local
60 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
67 const wchar_t in[] = L"2009"; local
77 const wchar_t in[] = L"2009"; local
    [all...]
  /system/tpm/tpm_manager/aidl/android/tpm_manager/
ITpmManagerClient.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
20 oneway void OnCommandResponse(in byte[] response_proto);

Completed in 584 milliseconds

1 2 3 4 5 6 7 8 91011>>