Searched refs:in (Results 76 - 100 of 5840) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/api/private/
H A Dppb_udp_socket_private.idl3 * found in the LICENSE file.
36 PP_Resource Create([in] PP_Instance instance_id);
41 PP_Bool IsUDPSocket([in] PP_Resource resource_id);
46 * are described in PP_UDPSocketFeature_Private description. If no
50 * or PP_ERROR_FAILED in the case of internal errors.
53 int32_t SetSocketFeature([in] PP_Resource udp_socket,
54 [in] PP_UDPSocketFeature_Private name,
55 [in] PP_Var value);
58 int32_t Bind([in] PP_Resource udp_socket,
59 [in] PP_NetAddress_Privat
[all...]
H A Dppb_nacl_private.idl3 * found in the LICENSE file.
49 /* Deprecated, safe to reuse the value because it's never logged in UMA.
125 /* The trusted plugin begins in this ready state. */
144 [in] PP_FileHandle file_handle);
146 /* Corresponds to NaClFileInfo in
151 /* See NaClFileToken comment in nacl_file_info.h */
165 * The |nexe_file_info| is currently used only in non-SFI mode. It is the
168 * The |uses_irt| flag indicates whether the IRT should be loaded in this
180 void LaunchSelLdr([in] PP_Instance instance,
181 [in] PP_Boo
[all...]
H A Dppb_flash_clipboard.idl3 * found in the LICENSE file.
19 * These types correspond to clipboard types in WebKit.
60 * Deprecated in 5.0.
64 [in] PP_Instance instance_id,
65 [in] PP_Flash_Clipboard_Type clipboard_type,
66 [in] PP_Flash_Clipboard_Format format);
69 * Deprecated in 5.0.
72 PP_Var ReadData([in] PP_Instance instance_id,
73 [in] PP_Flash_Clipboard_Type clipboard_type,
74 [in] PP_Flash_Clipboard_Forma
[all...]
H A Dppb_tcp_server_socket_private.idl3 * found in the LICENSE file.
23 PP_Resource Create([in] PP_Instance instance);
28 PP_Bool IsTCPServerSocket([in] PP_Resource resource);
35 * accept incoming connections or in the case of failure. Returns
37 * PP_ERROR_FAILED in the case of Listen failure. Otherwise, returns
40 int32_t Listen([in] PP_Resource tcp_server_socket,
41 [in] PP_NetAddress_Private addr,
42 [in] int32_t backlog,
43 [in] PP_CompletionCallback callback);
47 * PPB_TCPSocket_Private and stores reference to it in
[all...]
H A Dppb_testing_private.idl3 * found in the LICENSE file.
7 * This file contains interface functions used for unit testing. Do not use in
8 * production code. They are not guaranteed to be available in normal plugin
30 * Data will be read into the image starting at |top_left| in the device
42 * that have not yet been flushed; these operations are only reflected in
46 PP_Bool ReadImageData([in] PP_Resource device_context_2d,
47 [in] PP_Resource image,
48 [in] PP_Point top_left);
60 void RunMessageLoop([in] PP_Instance instance);
66 void QuitMessageLoop([in] PP_Instanc
[all...]
H A Dppb_flash_font_file.idl3 * found in the LICENSE file.
19 [in] PP_Instance instance,
20 [in] PP_BrowserFont_Trusted_Description description,
21 [in] PP_PrivateFontCharset charset);
25 PP_Bool IsFlashFontFile([in] PP_Resource resource);
28 * |output_length| should pass in the size of |output|. And it will return
29 * the actual length of returned data. |output| could be NULL in order to
35 [in] PP_Resource font_file,
36 [in] uint32_t table,
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
H A Dget_monthname_wide.pass.cpp41 const wchar_t in[] = L"Jan"; local
44 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
45 assert(i.base() == in+3);
50 const wchar_t in[] = L"Feb"; local
53 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeo
59 const wchar_t in[] = L"Mar"; local
68 const wchar_t in[] = L"Apr"; local
77 const wchar_t in[] = L"May"; local
86 const wchar_t in[] = L"Jun"; local
95 const wchar_t in[] = L"Jul"; local
104 const wchar_t in[] = L"Aug"; local
113 const wchar_t in[] = L"Sep"; local
122 const wchar_t in[] = L"Oct"; local
131 const wchar_t in[] = L"Nov"; local
140 const wchar_t in[] = L"Dec"; local
149 const wchar_t in[] = L"January"; local
158 const wchar_t in[] = L"February"; local
167 const wchar_t in[] = L"March"; local
176 const wchar_t in[] = L"April"; local
185 const wchar_t in[] = L"May"; local
194 const wchar_t in[] = L"June"; local
203 const wchar_t in[] = L"July"; local
212 const wchar_t in[] = L"August"; local
221 const wchar_t in[] = L"September"; local
230 const wchar_t in[] = L"October"; local
239 const wchar_t in[] = L"November"; local
248 const wchar_t in[] = L"December"; local
257 const wchar_t in[] = L"Decemper"; local
[all...]
/external/chromium_org/ppapi/api/
H A Dppb_file_ref.idl3 * found in the LICENSE file.
8 * file in a file system.
35 * The <code>PPB_FileRef</code> struct represents a "weak pointer" to a file in
41 * Create() creates a weak pointer to a file in the given file system. File
44 * @param[in] resource A <code>PP_Resource</code> corresponding to a file
46 * @param[in] path A path to the file. Must begin with a '/' character.
51 PP_Resource Create([in] PP_Resource file_system, [in] str_t path);
55 * @param[in] resource A <code>PP_Resource</code> corresponding to a file
62 PP_Bool IsFileRef([in] PP_Resourc
[all...]
H A Dppb_tcp_socket.idl3 * found in the LICENSE file.
63 * @param[in] instance A <code>PP_Instance</code> identifying one instance of
69 PP_Resource Create([in] PP_Instance instance);
74 * @param[in] resource A <code>PP_Resource</code> to check.
79 PP_Bool IsTCPSocket([in] PP_Resource resource);
84 * @param[in] tcp_socket A <code>PP_Resource</code> corresponding to a TCP
86 * @param[in] addr A <code>PPB_NetAddress</code> resource.
87 * @param[in] callback A <code>PP_CompletionCallback</code> to be called upon
92 * - <code>PP_ERROR_ADDRESS_IN_USE</code>: the address is already in use.
96 int32_t Bind([in] PP_Resourc
[all...]
H A Dppb_media_stream_video_track.idl3 * found in the LICENSE file.
8 * receiving video frames from a MediaStream video track in the browser.
30 * The maximum number of frames to hold in the input buffer.
42 * The width of video frames in pixels. It should be a multiple of 4.
53 * The height of video frames in pixels. It should be a multiple of 4.
81 * @param[in] instance A <code>PP_Instance</code> identifying one instance of
88 PP_Resource Create([in] PP_Instance instance);
93 * @param[in] resource The <code>PP_Resource</code> to test.
99 PP_Bool IsMediaStreamVideoTrack([in] PP_Resource resource);
119 * @param[in] video_trac
[all...]
H A Dppb_var.idl3 * found in the LICENSE file.
25 * @param[in] var A <code>PP_Var</code> that will have a reference added.
28 void AddRef([in] PP_Var var);
40 * @param[in] var A <code>PP_Var</code> that will have a reference removed.
43 void Release([in] PP_Var var);
47 * encoded in valid UTF-8 and is NOT NULL-terminated, the length must be
48 * specified in <code>len</code>. It is an error if the string is not
63 * @param[in] module A PP_Module uniquely identifying the module or .nexe.
64 * @param[in] data A string
65 * @param[in] le
[all...]
H A Dppb_var_dictionary.idl3 * found in the LICENSE file.
34 * @param[in] dict A dictionary var.
35 * @param[in] key A string var.
39 * <code>key</code> is not a string var, or it doesn't exist in
42 PP_Var Get([in] PP_Var dict, [in] PP_Var key);
47 * @param[in] dict A dictionary var.
48 * @param[in] key A string var. If this key hasn't existed in
51 * @param[in] valu
[all...]
H A Dppb_media_stream_audio_track.idl3 * found in the LICENSE file.
8 * receiving audio samples from a MediaStream audio track in the browser.
39 * The sample rate of audio data in buffers. The attribute value is a
45 * The sample size of audio data in buffers in bytes. The attribute value is a
51 * The number of channels in audio buffers.
58 * The duration of an audio buffer in milliseconds.
70 * @param[in] resource The <code>PP_Resource</code> to test.
76 PP_Bool IsMediaStreamAudioTrack([in] PP_Resource resource);
97 * @param[in] audio_trac
[all...]
H A Dppb_url_request_info.idl3 * found in the LICENSE file.
103 * no credentials are sent with the request and cookies are ignored in the
162 * and handle URL requests. This API is used in conjunction with
170 * @param[in] instance A <code>PP_Instance</code> identifying one instance
177 [in] PP_Instance instance);
183 * @param[in] resource A <code>PP_Resource</code> corresponding to a
191 [in] PP_Resource resource);
197 * @param[in] request A <code>PP_Resource</code> corresponding to a
199 * @param[in] property A <code>PP_URLRequestProperty</code> identifying the
201 * @param[in] valu
[all...]
H A Dppb_compositor.idl3 * found in the LICENSE file.
19 * This interface is still in development (Dev API status) and may change,
73 * @param[in] resource The <code>PP_Resource</code> to test.
78 PP_Bool IsCompositor([in] PP_Resource resource);
83 * @param[in] instance A <code>PP_Instance</code> identifying one instance
89 PP_Resource Create([in] PP_Instance instance);
101 * param[in] compositor A <code>PP_Resource</code> corresponding to
107 PP_Resource AddLayer([in] PP_Resource compositor);
112 * param[in] compositor A <code>PP_Resource</code> corresponding to
114 * @param[in] c
[all...]
H A Dppb_message_loop.idl3 * found in the LICENSE file.
75 * It is legal to create threads in your plugin without message loops, but
76 * PPAPI calls will fail unless explicitly noted in the documentation.
81 * from those calls will be queued in the message loop and never run. The same
98 * tasks in the message queue will be lost.
176 int32_t AttachToCurrentThread([in] PP_Resource message_loop);
196 * - PP_ERROR_INPROGRESS: You are attempting to call Run in a nested
200 int32_t Run([in] PP_Resource message_loop);
204 * any thread. Posted work will be executed in the order it was posted when
213 * executed in orde
[all...]
H A Dppb_messaging.idl3 * found in the LICENSE file.
28 * @param[in] instance A <code>PP_Instance</code> identifying one instance
30 * @param[in] message A <code>PP_Var</code> containing the data to be sent to
41 * Listeners for message events in JavaScript code will receive an object
44 * data in the received <code>MessageEvent</code>.
84 void PostMessage([in] PP_Instance instance, [in] PP_Var message);
96 * RegisterMessageHandler will return PP_ERROR_WRONG_THREAD in that case.
98 * the browser will not be able to call functions in the plugin's message
110 * @param[in] instanc
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
H A DTBCPadding.java39 * add the pad bytes to the passed in block, returning the
43 * passed to it inside in. i.e. if inOff is zero, indicating the
44 * entire block is to be overwritten with padding the value of in
49 byte[] in,
52 int count = in.length - inOff;
57 code = (byte)((in[inOff - 1] & 0x01) == 0 ? 0xff : 0x00);
61 code = (byte)((in[in.length - 1] & 0x01) == 0 ? 0xff : 0x00);
64 while (inOff < in.length)
66 in[inOf
48 addPadding( byte[] in, int inOff) argument
76 padCount(byte[] in) argument
[all...]
/external/zlib/src/examples/
H A Dgzjoin.c16 in a product, an acknowledgment in the product documentation would be
39 decompress all of the input data in order to find the bits in the compressed
48 compressed data in order to connect the streams. The output gzip file
65 /* exit with an error (return a value to allow use in an expression) */
75 #define CHUNK 32768 /* must be a power of two and fit in unsigned */
87 local void bclose(bin *in) argument
89 if (in != NULL) {
90 if (in
102 bin *in; local
121 bload(bin *in) argument
145 bget4(bin *in) argument
157 bskip(bin *in, unsigned skip) argument
204 gzhead(bin *in) argument
254 zpull(z_streamp strm, bin *in) argument
285 bin *in; /* buffered input file */ local
[all...]
/external/libcxx/test/strings/basic.string/string.nonmembers/string.io/
H A Dget_line_delim.pass.cpp26 std::istringstream in(" abc* def** ghij");
28 getline(in, s, '*');
29 assert(in.good());
31 getline(in, s, '*');
32 assert(in.good());
34 getline(in, s, '*');
35 assert(in.good());
37 getline(in, s, '*');
38 assert(in.eof());
42 std::wistringstream in(
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
H A Dinet_ntoa.c3 // found in the LICENSE file.
14 char* inet_ntoa(struct in_addr in) { argument
17 GetByte(&in, 0), GetByte(&in, 1),
18 GetByte(&in, 2), GetByte(&in, 3));
/external/chromium_org/ppapi/api/dev/
H A Dppb_file_chooser_dev.idl3 * found in the LICENSE file.
40 * @param[in] instance A <code>PP_Instance</code> identifying one instance
42 * @param[in] mode A <code>PP_FileChooserMode_Dev</code> value that controls
44 * @param[in] accept_types A comma-separated list of MIME types and file
48 * types and file extensions. If a string in the comma-separated list begins
57 [in] PP_Instance instance,
58 [in] PP_FileChooserMode_Dev mode,
59 [in] PP_Var accept_types);
64 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
71 [in] PP_Resourc
[all...]
H A Dppb_buffer_dev.idl3 * found in the LICENSE file.
16 * Allocates a buffer of the given size in bytes. The return value will have
21 [in] PP_Instance instance,
22 [in] uint32_t size_in_bytes);
29 [in] PP_Resource resource);
36 [in] PP_Resource resource,
44 [in] PP_Resource resource);
50 [in] PP_Resource resource);
/external/chromium_org/ppapi/generators/test_thunk/
H A Dsimple.idl3 * found in the LICENSE file.
19 PP_Resource Create([in] PP_Instance instance);
21 PP_Bool IsSimple([in] PP_Resource resource);
24 void PostMessage([in] PP_Instance instance, [in] PP_Var message);
26 uint32_t DoUint32Instance([in] PP_Instance instance);
29 uint32_t DoUint32Instance([in] PP_Instance instance,
30 [in] PP_Resource resource);
32 uint32_t DoUint32Resource([in] PP_Resource instance);
35 uint32_t DoUint32ResourceNoErrors([in] PP_Resourc
[all...]
/external/chromium_org/ppapi/api/private/finish_writing_these/
H A Dppb_flash_file.idl3 * found in the LICENSE file.
25 * value is the ppapi error, PP_OK if success, one of the PP_ERROR_* in case
29 [in] PP_Instance instance,
30 [in] str_t path,
31 [in] int32_t mode,
35 * success, one of the PP_ERROR_* in case of failure.
38 [in] PP_Instance instance,
39 [in] str_t path_from,
40 [in] str_t path_to);
44 * return value is the ppapi error, PP_OK if success, one of the PP_ERROR_* in
[all...]

Completed in 629 milliseconds

1234567891011>>