| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 2540 auto *prop = stmt->AsClassProperty(); in ValidatePrivateProperty() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_richeditor.cpp | 133 std::optional<NG::BorderRadiusProperty> prop = std::nullopt; in ParseBorderRadiusAttr() local
|
| H A D | js_view_abstract.cpp | 7922 auto prop = obj->GetProperty("instanceId_"); in ParseSheetStyle() local 8209 ParseCallback(const JSRef<JSObject>& paramObj, std::function<void(const float)>& callbackDidChange, const char* prop) ParseCallback() argument 8223 ParseLifeCycleCallback(const JSRef<JSObject>& paramObj, std::function<void()>& lifeCycleCallBack, const char* prop) ParseLifeCycleCallback() argument 8234 ParseSpringBackCallback(const JSRef<JSObject>& paramObj, std::function<void()>& sheetSpringBack, const char* prop) ParseSpringBackCallback() argument
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
| H A D | common_func.cpp | 389 napi_value prop = nullptr; in ParseAbilityInfo() local 573 napi_value prop = nullptr; in ParseElementName() local 604 napi_value prop = nullptr; ParseElementName() local 684 napi_value prop = nullptr; ParseWant() local 756 napi_value prop = nullptr; ParseWantPerformance() local 782 napi_value prop = nullptr; ParseWantWithoutVerification() local 2377 napi_value prop = nullptr; ParseShortcutWant() local 2444 napi_value prop = nullptr; ParseShortCutInfo() local 2575 napi_value prop = nullptr; ParseParameterItem() local [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | hwcontext_vulkan.c | 285 VkFormatProperties2 prop = { in pixfmt_is_supported() local 779 VkPhysicalDeviceProperties2 *prop = NULL; in find_device() local 2307 VkFormatProperties2 prop = { vulkan_frames_init() local [all...] |
| /third_party/mesa3d/include/CL/ |
| H A D | cl.hpp | 2586 cl_context_properties prop[4] = {CL_CONTEXT_PLATFORM, 0, 0, 0 }; in Context() local
|
| H A D | cl2.hpp | 2873 cl_context_properties prop[4] = {CL_CONTEXT_PLATFORM, 0, 0, 0 }; in Context() local
|
| /third_party/mesa3d/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 1014 VkPhysicalDeviceMemoryProperties prop; in vk_memory_type() local
|
| /third_party/vulkan-loader/loader/ |
| H A D | loader.c | 870 loader_layer_is_available(const struct loader_instance *inst, const struct loader_envvar_all_filters *filters, const struct loader_layer_properties *prop) loader_layer_is_available() argument 937 loader_implicit_layer_is_enabled(const struct loader_instance *inst, const struct loader_envvar_all_filters *filters, const struct loader_layer_properties *prop) loader_implicit_layer_is_enabled() argument 1021 loader_add_implicit_layer(const struct loader_instance *inst, struct loader_layer_properties *prop, const struct loader_envvar_all_filters *filters, struct loader_pointer_layer_list *target_list, struct loader_pointer_layer_list *expanded_target_list, const struct loader_layer_list *source_list) loader_add_implicit_layer() argument 1046 loader_add_meta_layer(const struct loader_instance *inst, const struct loader_envvar_all_filters *filters, struct loader_layer_properties *prop, struct loader_pointer_layer_list *target_list, struct loader_pointer_layer_list *expanded_target_list, const struct loader_layer_list *source_list, bool *out_found_all_component_layers) loader_add_meta_layer() argument 2018 verify_meta_layer_component_layers(const struct loader_instance *inst, struct loader_layer_properties *prop, struct loader_layer_list *instance_layers) verify_meta_layer_component_layers() argument 2084 update_meta_layer_extensions_from_component_layers(const struct loader_instance *inst, struct loader_layer_properties *prop, struct loader_layer_list *instance_layers) update_meta_layer_extensions_from_component_layers() argument 2131 struct loader_layer_properties *prop = &instance_layers->list[i]; verify_all_meta_layers() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_runtime_options.h | 439 void SetArkProperties(int prop) in SetArkProperties() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_pattern.cpp | 2725 auto prop = host->GetAccessibilityProperty<NG::AccessibilityProperty>(); in OnAfterModifyDone() local
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
| H A D | bundle_mgr.cpp | 1307 napi_value prop = nullptr; in ParseBundleOptions() local 1333 napi_value prop = nullptr; in ParseWant() local 2679 napi_value prop = nullptr; ParseModuleName() local 2700 napi_value prop = nullptr; UnwrapAbilityInfo() local [all...] |
| /third_party/ffmpeg/fftools/ |
| H A D | ffprobe.c | 2353 const AVCPBProperties *prop = (AVCPBProperties *)sd->data; in print_pkt_side_data() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_device.c | 2669 VkQueueFamilyGlobalPriorityPropertiesKHR *prop = in radv_GetPhysicalDeviceQueueFamilyProperties2() local
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | factory.cc | 1984 Handle<PropertyArray> prop = CopyArrayWithMap( in CopyJSObjectWithAllocationSite() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineShaderModuleIdentifierTests.cpp | 378 std::ostream& operator<< (std::ostream& out, const PipelineExecutableProperty& prop) in operator <<() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShaderSubroutineTests.cpp | 3390 GLenum prop = GL_COMPATIBLE_SUBROUTINES; in inspectProgramResourceiv() local
|
| /third_party/python/Lib/test/ |
| H A D | test_descr.py | 2337 prop = property(getter) variable in .test_properties_doc_attrib.E
|
| H A D | test_typing.py | 4425 def prop(self): ... member in FinalDecoratorTests.test_dunder_final.Methods
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineShaderModuleIdentifierTests.cpp | 375 std::ostream& operator<< (std::ostream& out, const PipelineExecutableProperty& prop) in operator <<() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | stub_builder-inl.h | 3872 GateRef prop = in SetToPropertiesCache() local 3874 StoreWithoutBarrier(VariableType::JS_POINTER(), prop, IntPtr(PropertiesCache::PropertyKey::GetHclassOffset()), cls); in SetToPropertiesCache() local 3875 StoreWithoutBarrier(VariableType::JS_ANY(), prop, IntPtr(PropertiesCache::PropertyKey::GetKeyOffset()), key); in SetToPropertiesCache() local 3876 StoreWithoutBarrier(VariableType::INT32(), prop, IntPtr(PropertiesCache::PropertyKey::GetResultsOffset()), result); in SetToPropertiesCache() local
|
| H A D | stub_builder.cpp | 384 GateRef prop = in GetIndexFromPropertiesCache() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | rosen_render_context.cpp | 4551 auto prop = std::make_shared<RSProperty<std::shared_ptr<Rosen::RSPath>>>(shapePath); local 4563 auto prop = std::make_shared<RSProperty<std::shared_ptr<Rosen::RSPath>>>(shapePath); local 4582 auto prop = std::make_shared<RSProperty<std::shared_ptr<Rosen::RSMask>>>(maskPath); local 4602 auto prop = std::make_shared<RSProperty<std::shared_ptr<RSMask>>>(maskPath); local
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 2942 emit_vgpu10_property(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_property *prop) emit_vgpu10_property() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |