Searched refs:in (Results 201 - 225 of 5840) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/api/
H A Dppb_audio_buffer.idl3 * found in the LICENSE file.
47 * @param[in] resource The <code>PP_Resource</code> to test.
52 PP_Bool IsAudioBuffer([in] PP_Resource resource);
57 * @param[in] buffer A <code>PP_Resource</code> corresponding to an audio
61 * buffer. Given in seconds since the start of the containing audio stream.
64 PP_TimeDelta GetTimestamp([in] PP_Resource buffer);
69 * @param[in] buffer A <code>PP_Resource</code> corresponding to an audio
71 * @param[in] timestamp A <code>PP_TimeDelta</code> containing the timestamp
72 * of the audio buffer. Given in seconds since the start of the containing
75 void SetTimestamp([in] PP_Resourc
[all...]
H A Dppb_net_address.idl3 * found in the LICENSE file.
34 * All members are expressed in network byte order.
49 * All members are expressed in network byte order.
72 * @param[in] instance A <code>PP_Instance</code> identifying one instance of
74 * @param[in] ipv4_addr An IPv4 address.
79 PP_Resource CreateFromIPv4Address([in] PP_Instance instance,
80 [in] PP_NetAddress_IPv4 ipv4_addr);
86 * @param[in] instance A <code>PP_Instance</code> identifying one instance of
88 * @param[in] ipv6_addr An IPv6 address.
93 PP_Resource CreateFromIPv6Address([in] PP_Instanc
[all...]
H A Dppb_view.idl3 * found in the LICENSE file.
39 PP_Bool IsView([in] PP_Resource resource);
53 * module instance in the viewport, and only need to use the size.
61 * viewport rectangle was filled in, <code>PP_FALSE</code> if not.
63 PP_Bool GetRect([in] PP_Resource resource,
68 * displaying in fullscreen mode.
73 * @return <code>PP_TRUE</code> if the instance is in full screen mode,
76 PP_Bool IsFullscreen([in] PP_Resource resource);
97 PP_Bool IsVisible([in] PP_Resource resource);
102 * the page is in
[all...]
H A Dppb_url_response_info.idl3 * found in the LICENSE file.
35 * in the response header's 'Location' field if this is a redirect response,
44 * used in a new request if this is a redirect response, an empty string
89 * @param[in] resource A <code>PP_Resource</code> corresponding to a
97 [in] PP_Resource resource);
102 * @param[in] request A <code>PP_Resource</code> corresponding to a
104 * @param[in] property A <code>PP_URLResponseProperty</code> identifying
105 * the type of property in the response.
111 [in] PP_Resource response,
112 [in] PP_URLResponsePropert
[all...]
/external/strace/
H A Dgenerate_xlat_in.sh9 s/^\t*\( *[/*].*\)/\1/p}' "$f" >> xlat/"$n".in
14 for n in $(sed -n 's/^\(static \)\?const struct xlat \([a-z0-9_]\+\)\[\] = {$/\2/p' "$f"); do
15 case "$n" in
19 echo '#unconditional' > xlat/"$n".in
23 > xlat/"$n".in
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
H A Dget_time.pass.cpp41 const char in[] = "0:0:0"; local
44 I i = f.get_time(I(in), I(in+sizeof(in)-1), ios, err, &t);
45 assert(i.base() == in+sizeof(in)-1);
52 const char in[] = "23:59:60"; local
55 I i = f.get_time(I(in), I(in+sizeof(in)
63 const char in[] = "24:59:60"; local
74 const char in[] = "23:60:60"; local
85 const char in[] = "23:59:61"; local
96 const char in[] = "2:43:221"; local
107 const char in[] = "2.43:221"; local
[all...]
H A Dget_weekday.pass.cpp41 const char in[] = "Sun"; local
44 I i = f.get_weekday(I(in), I(in+sizeof(in)-1), ios, err, &t);
45 assert(i.base() == in+3);
50 const char in[] = "Suny"; local
53 I i = f.get_weekday(I(in), I(in+sizeof(in)-1), ios, err, &t);
54 assert(i.base() == in
59 const char in[] = "Sund"; local
68 const char in[] = "sun"; local
77 const char in[] = "sunday"; local
86 const char in[] = "Mon"; local
95 const char in[] = "Mony"; local
104 const char in[] = "Mond"; local
113 const char in[] = "mon"; local
122 const char in[] = "monday"; local
131 const char in[] = "Tue"; local
140 const char in[] = "Tuesday"; local
149 const char in[] = "Wed"; local
158 const char in[] = "Wednesday"; local
167 const char in[] = "Thu"; local
176 const char in[] = "Thursday"; local
185 const char in[] = "Fri"; local
194 const char in[] = "Friday"; local
203 const char in[] = "Sat"; local
212 const char in[] = "Saturday"; local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
H A DISO10126d2Padding.java44 * add the pad bytes to the passed in block, returning the
48 byte[] in,
51 byte code = (byte)(in.length - inOff);
53 while (inOff < (in.length - 1))
55 in[inOff] = (byte)random.nextInt();
59 in[inOff] = code;
65 * return the number of pad bytes present in the block.
67 public int padCount(byte[] in) argument
70 int count = in[in
47 addPadding( byte[] in, int inOff) argument
[all...]
/external/chromium_org/ppapi/api/private/
H A Dppb_output_protection_private.idl3 * found in the LICENSE file.
67 * @pram[in] instance A <code>PP_Instance</code> identifying one instance of
74 PP_Resource Create([in] PP_Instance instance);
80 * @param[in] resource A <code>PP_Resource</code> corresponding to a
88 PP_Bool IsOutputProtection([in] PP_Resource resource);
92 * Clients have to query status periodically in order to detect changes.
94 * @param[in] resource A <code>PP_Resource</code> corresponding to a
100 * @param[in] callback A <code>PP_CompletionCallback</code> to run on
107 [in] PP_Resource resource,
110 [in] PP_CompletionCallbac
[all...]
H A Dppb_flash_device_id.idl3 * found in the LICENSE file.
17 PP_Resource Create([in] PP_Instance instance);
21 * string in |*id| and will call the completion callback. On failure the
25 int32_t GetDeviceID([in] PP_Resource device_id,
27 [in] PP_CompletionCallback callback);
H A Dppb_isolated_file_system_private.idl3 * found in the LICENSE file.
38 * @param[in] instance A <code>PP_Instance</code> identifying the instance
40 * @param[in] type A file system type as defined by
44 * @param[in] callback A <code>PP_CompletionCallback</code> to be called upon
50 int32_t Open([in] PP_Instance instance,
51 [in] PP_IsolatedFileSystemType_Private type,
53 [in] PP_CompletionCallback callback);
/external/chromium_org/ppapi/generators/test_cgen/
H A Dinterface.idl4 * found in the LICENSE file.
31 int8_t mem1([in] int16_t x, [in] int32_t y);
32 int32_t mem2([in] ist a);
34 int32_t mem4([in] blob_t ptr);
40 int8_t testIface([in] ifaceFoo foo, [in] int32_t y);
41 ifaceFoo createIface([in] str_t name);
/external/chromium_org/ppapi/generators/test_version/
H A Dversions.idl3 * found in the LICENSE file.
24 [version=0.0] int32_t Bar([in] int32_t x);
28 [version=2.0] int32_t Bar([in] int32_t x, [in] int32_t y, [in] int32_t z);
58 typedef int32_t callback_t([in] int32_t x, [in, version=2.0] int32_t y);
65 int32_t Bar([in, version=1.0] callback_t cb);
/external/guava/guava/src/com/google/common/io/
H A DMultiInputStream.java5 * 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 private InputStream in; field in class:MultiInputStream
48 if (in != null) {
50 in.close();
52 in = null;
63 in = it.next().getInput();
68 if (in == null) {
71 return in.available();
79 if (in
[all...]
/external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
H A Dnarrow_many.pass.cpp30 std::wstring in(L" A\x07.a1\xDA");
31 std::vector<char> v(in.size());
33 assert(f.narrow(&in[0], in.data() + in.size(), '*', v.data()) == in.data() + in.size());
48 std::wstring in(L" A\x07.a1\xDA");
49 std::vector<char> v(in.size());
51 assert(f.narrow(&in[
[all...]
H A Dwiden_many.pass.cpp32 std::string in(" A\x07.a1\x85");
33 std::vector<wchar_t> v(in.size());
35 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size());
50 std::string in(" A\x07.a1\x85");
51 std::vector<wchar_t> v(in.size());
53 assert(f.widen(&in[
[all...]
/external/chromium_org/crypto/
H A Dcurve25519-donna.c3 // found in the LICENSE file.
17 * djb's sample implementation of curve25519 is written in a special assembly
41 /* Sum two numbers: output += in */
42 static void fsum(limb *output, const limb *in) { argument
45 output[0+i] = (output[0+i] + in[0+i]);
46 output[1+i] = (output[1+i] + in[1+i]);
50 /* Find the difference of two numbers: output = in - output
53 static void fdifference(limb *output, const limb *in) { argument
56 output[i] = (in[i] - output[i]);
60 /* Multiply a number my a scalar: output = in * scala
61 fscalar_product(limb *output, const limb *in, const limb scalar) argument
73 fproduct(limb *output, const limb *in2, const limb *in) argument
236 fmul(limb *output, const limb *in, const limb *in2) argument
244 fsquare_inner(limb *output, const limb *in) argument
303 fsquare(limb *output, const limb *in) argument
[all...]
/external/chromium_org/ppapi/api/dev/
H A Dppb_printing_dev.idl3 * found in the LICENSE file.
20 * @param[in] instance A <code>PP_Instance</code> identifying one instance
26 PP_Resource Create([in] PP_Instance instance);
33 * @param[in] resource The printing resource.
35 * @param[in] callback A <code>CompletionCallback</code> to be called when
41 int32_t GetDefaultPrintSettings([in] PP_Resource resource,
43 [in] PP_CompletionCallback callback);
H A Dppp_network_state_dev.idl3 * found in the LICENSE file.
24 void SetOnLine([in] PP_Bool is_online);
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
H A DIBrailleService.aidl5 * use this file except in compliance with the License. You may obtain a copy of
10 * Unless required by applicable law or agreed to in writing, software
29 boolean registerCallback(in IBrailleServiceCallback callback);
34 oneway void unregisterCallback(in IBrailleServiceCallback callback);
42 void displayDots(in byte[] patterns);
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
H A Dget_time.pass.cpp43 const char in[] = "13:14:15"; local
46 I i = f.get_time(I(in), I(in+sizeof(in)-1), ios, err, &t);
47 assert(i.base() == in+sizeof(in)-1);
55 const char in[] = "13:14:15"; local
58 I i = f.get_time(I(in), I(in+sizeof(in)
67 const char in[] = "13:14:15"; local
79 const char in[] = "13:14:15"; local
[all...]
/external/chromium_org/ppapi/api/private/finish_writing_these/
H A Dppb_pdf.idl3 * found in the LICENSE file.
76 [in] PP_Instance instance,
77 [in] PP_ResourceString string_id);
81 [in] PP_Instance instance,
82 [in] PP_ResourceImage image_id);
90 [in] PP_Instance instance,
91 [in] PP_FontDescription_Dev description,
92 [in] PP_PrivateFontCharset charset);
98 [in] PP_Resource font_file,
99 [in] uint32_
[all...]
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
H A DBase64.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
34 * as specified in RFC 2045 (http://www.ietf.org/rfc/rfc2045.txt).
38 public static byte[] decode(byte[] in) { argument
39 return decode(in, in.length);
42 public static byte[] decode(byte[] in, int len) { argument
57 chr = in[len-1];
69 // index in the output array
71 // index in th
138 encode(byte[] in, String charsetName) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DDigest.java16 * return the size, in bytes, of the digest produced by this message digest.
18 * @return the size, in bytes, of the digest produced by this message digest.
25 * @param in the input byte to be entered.
27 public void update(byte in); argument
32 * @param in the byte array containing the data.
36 public void update(byte[] in, int inOff, int len); argument
H A DWrapper.java14 public byte[] wrap(byte[] in, int inOff, int inLen); argument
16 public byte[] unwrap(byte[] in, int inOff, int inLen) argument

Completed in 7009 milliseconds

1234567891011>>