/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 53 uint32_t where; member 340 ERR(" Where: 0x%08" PRIX32, reloc->where); in relocDiag() 356 uint32_t relocOffset = reloc->where; in fixupReloc() 362 } else if (IS_IN_RAM(reloc->where)) { in fixupReloc() 363 relocOffset = reloc->where - RAM_BASE; in fixupReloc() 494 if (IS_IN_RANGE_E(reloc->where, sect->bss_start, sect->bss_end)) in handleApp() 496 else if (IS_IN_RANGE_E(reloc->where, sect->data_start, sect->data_end)) in handleApp() 498 else if (IS_IN_RANGE_E(reloc->where, sect->got_start, sect->got_end)) in handleApp() 500 else if (IS_IN_RANGE_E(reloc->where, FLASH_BASE, FLASH_BASE + sizeof(struct BinHdr))) in handleApp() 506 i, reloc->where, reloc->info & 0xff, whichSym, sym->addr, seg); in handleApp() [all …]
|
D | postprocess_elf.c | 55 uint32_t where; member 366 i, relocs[i].where, relocs[i].info & 0xff, whichSym); in handleApp() 374 i, relocs[i].where, relocs[i].info & 0xff, whichSym, syms[whichSym].addr); in handleApp() 376 if (IS_IN_RANGE_E(relocs[i].where, sect->bss_start, sect->bss_end)) in handleApp() 378 else if (IS_IN_RANGE_E(relocs[i].where, sect->data_start, sect->data_end)) in handleApp() 380 else if (IS_IN_RANGE_E(relocs[i].where, sect->got_start, sect->got_end)) in handleApp() 382 else if (IS_IN_RANGE_E(relocs[i].where, FLASH_BASE, FLASH_BASE + sizeof(struct BinHdr))) in handleApp() 390 …if (IS_IN_FLASH(relocs[i].where) && relocs[i].where - FLASH_BASE < sizeof(struct BinHdr) && relocT… in handleApp() 398 valThereP = (uint32_t*)(buf + relocs[i].where - FLASH_BASE); in handleApp() 405 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr); in handleApp() [all …]
|
/device/google/contexthub/firmware/ |
D | README | 21 # where <variant_path> is relative path to OS variant dir; 29 # where <nanoapp_path> is relative path to nanoapp; 47 # where $OUT is lunch shell environment variable
|
D | CodingStandard.txt | 20 10. All variables shall be declared in the beginning of the block where they reside. This facilitat…
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | appSupport.c | 37 uint32_t base, where; in handleRelNumber() local 53 where = *ofstP + value; in handleRelNumber() 54 *ofstP = where + 1; in handleRelNumber() 56 mem[where] += base; in handleRelNumber()
|
/device/sample/apps/tv/SetupCustomizationSample/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/device/sample/apps/tv/SetupValidation/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | README | 9 for the specified API, where each entry routes the call via a dispatch 120 where 143 where: 162 where: 201 where: 230 where:
|
/device/sample/sdk_addon/ |
D | manifest.ini | 28 # where
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | README.md | 16 expensive and are minimized where possible, as they involve a pipeline flush and 25 This is where contexts, resources and fences are monitored.
|
/device/google/bonito/json-c/ |
D | Doxyfile | 29 # base path where the generated documentation will be put. 31 # where doxygen was started. If left blank the current directory will be used. 39 # files, where putting all generated files in the same directory would otherwise 482 # by executing (via popen()) the command <filter> <input-file>, where <filter> 577 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 689 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 766 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. 807 # The MAN_OUTPUT tag is used to specify where the man pages will be put. 836 # The XML_OUTPUT tag is used to specify where the XML pages will be put. 981 # where "loc1" and "loc2" can be relative or absolute paths or [all …]
|
D | config.h.in | 143 /* Define to the address where bug reports for this package should be sent. */
|
/device/google/crosshatch/json-c/ |
D | Doxyfile | 29 # base path where the generated documentation will be put. 31 # where doxygen was started. If left blank the current directory will be used. 39 # files, where putting all generated files in the same directory would otherwise 482 # by executing (via popen()) the command <filter> <input-file>, where <filter> 577 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 689 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 766 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. 807 # The MAN_OUTPUT tag is used to specify where the man pages will be put. 836 # The XML_OUTPUT tag is used to specify where the XML pages will be put. 981 # where "loc1" and "loc2" can be relative or absolute paths or [all …]
|
D | config.h.in | 143 /* Define to the address where bug reports for this package should be sent. */
|
D | ChangeLog | 106 * Fix subtle bug in linkhash where lookup could hang after all slots
|
/device/google/coral/json-c/ |
D | Doxyfile | 29 # base path where the generated documentation will be put. 31 # where doxygen was started. If left blank the current directory will be used. 39 # files, where putting all generated files in the same directory would otherwise 482 # by executing (via popen()) the command <filter> <input-file>, where <filter> 577 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 689 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 766 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. 807 # The MAN_OUTPUT tag is used to specify where the man pages will be put. 836 # The XML_OUTPUT tag is used to specify where the XML pages will be put. 981 # where "loc1" and "loc2" can be relative or absolute paths or [all …]
|
D | config.h.in | 143 /* Define to the address where bug reports for this package should be sent. */
|
/device/google/cuttlefish_vmm/ |
D | Dockerfile | 58 # account is created on them where the work of building crosvm is carried out,
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | README | 83 where x,y,z are sensors output and x",y",z" are android coordinate system data.
|
/device/linaro/dragonboard/db845c/firmware/qca/ |
D | NOTICE | 4 to provide you. Except where prohibited by the open source license, the content 235 when who what, where, why 262 when who what, where, why
|
/device/google/muskie/ |
D | WCNSS_qcom_cfg.ini | 548 #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period 549 #where we send NULL frame.
|
/device/google/taimen/ |
D | WCNSS_qcom_cfg.ini | 548 #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period 549 #where we send NULL frame.
|
/device/google/bonito/ |
D | WCNSS_qcom_cfg.ini | 565 #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period 566 #where we send NULL frame.
|
/device/google/crosshatch/ |
D | WCNSS_qcom_cfg.ini | 565 #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period 566 #where we send NULL frame.
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | README | 33 where numConfigs and numAttribs are the values returned in
|