Home
last modified time | relevance | path

Searched +defs:val +defs:name (Results 101 – 125 of 584) sorted by relevance

12345678910>>...24

/aosp12/frameworks/base/tests/JankBench/scripts/
H A Dcollect.py85 def round_to_2(val): argument
91 def score_device(name, serial, pull = False, verbose = False): argument
/aosp12/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
H A DEvent.java145 public void setName(String name) { in setName()
228 String name = mReader.nextName(); in getNextEvent() local
312 String val = mReader.nextString(); in readInt() local
317 String val = mReader.nextString(); in readBus() local
331 String name = mReader.nextName(); in readConfiguration() local
366 String name = mReader.nextName(); in readAbsInfo() local
411 String name = mReader.nextName(); in readAbsInfoArray() local
/aosp12/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DEvent.java140 public void setName(String name) { in setName()
214 String name = mReader.nextName(); in getNextEvent() local
291 String val = mReader.nextString(); in readInt() local
296 String val = mReader.nextString(); in readBus() local
312 String name = mReader.nextName(); in readFeatureReports() local
352 String name = mReader.nextName(); in readOutputs() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_macros.h40 #define VALUE(val) argument
41 #define DEFINE_PROPERTY(type, name, displayname, flags, value) DECL_PROPERTY2(COMPTYPE, name, displ… argument
42 #define DEFINE_BITFIELD_PROPERTY(type, name, displayname, flags, value, enumeration) \ argument
44 #define DEFINE_ARRAY_PROPERTY(type, count, name, displayname, flags, value) \ argument
/aosp12/bootable/recovery/edify/
H A Dexpr.cpp140 std::string val; in SleepFn() local
165 Value* LogicalAndFn(const char* name, State* state, in LogicalAndFn()
178 Value* LogicalOrFn(const char* name, State* state, in LogicalOrFn()
191 Value* LogicalNotFn(const char* name, State* state, in LogicalNotFn()
193 std::string val; in LogicalNotFn() local
201 Value* SubstringFn(const char* name, State* state, in SubstringFn()
231 Value* InequalityFn(const char* name, State* state, in InequalityFn()
254 Value* LessThanIntFn(const char* name, State* state, in LessThanIntFn()
282 Value* GreaterThanIntFn(const char* name, State* state, in GreaterThanIntFn()
320 void RegisterFunction(const std::string& name, Function fn) { in RegisterFunction()
[all …]
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dscan_module.cpp48 #define SCAN_NAPI_METHOD(name, func) \ argument
53 #define SCAN_NAPI_PROPERTY(name, val) \ argument
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiSelector.java365 public UiSelector enabled(boolean val) { in enabled()
384 public UiSelector focused(boolean val) { in focused()
403 public UiSelector focusable(boolean val) { in focusable()
422 public UiSelector scrollable(boolean val) { in scrollable()
442 public UiSelector selected(boolean val) { in selected()
462 public UiSelector checked(boolean val) { in checked()
481 public UiSelector clickable(boolean val) { in clickable()
500 public UiSelector checkable(boolean val) { in checkable()
519 public UiSelector longClickable(boolean val) { in longClickable()
568 public UiSelector packageName(String name) { in packageName()
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_setting_test/src/
H A Dringtone_setting_manager_test.cpp134 const string name = "test_name"; variable
237 const string name = "test_name"; variable
258 NativeRdb::ValuesBucket val; variable
286 const string name = "test_name"; variable
307 NativeRdb::ValuesBucket val; variable
335 const string name = "test_name"; variable
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dadc_test.c136 uint32_t val; in AdcTestThreadFunc() local
237 uint32_t val; in AdcTestReliability() local
264 uint32_t val; in AdcIfPerformanceTest() local
288 const char *name; member
H A Ddac_test.c125 uint32_t val; in DacTestThreadFunc() local
224 uint32_t val; in DacTestReliability() local
251 uint32_t val; in DacIfPerformanceTest() local
277 const char *name; member
/aosp12/art/test/981-dedup-original-dex/src-art/art/
H A DRedefinition.java41 private final int val; field in Redefinition.Config
42 private Config(int val) { in Config()
86 public static native void popTransformationFor(String name); in popTransformationFor()
/aosp12/art/test/998-redefine-use-after-free/src-ex/art/
H A DRedefinition.java41 private final int val; field in Redefinition.Config
42 private Config(int val) { in Config()
86 public static native void popTransformationFor(String name); in popTransformationFor()
/aosp12/art/test/1948-obsolete-const-method-handle/util-src/src/art/
H A DRedefinition.java41 private final int val; field in Redefinition.Config
42 private Config(int val) { in Config()
86 public static native void popTransformationFor(String name); in popTransformationFor()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dadc_linux_virtual_iio_driver.c36 char *name; member
41 … int AdcReadChannelData(const struct iio_dev *indioDev, struct iio_chan_spec const *chan, int *val) in AdcReadChannelData()
57 static int AdcIioReadRaw(struct iio_dev *indioDev, struct iio_chan_spec const *chan, int *val, int … in AdcIioReadRaw()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DBaseObjectJS.cpp71 JSWrapperState::JSWrapperState(NapiApi::Object obj, BASE_NS::string_view name) in JSWrapperState()
171 if (auto val = interface_cast<JSWrapperState>(wrapper->GetValue())) { in StoreJsObj() local
203 napi_value val; in StoreJsObj() local
222 BASE_NS::string name { obj->GetClassName() }; in CreateFromNativeInstance() local
H A DShaderJS.cpp50 type val = ctx.template Arg<0>(); in Set() local
114 auto name = interface_cast<META_NS::INamed>(obj)->Name()->GetValue(); in Get() local
123 NapiApi::Object val = ctx.Arg<0>(); in Set() local
174 NapiApi::Object val = ctx.Arg<0>(); in Set() local
252 BASE_NS::string name; in ShaderJS() local
290 BASE_NS::string name; in BindToMaterial() local
315 auto name = t->GetName(); in BindToMaterial() local
/aosp12/packages/modules/NeuralNetworks/common/
H A DGraphDump.cpp58 Dumper& operator<<(const T& val) { in operator <<()
146 cppType val; in tryValueDump() local
152 void graphDump(const char* name, const Model& model, std::ostream* outStream) { in graphDump()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_statement.cpp231 ValueObject val; in Bind() local
421 const char *name = sqlite3_column_name(stmt_, index); in GetColumnName() local
598 auto val = std::get_if<int64_t>(&arg); in BindInteger() local
607 auto val = std::get_if<double>(&arg); in BindDouble() local
616 auto val = std::get_if<std::string>(&arg); in BindText() local
625 auto val = std::get_if<bool>(&arg); in BindBool() local
634 auto val = std::get_if<std::vector<uint8_t>>(&arg); in BindBlob() local
647 auto val = std::get_if<Asset>(&arg); in BindAsset() local
657 auto val = std::get_if<Assets>(&arg); in BindAssets() local
667 auto val = std::get_if<Floats>(&object); in BindFloats() local
[all …]
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dminiopt.h36 const char* name; /* name for prompt in error strings */ member
57 int val; /* strtol translation of valstr */ member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_parser_util.cpp349 void ParseRenderpass(const string_view name, const json::value& node, in ParseRenderpass()
411 void ParseResources(const string_view name, const json::value& node, RenderNodeGraphInputs::InputRe… in ParseResources()
438 uint64_t val = std::numeric_limits<uint64_t>::max(); in GetUintValue() local
448 int64_t val = std::numeric_limits<int64_t>::max(); in GetIntValue() local
458 float val = std::numeric_limits<float>::max(); in GetFloatValue() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp437 const std::string& name, uint8_t& value) in GetUInt8Val()
439 int32_t val; in GetUInt8Val() local
445 const std::string& name, uint16_t& value) in GetUInt16Val()
447 int32_t val; in GetUInt16Val() local
453 const std::string& name, int32_t& value) in GetInt32Val()
466 const std::string& name, int64_t& value) in GetInt64Val()
479 const std::string& name, uint64_t& value) in GetUInt64Val()
481 int64_t val; in GetUInt64Val() local
487 const std::string& name, std::string& value) in GetStringVal()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
H A Dnapi_hitrace_js.cpp77 napi_value val = nullptr; in Begin() local
84 std::string name; in Begin() local
125 napi_value val = nullptr; in GetId() local
160 napi_value val = nullptr; in CreateSpan() local
213 napi_value val = nullptr; in IsValid() local
238 napi_value val = nullptr; in IsFlagEnabled() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dcomponent_struct_macros.h92 #define VALUE(val) val argument
94 #define DEFINE_PROPERTY(type, name, displayname, flags, value) type name{ value }; argument
95 #define DEFINE_BITFIELD_PROPERTY(type, name, displayname, flags, value, enumeration) type name{ val… argument
96 #define DEFINE_ARRAY_PROPERTY(type, count, name, displayname, flags, value) type name[count]{ value… argument
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/source/audio_capture/
H A Daudio_capture_filter.cpp35 AudioCaptureFilter::AudioCaptureFilter(const std::string& name) in AudioCaptureFilter()
222 …ilter::PickPreferSampleFmt(const std::shared_ptr<Plugin::Meta>& meta, const Plugin::ValueType& val) in PickPreferSampleFmt()
409 … AudioCaptureFilter::CreatePlugin(const std::shared_ptr<PluginInfo>& info, const std::string& name, in CreatePlugin()
543 for (const std::string& name : nameList) { in FindPlugin() local
546 auto val = info->extra[PLUGIN_INFO_EXTRA_INPUT_TYPE]; in FindPlugin() local
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/source/video_capture/
H A Dvideo_capture_filter.cpp33 VideoCaptureFilter::VideoCaptureFilter(const std::string& name) in VideoCaptureFilter()
288 … VideoCaptureFilter::CreatePlugin(const std::shared_ptr<PluginInfo>& info, const std::string& name, in CreatePlugin()
338 for (const std::string& name : nameList) { in FindPlugin() local
341 auto val = info->extra[PLUGIN_INFO_EXTRA_INPUT_TYPE]; in FindPlugin() local

12345678910>>...24