/external/devlib/src/readenergy/ |
D | readenergy.c | 97 struct reading struct 264 void emeter_read_measurements(struct emeter *this, struct reading *reading) in emeter_read_measurements() argument 267 reading->sys_adc_ch0_pm1_sys = (double)(CMASK & buffer[BASE_INDEX+0]) / SYS_ADC_CH0_PM1_SYS_SCALE; in emeter_read_measurements() 268 reading->sys_adc_ch1_pm2_a57 = (double)(CMASK & buffer[BASE_INDEX+1]) / SYS_ADC_CH1_PM2_A57_SCALE; in emeter_read_measurements() 269 reading->sys_adc_ch2_pm3_a53 = (double)(CMASK & buffer[BASE_INDEX+2]) / SYS_ADC_CH2_PM3_A53_SCALE; in emeter_read_measurements() 270 reading->sys_adc_ch3_pm4_gpu = (double)(CMASK & buffer[BASE_INDEX+3]) / SYS_ADC_CH3_PM4_GPU_SCALE; in emeter_read_measurements() 271 reading->sys_adc_ch4_vsys = (double)(VMASK & buffer[BASE_INDEX+4]) / SYS_ADC_CH4_VSYS_SCALE; in emeter_read_measurements() 272 reading->sys_adc_ch5_va57 = (double)(VMASK & buffer[BASE_INDEX+5]) / SYS_ADC_CH5_VA57_SCALE; in emeter_read_measurements() 273 reading->sys_adc_ch6_va53 = (double)(VMASK & buffer[BASE_INDEX+6]) / SYS_ADC_CH6_VA53_SCALE; in emeter_read_measurements() 274 reading->sys_adc_ch7_vgpu = (double)(VMASK & buffer[BASE_INDEX+7]) / SYS_ADC_CH7_VGPU_SCALE; in emeter_read_measurements() [all …]
|
/external/llvm/test/Object/ |
D | archive-toc.test | 1 Test reading an archive created by gnu ar 10 Test reading an archive createdy by Mac OS X ar 19 Test reading an archive created on Solaris by /usr/ccs/bin/ar 22 Test reading an archive created on Solaris by /usr/xpg4/bin/ar 30 Test reading a thin archive created by gnu ar 38 Test reading an archive with just a symbol table. We use to reject them. 42 Test reading a thin archive with directory names.
|
D | corrupt.test | 5 SECNAME: Error reading file: Invalid data was encountered while parsing the file. 12 SECDATA: Error reading file: Invalid data was encountered while parsing the file. 19 SYMNAME: Error reading file: Invalid data was encountered while parsing the file. 26 VER: Error reading file: Invalid version entry.
|
/external/proguard/src/proguard/optimize/info/ |
D | ReadWriteFieldMarker.java | 44 private boolean reading = true; field in ReadWriteFieldMarker 63 reading = true; in visitConstantInstruction() 71 reading = true; in visitConstantInstruction() 79 reading = false; in visitConstantInstruction() 114 if (reading) in visitProgramField()
|
/external/python/cpython3/Doc/c-api/ |
D | marshal.rst | 43 XXX What about error detection? It appears that reading past the end of the 53 for reading. Only a 32-bit value can be read in using this function, 62 for reading. Only a 16-bit value can be read in using this function, 71 reading. 80 reading. Unlike :c:func:`PyMarshal_ReadObjectFromFile`, this function 83 operate from data in memory rather than reading a byte at a time from the 84 file. Only use these variant if you are certain that you won't be reading
|
/external/python/cpython2/Doc/c-api/ |
D | marshal.rst | 51 XXX What about error detection? It appears that reading past the end of the 61 for reading. Only a 32-bit value can be read in using this function, 68 for reading. Only a 16-bit value can be read in using this function, 75 reading. On error, sets the appropriate exception (:exc:`EOFError` or 82 reading. Unlike :c:func:`PyMarshal_ReadObjectFromFile`, this function 85 operate from data in memory rather than reading a byte at a time from the 86 file. Only use these variant if you are certain that you won't be reading
|
/external/autotest/client/site_tests/hardware_LightSensor/ |
D | hardware_LightSensor.py | 62 reading = int(val) 63 if reading < 0: 65 logging.debug("light sensor reading is %d", reading)
|
/external/libxml2/result/ |
D | intsubset2.xml.sax2 | 233 reading. [T1] 240 SAX.elementDecl(reading, 3, ...) 242 The reading element contains the reading or pronunciation 245 SAX.attributeDecl(reading, r_type, 1, 2, NULL, ...) 247 The r_type attribute defines the type of reading in the reading 249 pinyin - the modern PinYin romanization of the Chinese reading 252 korean_r - the romanized form of the Korean reading(s) of the 255 korean_h - the Korean reading(s) of the kanji in hangul. 256 ja_on - the "on" Japanese reading of the kanji, in katakana. A 258 a value of "jy" whether the reading is approved for a [all …]
|
D | intsubset2.xml.sax | 233 reading. [T1] 240 SAX.elementDecl(reading, 3, ...) 242 The reading element contains the reading or pronunciation 245 SAX.attributeDecl(reading, r_type, 1, 2, NULL, ...) 247 The r_type attribute defines the type of reading in the reading 249 pinyin - the modern PinYin romanization of the Chinese reading 252 korean_r - the romanized form of the Korean reading(s) of the 255 korean_h - the Korean reading(s) of the kanji in hangul. 256 ja_on - the "on" Japanese reading of the kanji, in katakana. A 258 a value of "jy" whether the reading is approved for a [all …]
|
/external/libxml2/result/noent/ |
D | intsubset2.xml.sax2 | 233 reading. [T1] 240 SAX.elementDecl(reading, 3, ...) 242 The reading element contains the reading or pronunciation 245 SAX.attributeDecl(reading, r_type, 1, 2, NULL, ...) 247 The r_type attribute defines the type of reading in the reading 249 pinyin - the modern PinYin romanization of the Chinese reading 252 korean_r - the romanized form of the Korean reading(s) of the 255 korean_h - the Korean reading(s) of the kanji in hangul. 256 ja_on - the "on" Japanese reading of the kanji, in katakana. A 258 a value of "jy" whether the reading is approved for a [all …]
|
/external/python/cpython2/Modules/_io/ |
D | _iomodule.c | 299 int reading = 0, writing = 0, appending = 0, updating = 0; in io_open() local 333 reading = 1; in io_open() 352 reading = 1; in io_open() 368 if (reading) *(m++) = 'r'; in io_open() 381 reading = 1; in io_open() 390 if (reading + writing + appending > 1) { in io_open() 489 else if (reading) in io_open()
|
/external/python/cpython3/Modules/_io/ |
D | _iomodule.c | 239 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0; in _io_open_impl() local 281 reading = 1; in _io_open_impl() 300 reading = 1; in _io_open_impl() 317 if (reading) *(m++) = 'r'; in _io_open_impl() 333 reading = 1; in _io_open_impl() 342 if (creating + reading + writing + appending > 1) { in _io_open_impl() 444 else if (reading) in _io_open_impl()
|
/external/python/cpython2/Doc/library/ |
D | dbm.rst | 50 | ``'r'`` | Open existing database for reading only | 53 | ``'w'`` | Open existing database for reading and | 56 | ``'c'`` | Open database for reading and writing, | 60 | | for reading and writing |
|
D | dbhash.rst | 37 | ``'r'`` | Open existing database for reading only | 40 | ``'w'`` | Open existing database for reading and | 43 | ``'c'`` | Open database for reading and writing, | 47 | | for reading and writing |
|
D | anydbm.rst | 39 | ``'r'`` | Open existing database for reading only | 42 | ``'w'`` | Open existing database for reading and | 45 | ``'c'`` | Open database for reading and writing, | 49 | | for reading and writing |
|
D | gdbm.rst | 44 | ``'r'`` | Open existing database for reading only | 47 | ``'w'`` | Open existing database for reading and | 50 | ``'c'`` | Open database for reading and writing, | 54 | | for reading and writing |
|
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/ |
D | ltp_tbio.c | 123 int reading = 0, writing = 0; in tbio_io() local 146 reading = 1; in tbio_io() 151 inter.data_len, reading, GFP_KERNEL); in tbio_io() 290 int reading = 0, writing = 0; in test_bio_split() local 320 reading = 1; in test_bio_split() 325 inter.data_len, reading, GFP_KERNEL); in test_bio_split()
|
/external/python/cpython3/Doc/library/ |
D | dbm.rst | 50 | ``'r'`` | Open existing database for reading only | 53 | ``'w'`` | Open existing database for reading and | 56 | ``'c'`` | Open database for reading and writing, | 60 | | for reading and writing | 162 | ``'r'`` | Open existing database for reading only | 165 | ``'w'`` | Open existing database for reading and | 168 | ``'c'`` | Open database for reading and writing, | 172 | | for reading and writing | 277 | ``'r'`` | Open existing database for reading only | 280 | ``'w'`` | Open existing database for reading and | [all …]
|
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/bcl_sw_mitigation/ |
D | format | 10 field:long reading; offset:16; size:8; signed:1; 12 print fmt: "%s:[%ld]", __get_str(_name), REC->reading
|
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/bcl_hw_state_event/ |
D | format | 10 field:long reading; offset:16; size:8; signed:1; 12 print fmt: "%s:[%ld]", __get_str(_name), REC->reading
|
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/bcl_hw_mitigation/ |
D | format | 10 field:long reading; offset:16; size:8; signed:1; 12 print fmt: "%s:[%ld]", __get_str(_name), REC->reading
|
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/bcl_hw_sensor_reading/ |
D | format | 10 field:long reading; offset:16; size:8; signed:1; 12 print fmt: "%s:[%ld]", __get_str(_name), REC->reading
|
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/lmh_sensor_interrupt/ |
D | format | 10 field:unsigned int reading; offset:12; size:4; signed:0; 12 print fmt: "Sensor:[%s] throttling intensity:%u", __get_str(_name), REC->reading
|
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/lmh_sensor_reading/ |
D | format | 10 field:unsigned int reading; offset:12; size:4; signed:0; 12 print fmt: "Sensor:[%s] throttling intensity:%u", __get_str(_name), REC->reading
|
/external/llvm/test/tools/llvm-symbolizer/pdb/ |
D | missing_pdb.test | 11 ERROR: LLVMSymbolizer: error reading file: PDB Error: Unable to load PDB. Make sure the file exist… 12 ERROR-NOT: error reading file
|