HomeSort by relevance Sort by last modified time
    Searched refs:in (Results 1 - 25 of 21622) 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...]
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
27 void onClientRegistered(in int status, in int clientIf);
28 void onClientConnectionState(in int status, in int clientIf,
29 in boolean connected, in String address);
30 void onScanResult(in ScanResult scanResult);
31 void onBatchScanResults(in List<ScanResult> batchResults)
    [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
35 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
37 void startScan(in int appIf, in boolean isServer, in ScanSettings settings,
38 in List<ScanFilter> filters,
39 in List scanStorages);
40 void stopScan(in int appIf, in boolean isServer)
    [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...]
  /frameworks/base/location/java/android/location/
IFusedGeofenceHardware.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
44 void addGeofences(in GeofenceHardwareRequestParcelable[] geofenceRequestsArray);
51 void removeGeofences(in int[] geofenceIds);
58 void pauseMonitoringGeofence(in int geofenceId);
66 * Remarks: keep naming of geofence request options consistent with the naming used in
69 void resumeMonitoringGeofence(in int geofenceId, in int monitorTransitions);
87 in int geofenceId,
88 in int lastTransition
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_content_decryptor_private.idl 3 * found in the LICENSE file.
29 * @param[in] promise_id Identifies the promise that the CDM resolved.
32 [in] PP_Instance instance,
33 [in] uint32_t promise_id);
38 * @param[in] promise_id Identifies the promise that the CDM resolved.
40 * @param[in] web_session_id A <code>PP_Var</code> of type
44 [in] PP_Instance instance,
45 [in] uint32_t promise_id,
46 [in] PP_Var web_session_id);
51 * @param[in] promise_id Identifies the promise that the CDM rejected
    [all...]
ppb_find_private.idl 3 * found in the LICENSE file.
17 * This is a private interface for doing browser Find in the PDF plugin.
22 * handle find requests in the renderer. This will only succeed if the plugin
24 * result in the renderer handing over all responsibility for doing find to
28 * In the case that the plugin is loaded directly as the top level document,
29 * this function does not need to be called. In that case the plugin is
37 [in] PP_Instance instance);
41 * there are no matches 0 should be passed in. Only when the plugin has
42 * finished searching should it pass in the final count with final_result set
46 [in] PP_Instance instance
    [all...]
ppp_content_decryptor_private.idl 3 * found in the LICENSE file.
26 * @param[in] key_system A <code>PP_Var</code> of type
30 [in] PP_Instance instance,
31 [in] PP_Var key_system);
36 * containing data for use in generating the request.
42 * @param[in] promise_id A reference for the promise that gets resolved or
45 * @param[in] init_data_type A <code>PP_Var</code> of type
48 * @param[in] init_data A <code>PP_Var</code> of type
52 * @param[in] session_type A <code>PP_SessionType</code> that indicates the
56 [in] PP_Instance instance
    [all...]
  /external/jemalloc/include/jemalloc/internal/
private_unnamespace.sh 3 for symbol in `cat $1` ; do
  /external/valgrind/main/none/tests/s390x/
bfp-2.c 10 void sqebr(float in)
14 __asm__ volatile("sqebr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
15 printf("sqebr %f -> %f\n", in, out);
18 void sqdbr(double in)
22 __asm__ volatile("sqdbr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
23 printf("sqdbr %f -> %f\n", in, out)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/clisp/
clisp.swg 5 /* Define a C preprocessor symbol that can be used in interface files
12 %typemap(in) void "NIL";
14 %typemap(in) char "character";
15 %typemap(in) char * "ffi:c-string";
16 %typemap(in) unsigned char "ffi:uchar";
17 %typemap(in) signed char "ffi:char";
19 %typemap(in) short "ffi:short";
20 %typemap(in) signed short "ffi:short";
21 %typemap(in) unsigned short "ffi:ushort";
23 %typemap(in) int "ffi:int"
    [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/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
tolower_many.pass.cpp 32 std::string in("\xDA A\x07.a1");
34 assert(f.tolower(&in[0], in.data() + in.size()) == in.data() + in.size());
35 assert(in[0] == '\xFA');
36 assert(in[1] == ' ');
37 assert(in[2] == 'a');
38 assert(in[3] == '\x07')
    [all...]
toupper_many.pass.cpp 32 std::string in("\xFA A\x07.a1");
34 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size());
35 assert(in[0] == '\xDA');
36 assert(in[1] == ' ');
37 assert(in[2] == 'A');
38 assert(in[3] == '\x07')
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
tolower_many.pass.cpp 32 std::string in("\xDA A\x07.a1");
34 assert(f.tolower(&in[0], in.data() + in.size()) == in.data() + in.size());
35 assert(in[0] == '\xFA');
36 assert(in[1] == ' ');
37 assert(in[2] == 'a');
38 assert(in[3] == '\x07')
    [all...]
toupper_many.pass.cpp 32 std::string in("\xFA A\x07.a1");
34 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size());
35 assert(in[0] == '\xDA');
36 assert(in[1] == ' ');
37 assert(in[2] == 'A');
38 assert(in[3] == '\x07')
    [all...]
  /external/chromium_org/ppapi/api/trusted/
ppb_file_chooser_trusted.idl 3 * found in the LICENSE file.
27 * @param[in] chooser The file chooser resource.
28 * @param[in] save_as A <code>PP_Bool</code> value indicating if this dialog
30 * @param[in] suggested_file_name If saving, the suggested name for the
32 * @param[in] callback A <code>CompletionCallback</code> to be called after
40 [in] PP_Resource chooser,
41 [in] PP_Bool save_as,
42 [in] PP_Var suggested_file_name,
43 [in] PP_CompletionCallback callback);
52 * @param[in] chooser The file chooser resource
    [all...]
ppb_url_loader_trusted.idl 3 * found in the LICENSE file.
19 [in] PP_Instance pp_instance,
20 [in] PP_Resource pp_resource,
21 [in] int64_t bytes_sent,
22 [in] int64_t total_bytes_to_be_sent,
23 [in] int64_t bytes_received,
24 [in] int64_t total_bytes_to_be_received);
32 void GrantUniversalAccess([in] PP_Resource loader);
48 [in] PP_Resource loader,
49 [in] PP_URLLoaderTrusted_StatusCallback cb)
    [all...]
  /external/libcxx/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...]
  /external/libcxx/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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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...]

Completed in 767 milliseconds

1 2 3 4 5 6 7 8 91011>>