/device/google/contexthub/firmware/ |
D | firmware.mk | 52 FLAGS += -Ios/algos 53 FLAGS += -Ios/cpu/$(CPU)/inc 54 FLAGS += -Ios/inc 55 FLAGS += -Ios/platform/$(PLATFORM)/inc 56 FLAGS += -I$(VARIANT_PATH)/inc 57 FLAGS += -Iexternal/freebsd/inc 58 FLAGS += -I../lib/include 59 FLAGS += -I../../../../system/chre/chre_api/include/chre_api 61 FLAGS += -Wall -Werror 63 FLAGS += -Wmissing-declarations -Wlogical-op -Waddress -Wempty-body -Wpointer-arith -Wenum-compare … [all …]
|
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/ |
D | makefile | 9 C++FLAGS := \ 12 C++FLAGS += -O0 -g -Wall -Wextra -DTARGET_MAC=1 14 C++FLAGS += -Wno-gnu-anonymous-struct -Wno-nested-anon-types 15 C++FLAGS += -fno-rtti 21 C++FLAGS += -I/usr/local/opt/openssl/include 24 C++FLAGS += -I/usr/local/opt/srtp/include
|
/device/google/contexthub/firmware/os/platform/native/ |
D | native.mk | 20 FLAGS += -I. -fno-unwind-tables -fstack-reuse=all -ffunction-sections -fdata-sections -m32 21 FLAGS += -Wl,-T $(LKR) -Wl,--gc-sections 36 FLAGS += -DPLATFORM_HOST_INTF_I2C_BUS=0 37 FLAGS += -DPLATFORM_HW_TYPE=0x8086 -DPLATFORM_HW_VER=0 38 FLAGS += -DPLAT_HAS_NO_U_TYPES_H
|
/device/google/contexthub/firmware/variant/lunchbox/ |
D | lunchbox.mk | 23 FLAGS += -DPLATFORM_HW_TYPE=0x4C75 #'Lu' -> lunchbox 24 FLAGS += -DDEBUG_UART_PIN=16 #GPIOB0 is debug uart at 2MBps 26 FLAGS += -I$(VARIANT_PATH)/inc 45 FLAGS += -DUSE_BMM150 -DMAG_SLAVE_PRESENT
|
/device/google/contexthub/firmware/variant/nucleo/ |
D | nucleo.mk | 24 FLAGS += -DPLATFORM_HW_TYPE=0x4E75 #'Nu' ->nucleo 25 FLAGS += -DDEBUG_SWD 27 FLAGS += -I$(VARIANT_PATH)/inc 46 FLAGS += -DUSE_BMM150 -DMAG_SLAVE_PRESENT
|
/device/google/contexthub/firmware/variant/neonkey/ |
D | neonkey.mk | 24 FLAGS += -DPLATFORM_HW_TYPE=0x4E65 #'Ne' ->neonkey 25 FLAGS += -DDEBUG_SWD 27 FLAGS += -I$(VARIANT_PATH)/inc 47 FLAGS += -DUSE_BMM150 -DMAG_SLAVE_PRESENT
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | cortexm4.mk | 20 FLAGS += -mthumb -mcpu=cortex-m4 -march=armv7e-m -mfloat-abi=softfp -mfpu=fpv4-sp-d16 -mno-thumb-in… 25 FLAGS += -DCPU_NUM_PERSISTENT_RAM_BITS=32 55 FLAGS += -DARM_MATH_CM4 -D__FPU_PRESENT 63 FLAGS += -DFLT_EVAL_METHOD -Iexternal/freebsd/lib/msun/src
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | stm32.mk | 27 FLAGS += -I. -fno-unwind-tables -fstack-reuse=all -ffunction-sections -fdata-sections 28 FLAGS += -Wl,--gc-sections -nostartfiles 29 FLAGS += -nostdlib 72 FLAGS += -DPLATFORM_HW_VER=0
|
/device/google/contexthub/firmware/os/platform/stm32/flash_script/ |
D | Makefile | 20 FLAGS += -mthumb -mcpu=cortex-m4 -march=armv7e-m -mno-thumb-interwork -fno-unwind-tables -fstack-re… 27 $(GCC) -o tool.elf $(FLAGS) tool.c
|
/device/google/contexthub/firmware/variant/argonkey/ |
D | argonkey.mk | 23 FLAGS += -DPLATFORM_HW_TYPE=0x4172 #'Ar' -> argonkey 24 FLAGS += -DDEBUG_SWD 26 FLAGS += -I$(VARIANT_PATH)/inc
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | README | 26 Optional FLAGS (FLAGS list) can be used to enable specific features using 48 <---------- FLAGS list ----------> 68 FLAGS += -DLSM6DSM_DBG_ENABLED -DLSM6DSM_ACCEL_CALIB_ENABLED -DLSM6DSM_GYRO_CALIB_ENABLED -DLSM6DSM… 69 FLAGS += -DLSM6DSM_I2C_MASTER_LSM303AGR -DLSM6DSM_I2C_MASTER_USE_INTERNAL_PULLUP -DLSM6DSM_MAGN_CAL…
|
/device/google/cuttlefish/tools/ |
D | create_base_image.sh | 7 FLAGS "$@" || exit 1
|
D | gen_sha.sh | 24 FLAGS "$@" || exit $?
|
D | make_manifest.sh | 42 FLAGS "$@" || exit $?
|
/device/google/contexthub/firmware/variant/linux/ |
D | linux.mk | 24 FLAGS += -DHEAP_SIZE=102400 #100K heap
|
/device/google/contexthub/firmware/os/cpu/x86/ |
D | x86.mk | 20 FLAGS += -march=core2 -msse2 -DSYSCALL_VARARGS_PARAMS_PASSED_AS_PTRS
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | inflate.h | 22 FLAGS, /* i: waiting for method and flags (gzip) */ enumerator
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | inflate.h | 22 FLAGS, /* i: waiting for method and flags (gzip) */ enumerator
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | inflate.h | 22 FLAGS, /* i: waiting for method and flags (gzip) */ enumerator
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/ |
D | decoder.py | 15 FLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL variable 57 STRINGCHUNK = re.compile(r'(.*?)(["\\\x00-\x1f])', FLAGS) 147 WHITESPACE = re.compile(r'[ \t\n\r]*', FLAGS)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/ |
D | decoder.py | 15 FLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL variable 57 STRINGCHUNK = re.compile(r'(.*?)(["\\\x00-\x1f])', FLAGS) 146 WHITESPACE = re.compile(r'[ \t\n\r]*', FLAGS)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrSyntax.g | 142 #token FLAGS("flags") "flags" 1062 "," FLAGS "=" vfrSubtitleFlags[SObj] 1092 "," F:FLAGS "=" staticTextFlagsField[Flags] ( "\|" staticTextFlagsField[Flags] )* 1229 { "," F:FLAGS "=" vfrGotoFlags[QHObj, F->getLine()] } 1296 F:FLAGS "=" vfrCheckBoxFlags[CBObj, F->getLine()] "," 1369 { F:FLAGS "=" vfrActionFlags[AObj, F->getLine()] "," } 1398 { F:FLAGS "=" vfrDateFlags[DObj, F->getLine()] "," } 1523 …vfrQuestionHeader[NObj] "," << _PCATCH(NObj.SetFlags (NObj.FLAGS(), _GET_… 1524 { F:FLAGS "=" vfrNumericFlags[NObj, F->getLine()] "," } 1576 …vfrQuestionHeader[OObj] "," << _PCATCH(OObj.SetFlags (OObj.FLAGS(), _GET_… [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | sre_parse.py | 53 FLAGS = { variable 619 if not source.next in FLAGS: 621 while source.next in FLAGS: 622 state.flags = state.flags | FLAGS[sourceget()]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrSyntax.g | 143 #token FLAGS("flags") "flags" 1111 { FLAGS "=" flagsField ( "\|" flagsField )* "," } 1898 "," FLAGS "=" vfrSubtitleFlags[SObj] 1934 "," F:FLAGS "=" staticTextFlagsField[Flags] ( "\|" staticTextFlagsField[Flags] )* 2100 { "," F:FLAGS "=" vfrGotoFlags[QHObj, F->getLine()] } 2186 F:FLAGS "=" vfrCheckBoxFlags[CBObj, F->getLine()] "," 2295 { F:FLAGS "=" vfrActionFlags[AObj, F->getLine()] "," } 2329 { F:FLAGS "=" vfrDateFlags[DObj, F->getLine()] "," } 2351 { G:FLAGS "=" vfrDateFlags[DObj, G->getLine()] "," } 2663 … _PCATCH(NObj.SetFlags (NObj.FLAGS(), _GET_CURRQEST_DATATYPE()), L->getLine()); [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | sre_parse.py | 53 FLAGS = { variable 662 if not source.next in FLAGS: 664 while source.next in FLAGS: 665 state.flags = state.flags | FLAGS[sourceget()]
|