HomeSort by relevance Sort by last modified time
    Searched refs:in (Results 51 - 75 of 44327) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/tpm/tpm_manager/aidl/android/tpm_manager/
ITpmNvram.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
23 oneway void DefineSpace(in byte[] command_proto, in ITpmManagerClient client);
24 oneway void DestroySpace(in byte[] command_proto,
25 in ITpmManagerClient client);
26 oneway void WriteSpace(in byte[] command_proto, in ITpmManagerClient client);
27 oneway void ReadSpace(in byte[] command_proto, in ITpmManagerClient client)
    [all...]
ITpmOwnership.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
23 oneway void GetTpmStatus(in byte[] command_proto,
24 in ITpmManagerClient client);
25 oneway void TakeOwnership(in byte[] command_proto,
26 in ITpmManagerClient client);
27 oneway void RemoveOwnerDependency(in byte[] command_proto,
28 in ITpmManagerClient client);
  /external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
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...]
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
tolower_many.pass.cpp 26 std::wstring in(L" A\x07.a1");
28 assert(f.tolower(&in[0], in.data() + in.size()) == in.data() + in.size());
29 assert(in[0] == L' ');
30 assert(in[1] == L'a');
31 assert(in[2] == L'\x07');
32 assert(in[3] == L'.')
    [all...]
toupper_many.pass.cpp 26 std::wstring in(L" A\x07.a1");
28 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size());
29 assert(in[0] == L' ');
30 assert(in[1] == L'A');
31 assert(in[2] == L'\x07');
32 assert(in[3] == L'.')
    [all...]
  /external/tpm2/
StirRandom.c 12 StirRandom_In *in // IN: input parameter list
16 CryptStirRandom(in->inData.t.size, in->inData.t.buffer);
  /packages/services/Car/car-lib/src/android/car/
ICarBluetoothUserService.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
25 boolean isBluetoothConnectionProxyAvailable(in int profile);
26 void bluetoothConnectToProfile(in int profile, in BluetoothDevice device);
27 void setProfilePriority(in int profile, in BluetoothDevice device, in int priority);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
tolower_many.pass.cpp 26 std::wstring in(L" A\x07.a1");
28 assert(f.tolower(&in[0], in.data() + in.size()) == in.data() + in.size());
29 assert(in[0] == L' ');
30 assert(in[1] == L'a');
31 assert(in[2] == L'\x07');
32 assert(in[3] == L'.')
    [all...]
toupper_many.pass.cpp 26 std::wstring in(L" A\x07.a1");
28 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size());
29 assert(in[0] == L' ');
30 assert(in[1] == L'A');
31 assert(in[2] == L'\x07');
32 assert(in[3] == L'.')
    [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSessionListener.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
36 void callSessionProgressing(in IImsCallSession session, in ImsStreamMediaProfile profile);
37 void callSessionStarted(in IImsCallSession session, in ImsCallProfile profile);
38 void callSessionStartFailed(in IImsCallSession session, in ImsReasonInfo reasonInfo);
39 void callSessionTerminated(in IImsCallSession session, in ImsReasonInfo reasonInfo)
    [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...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ISms.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
43 List<SmsRawData> getAllMessagesFromIccEfForSubscriber(in int subId, String callingPkg);
57 boolean updateMessageOnIccEfForSubscriber(in int subId, String callingPkg,
58 int messageIndex, int newStatus, in byte[] pdu);
70 boolean copyMessageToIccEfForSubscriber(in int subId, String callingPkg, int status,
71 in byte[] pdu, in byte[] smsc);
91 * which cause smaller number of SMS to be sent in checking period.
94 * raw pdu of the status report is in the extended data ("pdu")
    [all...]
  /system/bt/binder/android/bluetooth/
IBluetoothHidDevice.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 boolean registerApp(in BluetoothHidDeviceAppSdpSettings sdp,
27 in BluetoothHidDeviceAppQosSettings inQos, in BluetoothHidDeviceAppQosSettings outQos,
28 in IBluetoothHidDeviceCallback callback);
30 boolean sendReport(in BluetoothDevice device, in int id, in byte[] data);
31 boolean replyReport(in BluetoothDevice device, in byte type, in byte id, in byte[] data)
    [all...]
  /frameworks/base/core/java/android/speech/tts/
ITextToSpeechService.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
38 * @param queueMode Determines what to do to requests already in the queue.
42 int speak(in IBinder callingInstance, in CharSequence text, in int queueMode, in Bundle params,
56 int synthesizeToFileDescriptor(in IBinder callingInstance, in CharSequence text,
57 in ParcelFileDescriptor fileDescriptor, in Bundle params, String utteranceId)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
scan_is.pass.cpp 34 const std::wstring in(L"\x00DA A\x07.a1");
35 std::vector<F::mask> m(in.size());
36 assert(f.scan_is(F::space, in.data(), in.data() + in.size()) - in.data() == 1);
37 assert(f.scan_is(F::print, in.data(), in.data() + in.size()) - in.data() == 0)
    [all...]
scan_not.pass.cpp 34 const std::wstring in(L"\x00DA A\x07.a1");
35 std::vector<F::mask> m(in.size());
36 assert(f.scan_not(F::space, in.data(), in.data() + in.size()) - in.data() == 0);
37 assert(f.scan_not(F::print, in.data(), in.data() + in.size()) - in.data() == 3)
    [all...]
  /frameworks/base/core/java/android/speech/
IRecognitionListener.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
33 void onReadyForSpeech(in Bundle params);
41 * The sound level in the audio stream has changed.
45 void onRmsChanged(in float rmsdB);
52 void onBufferReceived(in byte[] buffer);
62 * @param error code is defined in {@link SpeechRecognizer}
64 void onError(in int error);
71 void onResults(in Bundle results);
78 void onPartialResults(in Bundle results)
    [all...]
  /frameworks/base/media/java/android/media/
IMediaResourceMonitor.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
22 oneway void notifyResourceGranted(in int pid, in int type);
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
exposure_f.rs 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
28 float4 RS_KERNEL exposure(float4 in)
30 return in * bright;
uc4tof4.rs 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
20 float4 RS_KERNEL uc4tof4(uchar4 in) {
21 return convert_float4(in);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
scan_is.pass.cpp 34 const std::wstring in(L"\x00DA A\x07.a1");
35 std::vector<F::mask> m(in.size());
36 assert(f.scan_is(F::space, in.data(), in.data() + in.size()) - in.data() == 1);
37 assert(f.scan_is(F::print, in.data(), in.data() + in.size()) - in.data() == 0)
    [all...]
scan_not.pass.cpp 34 const std::wstring in(L"\x00DA A\x07.a1");
35 std::vector<F::mask> m(in.size());
36 assert(f.scan_not(F::space, in.data(), in.data() + in.size()) - in.data() == 0);
37 assert(f.scan_not(F::print, in.data(), in.data() + in.size()) - in.data() == 3)
    [all...]

Completed in 667 milliseconds

1 23 4 5 6 7 8 91011>>