/frameworks/opt/telephony/proto/src/ |
D | carrierId.proto | 63 // [Optional] The Service Provider Name. Read from subscription EF_SPN. 67 // [Optional] PLMN network name. Read from subscription EF_PNN. 71 // [Optional] Group Identifier Level1 for a GSM phone. Read from subscription EF_GID1. 75 // [Optional] Group Identifier Level2 for a GSM phone. Read from subscription EF_GID2. 84 // [Optional] Prefix of Integrated Circuit Card Identifier. Read from subscription EF_ICCID.
|
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/ |
D | wrapper_input.h | 36 virtual size_t Read(uint8_t* buffer, size_t wanted) = 0;
|
D | file_wrapper_input.h | 34 virtual size_t Read(uint8_t* buffer, size_t wanted);
|
D | in_memory_wrapper_input.h | 34 virtual size_t Read(uint8_t* buffer, size_t wanted);
|
D | BCHeaderField.h | 68 bool Read(const uint8_t* buf, size_t buf_len) { in Read() function
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
D | in_memory_wrapper_input.cpp | 29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() function in InMemoryWrapperInput
|
D | file_wrapper_input.cpp | 35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() function in FileWrapperInput
|
D | bitcode_wrapperer.cpp | 144 int actually_read = infile_->Read(&buffer_[buffer_size_], needed); in FillBuffer() 221 field.Read(&buffer_[cursor_], buffer_size_); in ParseWrapperHeader()
|
/frameworks/native/libs/vr/libpdx_default_transport/ |
D | pdx_benchmarks.cpp | 142 Read, enumerator 174 int opcode = BenchmarkOps::Read; 215 ProgramOptions.opcode = BenchmarkOps::Read; in ParseOpcodeOption() 281 case BenchmarkOps::Read: { in HandleMessage() 427 int Read(void* buffer, size_t length) { in Read() function in __anon473f29b10111::BenchmarkClient 433 transaction.Send<int>(BenchmarkOps::Read, nullptr, 0, buffer, length)); in Read() 669 case BenchmarkOps::Read: { in ClientCommand() 670 const int ret = client->Read(receive_buffer.data(), in ClientCommand()
|
/frameworks/base/core/java/android/annotation/ |
D | RequiresPermission.java | 120 @interface Read { annotation
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/ |
D | MemoryFileSystem.h | 46 size_t Read(const std::string& pathName, std::string* buffer);
|
/frameworks/hardware/interfaces/cameraservice/service/2.0/ |
D | ICameraService.hal | 74 * Read the static camera metadata for a camera device. 84 * Read in the provider ids and corresponding vendor tag sections from the camera server.
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | MemoryFileSystem.cpp | 49 size_t MemoryFileSystem::Read(const std::string& path, std::string* buffer) { in Read() function in android::hardware::drm::V1_2::clearkey::MemoryFileSystem
|
D | DeviceFiles.cpp | 192 bytes = mFileHandle.Read(fileName, &serializedHashFile); in RetrieveHashedFile()
|
/frameworks/native/headers/media_plugin/media/openmax/ |
D | OMX_ContentPipe.h | 174 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | remote_method.h | 188 Status<size_t> read_status = message.Read(payload.Data(), payload.Size()); 224 Status<size_t> read_status = message.Read(payload.Data(), payload.Size()); 264 Status<size_t> read_status = message.Read(payload.Data(), payload.Size());
|
/frameworks/opt/setupwizard/library/ |
D | rules.gradle | 54 // Read the dependencies from the "deps" map in the extra properties.
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2347 if (Stream.Read(8) != 'B' || in ParseBitcodeInto() 2348 Stream.Read(8) != 'C' || in ParseBitcodeInto() 2349 Stream.Read(4) != 0x0 || in ParseBitcodeInto() 2350 Stream.Read(4) != 0xC || in ParseBitcodeInto() 2351 Stream.Read(4) != 0xE || in ParseBitcodeInto() 2352 Stream.Read(4) != 0xD) in ParseBitcodeInto() 2399 Stream.Read(6) == 2 && Stream.Read(24) == 0xa0a0a && in ParseBitcodeInto() 2459 if (Stream.Read(8) != 'B' || in parseTriple() 2460 Stream.Read(8) != 'C' || in parseTriple() 2461 Stream.Read(4) != 0x0 || in parseTriple() [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 2612 if (Stream.Read(8) != 'B' || in ParseBitcodeInto() 2613 Stream.Read(8) != 'C' || in ParseBitcodeInto() 2614 Stream.Read(4) != 0x0 || in ParseBitcodeInto() 2615 Stream.Read(4) != 0xC || in ParseBitcodeInto() 2616 Stream.Read(4) != 0xE || in ParseBitcodeInto() 2617 Stream.Read(4) != 0xD) in ParseBitcodeInto() 2664 Stream.Read(6) == 2 && Stream.Read(24) == 0xa0a0a && in ParseBitcodeInto() 2724 if (Stream.Read(8) != 'B' || in parseTriple() 2725 Stream.Read(8) != 'C' || in parseTriple() 2726 Stream.Read(4) != 0x0 || in parseTriple() [all …]
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | service.h | 111 Status<size_t> Read(void* buffer, size_t length); 131 Status<size_t> status = Read(buffer, length); in ReadAll()
|
/frameworks/native/libs/vr/libpdx/ |
D | service_tests.cpp | 504 TEST_F(ServiceMessageTest, Read) { in TEST_F() argument 513 EXPECT_EQ(50u, message_->Read(kDataBuffer, kDataSize).get()); in TEST_F() 514 EXPECT_EQ(EACCES, message_->Read(kDataBuffer, kDataSize).error()); in TEST_F()
|
/frameworks/av/media/extractors/mkv/ |
D | MatroskaExtractor.cpp | 50 virtual int Read(long long position, long length, unsigned char* buffer) { in Read() function 835 status_t err = frame.Read(mExtractor->mReader, data + trackInfo->mHeaderLen); in readBlock() 1670 long n = frame.Read(mReader, tmpData.get()); in synthesizeAVCC() 1698 long n = frame.Read(mReader, tmpData.get()); in synthesizeMPEG2() 1743 long n = frame.Read(mReader, tmpData.get()); in synthesizeMPEG4()
|
/frameworks/native/libs/binder/tests/ |
D | binderDriverInterfaceTest.cpp | 211 TEST_F(BinderDriverInterfaceTest, Read) { in TEST_F() argument
|
/frameworks/native/cmds/atrace/ |
D | atrace.rc | 173 # Read and truncate the kernel trace. 177 # Read and truncate the per-CPU kernel trace.
|
/frameworks/ml/nn/tools/test_generator/ |
D | test_generator.py | 1386 def Read(filename): function 1447 exec(Read(FileNames.specFile), exec_scope) 1454 Read(FileNames.exampleFile) != example_buf.getvalue()):
|