Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cmInstr.h129 __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/google/dragon/audio/hal/
Dcras_expr.c21 static void value_set_boolean(struct cras_expr_value *value, char boolean) in value_set_boolean()
28 static void value_set_integer(struct cras_expr_value *value, int integer) in value_set_integer()
35 static void value_set_string2(struct cras_expr_value *value, const char *begin, in value_set_string2()
43 static void value_set_string(struct cras_expr_value *value, const char *str) in value_set_string()
48 static void cras_expr_value_set_function(struct cras_expr_value *value, in cras_expr_value_set_function()
56 static void copy_value(struct cras_expr_value *value, in copy_value()
79 void cras_expr_value_free(struct cras_expr_value *value) in cras_expr_value_free()
121 struct cras_expr_value *value = find_value(env, key); in find_or_insert_value() local
130 struct cras_expr_value *value; in function_not() local
149 struct cras_expr_value *value; in function_and() local
[all …]
/device/linaro/bootloader/arm-trusted-firmware/include/lib/
Dmmio.h37 static inline void mmio_write_8(uintptr_t addr, uint8_t value) in mmio_write_8()
54 static inline void mmio_write_32(uintptr_t addr, uint32_t value) in mmio_write_32()
71 static inline void mmio_write_64(uintptr_t addr, uint64_t value) in mmio_write_64()
/device/google/marlin/power/
Dmetadata-parser.c37 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/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Dparse.py19 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/Lib/
Dtraceback.py110 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.py264 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/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtraceback.py110 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.py295 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/Python/
DPython-ast.c392 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/
DPython-ast.c392 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/huawei/angler/power/
Dmetadata-parser.c37 char *attribute, int attribute_size, char *value, int value_size) in parse_metadata()
72 char attribute[1024], value[1024], *saveptr; in parse_video_encode_metadata() local
104 char attribute[1024], value[1024], *saveptr; in parse_video_decode_metadata() local
/device/lge/bullhead/power/
Dmetadata-parser.c37 char *attribute, int attribute_size, char *value, int value_size) in parse_metadata()
72 char attribute[1024], value[1024], *saveptr; in parse_video_encode_metadata() local
104 char attribute[1024], value[1024], *saveptr; in parse_video_decode_metadata() local
/device/google/wahoo/power/
Dmetadata-parser.c37 char *attribute, unsigned int attribute_size, char *value, unsigned int value_size) in parse_metadata()
67 char attribute[1024], value[1024], *saveptr; in parse_video_encode_metadata() local
99 char attribute[1024], value[1024], *saveptr; in parse_video_decode_metadata() local
/device/linaro/bootloader/edk2/IntelFspPkg/Tools/
DPatchFv.py82 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/generic/goldfish/camera/
DExif.cpp120 const float value, in createEntry()
149 const char* value) { in createEntry()
160 uint8_t value) { in createEntry()
183 int value) { in createEntry()
198 const char* value = parameters.get(parameterKey); in getCameraParam() local
209 const char* value = parameters.get(parameterKey); in getCameraParam() local
220 const char* value = parameters.get(parameterKey); in getCameraParam() local
/device/google/contexthub/util/common/
DJSONObject.cpp462 void JSONValue::setInt32(int32_t value) { in setInt32()
469 void JSONValue::setFloat(float value) { in setFloat()
476 void JSONValue::setString(const AString &value) { in setString()
483 void JSONValue::setBoolean(bool value) { in setBoolean()
631 JSONValue value; in Parse() local
682 void JSONObject::setValue(const char *key, const JSONValue &value) { in setValue()
734 void JSONArray::addValue(const JSONValue &value) { in addValue()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraParameters.cpp878 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.2/Lib/xml/dom/
Dminicompat.py61 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.10/Lib/xml/dom/
Dminicompat.py61 def _set_length(self, value): argument
94 def _set_length(self, value): argument
104 def set(self, value, name=name): argument
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraParameters.cpp831 char value[PROPERTY_VALUE_MAX]; in QCameraParameters() local
1101 char value[PROPERTY_VALUE_MAX]; in createHfrValuesString() local
1279 size_t len, int value) in lookupNameByValue()
1472 char value[PROPERTY_VALUE_MAX]; in setLiveSnapshotSize() local
2532 const char *value = params.get(KEY_QC_MANUAL_WB_VALUE); in setManualWhiteBalance() local
2595 char value[PROPERTY_VALUE_MAX]; in setStatsDebugMask() local
2624 char value[PROPERTY_VALUE_MAX]; in setPAAF() local
2882 int value = lookupAttr(VIDEO_ROTATION_MODES_MAP, in setVideoRotation() local
3052 int32_t value = lookupAttr(ENABLE_DISABLE_MODES_MAP, in isAutoHDREnabled() local
3748 int value = lookupAttr(BRACKETING_MODES_MAP, PARAM_MAP_SIZE(BRACKETING_MODES_MAP), in setNumOfSnapshot() local
[all …]
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraParameters.cpp831 char value[PROPERTY_VALUE_MAX]; in QCameraParameters() local
1101 char value[PROPERTY_VALUE_MAX]; in createHfrValuesString() local
1279 size_t len, int value) in lookupNameByValue()
1472 char value[PROPERTY_VALUE_MAX]; in setLiveSnapshotSize() local
2532 const char *value = params.get(KEY_QC_MANUAL_WB_VALUE); in setManualWhiteBalance() local
2595 char value[PROPERTY_VALUE_MAX]; in setStatsDebugMask() local
2624 char value[PROPERTY_VALUE_MAX]; in setPAAF() local
2882 int value = lookupAttr(VIDEO_ROTATION_MODES_MAP, in setVideoRotation() local
3052 int32_t value = lookupAttr(ENABLE_DISABLE_MODES_MAP, in isAutoHDREnabled() local
3748 int value = lookupAttr(BRACKETING_MODES_MAP, PARAM_MAP_SIZE(BRACKETING_MODES_MAP), in setNumOfSnapshot() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_testcapimodule.c464 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/
Dmath_private.h45 double value; member
60 double value; member
133 float value; member
Ds_ldexp.c23 ldexp(double value, int exp) in ldexp()

12345678910>>...19