HomeSort by relevance Sort by last modified time
    Searched refs:aosp (Results 1 - 23 of 23) sorted by null

  /device/linaro/hikey/l-loader/
hikey960.mk 3 PTABLE_LST:=aosp-32g aosp-32g-spare linux-32g
hikey.mk 9 PTABLE_LST?=aosp-8g aosp-4g
generate_ptable.sh 6 # aosp: (same as linux with userdata).
7 # linux: (same as aosp without userdata).
10 PTABLE=${PTABLE:-aosp}
24 aosp-4g|linux-4g)
27 aosp-8g|linux-8g|swap-8g)
30 aosp-32g*|linux-32g)
33 aosp-64g|linux-64g)
49 aosp-4g|aosp-8g)
119 aosp-32g*|aosp-64g
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/binary/aosp/
AospDialerApplication.java 17 package com.android.dialer.binary.aosp;
24 * The application class for the AOSP Dialer. This is a version of the Dialer app that has no
29 /** Returns a new instance of the root component for the AOSP Dialer. */
AospDialerRootComponent.java 17 package com.android.dialer.binary.aosp;
47 /** Root component for the AOSP Dialer application. */
  /hardware/intel/bootstub/
bootstub.c 152 struct boot_img_hdr *aosp = (struct boot_img_hdr *)AOSP_HEADER_ADDRESS; local
156 if (is_image_aosp(aosp->magic)) {
157 ptr = (u8*)aosp->kernel_addr;
158 cmdline_len = strnlen((const char *)aosp->cmdline, sizeof(aosp->cmdline));
159 extra_cmdline_len = strnlen((const char *)aosp->extra_cmdline, sizeof(aosp->extra_cmdline));
165 memset(cmdline, 0, sizeof(aosp->cmdline) + sizeof(aosp->extra_cmdline));
166 memcpy(cmdline, (const void *)aosp->cmdline, cmdline_len)
470 struct boot_img_hdr *aosp = (struct boot_img_hdr *)AOSP_HEADER_ADDRESS; local
    [all...]
  /device/linaro/hikey/factory-images/
generate-factory-images-hikey.sh 38 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/ptable-aosp-8g.img tmp/$PRODUCT-$VERSION/
39 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/ptable-aosp-4g.img tmp/$PRODUCT-$VERSION/
78 PTABLE=ptable-aosp-8g.img
83 PTABLE=ptable-aosp-4g.img
  /device/google/contexthub/util/nanoapp_encr/
nanoapp_encr.c 102 if (bufUsed >= sizeof(*image) && image->aosp.magic == NANOAPP_AOSP_MAGIC &&
103 image->aosp.header_version == 1 && image->layout.magic == GOOGLE_LAYOUT_MAGIC) {
104 fprintf(stderr, "Found AOSP header\n");
110 if ((image->aosp.flags & NANOAPP_SIGNED_FLAG) != 0) {
114 if ((image->aosp.flags & NANOAPP_ENCRYPTED_FLAG) != 0) {
119 image->aosp.flags |= NANOAPP_ENCRYPTED_FLAG;
169 image->aosp.header_version == 1 && image->aosp.magic == NANOAPP_AOSP_MAGIC &&
171 fprintf(stderr, "Found AOSP header\n");
172 if (!(image->aosp.flags & NANOAPP_ENCRYPTED_FLAG))
    [all...]
  /device/linaro/hikey/installer/hikey/
flash-all.sh 14 PTABLE=ptable-aosp-8g.img
19 PTABLE=ptable-aosp-4g.img
  /external/annotation-tools/
.git.pre-commit 21 python .run-google-java-format/check-google-java-format.py --aosp ${CHANGED_JAVA_FILES}
  /frameworks/rs/tests/java_api/RSUnitTests/
find_versions.sh 6 # aosp dir
7 AOSP_DIR=~/android/aosp
  /device/google/contexthub/firmware/os/core/
appSec.c 221 struct nano_app_binary_t *aosp; local
230 aosp = &image->aosp;
231 flags = aosp->flags;
232 if (aosp->header_version != 1 ||
233 aosp->magic != NANOAPP_AOSP_MAGIC ||
305 // now, transform AOSP header to FW common header
308 .appId = aosp->app_id,
311 .appVer = aosp->app_version,
318 if (aosp->chre_api_major || aosp->chre_api_minor)
    [all...]
  /device/linaro/hikey/hikey/
BoardConfig.mk 26 ifeq ($(TARGET_USERDATAIMAGE_4GB), true) # to build for aosp-4g partition table
  /packages/inputmethods/LatinIME/tools/dicttool/
Android.mk 21 LATINIME_HOST_NATIVE_LIBNAME := liblatinime-aosp-dicttool-host
  /prebuilts/tools/common/google-java-format/
google-java-format-diff.py 54 parser.add_argument('-a', '--aosp', action='store_true',
55 help='use AOSP style instead of Google Style (4-space indentation)')
97 if args.aosp:
98 command.append('--aosp')
google-java-format-all-deps.jar 
  /device/google/contexthub/util/nanoapp_sign/
nanoapp_sign.c 251 if (!(image->aosp.flags & NANOAPP_SIGNED_FLAG)) {
329 if (!(image->aosp.flags & NANOAPP_SIGNED_FLAG)) {
337 image->aosp.flags |= NANOAPP_SIGNED_FLAG;
524 image->aosp.header_version == 1 &&
525 image->aosp.magic == NANOAPP_AOSP_MAGIC &&
527 fprintf(stderr, "Found AOSP header\n");
  /device/google/contexthub/lib/include/nanohub/
nanohub.h 87 // we translate AOSP header into FW header: this header is in LE format
93 uint64_t appId; // external: copy from AOSP header; internal: defined locally
94 uint32_t appVer; // external: copy from AOSP header; internal: defined locally
171 struct nano_app_binary_t aosp; member in struct:ImageHeader
  /external/robolectric-shadows/scripts/
sync-android.sh 3 # This script sync and builds the AOSP source for a specified platform version.
8 # This will create a <src root>/aosp-<android version>, sync the source for that version, and
32 SRC_ROOT=$1/aosp-$ANDROID_VERSION
  /packages/apps/Dialer/
packages.mk 13 com.android.dialer.binary.aosp.testing \
Android.mk 18 # Exclude files incompatible with AOSP.
59 $(BASE_DIR)/dialer/binary/aosp/testing/AndroidManifest.xml \
81 com.android.dialer.binary.aosp.testing \
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 118 " -r : bare (no AOSP header); used only for inner OS image generation\n"
245 .aosp = (struct nano_app_binary_t) {
580 .aosp = (struct nano_app_binary_t) {
612 .aosp = (struct nano_app_binary_t) {
postprocess_elf.c 116 " -r : bare (no AOSP header); used only for inner OS image generation\n"
236 .aosp = (struct nano_app_binary_t) {
    [all...]

Completed in 743 milliseconds