Home
last modified time | relevance | path

Searched +defs:val +defs:prop (Results 1 – 25 of 723) sorted by relevance

12345678910>>...29

/aosp_15_r20/external/coreboot/util/kconfig/
H A Dsymbol.c70 struct property *prop; in sym_get_choice_prop() local
79 struct property *prop; in sym_get_default_prop() local
91 struct property *prop; in sym_get_range_prop() local
119 struct property *prop; in sym_validate_range() local
122 long long val, val2; in sym_validate_range() local
151 struct property *prop; in sym_set_changed() local
171 struct property *prop; in sym_calc_visibility() local
241 struct property *prop; in sym_choice_default() local
267 struct property *prop; in sym_calc_choice() local
328 struct property *prop; in sym_calc_value() local
[all …]
/aosp_15_r20/external/toybox/kconfig/
H A Dsymbol.c40 struct property *prop = prop_alloc(P_DEFAULT, sym); in sym_add_default() local
116 struct property *prop; in sym_get_choice_prop() local
125 struct property *prop; in sym_get_default_prop() local
137 struct property *prop; in sym_get_range_prop() local
165 struct property *prop; in sym_validate_range() local
166 int base, val, val2; in sym_validate_range() local
198 struct property *prop; in sym_calc_visibility() local
229 struct property *prop; in sym_calc_choice() local
268 struct property *prop; in sym_calc_value() local
391 struct property *prop; in sym_set_changed() local
[all …]
/aosp_15_r20/external/iproute2/lib/
H A Djson_writer.c197 void jsonw_bool(json_writer_t *self, bool val) in jsonw_bool()
240 void jsonw_string_field(json_writer_t *self, const char *prop, const char *val) in jsonw_string_field()
246 void jsonw_bool_field(json_writer_t *self, const char *prop, bool val) in jsonw_bool_field()
253 void jsonw_float_field(json_writer_t *self, const char *prop, double val) in jsonw_float_field()
261 const char *prop, in jsonw_float_field_fmt()
263 double val) in jsonw_float_field_fmt()
269 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_uint_field()
275 void jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num) in jsonw_hu_field()
282 const char *prop, in jsonw_lluint_field()
289 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num) in jsonw_int_field()
[all …]
/aosp_15_r20/external/bpftool/src/
H A Djson_writer.c204 void jsonw_bool(json_writer_t *self, bool val) in jsonw_bool()
247 void jsonw_string_field(json_writer_t *self, const char *prop, const char *val) in jsonw_string_field()
253 void jsonw_bool_field(json_writer_t *self, const char *prop, bool val) in jsonw_bool_field()
260 void jsonw_float_field(json_writer_t *self, const char *prop, double val) in jsonw_float_field()
268 const char *prop, in jsonw_float_field_fmt()
270 double val) in jsonw_float_field_fmt()
276 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_uint_field()
282 void jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num) in jsonw_hu_field()
289 const char *prop, in jsonw_lluint_field()
296 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num) in jsonw_int_field()
[all …]
/aosp_15_r20/external/ethtool/
H A Djson_writer.c201 void jsonw_bool(json_writer_t *self, bool val) in jsonw_bool()
262 void jsonw_string_field(json_writer_t *self, const char *prop, const char *val) in jsonw_string_field()
268 void jsonw_bool_field(json_writer_t *self, const char *prop, bool val) in jsonw_bool_field()
274 void jsonw_float_field(json_writer_t *self, const char *prop, double val) in jsonw_float_field()
280 void jsonw_uint_field(json_writer_t *self, const char *prop, unsigned int num) in jsonw_uint_field()
286 void jsonw_u64_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_u64_field()
292 void jsonw_xint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_xint_field()
298 void jsonw_hhu_field(json_writer_t *self, const char *prop, unsigned char num) in jsonw_hhu_field()
304 void jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num) in jsonw_hu_field()
311 const char *prop, in jsonw_luint_field()
[all …]
/aosp_15_r20/external/libchrome-gestures/include/
H A Dprop_registry.h94 BoolProperty(PropRegistry* reg, const char* name, GesturesPropBool val) in BoolProperty()
126 DoubleProperty(PropRegistry* reg, const char* name, double val) in DoubleProperty()
158 IntProperty(PropRegistry* reg, const char* name, int val) in IntProperty()
190 StringProperty(PropRegistry* reg, const char* name, const char* val) in StringProperty()
206 virtual void BoolWasWritten(BoolProperty* prop) {}; in BoolWasWritten()
207 virtual void BoolArrayWasWritten(BoolArrayProperty* prop) {}; in BoolArrayWasWritten()
208 virtual void DoubleWasWritten(DoubleProperty* prop) {}; in DoubleWasWritten()
209 virtual void DoubleArrayWasWritten(DoubleArrayProperty* prop) {}; in DoubleArrayWasWritten()
210 virtual void IntWasWritten(IntProperty* prop) {}; in IntWasWritten()
211 virtual void IntArrayWasWritten(IntArrayProperty* prop) {}; in IntArrayWasWritten()
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DMethodProps.cpp11 UInt64 Calc_From_Val_Percents(UInt64 val, UInt64 percents) in Calc_From_Val_Percents()
56 HRESULT PROPVARIANT_to_bool(const PROPVARIANT &prop, bool &dest) in PROPVARIANT_to_bool()
84 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) in ParsePropToUInt32()
110 HRESULT ParseMtProp2(const UString &name, const PROPVARIANT &prop, UInt32 &numThreads, bool &force) in ParseMtProp2()
122 bool val; in ParseMtProp2() local
257 static HRESULT PROPVARIANT_to_DictSize(const PROPVARIANT &prop, NCOM::CPropVariant &destProp) in PROPVARIANT_to_DictSize()
272 void CProps::AddProp32(PROPID propid, UInt32 val) in AddProp32()
274 CProp &prop = Props.AddNew(); in AddProp32() local
280 void CProps::AddPropBool(PROPID propid, bool val) in AddPropBool()
282 CProp &prop = Props.AddNew(); in AddPropBool() local
[all …]
H A DMethodProps.h17 inline UInt64 Calc_From_Val_Percents_Less100(UInt64 val, UInt64 percents) in Calc_From_Val_Percents_Less100()
40 inline HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 numCPUs, UInt32 &nu… in ParseMtProp()
76 CProp &prop = Props.AddNew(); in AddProp_Ascii() local
96 const NWindows::NCOM::CPropVariant &val = Props[(unsigned)i].Value; in Get_NumThreads() local
109 const NWindows::NCOM::CPropVariant &val = Props[(unsigned)i].Value; in Get_DicSize() local
131 const NWindows::NCOM::CPropVariant &val = Props[(unsigned)i].Value; in Get_Lzma_Algo() local
157 const NWindows::NCOM::CPropVariant &val = Props[(unsigned)i].Value; in Get_Lzma_MatchFinder_IsBt() local
169 const NWindows::NCOM::CPropVariant &val = Props[(unsigned)i].Value; in Get_Lzma_Eos() local
213 const NWindows::NCOM::CPropVariant &val = Props[(unsigned)i].Value; in GetProp_BlockSize() local
266 const NWindows::NCOM::CPropVariant &val = Props[(unsigned)i].Value; in Get_BZip2_BlockSize() local
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanelMenu.cpp103 static void AddPropertyPair(const UString &name, const UString &val, CListViewDialog &dialog) in AddPropertyPair()
111 const NCOM::CPropVariant &prop, CListViewDialog &dialog) in AddPropertyString()
115 UString val; in AddPropertyString() local
151 static void AddPropertyString(PROPID propID, UInt64 val, CListViewDialog &dialog) in AddPropertyString()
153 NCOM::CPropVariant prop = val; in AddPropertyString() local
206 NCOM::CPropVariant prop; in Properties() local
306 NCOM::CPropVariant prop; in Properties() local
327 NCOM::CPropVariant prop; in Properties() local
364 NCOM::CPropVariant prop; in Properties() local
386 NCOM::CPropVariant prop; in Properties() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp54 const MDString *prop = dyn_cast<MDString>(md->getOperand(i)); in cacheAnnotationFromMD() local
105 bool findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation()
119 bool findAllNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findAllNVVMAnnotation()
133 bool isTexture(const Value &val) { in isTexture()
144 bool isSurface(const Value &val) { in isSurface()
155 bool isSampler(const Value &val) { in isSampler()
176 bool isImageReadOnly(const Value &val) { in isImageReadOnly()
188 bool isImageWriteOnly(const Value &val) { in isImageWriteOnly()
200 bool isImageReadWrite(const Value &val) { in isImageReadWrite()
212 bool isImage(const Value &val) { in isImage()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp62 const MDString *prop = dyn_cast<MDString>(md->getOperand(i)); in cacheAnnotationFromMD() local
114 bool findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation()
129 bool findAllNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findAllNVVMAnnotation()
144 bool isTexture(const Value &val) { in isTexture()
155 bool isSurface(const Value &val) { in isSurface()
166 bool isSampler(const Value &val) { in isSampler()
187 bool isImageReadOnly(const Value &val) { in isImageReadOnly()
199 bool isImageWriteOnly(const Value &val) { in isImageWriteOnly()
211 bool isImageReadWrite(const Value &val) { in isImageReadWrite()
223 bool isImage(const Value &val) { in isImage()
[all …]
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp51 const MDString *prop = dyn_cast<MDString>(md->getOperand(i)); in cacheAnnotationFromMD() local
102 bool llvm::findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation()
116 bool llvm::findAllNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findAllNVVMAnnotation()
130 bool llvm::isTexture(const llvm::Value &val) { in isTexture()
143 bool llvm::isSurface(const llvm::Value &val) { in isSurface()
156 bool llvm::isSampler(const llvm::Value &val) { in isSampler()
179 bool llvm::isImageReadOnly(const llvm::Value &val) { in isImageReadOnly()
194 bool llvm::isImageWriteOnly(const llvm::Value &val) { in isImageWriteOnly()
209 bool llvm::isImageReadWrite(const llvm::Value &val) { in isImageReadWrite()
224 bool llvm::isImage(const llvm::Value &val) { in isImage()
[all …]
/aosp_15_r20/external/freetype/src/autofit/
H A Dafmodule.c174 FT_Prop_IncreaseXHeight* prop; in af_property_set() local
296 FT_Prop_GlyphToScriptMap* prop = (FT_Prop_GlyphToScriptMap*)value; in af_property_get() local
308 AF_Script* val = (AF_Script*)value; in af_property_get() local
319 AF_Script* val = (AF_Script*)value; in af_property_get() local
328 FT_Prop_IncreaseXHeight* prop = (FT_Prop_IncreaseXHeight*)value; in af_property_get() local
341 FT_Int* val = (FT_Int*)value; in af_property_get() local
358 FT_Bool* val = (FT_Bool*)value; in af_property_get() local
/aosp_15_r20/external/coreboot/src/commonlib/
H A Ddevice_tree.c78 struct fdt_property *prop) in fdt_next_property()
198 struct fdt_property prop; in fdt_read_reg_prop() local
236 struct fdt_property prop; in fdt_read_cell_props() local
479 static void print_property(const struct fdt_property *prop, int depth) in print_property()
500 uint32_t val = 0; in print_property() local
526 struct fdt_property prop; in print_flat_node() local
643 static int dt_prop_is_phandle(struct device_tree_property *prop) in dt_prop_is_phandle()
670 struct device_tree_property *prop = alloc_prop(); in fdt_unflatten_node() local
780 static void dt_flat_prop_size(struct device_tree_property *prop, in dt_flat_prop_size()
804 struct device_tree_property *prop; in dt_flat_node_size() local
[all …]
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_kms.c438 drmModePropertyPtr prop = in igt_fill_plane_props() local
472 drmModePropertyPtr prop = in igt_atomic_fill_connector_props() local
502 drmModePropertyPtr prop = in igt_fill_pipe_props() local
1369 struct drm_mode_get_property prop = { in kmstest_set_connector_dpms() local
1409 drmModePropertyPtr *prop /* out */) in kmstest_get_property()
2928 static bool is_atomic_prop(enum igt_atomic_crtc_properties prop) in is_atomic_prop()
3014 uint32_t prop) in igt_mode_object_get_prop()
3049 uint64_t igt_plane_get_prop(igt_plane_t *plane, enum igt_atomic_plane_properties prop) in igt_plane_get_prop()
3057 …c bool igt_mode_object_get_prop_enum_value(int drm_fd, uint32_t id, const char *str, uint64_t *val) in igt_mode_object_get_prop_enum_value()
3059 drmModePropertyPtr prop = drmModeGetProperty(drm_fd, id); in igt_mode_object_get_prop_enum_value() local
[all …]
H A Digt_kms.h588 igt_plane_has_prop(igt_plane_t *plane, enum igt_atomic_plane_properties prop) in igt_plane_has_prop()
595 #define igt_plane_is_prop_changed(plane, prop) \ argument
598 #define igt_plane_set_prop_changed(plane, prop) \ argument
601 #define igt_plane_clear_prop_changed(plane, prop) \ argument
604 #define igt_plane_set_prop_value(plane, prop, value) \ argument
632 igt_output_has_prop(igt_output_t *output, enum igt_atomic_connector_properties prop) in igt_output_has_prop()
639 #define igt_output_is_prop_changed(output, prop) \ argument
641 #define igt_output_set_prop_changed(output, prop) \ argument
644 #define igt_output_clear_prop_changed(output, prop) \ argument
647 #define igt_output_set_prop_value(output, prop, value) \ argument
[all …]
/aosp_15_r20/external/tinycompress/
H A Dsnd_utils.c44 int snd_utils_get_int(struct snd_node *node, const char *prop, int *val) in snd_utils_get_int()
52 int snd_utils_get_str(struct snd_node *node, const char *prop, char **val) in snd_utils_get_str()
76 int val = SND_NODE_TYPE_HW; in snd_utils_get_node_type() local
/aosp_15_r20/external/tinyalsa/
H A Dsnd_utils.c44 int snd_utils_get_int(struct snd_node *node, const char *prop, int *val) in snd_utils_get_int()
52 int snd_utils_get_str(struct snd_node *node, const char *prop, char **val) in snd_utils_get_str()
76 int val = SND_NODE_TYPE_HW; in snd_utils_get_node_type() local
/aosp_15_r20/external/tinyalsa_new/src/
H A Dsnd_card_plugin.c44 int snd_utils_get_int(struct snd_node *node, const char *prop, int *val) in snd_utils_get_int()
52 int snd_utils_get_str(struct snd_node *node, const char *prop, char **val) in snd_utils_get_str()
76 int val = SND_NODE_TYPE_HW; in snd_utils_get_node_type() local
/aosp_15_r20/external/pdfium/core/fxcrt/css/
H A Dcfx_cssstylesheet_unittest.cpp58 void VerifyFloat(CFX_CSSProperty prop, in VerifyFloat()
59 float val, in VerifyFloat()
70 void VerifyEnum(CFX_CSSProperty prop, CFX_CSSPropertyValue val) { in VerifyEnum()
79 void VerifyList(CFX_CSSProperty prop, in VerifyList()
91 const auto& val = values[i]; in VerifyList() local
/aosp_15_r20/external/lzma/CPP/Windows/
H A DPropVariantConv.cpp10 #define UINT_TO_STR_2(c, val) { s[0] = (c); s[1] = (char)('0' + (val) / 10); s[2] = (char)('0' + (v… argument
60 unsigned val = st.wYear; local
105 UInt32 val = (UInt32)((((UInt64)ft.dwHighDateTime << 32) + ft.dwLowDateTime) % 10000000); local
210 void ConvertPropVariantToShortString(const PROPVARIANT &prop, char *dest) throw()
243 void ConvertPropVariantToShortString(const PROPVARIANT &prop, wchar_t *dest) throw()
/aosp_15_r20/external/dtc/libfdt/
H A Dfdt_rw.c185 int len, struct fdt_property **prop) in fdt_resize_property_()
203 int len, struct fdt_property **prop) in fdt_add_property_()
261 struct fdt_property *prop; in fdt_setprop_placeholder() local
277 const void *val, int len) in fdt_setprop()
292 const void *val, int len) in fdt_appendprop()
294 struct fdt_property *prop; in fdt_appendprop() local
320 struct fdt_property *prop; in fdt_delprop() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libfdt/
Dfdt_rw.c185 int len, struct fdt_property **prop) in fdt_resize_property_()
203 int len, struct fdt_property **prop) in fdt_add_property_()
261 struct fdt_property *prop; in fdt_setprop_placeholder() local
277 const void *val, int len) in fdt_setprop()
292 const void *val, int len) in fdt_appendprop()
294 struct fdt_property *prop; in fdt_appendprop() local
320 struct fdt_property *prop; in fdt_delprop() local
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Tar/
H A DTarUpdate.cpp30 HRESULT Prop_To_PaxTime(const NWindows::NCOM::CPropVariant &prop, CPaxTime &pt) in Prop_To_PaxTime()
61 NWindows::NCOM::CPropVariant prop; in GetTime() local
76 NWindows::NCOM::CPropVariant prop; in GetUser() local
88 NWindows::NCOM::CPropVariant prop; in GetUser() local
136 NWindows::NCOM::CPropVariant prop; in GetDevice() local
318 UInt32 val = 0; in UpdateArchive() local
334 NWindows::NCOM::CPropVariant prop; in UpdateArchive() local
352 NWindows::NCOM::CPropVariant prop; in UpdateArchive() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp650 CPropVariant prop; in PrintItemInfo() local
795 CPropVariant prop; in GetUInt64Value() local
807 CPropVariant prop; in GetItemMTime() local
816 static void PrintPropNameAndNumber(CStdOutStream &so, const char *name, UInt64 val) in PrintPropNameAndNumber()
835 static void PrintPropNameAndNumber(CStdOutStream &so, PROPID propID, UInt64 val) in PrintPropNameAndNumber()
841 static void PrintPropNameAndNumber_Signed(CStdOutStream &so, PROPID propID, Int64 val) in PrintPropNameAndNumber_Signed()
868 static void PrintPropVal_MultiLine(CStdOutStream &so, const wchar_t *val) in PrintPropVal_MultiLine()
904 static void PrintPropPair(CStdOutStream &so, const char *name, const wchar_t *val, bool multiLine, … in PrintPropPair()
929 …PrintPropertyPair2(CStdOutStream &so, PROPID propID, const wchar_t *name, const CPropVariant &prop) in PrintPropertyPair2()
950 CPropVariant prop; in PrintArcProp() local

12345678910>>...29