Home
last modified time | relevance | path

Searched defs:in (Results 1 – 25 of 107) sorted by relevance

12345

/system/teeui/libteeui/src/
Dgeneric_messages.cpp22 std::tuple<ReadStream, uint32_t> readU32(ReadStream in) { in readU32()
29 std::tuple<ReadStream, Command> readCommand(ReadStream in) { in readCommand()
33 Command peakCommand(ReadStream in) { in peakCommand()
38 std::tuple<ReadStream, Protocol> readProtocol(ReadStream in) { in readProtocol()
42 Protocol peakProtocol(ReadStream in) { in peakProtocol()
/system/tools/hidl/host_utils/
DStringHelper.cpp39 std::string StringHelper::Uppercase(const std::string &in) { in Uppercase()
49 std::string StringHelper::Lowercase(const std::string &in) { in Lowercase()
59 std::string StringHelper::Capitalize(const std::string &in) { in Capitalize()
94 void StringHelper::Tokenize(const std::string& in, std::vector<std::string>* vec) { in Tokenize()
138 std::string StringHelper::ToCamelCase(const std::string &in) { in ToCamelCase()
153 std::string StringHelper::ToPascalCase(const std::string &in) { in ToPascalCase()
162 std::string StringHelper::ToUpperSnakeCase(const std::string &in) { in ToUpperSnakeCase()
171 std::string StringHelper::ToLowerSnakeCase(const std::string &in) { in ToLowerSnakeCase()
180 std::string StringHelper::ToCase(StringHelper::Case c, const std::string &in) { in ToCase()
197 bool StringHelper::EndsWith(const std::string &in, const std::string &suffix) { in EndsWith()
[all …]
/system/update_engine/
Domaha_response_handler_action_unittest.cc122 bool OmahaResponseHandlerActionTest::DoTest(const OmahaResponse& in, in DoTest()
182 OmahaResponse in; in TEST_F() local
208 OmahaResponse in; in TEST_F() local
230 OmahaResponse in; in TEST_F() local
255 OmahaResponse in; in TEST_F() local
280 OmahaResponse in; in TEST_F() local
288 OmahaResponse in; in TEST_F() local
307 OmahaResponse in; in TEST_F() local
329 OmahaResponse in; in TEST_F() local
350 OmahaResponse in; in TEST_F() local
[all …]
/system/update_engine/payload_generator/
Dzip_unittest.cc71 bool DecompressWithWriter(const brillo::Blob& in, brillo::Blob* out) { in DecompressWithWriter()
94 bool ZipCompress(const brillo::Blob& in, brillo::Blob* out) const { in ZipCompress() argument
97 bool ZipDecompress(const brillo::Blob& in, brillo::Blob* out) const { in ZipDecompress() argument
107 bool ZipCompress(const brillo::Blob& in, brillo::Blob* out) const { in ZipCompress() argument
110 bool ZipDecompress(const brillo::Blob& in, brillo::Blob* out) const { in ZipDecompress() argument
127 brillo::Blob in(in_str.begin(), in_str.end()); in TYPED_TEST() local
139 brillo::Blob in(std::begin(kRandomString), std::end(kRandomString)); in TYPED_TEST() local
150 brillo::Blob in(std::begin(kRandomString), std::end(kRandomString)); in TYPED_TEST() local
156 brillo::Blob in; in TYPED_TEST() local
167 brillo::Blob in; in TYPED_TEST() local
Dbzip.cc29 bool BzipCompress(const brillo::Blob& in, brillo::Blob* out) { in BzipCompress()
Dxz_chromeos.cc26 bool XzCompress(const brillo::Blob& in, brillo::Blob* out) { in XzCompress()
/system/core/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DPatchUtils.java35 static long readLELong(InputStream in) throws IOException { in readLELong()
42 static String readString(InputStream in) throws IOException { in readString()
49 static void readFully(final InputStream in, final byte[] destination, final int startAt, in readFully()
61 static void readFully(final InputStream in, final byte[] destination) throws IOException { in readFully()
65 static void pipe(final InputStream in, final OutputStream out, final byte[] buffer, in pipe()
/system/core/logd/
DCompressionEngine.cpp30 bool ZlibCompressionEngine::Compress(SerializedData& in, size_t data_length, SerializedData& out) { in Compress()
61 bool ZlibCompressionEngine::Decompress(SerializedData& in, SerializedData& out) { in Decompress()
82 bool ZstdCompressionEngine::Compress(SerializedData& in, size_t data_length, SerializedData& out) { in Compress()
97 bool ZstdCompressionEngine::Decompress(SerializedData& in, SerializedData& out) { in Decompress()
/system/security/keystore/
Dkeystore_aidl_hidl_marshalling_utils.cpp30 hidl_vec<uint8_t> readKeymasterBlob(const android::Parcel& in) { in readKeymasterBlob()
66 NullOr<KeyParameter> readKeyParameterFromParcel(const android::Parcel& in) { in readKeyParameterFromParcel()
135 hidl_vec<KeyParameter> readParamSetFromParcel(const android::Parcel& in) { in readParamSetFromParcel()
170 hidl_vec<hidl_vec<uint8_t>> readCertificateChainFromParcel(const android::Parcel& in) { in readCertificateChainFromParcel()
215 const Parcel& in = *inn; in readFromParcel() local
226 status_t KeyCharacteristics::readFromParcel(const Parcel* in) { in readFromParcel()
236 status_t KeymasterBlob::readFromParcel(const Parcel* in) { in readFromParcel()
245 status_t KeymasterCertificateChain::readFromParcel(const Parcel* in) { in readFromParcel()
DKeystoreResponse.cpp29 status_t KeystoreResponse::readFromParcel(const Parcel* in) { in readFromParcel()
DKeymasterArguments.cpp28 status_t KeymasterArguments::readFromParcel(const android::Parcel* in) { in readFromParcel()
DOperationResult.cpp38 const Parcel& in = *inn; in readFromParcel() local
Dblob.cpp79 ResponseCode AES_gcm_encrypt(const uint8_t* in, uint8_t* out, size_t len, in AES_gcm_encrypt()
115 ResponseCode AES_gcm_decrypt(const uint8_t* in, uint8_t* out, size_t len, in AES_gcm_decrypt()
165 bool in = which & std::ios_base::in; in seekoff() local
396 const int in = TEMP_FAILURE_RETRY(open(filename.c_str(), O_RDONLY)); in readBlob() local
549 std::istream in(&buf); in getKeyCharacteristics() local
612 auto in = keyName.begin(); in encodeKeyName() local
636 auto in = encodedName.begin(); in decodeKeyName() local
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DXmlParserTest.java40 try (InputStream in = this.getClass().getClassLoader().getResourceAsStream( in testPurchaseSimple()
50 try (InputStream in = this.getClass().getClassLoader().getResourceAsStream( in testPurchaseSimple()
76 try (InputStream in = this.getClass().getClassLoader().getResourceAsStream( in testNestedType()
87 try (InputStream in = this.getClass().getClassLoader().getResourceAsStream( in testNestedType()
106 try (InputStream in = this.getClass().getClassLoader().getResourceAsStream( in testSimpleComplexContent()
117 try (InputStream in = this.getClass().getClassLoader().getResourceAsStream( in testSimpleComplexContent()
141 try (InputStream in = this.getClass().getClassLoader().getResourceAsStream( in testPredefinedTypes()
155 try (InputStream in = this.getClass().getClassLoader().getResourceAsStream( in testPredefinedTypes()
326 try (InputStream in = this.getClass().getClassLoader().getResourceAsStream( in testSimpleType()
335 try (InputStream in = this.getClass().getClassLoader().getResourceAsStream( in testSimpleType()
[all …]
/system/teeui/libteeui/include/teeui/
Dcommon_message_types.h89 template <typename T> std::tuple<ReadStream, MsgVector<T>> readSimpleVecInPlace(ReadStream in) { in readSimpleVecInPlace()
109 inline std::tuple<ReadStream, ResponseCode> read(Message<ResponseCode>, ReadStream in) { in read()
117 inline std::tuple<ReadStream, TestModeCommands> read(Message<TestModeCommands>, ReadStream in) { in read()
127 inline std::tuple<ReadStream, MsgVector<uint8_t>> read(Message<MsgVector<uint8_t>>, ReadStream in) { in read()
135 inline std::tuple<ReadStream, MsgString> read(Message<MsgString>, ReadStream in) { in read()
144 ReadStream in) { in read()
156 read(teeui::Message<teeui::Array<uint8_t, size>>, teeui::ReadStream in) { in read()
Dgeneric_operation.h228 WriteStream command(CmdPromptUserConfirmation, ReadStream in, WriteStream out) { in command()
234 WriteStream command(CmdFetchConfirmationResult, ReadStream in, WriteStream out) { in command()
238 WriteStream command(CmdDeliverTestCommand, ReadStream in, WriteStream out) { in command()
244 WriteStream command(CmdAbort, ReadStream in, WriteStream out) { in command()
/system/media/audio_utils/
Dlimiter.c23 static inline float atan_approximation(float in) in atan_approximation()
35 float limiter(float in) in limiter()
Dmono_blend.cpp34 const int16_t *in = out; in mono_blend() local
49 const float *in = out; in mono_blend() local
/system/core/adb/pairing_auth/
Daes_128_gcm.cpp48 std::optional<size_t> Aes128Gcm::Encrypt(const uint8_t* in, size_t in_len, uint8_t* out, in Encrypt()
64 std::optional<size_t> Aes128Gcm::Decrypt(const uint8_t* in, size_t in_len, uint8_t* out, in Decrypt()
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java273 TwoMemory in = new TwoMemory(); in runClientMemoryTests() local
793 IBase.VectorOfArray in = new IBase.VectorOfArray(); in client() local
817 ArrayList<byte[]> in = new ArrayList<byte[]>(); in client() local
845 IBase.StringMatrix5x3 in = new IBase.StringMatrix5x3(); in client() local
863 String[][] in = new String[5][3]; in client() local
1062 IBase.LotsOfPrimitiveArrays in = new IBase.LotsOfPrimitiveArrays(); in client() local
1097 ArrayList<byte[]> in = new ArrayList<byte[]>(); in client() local
1116 ArrayList<byte[]> in = new ArrayList<byte[]>(); in client() local
1142 ArrayList<boolean[]> in = new ArrayList<boolean[]>(); in client() local
1160 ArrayList<double[]> in = new ArrayList<double[]>(); in client() local
[all …]
/system/keymaster/legacy_support/
Dkeymaster_passthrough_operation.cpp31 keymaster_blob_t in{ input.peek_read(), input.available_read() }; in Finish() local
100 keymaster_blob_t in{ input.peek_read(), input.available_read() }; in Finish() local
/system/media/audio_utils/tests/
Dlimiter_tests.c32 float in = (float) ((double) i * 0.01); in main() local
/system/core/libsparse/
Dsimg2img.cpp37 int in; in main() local
/system/core/gatekeeperd/
DGateKeeperResponse.cpp30 status_t GateKeeperResponse::readFromParcel(const Parcel* in) { in readFromParcel()
/system/apex/tests/src/com/android/tests/apex/
DMediaSwCodecHostTest.java55 Scanner in = new Scanner(outputString); in checkCodecs() local

12345