Home
last modified time | relevance | path

Searched refs:atoms (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel/pixelstats/test/
DAndroid.bp30 "base-pixel-atoms-test-lib",
38 name: "base-pixel-atoms-test-lib",
/hardware/google/pixel-sepolicy/flipendo/
Dflipendo.te5 # Access to ISstats service to log atoms
/hardware/google/pixel/pixelstats/
Dpixelatoms.proto54 VendorSpeakerImpedance vendor_speaker_impedance = 105013; // moved from atoms.proto
59 VendorChargeCycles vendor_charge_cycles = 105018; // moved from atoms.proto
60 VendorHardwareFailed vendor_hardware_failed = 105019; // moved from atoms.proto
61 VendorSlowIo vendor_slow_io = 105020; // moved from atoms.proto
62 VendorSpeechDspStat vendor_speech_dsp_stat = 105021; // moved from atoms.proto
64 105022 [(android.os.statsd.module) = "pixelstats"]; // moved from atoms.proto
65 VendorUsbPortOverheat vendor_usb_port_overheat = 105023; // moved from atoms.proto
69 105026 [(android.os.statsd.module) = "pixelhealth"]; // moved from atoms.proto
71 105027 [(android.os.statsd.module) = "pixelhealth"]; // moved from atoms.proto
73 PowerMitigationStats mitigation_stats = 105029; // moved from atoms.proto
[all …]
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXlibint.h151 struct _XDisplayAtoms *atoms; /* for XInternAtom */ member
761 FreeFuncType atoms; /* _XFreeAtomTable */ member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.mjs6179 * Describes spaces between different classes of atoms.
6361 …onst makeSpan$1 = buildCommon.makeSpan; // Binary atoms (first class `mbin`) change into ordinary
6388 * is a real group (no atoms will be added on either side), as opposed to
6427 } // Dummy spans for determining spacings between surrounding atoms.
6428 // If `expression` has no atoms on the left or right, class "leftmost"
6489 // spacing should go between atoms of different classes
15854 const body = []; // Keep adding atoms to the body until we can't parse any more atoms (either
16794 * Parses an "expression", which is a list of atoms.