| /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
| D | core_cmInstr.h | 129 __attribute__((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value) in __REV16() 144 __attribute__((section(".revsh_text"))) __STATIC_INLINE __ASM int32_t __REVSH(int32_t value) in __REVSH() 171 #define __BKPT(value) __breakpoint(value) argument 225 #define __STREXB(value, ptr) __strex(value, ptr) argument 237 #define __STREXH(value, ptr) __strex(value, ptr) argument 249 #define __STREXW(value, ptr) __strex(value, ptr) argument 300 __attribute__((section(".rrx_text"))) __STATIC_INLINE __ASM uint32_t __RRX(uint32_t value) in __RRX() 345 #define __STRBT(value, ptr) __strt(value, ptr) argument 355 #define __STRHT(value, ptr) __strt(value, ptr) argument 365 #define __STRT(value, ptr) __strt(value, ptr) argument [all …]
|
| /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/sp805/ |
| D | sp805.c | 13 static inline void sp805_write_wdog_load(uintptr_t base, unsigned long value) in sp805_write_wdog_load() 18 static inline void sp805_write_wdog_ctrl(uintptr_t base, unsigned long value) in sp805_write_wdog_ctrl() 23 static inline void sp805_write_wdog_lock(uintptr_t base, unsigned long value) in sp805_write_wdog_lock()
|
| /device/linaro/bootloader/arm-trusted-firmware/include/lib/ |
| D | mmio.h | 12 static inline void mmio_write_8(uintptr_t addr, uint8_t value) in mmio_write_8() 22 static inline void mmio_write_16(uintptr_t addr, uint16_t value) in mmio_write_16() 32 static inline void mmio_write_32(uintptr_t addr, uint32_t value) in mmio_write_32() 42 static inline void mmio_write_64(uintptr_t addr, uint64_t value) in mmio_write_64()
|
| D | utils_def.h | 49 #define round_boundary(value, boundary) \ argument 52 #define round_up(value, boundary) \ argument 55 #define round_down(value, boundary) \ argument
|
| /device/google/marlin/power/ |
| D | metadata-parser.c | 37 char *attribute, unsigned int attribute_size, char *value, unsigned int value_size) in parse_metadata() 67 char attribute[1024], value[1024], *saveptr; in parse_cam_preview_metadata() local 99 char attribute[1024], value[1024], *saveptr; in parse_video_encode_metadata() local 131 char attribute[1024], value[1024], *saveptr; in parse_video_decode_metadata() local
|
| /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/ |
| D | int_lib.h | 91 uint32_t __inline __builtin_ctz(uint32_t value) { in __builtin_ctz() 98 uint32_t __inline __builtin_clz(uint32_t value) { in __builtin_clz() 106 uint32_t __inline __builtin_clzll(uint64_t value) { in __builtin_clzll() 113 uint32_t __inline __builtin_clzll(uint64_t value) { in __builtin_clzll()
|
| /device/generic/goldfish-opengl/android-emu/android/base/files/ |
| D | Stream.cpp | 20 void Stream::putByte(uint8_t value) { in putByte() 25 uint8_t value[1] = { 0 }; in getByte() local 30 void Stream::putBe16(uint16_t value) { in putBe16() 41 void Stream::putBe32(uint32_t value) { in putBe32() 59 void Stream::putBe64(uint64_t value) { in putBe64()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
| D | parse.py | 19 def __init__(self, msg, type, value, context): argument 113 def addtoken(self, type, value, context): argument 161 def classify(self, type, value, context): argument 175 def shift(self, type, value, newstate, context): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | Python-ast.c | 392 PyObject *key, *value, *fields; in ast_type_init() local 551 PyObject *value; in ast2obj_list() local 1075 Return(expr_ty value, int lineno, int col_offset, PyArena *arena) in Return() 1103 Assign(asdl_seq * targets, expr_ty value, int lineno, int col_offset, PyArena in Assign() 1124 AugAssign(expr_ty target, operator_ty op, expr_ty value, int lineno, int in AugAssign() 1404 Expr(expr_ty value, int lineno, int col_offset, PyArena *arena) in Expr() 1671 DictComp(expr_ty key, expr_ty value, asdl_seq * generators, int lineno, int in DictComp() 1719 Yield(expr_ty value, int lineno, int col_offset, PyArena *arena) in Yield() 1779 Repr(expr_ty value, int lineno, int col_offset, PyArena *arena) in Repr() 1836 Attribute(expr_ty value, identifier attr, expr_context_ty ctx, int lineno, int in Attribute() [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | Python-ast.c | 392 PyObject *key, *value, *fields; in ast_type_init() local 551 PyObject *value; in ast2obj_list() local 1092 Return(expr_ty value, int lineno, int col_offset, PyArena *arena) in Return() 1120 Assign(asdl_seq * targets, expr_ty value, int lineno, int col_offset, PyArena in Assign() 1141 AugAssign(expr_ty target, operator_ty op, expr_ty value, int lineno, int in AugAssign() 1421 Expr(expr_ty value, int lineno, int col_offset, PyArena *arena) in Expr() 1688 DictComp(expr_ty key, expr_ty value, asdl_seq * generators, int lineno, int in DictComp() 1736 Yield(expr_ty value, int lineno, int col_offset, PyArena *arena) in Yield() 1796 Repr(expr_ty value, int lineno, int col_offset, PyArena *arena) in Repr() 1853 Attribute(expr_ty value, identifier attr, expr_context_ty ctx, int lineno, int in Attribute() [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
| D | traceback.py | 110 def print_exception(etype, value, tb, limit=None, file=None): argument 130 def format_exception(etype, value, tb, limit = None): argument 147 def format_exception_only(etype, value): argument 203 def _format_final_exc_line(etype, value): argument 212 def _some_str(value): argument
|
| D | _abcoll.py | 295 def add(self, value): argument 300 def discard(self, value): argument 304 def remove(self, value): argument 479 def __contains__(self, value): argument 502 def __setitem__(self, key, value): argument 608 def __contains__(self, value): argument 618 def index(self, value): argument 627 def count(self, value): argument 647 def __setitem__(self, index, value): argument 655 def insert(self, index, value): argument [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | traceback.py | 110 def print_exception(etype, value, tb, limit=None, file=None): argument 130 def format_exception(etype, value, tb, limit = None): argument 147 def format_exception_only(etype, value): argument 202 def _format_final_exc_line(etype, value): argument 211 def _some_str(value): argument
|
| D | _abcoll.py | 264 def add(self, value): argument 269 def discard(self, value): argument 273 def remove(self, value): argument 433 def __contains__(self, value): argument 447 def __setitem__(self, key, value): argument 538 def __contains__(self, value): argument 548 def index(self, value): argument 554 def count(self, value): argument 566 def __setitem__(self, index, value): argument 574 def insert(self, index, value): argument [all …]
|
| /device/linaro/bootloader/edk2/IntelFspPkg/Tools/ |
| D | PatchFv.py | 82 def patchDataInFile (binfile, offset, value, len=1): argument 708 def getContent(self, value): argument 722 def toAddress(self, value): argument 734 def toOffset(self, value): argument 746 def getGuidOff(self, value): argument 762 def getSymbols(self, value): argument
|
| /device/google/cuttlefish_common/guest/hals/camera/ |
| D | CameraConfiguration.cpp | 100 bool ValueToCameraOrientation(const std::string& value, in ValueToCameraOrientation() 114 bool ValueToCameraHalVersion(const std::string& value, in ValueToCameraHalVersion() 189 bool ConfigureCameras(const Json::Value& value, in ConfigureCameras()
|
| D | Exif.cpp | 125 const float value, in createEntry() 154 const char* value) { in createEntry() 165 uint8_t value) { in createEntry() 188 int value) { in createEntry() 203 const char* value = parameters.get(parameterKey); in getCameraParam() local 214 const char* value = parameters.get(parameterKey); in getCameraParam() local 225 const char* value = parameters.get(parameterKey); in getCameraParam() local
|
| /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/ |
| D | PatchFv.py | 82 def patchDataInFile (binfile, offset, value, len=1): argument 733 def getContent(self, value): argument 743 def toAddress(self, value): argument 755 def toOffset(self, value): argument 776 def getGuidOff(self, value): argument 799 def getSymbols(self, value): argument
|
| /device/google/contexthub/util/common/ |
| D | JSONObject.cpp | 458 void JSONValue::setInt32(int32_t value) { in setInt32() 465 void JSONValue::setFloat(float value) { in setFloat() 472 void JSONValue::setString(const AString &value) { in setString() 479 void JSONValue::setBoolean(bool value) { in setBoolean() 627 JSONValue value; in Parse() local 678 void JSONObject::setValue(const char *key, const JSONValue &value) { in setValue() 730 void JSONArray::addValue(const JSONValue &value) { in addValue()
|
| /device/generic/goldfish-opengl/android-emu/android/base/ |
| D | Optional.h | 224 Optional(const T& value) : base_flag(true) { new (&get()) T(value); } in Optional() 226 Optional(T&& value) : base_flag(true) { new (&get()) T(std::move(value)); } in Optional() 351 T& value() { in value() function 358 constexpr const T& value() const { in value() function
|
| /device/google/marlin/camera/QCamera2/HAL/ |
| D | QCameraParameters.cpp | 878 char value[PROPERTY_VALUE_MAX]; in isOEMFeat1PropEnabled() local 979 char value[PROPERTY_VALUE_MAX]; in QCameraParameters() local 1281 char value[PROPERTY_VALUE_MAX]; in createHfrValuesString() local 1459 size_t len, int value) in lookupNameByValue() 1775 char value[PROPERTY_VALUE_MAX]; in setLiveSnapshotSize() local 2849 const char *value = params.get(KEY_QC_MANUAL_WB_VALUE); in setManualWhiteBalance() local 2913 char value[PROPERTY_VALUE_MAX]; in setStatsDebugMask() local 2942 char value[PROPERTY_VALUE_MAX]; in setPAAF() local 3226 int value = lookupAttr(VIDEO_ROTATION_MODES_MAP, in setVideoRotation() local 3396 int32_t value = lookupAttr(ENABLE_DISABLE_MODES_MAP, in isAutoHDREnabled() local [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/ |
| D | minicompat.py | 61 def _set_length(self, value): argument 94 def _set_length(self, value): argument 104 def set(self, value, name=name): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/ |
| D | minicompat.py | 61 def _set_length(self, value): argument 94 def _set_length(self, value): argument 104 def set(self, value, name=name): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | _testcapimodule.c | 464 long value; in test_long_and_overflow() local 629 PY_LONG_LONG value; in test_long_long_and_overflow() local 793 PY_LONG_LONG value; in test_L_code() local 865 unsigned char value; in getargs_b() local 874 unsigned char value; in getargs_B() local 883 short value; in getargs_h() local 892 unsigned short value; in getargs_H() local 901 unsigned int value; in getargs_I() local 910 unsigned long value; in getargs_k() local 919 int value; in getargs_i() local [all …]
|
| /device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
| D | math_private.h | 45 double value; member 60 double value; member 133 float value; member
|