Searched refs:in (Results 226 - 250 of 5840) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/api/
H A Dppp_mouse_lock.idl3 * found in the LICENSE file.
25 * @param[in] instance A <code>PP_Instance</code> identifying one instance
28 void MouseLockLost([in] PP_Instance instance);
/external/chromium_org/ppapi/api/private/
H A Dppb_camera_capabilities_private.idl3 * found in the LICENSE file.
27 * @param[in] instance A <code>PP_Instance</code> identifying one instance of
33 PP_Resource Create([in] PP_Instance instance);
39 * @param[in] resource A <code>PP_Resource</code> corresponding to an image
47 [in] PP_Resource resource);
53 * @param[in] capabilities A <code>PP_Resource</code> corresponding to an
57 * to the supported preview sizes in pixels. The ownership of the array
63 [in] PP_Resource capabilities,
71 * @param[in] capabilities A <code>PP_Resource</code> corresponding to an
76 * the supported JPEG image sizes in pixel
[all...]
H A Dppb_file_ref_private.idl3 * found in the LICENSE file.
16 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
21 PP_Var GetAbsolutePath([in] PP_Resource file_ref);
H A Dppb_flash_print.idl3 * found in the LICENSE file.
22 void InvokePrinting([in] PP_Instance instance);
H A Dppb_instance_private.idl3 * found in the LICENSE file.
45 * @param[in] instance A PP_Instance whose WindowObject should be retrieved.
48 PP_Var GetWindowObject([in] PP_Instance instance);
54 * @param[in] instance A PP_Instance whose WindowObject should be retrieved.
57 PP_Var GetOwnerElementObject([in] PP_Instance instance);
61 * script in the context of the frame containing the module.
63 * The exception, if any, will be returned in *exception. As with the PPB_Var
69 * @param[in] script A string containing the JavaScript to execute.
70 * @param[in/out] exception PP_Var containing the exception. Initialize
77 PP_Var ExecuteScript([in] PP_Instanc
[all...]
H A Dppp_instance_private.idl3 * found in the LICENSE file.
17 * functions that may be implemented in a trusted plugin to provide capabilities
18 * that aren't possible in untrusted modules.
32 * @param[in] instance A PP_Instance identifying the instance from which the
36 PP_Var GetInstanceObject([in] PP_Instance instance);
/external/chromium_org/ppapi/c/documentation/
H A Dcheck.sh4 # found in the LICENSE file.
7 # command line or rely on default which checks all html files in
22 for file in *.html ; do
26 for file in $* ; do
/external/chromium_org/ppapi/cpp/documentation/
H A Dcheck.sh4 # found in the LICENSE file.
7 # command line or rely on default which checks all html files in
22 for file in *.html ; do
26 for file in $* ; do
/external/chromium_org/ppapi/generators/test_cgen/
H A Denum_typedef.idl4 * found in the LICENSE file.
24 typedef int32_t i_func_i([in] int32_t i);
34 typedef int8_t PPB_Audio_Callback([in] mem_t sample_buffer,
35 [in] uint32_t buffer_size_in_bytes,
36 [in] mem_t user_data);
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
H A Dlower_unified_returns.opt_test5 # If both branches of an if statement end in a return, and
12 ((declare (in) float aa) (declare (in) float ab) (declare (in) float b)
13 (declare (in) float c)
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_padding.c4 Redistribution and use in source and binary forms, with or without
11 - Redistributions in binary form must reproduce the above copyright
12 notice, this list of conditions and the following disclaimer in the
28 /* Check for overflow in reading the padding length.
48 unsigned char *in = malloc(PACKETSIZE); local
52 if (!in || !out) {
56 in[0] = 0xff;
57 in[1] = 0x41;
58 memset(in + 2, 0xff, PACKETSIZE - 3);
59 in[PACKETSIZ
[all...]
/external/clang/utils/ABITest/
H A Dsummarize.sh10 for i in $(seq 0 $1); do
/external/e2fsprogs/lib/uuid/
H A Dparse.c7 * Redistribution and use in source and binary forms, with or without
11 * notice, and the entire permission notice in its entirety,
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
42 int uuid_parse(const char *in, uuid_t uu) argument
49 if (strlen(in) != 36)
51 for (i=0, cp = in; i <= 36; i++,cp++) {
65 uuid.time_low = strtoul(in, NULL, 16);
66 uuid.time_mid = strtoul(in+9, NULL, 16);
67 uuid.time_hi_and_version = strtoul(in
[all...]
/external/eigen/Eigen/src/Core/util/
H A DNonMPL2.h5 #error Including non-MPL2 code in EIGEN_MPL2_ONLY mode
/external/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.sh3 for nm in `cat $1` ; do
H A Dpublic_unnamespace.sh3 for nm in `cat $1` ; do
/external/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/
H A Drdbuf.pass.cpp23 const std::istrstream in(buf);
24 std::strstreambuf* sb = in.rdbuf();
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
H A Dget_date_wide.pass.cpp41 const wchar_t in[] = L"5/5/5"; local
44 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
45 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
/external/libcxx/test/utilities/template.bitset/bitset.operators/
H A Dstream_in.pass.cpp22 std::istringstream in("01011010");
24 in >> b;
/external/libopus/tests/
H A Dtest_opus_padding.c4 Redistribution and use in source and binary forms, with or without
11 - Redistributions in binary form must reproduce the above copyright
12 notice, this list of conditions and the following disclaimer in the
28 /* Check for overflow in reading the padding length.
48 unsigned char *in = malloc(PACKETSIZE); local
52 if (!in || !out) {
56 in[0] = 0xff;
57 in[1] = 0x41;
58 memset(in + 2, 0xff, PACKETSIZE - 3);
59 in[PACKETSIZ
[all...]
/external/mesa3d/src/glsl/tests/lower_jumps/
H A Dlower_unified_returns.opt_test5 # If both branches of an if statement end in a return, and
12 ((declare (in) float aa) (declare (in) float ab) (declare (in) float b)
13 (declare (in) float c)
/external/valgrind/main/memcheck/tests/
H A Dwrap7.stdout.exp3 in actual-so
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-encblock.c19 * @in: Input data (16 bytes)
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
29 aes_encrypt(ctx, in, out);
/external/wpa_supplicant_8/src/crypto/
H A Daes-encblock.c19 * @in: Input data (16 bytes)
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
29 aes_encrypt(ctx, in, out);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-encblock.c19 * @in: Input data (16 bytes)
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
29 aes_encrypt(ctx, in, out);

Completed in 1943 milliseconds

1234567891011>>