/system/media/audio_utils/ |
D | tinysndfile.c | 357 size_t extra = 0; in sf_open_write() local 362 extra = 14; in sf_open_write() 366 (void) fwrite(wav, 44 + extra, 1, stream); in sf_open_write() 407 size_t extra = (handle->info.format & SF_FORMAT_SUBMASK) == SF_FORMAT_FLOAT ? 14 : 0; in sf_close() local 408 (void) fread(wav, 44 + extra, 1, handle->stream); in sf_close() 410 write4u(&wav[4], dataSize + 36 + extra); // riffSize in sf_close() 411 write4u(&wav[40 + extra], dataSize); // dataSize in sf_close() 413 (void) fwrite(wav, 44 + extra, 1, handle->stream); in sf_close()
|
/system/bt/gd/ |
D | Android.bp | 93 "--extra-arg-before=-Xclang", 94 "--extra-arg-before=-analyzer-config", 95 "--extra-arg-before=-Xclang", 96 "--extra-arg-before=optin.cplusplus.UninitializedObject:Pedantic=true", 97 "--extra-arg-before=-Xclang", 98 "--extra-arg-before=-analyzer-config", 99 "--extra-arg-before=-Xclang", 100 "--extra-arg-before=optin.cplusplus.UninitializedObject:CheckPointeeInitialization=true",
|
/system/apex/apexd/ |
D | apexd_loop.cpp | 236 void DestroyLoopDevice(const std::string& path, const DestroyLoopFn& extra) { in DestroyLoopDevice() argument 255 extra(path, id); in DestroyLoopDevice()
|
D | apexd_loop.h | 68 void DestroyLoopDevice(const std::string& path, const DestroyLoopFn& extra);
|
/system/tools/hidl/lint/test/interfaces/doc_comments/1.0/ |
D | ICorrect.hal | 27 …someMethod(vec<uint8_t> param, string multiple) generates (float second, string extra, bool retVal…
|
/system/tools/xsdc/tests/resources/nested_type/ |
D | nested_type.xsd | 13 <xs:element name="extra">
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | storaged.te | 43 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
|
/system/memory/libmemunreachable/ |
D | Allocator.cpp | 143 ptrdiff_t extra = reinterpret_cast<uintptr_t>(aligned_ptr) - reinterpret_cast<uintptr_t>(ptr); in MapAligned() local 144 munmap(ptr, extra); in MapAligned() 145 map_size -= extra; in MapAligned()
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | storaged.te | 49 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
|
/system/tools/hidl/ |
D | Type.cpp | 654 const std::string &extra) const { in emitJavaReaderWriterWithSuffix() 662 out << extra; in emitJavaReaderWriterWithSuffix() 664 out << (extra.empty() ? "" : (extra + ", ")); in emitJavaReaderWriterWithSuffix()
|
D | Type.h | 343 const std::string &extra) const;
|
/system/teeui/libteeui/include/teeui/ |
D | generic_operation.h | 229 auto [in_, promt, extra, locale, options] = read(PromptUserConfirmationMsg(), in); in command() 231 auto rc = init(promt, extra, locale, options); in command()
|
/system/netd/server/ |
D | IptablesRestoreController.cpp | 313 size_t extra = output->size() - (pos + PING_SIZE); in drainAndWaitForAck() local 315 extra, output->substr(pos + PING_SIZE, 128).c_str()); in drainAndWaitForAck()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | storaged.te | 50 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | storaged.te | 50 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
|
/system/tools/xsdc/tests/ |
D | main.cpp | 179 Employee::Address::Extra extra = *address.getFirstExtra(); in TEST_F() local 186 EXPECT_EQ(extra.getLine1(), "Donga 303-111"); in TEST_F() 187 EXPECT_EQ(extra.getLine2(), "Good Street"); in TEST_F()
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | storaged.te | 56 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
|
/system/sepolicy/private/ |
D | storaged.te | 56 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
|
D | dumpstate.te | 58 # dumpstate_options_prop is used to pass extra command-line args.
|
/system/core/libunwindstack/tests/ |
D | MapsTest.cpp | 460 size_t extra = 0; in TEST() local 469 extra = entry_len + overlap1_name.size() + 1; in TEST() 474 size_t bytes_left_in_buffer = kBufferSize - extra; in TEST()
|
/system/media/camera/docs/ |
D | CameraMetadataKeys.mako | 39 # Unconditionally add extra information if necessary
|
/system/tools/xsdc/tests/src/com/android/xsdc/tests/ |
D | XmlParserTest.java | 84 Class<?> extra = result.loadClass("Employee$Address$Extra"); in testNestedType() local 96 String line2 = (String) extra.getMethod("getLine2").invoke(extraInstance); in testNestedType()
|
/system/nfc/src/nfc/tags/ |
D | rw_t3t.cc | 198 uint32_t extra; in rw_t3t_check_timeout() local 203 extra = (timeout / 10) + RW_T3T_MIN_TIMEOUT_TICKS; in rw_t3t_check_timeout() 204 timeout += extra; in rw_t3t_check_timeout() 221 uint32_t extra; in rw_t3t_update_timeout() local 226 extra = (timeout / 10) + RW_T3T_MIN_TIMEOUT_TICKS; in rw_t3t_update_timeout() 227 timeout += extra; in rw_t3t_update_timeout()
|
/system/update_engine/scripts/ |
D | update_device.py | 102 self.offset += len(payload_info.extra) + len(payload_info.filename)
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | dumpstate.te | 183 # dumpstate_options_prop is used to pass extra command-line args.
|