Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 63) sorted by relevance

123

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c53 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 …]
Dpostprocess_elf.c55 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/os/cpu/cortexm4/
DappSupport.c37 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/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java627 String where = Bookmarks.PARENT + "=? AND " + Bookmarks.IS_DELETED + "=0"; in query() local
628 where = DatabaseUtils.concatenateWhere(where, selection); in query()
633 query = qb.buildQuery(projection, where, null, null, sortOrder, null); in query()
636 String where = Bookmarks.ACCOUNT_TYPE + "=? AND " + in query() local
644 where = DatabaseUtils.concatenateWhere(where, selection); in query()
646 where, null, null, null, null); in query()
653 where = Bookmarks.ACCOUNT_TYPE + "=? AND " + Bookmarks.ACCOUNT_NAME + "=?" + in query()
655 where = DatabaseUtils.concatenateWhere(where, selection); in query()
658 where, null, null, null, null); in query()
835 String where = whereBuilder.toString(); in createCombinedQuery() local
[all …]
/device/google/contexthub/firmware/
DREADME21 # 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
/device/generic/opengl-transport/host/commands/emugen/
DREADME9 for the specified API, where each entry routes the call via a dispatch
120 where
143 where:
162 where:
201 where:
230 where:
/device/google/sunfish/json-c/
DDoxyfile29 # 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 …]
Dconfig.h.in143 /* Define to the address where bug reports for this package should be sent. */
/device/google/coral/json-c/
DDoxyfile29 # 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 …]
Dconfig.h.in143 /* Define to the address where bug reports for this package should be sent. */
/device/google/redbull/json-c/
DDoxyfile29 # 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 …]
/device/generic/opengl-transport/host/libs/virglrenderer/
DREADME.md16 expensive and are minimized where possible, as they involve a pipeline flush and
25 This is where contexts, resources and fences are monitored.
/device/sample/apps/tv/SetupValidation/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/device/sample/apps/tv/SetupCustomizationSample/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/device/google/zuma-sepolicy/vendor/
Dinit.te5 # descriptor, where init will probe the boot partition
/device/google/zumapro-sepolicy/legacy/zuma/vendor/
Dinit.te5 # descriptor, where init will probe the boot partition
/device/google/redbull-sepolicy/vendor/google/
Dinit.te8 # descriptor, where init will probe the boot partition
/device/google/gs201-sepolicy/whitechapel_pro/
Dinit.te7 # descriptor, where init will probe the boot partition
/device/google/gs101-sepolicy/whitechapel/vendor/google/
Dinit.te4 # descriptor, where init will probe the boot partition
/device/sample/sdk_addon/
Dmanifest.ini28 # where
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/
DREADME.md9 order to use the system `pkg-config` tool (if available) to determine where a
/device/google/cuttlefish/host/cvd_test_configs/local_tests/
DREADME.md4 launches of multi-device configurations, where one or more of
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
DREADME83 where x,y,z are sensors output and x",y",z" are android coordinate system data.
/device/google/raviole/audio/oriole/cs35l41/fw/
Dreadme.md48 - Fixed an issue where repeated pause/resume commands could cause pops on the output.
/device/google/raviole/audio/raven/cs35l41/fw/
Dreadme.md53 - Fixed an issue where repeated pause/resume commands could cause pops on the output.

123