Searched refs:in (Results 176 - 200 of 3914) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/storage/
H A DSQLTransactionCallback.idl4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
34 boolean handleEvent(in SQLTransaction transaction);
H A DSQLTransactionErrorCallback.idl4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
34 boolean handleEvent(in SQLError error);
H A DSQLTransactionSyncCallback.idl4 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above
12 * in the documentation and/or other materials provided with the
36 boolean handleEvent(in SQLTransactionSync transaction);
H A DStorageInfoErrorCallback.idl4 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above
12 * in the documentation and/or other materials provided with the
36 boolean handleEvent(in DOMCoreException error);
/external/webkit/Source/WebCore/webaudio/
H A DAudioNode.idl4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
33 [Custom] void connect(in AudioNode destination, in unsigned long output, in unsigned long input)
36 [Custom] void disconnect(in unsigned long output)
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebPluginHalterDelegate.idl4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
42 HRESULT shouldHaltPlugin([in] IWebView* webView, [in] IDOMNode*, [in] BOOL isWindowed, [in] BSTR pluginName, [out, retval] BOOL* result);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DGCController.idl4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
30 void collectOnAlternateThread(in boolean waitUntilDone);
/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);
/external/valgrind/main/gdbserver_tests/
H A DmcinvokeRU.stdoutB.exp1 gdbserver: continuing in 0 ms ...
3 gdbserver: continuing in 0 ms ...
5 gdbserver: continuing in 0 ms ...
7 gdbserver: continuing in 0 ms ...
9 gdbserver: continuing in 0 ms ...
11 gdbserver: continuing in 0 ms ...
13 gdbserver: continuing in 0 ms ...
15 gdbserver: continuing in 0 ms ...
17 gdbserver: continuing in 0 ms ...
19 gdbserver: continuing in
[all...]
H A DmcinvokeWS.stdoutB.exp1 gdbserver: continuing in 0 ms ...
3 gdbserver: continuing in 0 ms ...
5 gdbserver: continuing in 0 ms ...
7 gdbserver: continuing in 0 ms ...
9 gdbserver: continuing in 0 ms ...
11 gdbserver: continuing in 0 ms ...
13 gdbserver: continuing in 0 ms ...
15 gdbserver: continuing in 0 ms ...
17 gdbserver: continuing in 0 ms ...
19 gdbserver: continuing in
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGMatrix.idl12 * This library is distributed in the hope that it will be useful,
35 [StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix multiply(in SVGMatrix secondMatrix);
38 [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix translate(in float x, in float y);
39 [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix scale(in float scaleFactor);
40 [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix scaleNonUniform(in float scaleFactorX, in float scaleFactorY);
41 [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix rotate(in float angle);
42 [StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix rotateFromVector(in float x, in floa
[all...]
H A DSVGLengthList.idl5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
34 [StrictTypeChecking, RequiresAllArguments=Raise] SVGLength initialize(in SVGLength item)
36 [StrictTypeChecking, RequiresAllArguments=Raise] SVGLength getItem(in unsigned long index)
38 [StrictTypeChecking, RequiresAllArguments=Raise] SVGLength insertItemBefore(in SVGLength item, in unsigned long index)
40 [StrictTypeChecking, RequiresAllArguments=Raise] SVGLength replaceItem(in SVGLength item, in unsigned long index)
42 [StrictTypeChecking, RequiresAllArguments=Raise] SVGLength removeItem(in unsigne
[all...]
H A DSVGNumberList.idl5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
34 [StrictTypeChecking, RequiresAllArguments=Raise] SVGNumber initialize(in SVGNumber item)
36 [StrictTypeChecking, RequiresAllArguments=Raise] SVGNumber getItem(in unsigned long index)
38 [StrictTypeChecking, RequiresAllArguments=Raise] SVGNumber insertItemBefore(in SVGNumber item, in unsigned long index)
40 [StrictTypeChecking, RequiresAllArguments=Raise] SVGNumber replaceItem(in SVGNumber item, in unsigned long index)
42 [StrictTypeChecking, RequiresAllArguments=Raise] SVGNumber removeItem(in unsigne
[all...]
H A DSVGPathSegList.idl5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
34 [StrictTypeChecking, RequiresAllArguments=Raise] SVGPathSeg initialize(in SVGPathSeg newItem)
36 [StrictTypeChecking, RequiresAllArguments=Raise] SVGPathSeg getItem(in unsigned long index)
38 [StrictTypeChecking, RequiresAllArguments=Raise] SVGPathSeg insertItemBefore(in SVGPathSeg newItem, in unsigned long index)
40 [StrictTypeChecking, RequiresAllArguments=Raise] SVGPathSeg replaceItem(in SVGPathSeg newItem, in unsigned long index)
42 [StrictTypeChecking, RequiresAllArguments=Raise] SVGPathSeg removeItem(in unsigne
[all...]
H A DSVGPointList.idl4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
33 [StrictTypeChecking, RequiresAllArguments=Raise] SVGPoint initialize(in SVGPoint item)
35 [StrictTypeChecking, RequiresAllArguments=Raise] SVGPoint getItem(in unsigned long index)
37 [StrictTypeChecking, RequiresAllArguments=Raise] SVGPoint insertItemBefore(in SVGPoint item, in unsigned long index)
39 [StrictTypeChecking, RequiresAllArguments=Raise] SVGPoint replaceItem(in SVGPoint item, in unsigned long index)
41 [StrictTypeChecking, RequiresAllArguments=Raise] SVGPoint removeItem(in unsigne
[all...]
/external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/
H A Dder_encode_utf8_string.c4 * algorithms in a highly modular and flexible manner.
23 @param in The array of UTF8 to store (one per wchar_t)
26 @param outlen [in/out] The max size and resulting size of the DER UTF8 STRING
29 int der_encode_utf8_string(const wchar_t *in, unsigned long inlen, argument
34 LTC_ARGCHK(in != NULL);
40 if (in[x] < 0 || in[x] > 0x1FFFF) {
43 len += der_utf8_charsize(in[x]);
87 switch (der_utf8_charsize(in[y])) {
88 case 1: out[x++] = in[
[all...]
/external/e2fsprogs/install-utils/
H A Dcompile_manpages7 for i in $MAN8
13 for i in $MAN1
/external/grub/stage2/
H A Dterminfo.h11 * This program is distributed in the hope that it will be useful,
39 char *ti_escape_memory (const char *in, const char *end);
40 char *ti_escape_string (const char *in);
41 char *ti_unescape_memory (const char *in, const char *end);
42 char *ti_unescape_string (const char *in);
/external/openssl/crypto/aes/
H A Daes_ecb.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
62 void AES_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
65 assert(in && out && key);
69 AES_encrypt(in, out, key);
71 AES_decrypt(in, ou
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
H A DEncodedValue.java6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
50 public static EncodedValue readEncodedValue(DexFile dexFile, Input in) { argument
51 Byte b = in.readByte();
57 return new ByteEncodedValue(in);
59 return new ShortEncodedValue(in, valueArg);
61 return new CharEncodedValue(in, valueArg);
63 return new IntEncodedValue(in, valueArg);
65 return new LongEncodedValue(in, valueAr
[all...]
/external/webkit/Source/WebCore/css/
H A DMediaQueryList.idl9 * This library is distributed in the hope that it will be useful,
24 void addListener(in MediaQueryListListener listener);
25 void removeListener(in MediaQueryListListener listener);
/external/webkit/Source/WebCore/html/
H A DDOMURL.idl4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
34 [ConvertNullStringTo=Undefined] DOMString createObjectURL(in Blob blob);
35 void revokeObjectURL(in DOMString url);
/external/webkit/Source/WebCore/plugins/
H A DDOMMimeTypeArray.idl10 This library is distributed in the hope that it will be useful,
28 DOMMimeType item(in unsigned long index);
29 DOMMimeType namedItem(in DOMString name);

Completed in 1134 milliseconds

1234567891011>>