HomeSort by relevance Sort by last modified time
    Searched refs:in (Results 1 - 25 of 13781) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGattServerCallback.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
26 void onServerRegistered(in int status, in int serverIf);
27 void onScanResult(in String address, in int rssi, in byte[] advData);
28 void onServerConnectionState(in int status, in int serverIf,
29 in boolean connected, in String address)
    [all...]
IBluetoothGatt.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 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
32 void startScan(in int appIf, in boolean isServer);
33 void startScanWithUuids(in int appIf, in boolean isServer, in ParcelUuid[] ids);
34 void stopScan(in int appIf, in boolean isServer)
    [all...]
IBluetoothGattCallback.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
26 void onClientRegistered(in int status, in int clientIf);
27 void onClientConnectionState(in int status, in int clientIf,
28 in boolean connected, in String address);
29 void onScanResult(in String address, in int rssi, in byte[] advData)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_scalbln.c 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 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36 int in; local
38 in = (int)n;
39 if (in != n) {
41 in = INT_MAX
51 int in; local
66 int in; local
    [all...]
  /external/webkit/Source/WebCore/webaudio/
AudioListener.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
20 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
24 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34 attribute float speedOfSound; // in meters / second (default 343.3)
36 void setPosition(in float x, in float y, in float z)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ILockSettings.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
21 void setBoolean(in String key, in boolean value, in int userId);
22 void setLong(in String key, in long value, in int userId);
23 void setString(in String key, in String value, in int userId)
    [all...]
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_sequence_free.c 4 * algorithms in a highly modular and flexible manner.
22 @param in The list to free
24 void der_sequence_free(ltc_asn1_list *in)
29 while (in->prev != NULL || in->parent != NULL) {
30 if (in->parent != NULL) {
31 in = in->parent;
33 in = in->prev
    [all...]
  /external/valgrind/main/none/tests/amd64/
smc1.stdout.exp 0 in p 0
2 in q 1
3 in p 2
4 in q 3
5 in p 4
6 in q 5
7 in p 6
8 in q 7
9 in p 8
10 in q
    [all...]
  /external/valgrind/main/none/tests/x86/
smc1.stdout.exp 0 in p 0
2 in q 1
3 in p 2
4 in q 3
5 in p 4
6 in q 5
7 in p 6
8 in q 7
9 in p 8
10 in q
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
EventSendingController.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 ITS CONTRIBUTORS
20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29 void mouseDown(in long buttonNumber, in object modifierArray);
30 void mouseUp(in long buttonNumber, in object modifierArray)
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGPathElement.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
38 SVGPoint getPointAtLength(in float distance);
39 unsigned long getPathSegAtLength(in float distance);
43 SVGPathSegMovetoAbs createSVGPathSegMovetoAbs(in float x,
44 in float y)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.nonmembers/string.io/
stream_extract.pass.cpp 24 std::istringstream in("a bc defghij");
26 in >> s;
27 assert(in.good());
29 assert(in.peek() == ' ');
30 in >> s;
31 assert(in.good());
33 assert(in.peek() == ' ');
34 in.width(3);
35 in >> s;
36 assert(in.good())
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFrameLoadDelegate.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
66 HRESULT didStartProvisionalLoadForFrame([in] IWebView* webView, [in] IWebFrame* frame);
75 HRESULT didReceiveServerRedirectForProvisionalLoadForFrame([in] IWebView* webView, [in] IWebFrame* frame)
    [all...]
IWebResourceLoadDelegate.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
78 HRESULT identifierForInitialRequest([in] IWebView* webView, [in] IWebURLRequest* request, [in] IWebDataSource* dataSource, [in] unsigned long identifier)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.ctype.byname/
tolower_many.pass.cpp 29 std::string in("\xDA A\x07.a1");
31 assert(f.tolower(&in[0], in.data() + in.size()) == in.data() + in.size());
32 assert(in[0] == '\xDA');
33 assert(in[1] == ' ');
34 assert(in[2] == 'a');
35 assert(in[3] == '\x07')
    [all...]
toupper_many.pass.cpp 29 std::string in("\xFA A\x07.a1");
31 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size());
32 assert(in[0] == '\xFA');
33 assert(in[1] == ' ');
34 assert(in[2] == 'A');
35 assert(in[3] == '\x07')
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
scan_is.pass.cpp 29 const std::string in(" A\x07.a1");
30 std::vector<F::mask> m(in.size());
31 assert(f.scan_is(F::space, in.data(), in.data() + in.size()) - in.data() == 0);
32 assert(f.scan_is(F::print, in.data(), in.data() + in.size()) - in.data() == 0)
    [all...]
scan_not.pass.cpp 29 const std::string in(" A\x07.a1");
30 std::vector<F::mask> m(in.size());
31 assert(f.scan_not(F::space, in.data(), in.data() + in.size()) - in.data() == 1);
32 assert(f.scan_not(F::print, in.data(), in.data() + in.size()) - in.data() == 2)
    [all...]
tolower_many.pass.cpp 26 std::string in(" A\x07.a1");
28 assert(f.tolower(&in[0], in.data() + in.size()) == in.data() + in.size());
29 assert(in[0] == ' ');
30 assert(in[1] == 'a');
31 assert(in[2] == '\x07');
32 assert(in[3] == '.')
    [all...]
toupper_many.pass.cpp 26 std::string in(" A\x07.a1");
28 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size());
29 assert(in[0] == ' ');
30 assert(in[1] == 'A');
31 assert(in[2] == '\x07');
32 assert(in[3] == '.')
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
scan_is.pass.cpp 29 const std::wstring in(L" A\x07.a1");
30 std::vector<F::mask> m(in.size());
31 assert(f.scan_is(F::space, in.data(), in.data() + in.size()) - in.data() == 0);
32 assert(f.scan_is(F::print, in.data(), in.data() + in.size()) - in.data() == 0)
    [all...]
scan_not.pass.cpp 29 const std::wstring in(L" A\x07.a1");
30 std::vector<F::mask> m(in.size());
31 assert(f.scan_not(F::space, in.data(), in.data() + in.size()) - in.data() == 1);
32 assert(f.scan_not(F::print, in.data(), in.data() + in.size()) - in.data() == 2)
    [all...]
  /external/dropbear/libtomcrypt/src/pk/asn1/der/boolean/
der_decode_boolean.c 4 * algorithms in a highly modular and flexible manner.
23 @param in The destination for the DER encoded BOOLEAN
28 int der_decode_boolean(const unsigned char *in, unsigned long inlen,
31 LTC_ARGCHK(in != NULL);
34 if (inlen != 3 || in[0] != 0x01 || in[1] != 0x01 || (in[2] != 0x00 && in[2] != 0xFF)) {
38 *out = (in[2]==0xFF) ? 1 : 0;
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.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
38 void scale(in float sx, in float sy);
39 void rotate(in float angle);
40 void translate(in float tx, in float ty)
    [all...]
  /frameworks/base/core/java/android/accounts/
IAccountAuthenticator.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
31 void addAccount(in IAccountAuthenticatorResponse response, String accountType,
32 String authTokenType, in String[] requiredFeatures, in Bundle options);
37 void confirmCredentials(in IAccountAuthenticatorResponse response, in Account account,
38 in Bundle options);
43 void getAuthToken(in IAccountAuthenticatorResponse response, in Account account
    [all...]

Completed in 1760 milliseconds

1 2 3 4 5 6 7 8 91011>>