Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dgen-arabic-table.py63 short_value = {}
66 assert short not in short_value.values()
67 short_value[value] = short
70 for value,short in short_value.items():
116 print ("%s," % short_value[value], end="")
147 for value,short in short_value.items():
/external/google-breakpad/src/client/
Dminidump_file_writer_unittest.cc64 unsigned short short_value; member
92 local.short_value = i + 1; in WriteFile()
105 local.short_value = i + 1; in WriteFile()
/external/crosvm/src/
Dargument.rs174 pub fn short_value( in short_value() method
428 Argument::short_value('p', "program", "PROGRAM", "Program to apply to each file"), in mixed_args()
429 Argument::short_value('c', "cpus", "N", "Number of CPUs to use. (default: 1)"), in mixed_args()
462 let arguments = [Argument::short_value( in name_value_pair()
Dmain.rs1817 Argument::short_value('i', "initrd", "PATH", "Initial ramdisk to load."), in run_vm()
1818 Argument::short_value('p', in run_vm()
1822 Argument::short_value('c', "cpus", "N", "Number of VCPUs. (default: 1)"), in run_vm()
1827 Argument::short_value('m', in run_vm()
1832 Argument::short_value('r', in run_vm()
1840 …Argument::short_value('d', "disk", "PATH[,key=value[,key=value[,...]]", "Path to a disk image foll… in run_vm()
1887 Argument::short_value('s', in run_vm()
/external/ImageMagick/coders/
Dmiff.c1877 short_value; in PopRunlengthPacket() local
1881 short_value=ScaleQuantumToShort(ClampToQuantum(pixel->alpha)); in PopRunlengthPacket()
1882 pixels=PopShortPixel(MSBEndian,short_value,pixels); in PopRunlengthPacket()