Searched refs:dat (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | imaplib.py | 192 typ, dat = self.capability() 193 if dat == [None]: 195 self.capabilities = tuple(dat[-1].upper().split()) 283 typ, dat = self._untagged_response('OK', [None], name) 284 if dat[-1]: 285 return typ, dat 286 typ, dat = self.noop() # Prod server for response 287 return self._untagged_response(typ, dat, name) 349 typ, dat = self._simple_command('AUTHENTICATE', mech) 351 raise self.error(dat[-1]) [all …]
|
D | dumbdbm.py | 122 dat = f.read(siz) 124 return dat
|
/device/google/dragon/audio/hal/dsp/tests/ |
D | plot_fftl.m | 6 % It reads impulse response from "ir.dat" and plots frequency response. 8 h=load("ir.dat");
|
/device/google/marlin/recovery/gpt-utils/ |
D | gpt-utils.cpp | 925 int add_lun_to_update_list(char *lun_path, struct update_data *dat) in add_lun_to_update_list() argument 929 if (!lun_path || !dat){ in add_lun_to_update_list() 940 if (dat->num_valid_entries == 0) { in add_lun_to_update_list() 945 strlcpy(dat->lun_list[0], lun_path, in add_lun_to_update_list() 947 dat->num_valid_entries = 1; in add_lun_to_update_list() 949 for (i = 0; (i < dat->num_valid_entries) && in add_lun_to_update_list() 950 (dat->num_valid_entries < MAX_LUNS - 1); i++) { in add_lun_to_update_list() 953 if (!strncmp(lun_path,dat->lun_list[i], in add_lun_to_update_list() 954 strlen(dat->lun_list[i]))) { in add_lun_to_update_list() 962 dat->num_valid_entries); in add_lun_to_update_list() [all …]
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/ |
D | UefiShellTftpCommandLib.uni | 86 " * To get the file "dir1/file1.dat" from the TFTP server 192.168.1.1 and\r\n" 87 " store it as file2.dat in the current directory :\r\n" 88 " fs0:\> tftp 192.168.1.1 dir1/file1.dat file2.dat\r\n"
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/ |
D | b.bat | 52 ECHO Patching image with ConfigurationHeader.dat 53 CALL GenerateImage -D ..\ConfigurationHeader.dat -E 0x80008208 -I %BUILD_ROOT%\FV\BEAGLEBOARD_EFI.f…
|
D | ba.bat | 52 ECHO Patching image with ConfigurationHeader.dat 53 CALL GenerateImage -D ..\ConfigurationHeader.dat -E 0x80008208 -I %BUILD_ROOT%\FV\BEAGLEBOARD_EFI.f…
|
D | build.sh | 146 …OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/ConfigurationHeader.dat -E 0x80008000 -I $B…
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/ |
D | meminit.c | 2267 uint32_t adr, dat, limit; in cpu_read() local 2274 dat = *(uint32_t*) adr; in cpu_read() 2279 DPF(D_INFO, "%x ", dat); in cpu_read() 2307 uint32_t val, dat, adr, adr0, step, limit; in cpu_memory_test() local 2324 if (step == 0) dat = adr; in cpu_memory_test() 2325 else if (step == 1) dat = (1 << ((adr >> 2) & 0x1f)); in cpu_memory_test() 2326 else if (step == 2) dat = ~(1 << ((adr >> 2) & 0x1f)); in cpu_memory_test() 2327 else if (step == 3) dat = 0x5555AAAA; in cpu_memory_test() 2328 else if (step == 4) dat = 0xAAAA5555; in cpu_memory_test() 2330 *(uint32_t*) adr = dat; in cpu_memory_test() [all …]
|
D | gen5_iosf_sb_definitions.h | 420 #define DCMD_MRS1(rnk,dat) (0 | ((rnk)<<22) | (1<<3) | ((dat)<<6)) argument
|
/device/asus/fugu/ |
D | init.fugu.rc | 165 copy /system/vendor/firmware/PR-ModelCert /data/mediadrm/playready/bgroupcert.dat 166 chown mediadrm mediadrm /data/mediadrm/playready/bgroupcert.dat 167 chmod 0440 /data/mediadrm/playready/bgroupcert.dat
|
/device/google/marlin/ |
D | device-common.mk | 180 … device/google/marlin/WCNSS_cfg.dat:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/WCNSS_cfg.dat \
|
/device/lge/bullhead/ |
D | device.mk | 152 device/lge/bullhead/wifi/WCNSS_cfg.dat:system/etc/firmware/wlan/qca_cld/WCNSS_cfg.dat \
|