/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | _iomodule.c | 299 int reading = 0, writing = 0, appending = 0, updating = 0; in io_open() local 332 reading = 1; in io_open() 351 reading = 1; in io_open() 367 if (reading) *(m++) = 'r'; in io_open() 380 reading = 1; in io_open() 389 if (reading + writing + appending > 1) { in io_open() 487 else if (reading) in io_open()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()
|
/device/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | cdsprpcd.te | 8 # For reading dir/files on /dsp
|
D | sensors.te | 40 # For reading dir/files on /dsp
|
D | mm-pp-daemon.te | 10 # Allow reading/writing data config files
|
/device/google/bonito-sepolicy/vendor/qcom/common/ |
D | cdsprpcd.te | 8 # For reading dir/files on /dsp
|
D | sensors.te | 40 # For reading dir/files on /dsp
|
D | mm-pp-daemon.te | 10 # Allow reading/writing data config files
|
/device/ti/beagle_x15/sepolicy/ |
D | pvr.te | 14 # allow reading /sys/devices/soc0/machine
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | ReadDr4.asm | 37 ; DR4 is alias to DR6 only if DE (in CR4) is cleared. Otherwise, reading
|
D | ReadDr5.asm | 37 ; DR5 is alias to DR7 only if DE (in CR4) is cleared. Otherwise, reading
|
D | ReadDr4.nasm | 36 ; DR4 is alias to DR6 only if DE (in CR4) is cleared. Otherwise, reading
|
D | ReadDr5.nasm | 36 ; DR5 is alias to DR7 only if DE (in CR4) is cleared. Otherwise, reading
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | ReadDr4.asm | 37 ; DR4 is alias to DR6 only if DE (in CR4) is cleared. Otherwise, reading
|
D | ReadDr5.asm | 37 ; DR5 is alias to DR7 only if DE (in CR4) is cleared. Otherwise, reading
|
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/ |
D | OrderedCollectionTest.inf | 2 # A simple "fuzzer" application for OrderedCollectionLib, reading commands
|
/device/linaro/hikey/wpan/uim/ |
D | uim.c | 92 int reading = 1; in read_hci_event() local 104 while (reading) { in read_hci_event()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/ |
D | PrePiLib.inf | 5 # directly. Helps building HOBs, reading data from the FV, and doing
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | README.txt | 33 You should not attempt to compile SoftFloat without first reading both
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | _pyio.py | 166 reading = "r" in modes 175 reading = True 178 if reading + writing + appending > 1: 180 if not (reading or writing or appending): 189 (reading and "r" or "") + 217 elif reading:
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-history.txt | 44 unavailable for reading during archive creation. 76 7-Zip silently ignored file reading errors during 7z or gz archive creation,
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/ |
D | lzma-history.txt | 44 unavailable for reading during archive creation. 76 7-Zip silently ignored file reading errors during 7z or gz archive creation,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-history.txt | 44 unavailable for reading during archive creation. 76 7-Zip silently ignored file reading errors during 7z or gz archive creation,
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | IgdOMOBF.ASL | 327 ;* Arg1 = If Arg0 = 0, current ALS reading: 329 ;* 1-0xFFFE = Current sensor reading
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
D | UefiShellLevel3CommandsLib.uni | 283 " -on - Enables display when reading commands from script files.\r\n" 284 " -off - Disables display when reading commands from script files.\r\n" 302 " * To execute HelloWorld.nsh, and display when reading lines from the script\r\n"
|