Searched refs:in (Results 126 - 150 of 5840) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/api/trusted/
H A Dppb_char_set_trusted.idl3 * found in the LICENSE file.
41 * This inteface is provided for trusted plugins only since in Native Client it
48 * Converts the UTF-16 string pointed to by |*utf16| to an 8-bit string in
49 * the specified code page. |utf16_len| is measured in UTF-16 units, not
61 PP_Bool UTF16ToCharSet([in, size_as=utf16_len] uint16_t[] utf16,
62 [in] uint32_t utf16_len,
63 [in] str_t output_char_set,
64 [in] PP_CharSet_Trusted_ConversionError on_error,
69 * Same as UTF16ToCharSet except converts in the other direction. The input
70 * is in th
[all...]
/external/chromium_org/ppapi/generators/test_namespace/
H A Dbar.idl3 * found in the LICENSE file.
6 /* This file tests the namespace functions in the parser. */
22 [in] PP_Instance instance,
23 [in] PP_Size size,
24 [in] PP_Bool is_always_opaque);
30 [in] PP_Resource resource);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3h.tcl6 # 1) The src/sqlite.h.in source file. This is the template for sqlite3.h.
14 # This script performs processing on src/sqlite.h.in. It:
16 # 1) Adds SQLITE_EXTERN in front of the declaration of global variables,
17 # 2) Adds SQLITE_API in front of the declaration of API functions,
39 set in [open $TOP/VERSION]
40 set zVersion [string trim [read $in]]
41 close $in
46 set in [open $TOP/manifest.uuid]
47 set zUuid [string trim [read $in]]
48 close $in
[all...]
/external/clang/test/CodeGen/
H A Darm64-vrsqrt.c5 uint32x2_t test_vrsqrte_u32(uint32x2_t in) { argument
7 // CHECK: call <2 x i32> @llvm.aarch64.neon.ursqrte.v2i32(<2 x i32> %in)
8 return vrsqrte_u32(in);
11 float32x2_t test_vrsqrte_f32(float32x2_t in) { argument
13 // CHECK: call <2 x float> @llvm.aarch64.neon.frsqrte.v2f32(<2 x float> %in)
14 return vrsqrte_f32(in);
18 uint32x4_t test_vrsqrteq_u32(uint32x4_t in) { argument
20 // CHECK: call <4 x i32> @llvm.aarch64.neon.ursqrte.v4i32(<4 x i32> %in)
21 return vrsqrteq_u32(in);
24 float32x4_t test_vrsqrteq_f32(float32x4_t in) { argument
[all...]
H A Dmmx-inline-asm-error.c4 vec256 foo(vec256 in) { argument
7 asm("something %0" : : "y"(in)); // expected-error {{invalid type 'vec256' (vector of 8 'int' values) in asm input for constraint 'y'}}
8 asm("something %0" : "=y"(out)); // expected-error {{invalid type 'vec256' (vector of 8 'int' values) in asm input for constraint 'y'}}
9 asm("something %0, %0" : "+y"(out)); // expected-error {{invalid type 'vec256' (vector of 8 'int' values) in asm input for constraint 'y'}}
/external/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/
H A Dstr.pass.cpp23 std::istrstream in(buf);
24 assert(in.str() == std::string("123 4.5 dog"));
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
H A Dxsputn.pass.cpp37 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);
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
H A Dget_date.pass.cpp43 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),
67 const char in[] = "10.06.2009"; local
79 const char in[] = "2009/06/10"; local
[all...]
H A Dget_date_wide.pass.cpp43 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),
67 const wchar_t in[] = L"10.06.2009"; local
79 const wchar_t in[] = L"2009/06/10"; local
[all...]
H A Dget_monthname.pass.cpp43 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),
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...]
H A Dget_monthname_wide.pass.cpp52 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),
72 const wchar_t in[] = L"\\x438\\x44E\\x43D\\x44F"; local
82 const wchar_t in[] = L"\\x516D\\x6708"; local
[all...]
H A Dget_time_wide.pass.cpp43 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),
67 const wchar_t in[] = L"13:14:15"; local
79 const wchar_t in[] = L"13:14:15"; local
[all...]
H A Dget_weekday.pass.cpp43 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),
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...]
H A Dget_weekday_wide.pass.cpp43 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),
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...]
H A Dget_year.pass.cpp42 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),
62 const char in[] = "2009"; local
72 const char in[] = "2009"; local
[all...]
H A Dget_year_wide.pass.cpp42 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),
62 const wchar_t in[] = L"2009"; local
72 const wchar_t in[] = L"2009"; local
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dis_arch_supported12 case `uname -m` in
/external/valgrind/main/memcheck/tests/amd64-linux/
H A Dint3-amd64.stdout.exp2 in int_handler, RIP is ...
/external/valgrind/main/memcheck/tests/
H A Dleak-0.stderr.exp1 leaked: 0 bytes in 0 blocks
2 dubious: 0 bytes in 0 blocks
3 reachable: 0 bytes in 1 blocks
4 suppressed: 0 bytes in 0 blocks
H A Dleak-cases-summary.stderr.exp1 leaked: 80 bytes in 5 blocks
2 dubious: 96 bytes in 6 blocks
3 reachable: 64 bytes in 4 blocks
4 suppressed: 0 bytes in 0 blocks
H A Dlong_namespace_xml.stdout.exp1 I'm in an asininely long namespace!
H A Dwrap1.stdout.exp3 in actual
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dint3-x86.stdout.exp2 in int_handler, EIP is ...
/external/valgrind/main/none/tests/mips32/
H A Dtest_fcsr.c6 unsigned long long in [] = {0x405EE0A3D70A3D71ULL, 0x3FF0000000000000ULL}; local
20 : "r" (in), "r" (out)
/external/chromium_org/ppapi/api/
H A Dppb_websocket.idl3 * found in the LICENSE file.
52 * This enumeration contains status codes. These codes are used in Close() and
55 * <code>PP_WEBSOCKETSTATUSCODE_NORMAL_CLOSURE</code> and codes in the range
66 * (Note that the code 1005 is forbidden to send in actual close frames by
68 * appear in the actual close frames.)
73 * Status codes in the range 0-999 are not used.
136 * server didn't return them in the response message of the WebSocket
148 * Status codes in the range 1012-1014 are reserved.
158 * Status codes in the range 1016-2999 are reserved.
162 * Status codes in th
[all...]

Completed in 1886 milliseconds

1234567891011>>