/device/google/contexthub/firmware/lib/libm/ |
D | fdlibm.h | 261 } parts; member 275 } parts; member 286 (ix0) = ew_u.parts.msw; \ 287 (ix1) = ew_u.parts.lsw; \ 296 (i) = gh_u.parts.msw; \ 305 (i) = gl_u.parts.lsw; \ 313 iw_u.parts.msw = (ix0); \ 314 iw_u.parts.lsw = (ix1); \ 324 sh_u.parts.msw = (v); \ 334 sl_u.parts.lsw = (v); \ [all …]
|
/device/google/cuttlefish/tools/ |
D | flash-blk-dev.sh | 102 parts=`sudo gdisk -l /dev/${blk_dev} | grep "^Number" -A999 | tail -n +2 | wc -l` 104 sudo sgdisk -d${parts} /dev/${blk_dev} >/dev/null 2>&1 105 …sudo sgdisk -a1 -n:${parts}:${FIRST_SECTOR}:- -A:${parts}:set:2 -t:${parts}:8305 -c:${parts}:rootf… 106 sudo e2fsck -fy /dev/${blk_dev}${parts} >/dev/null 2>&1 107 sudo resize2fs /dev/${blk_dev}${parts} >/dev/null 2>&1
|
/device/google/gs-common/powerstats/ |
D | DisplayMrrStateResidencyDataProvider.cpp | 64 std::vector<std::string> parts = Split(line, " "); in parseConfig() local 67 if (parts.size() != 4) return false; in parseConfig() 69 if (parts.size() != 5) return false; in parseConfig() 71 if (!ParseUint(Trim(parts[4]), duration)) return false; in parseConfig() 74 if (!ParseInt(Trim(parts[0]), &config->state)) return false; in parseConfig() 75 if (!ParseInt(Trim(parts[1]), &config->resX)) return false; in parseConfig() 76 if (!ParseInt(Trim(parts[2]), &config->resY)) return false; in parseConfig() 77 if (!ParseInt(Trim(parts[3]), &config->rr)) return false; in parseConfig()
|
D | CpupmStateResidencyDataProvider.cpp | 66 std::vector<std::string> parts = Split(line, " "); in parseState() local 67 if (parts.size() != 5) { in parseState() 70 if (!ParseUint(Trim(parts[1]), count)) { in parseState() 73 if (!ParseUint(Trim(parts[3]), duration)) { in parseState() 117 std::vector<std::string> parts = Split(trimedLine, " "); in getStateResidencies() local 118 if (parts.size() == 2) { in getStateResidencies() 119 ParseUint(parts[1], &sleepDurationMs); in getStateResidencies()
|
D | AdaptiveDvfsStateResidencyDataProvider.cpp | 45 std::vector<std::string> parts; local 56 parts = Split(Trim(std::string(line)), " "); 57 if (parts.size() > 0) { 58 std::string freqStr = Trim(parts[0]);
|
D | DvfsStateResidencyDataProvider.cpp | 62 std::vector<std::string> parts = Split(line, " "); in parseState() local 63 if (parts.size() != 7) { in parseState() 66 if (!ParseUint(Trim(parts[3]), count)) { in parseState() 69 if (!ParseUint(Trim(parts[6]), duration)) { in parseState()
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | math_private.h | 64 } parts; member 82 } parts; member 97 (ix0) = ew_u.parts.msw; \ 98 (ix1) = ew_u.parts.lsw; \ 115 (i) = gh_u.parts.msw; \ 124 (i) = gl_u.parts.lsw; \ 132 iw_u.parts.msw = (ix0); \ 133 iw_u.parts.lsw = (ix1); \ 151 sh_u.parts.msw = (v); \ 161 sl_u.parts.lsw = (v); \
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/ |
D | DfuProvider.java | 146 String[] parts = str.split(" "); in convertStrToVersion() local 147 int major = Integer.parseInt(parts[0], 16); in convertStrToVersion() 148 int minor = Integer.parseInt(parts[1], 16); in convertStrToVersion() 149 byte vid = (byte) (Integer.parseInt(parts[2], 16) & 0xff); in convertStrToVersion() 150 byte pid = (byte) (Integer.parseInt(parts[3], 16) & 0xff); in convertStrToVersion()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | bootconfig_args.cpp | 218 const auto& parts = android::base::Split(kv, "="); in BootconfigArgsFromConfig() local 219 CF_EXPECT_EQ(parts.size(), 2, in BootconfigArgsFromConfig() 221 bootconfig_args[parts[0]] = parts[1]; in BootconfigArgsFromConfig()
|
D | super_image_mixer.cc | 82 auto parts = android::base::Split(line, " "); in FindImports() local 83 if (parts.size() >= 2 && parts[0] == "import") { in FindImports()
|
D | graphics_flags.cc | 426 std::vector<std::string> parts; in GetGfxstreamRendererFeaturesString() local 428 parts.push_back(feature_name + ":" + in GetGfxstreamRendererFeaturesString() 431 return android::base::Join(parts, ","); in GetGfxstreamRendererFeaturesString()
|
/device/generic/car/emulator/skins/automotive_landscape/ |
D | layout | 15 parts {
|
/device/generic/car/emulator/skins/automotive_round/ |
D | layout | 15 parts {
|
/device/generic/car/emulator/skins/automotive_ultrawide_cutout/ |
D | layout | 15 parts {
|
/device/generic/car/emulator/skins/automotive_large_portrait/ |
D | layout | 15 parts {
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/src/ |
D | lib.rs | 669 let parts = words in parse_libs_cflags() localVariable 673 for (flag, val) in parts { in parse_libs_cflags()
|
/device/sample/skins/WVGAMedDpi/ |
D | layout | 1 parts {
|
/device/google/contexthub/firmware/os/platform/stm32/lkr/ |
D | app.lkr | 19 - ".flash" will contain all parts of the app that go into actual flash
|
/device/sample/frameworks/PlatformLibrary/ |
D | README.txt | 24 There are three major parts of this example, supplying three distinct
|
/device/generic/goldfish-opengl/ |
D | BUILD.gn | 200 # Vulkan ICDs on Fuchsia are only allowed to depend on (parts of) libc
|
/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/ |
D | LICENSE | 250 10. If you wish to incorporate parts of the Program into other free 321 parts of the General Public License. Of course, the commands you use may
|
/device/generic/car/emulator/usbpt/usbip-service/ |
D | COPYING | 250 10. If you wish to incorporate parts of the Program into other free 322 parts of the General Public License. Of course, the commands you use may
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | edk2-licenses.txt | 804 * as the author of the parts of the library used.
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | edk2-licenses.txt | 804 * as the author of the parts of the library used.
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 7374 // with ProcessMemoryDump.pid. The name can contain multiple parts
|