Home
last modified time | relevance | path

Searched refs:expr (Results 1 – 18 of 18) sorted by relevance

/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/
Dlib.rs54 ($result:expr) => {
351 pub fn probe_expression(&self, expr: &str) -> bool { in probe_expression()
352 self.probe(format!("pub fn probe() {{ let _ = {}; }}", expr)) in probe_expression()
357 pub fn emit_expression_cfg(&self, expr: &str, cfg: &str) { in emit_expression_cfg()
358 if self.probe_expression(expr) { in emit_expression_cfg()
370 pub fn probe_constant(&self, expr: &str) -> bool { in probe_constant()
371 self.probe(format!("pub const PROBE: () = ((), {}).0;", expr)) in probe_constant()
376 pub fn emit_constant_cfg(&self, expr: &str, cfg: &str) { in emit_constant_cfg()
377 if self.probe_constant(expr) { in emit_constant_cfg()
/device/generic/opengl-transport/host/commands/emugen/
DVar.h85 …oid setHostPackTmpAllocExpression(const std::string & expr) { m_host_packTmpAllocExpression = expr in setHostPackTmpAllocExpression() argument
86 void setHostPackExpression(const std::string & expr) { m_host_packExpression = expr; } in setHostPackExpression() argument
87 void setGuestUnpackExpression(const std::string & expr) { m_guest_unpackExpression = expr; } in setGuestUnpackExpression() argument
/device/generic/goldfish/64bitonly/product/
Dsdk_phone64_arm64.mk25 BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE ?= $(shell expr 1536 \* 1048576 )
26 BOARD_SUPER_PARTITION_SIZE := $(shell expr $(BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE) + 8388608 ) #…
Dsdk_phone16k_arm64.mk25 BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE ?= $(shell expr 1536 \* 1048576 )
26 BOARD_SUPER_PARTITION_SIZE := $(shell expr $(BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE) + 8388608 ) #…
Dsdk_phone64_x86_64.mk18 BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE ?= $(shell expr 1536 \* 1048576 )
19 BOARD_SUPER_PARTITION_SIZE := $(shell expr $(BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE) + 8388608 ) #…
Dsdk_phone16k_x86_64.mk18 BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE ?= $(shell expr 1536 \* 1048576 )
19 BOARD_SUPER_PARTITION_SIZE := $(shell expr $(BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE) + 8388608 ) #…
Dsdk_slim_arm64.mk27 BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE ?= $(shell expr 1536 \* 1048576 )
28 BOARD_SUPER_PARTITION_SIZE := $(shell expr $(BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE) + 8388608 ) #…
Dsdk_slim_x86_64.mk18 BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE ?= $(shell expr 1536 \* 1048576 )
19 BOARD_SUPER_PARTITION_SIZE := $(shell expr $(BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE) + 8388608 ) #…
Dsdk_tablet_x86_64.mk19 BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE ?= $(shell expr 1536 \* 1048576 )
20 BOARD_SUPER_PARTITION_SIZE := $(shell expr $(BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE) + 8388608 ) #…
Dsdk_tablet_arm64.mk19 BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE ?= $(shell expr 1536 \* 1048576 )
20 BOARD_SUPER_PARTITION_SIZE := $(shell expr $(BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE) + 8388608 ) #…
/device/generic/goldfish/tools/
Dmk_qemu_image.sh39 disksize=`expr $curdisksize + 1024 \* 1024 `
41 end=`expr $disksize \/ 512 - 2048 - 1`
Dextract_ext4_image.sh15 mycount=`expr $disksize \/ 1024 - 2048`
Dextract_head_tail.sh16 mycount=`expr $disksize \/ 1024 \/ 1024 - 1`
Dmk_vbmeta_boot_params.sh74 VBMETA_SIZE=$(expr $HEADER_SIZE + $AUTHEN_SIZE + $AUX_SIZE + $SYSMETA_SIZE)
/device/sample/apps/tv/SetupCustomizationSample/
Dgradlew51 link=`expr "$ls" : '.*-> \(.*\)$'`
52 if expr "$link" : '/.*' > /dev/null; then
/device/sample/apps/tv/SetupValidation/
Dgradlew51 link=`expr "$ls" : '.*-> \(.*\)$'`
52 if expr "$link" : '/.*' > /dev/null; then
/device/generic/opengl-transport/host/commands/emugen/tests/
Drun-tests.sh37 OPTARG=$(expr "x$OPT" : "x[^=]*=\\(.*\\)" || true)
/device/common/
Dgenerate-packages.sh180 …echo tail -n +$(expr 2 + $(cat PROLOGUE $COMPANY/COPYRIGHT PART1 $COMPANY/LICENSE PART2 PART3 | wc…