HomeSort by relevance Sort by last modified time
    Searched refs:in (Results 251 - 275 of 12738) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/gdbserver_tests/
mcinvokeRU.stdoutB.exp 1 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 0 ms ..
    [all...]
mcinvokeWS.stdoutB.exp 1 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 0 ms ..
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGMatrix.idl 12 * 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 float y
    [all...]
SVGLengthList.idl 5 * 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
17 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
22 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
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
    [all...]
SVGNumberList.idl 5 * 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
17 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
22 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
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
    [all...]
SVGPathSegList.idl 5 * 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
17 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
22 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
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
    [all...]
SVGPointList.idl 4 * 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
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
21 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
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
    [all...]
SVGStringList.idl 4 * 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
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
21 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33 [StrictTypeChecking, RequiresAllArguments=Raise] DOMString initialize(in DOMString item)
35 [StrictTypeChecking, RequiresAllArguments=Raise] DOMString getItem(in unsigned long index)
37 [StrictTypeChecking, RequiresAllArguments=Raise] DOMString insertItemBefore(in DOMString item, in unsigned long index
    [all...]
  /frameworks/base/core/java/android/hardware/usb/
IUsbManager.aidl 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
32 * The native fd can be passed to usb_device_new() in libusbhost.
42 ParcelFileDescriptor openAccessory(in UsbAccessory accessory);
47 void setDevicePackage(in UsbDevice device, String packageName);
52 void setAccessoryPackage(in UsbAccessory accessory, String packageName);
55 boolean hasDevicePermission(in UsbDevice device);
58 boolean hasAccessoryPermission(in UsbAccessory accessory);
64 void requestDevicePermission(in UsbDevice device, String packageName, in PendingIntent pi)
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptor_AutoCloseInputStreamTest.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
29 AutoCloseInputStream in = new AutoCloseInputStream(pf); local
30 assertEquals(0, in.read());
32 in.close();
35 in.read();
  /external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/
der_encode_utf8_string.c 4 * 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,
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[y]; break
    [all...]
  /external/e2fsprogs/install-utils/
compile_manpages 7 for i in $MAN8
13 for i in $MAN1
  /external/grub/stage2/
terminfo.h 11 * 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/
aes_ecb.c 5 * 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/)"
39 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
44 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
46 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
62 void AES_ecb_encrypt(const unsigned char *in, unsigned char *out
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
EncodedValue.java 6 * 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
20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
50 public static EncodedValue readEncodedValue(DexFile dexFile, Input in) {
51 Byte b = in.readByte();
57 return new ByteEncodedValue(in);
59 return new ShortEncodedValue(in, valueArg)
    [all...]
  /external/webkit/Source/WebCore/css/
MediaQueryList.idl 9 * 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/
DOMURL.idl 4 * 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
17 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
21 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34 [ConvertNullStringTo=Undefined] DOMString createObjectURL(in Blob blob);
35 void revokeObjectURL(in DOMString url);
  /external/webkit/Source/WebCore/plugins/
DOMMimeTypeArray.idl 10 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);
  /external/webkit/Source/WebCore/websockets/
WebSocket.idl 5 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above
13 * in the documentation and/or other materials provided with the
22 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
59 [RequiresAllArguments] boolean send(in DOMString data) raises(DOMException);
63 void addEventListener(in DOMString type,
64 in EventListener listener,
65 in boolean useCapture)
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDatabaseManager.idl 4 * 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
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
21 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
56 HRESULT databasesWithOrigin([in] IWebSecurityOrigin* origin, [out, retval] IEnumVARIANT** result);
57 HRESULT detailsForDatabase([in] BSTR databaseName, [in] IWebSecurityOrigin* origin, [out, retval] IPropertyBag **result);
60 HRESULT deleteOrigin([in] IWebSecurityOrigin* origin)
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
24 * Describes the meta data for an installed AppWidget provider. The fields in this class
25 * correspond to the fields in the <code>&lt;appwidget-provider&gt;</code> xml tag.
34 * Widget is resizable in the horizontal axis only.
38 * Widget is resizable in the vertical axis only.
42 * Widget is resizable in both the horizontal and vertical axes.
49 * {@link android.appwidget as described in the AppWidget package documentation}.
51 * <p>This field corresponds to the <code>android:name</code> attribute in
52 * the <code>&lt;receiver&gt;</code> element in the AndroidManifest.xml file
    [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetoothPbap.aidl 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
29 boolean connect(in BluetoothDevice device);
31 boolean isConnected(in BluetoothDevice device);
  /frameworks/base/location/java/android/location/
ICountryDetector.aidl 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
30 * Start detecting the country that the user is in.
38 void addCountryListener(in ICountryListener listener);
43 void removeCountryListener(in ICountryListener listener);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
ILearning_MulticlassPA.aidl 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
27 void TrainOneSample(in List<IntFloat> sample, int target);
28 int Classify(in List<IntFloat> sample);
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Sequence.java 6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
39 public Object decode(BerInputStream in) throws IOException {
40 in.readSequence(this);
42 if (in.isVerify) {
45 return getDecodedObject(in);

Completed in 471 milliseconds

<<11121314151617181920>>