Home
last modified time | relevance | path

Searched refs:target (Results 2401 - 2425 of 4886) sorted by relevance

1...<<919293949596979899100>>...196

/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c83 panfrost_translate_texture_dimension(templat->target); in panfrost_resource_from_handle()
245 if (pt->target != PIPE_BUFFER) { in panfrost_create_surface()
279 return (pres->base.target == PIPE_TEXTURE_2D) in panfrost_is_2d()
280 || (pres->base.target == PIPE_TEXTURE_RECT); in panfrost_is_2d()
326 switch (pres->base.target) { in panfrost_should_afbc()
389 bool can_tile = (pres->base.target != PIPE_BUFFER) in panfrost_should_tile()
452 panfrost_translate_texture_dimension(pres->base.target); in panfrost_resource_setup()
644 (bind & PIPE_BIND_DISPLAY_TARGET) ? "Display target" : in panfrost_resource_create_with_modifier()
646 (bind & PIPE_BIND_RENDER_TARGET) ? "Render target" : in panfrost_resource_create_with_modifier()
689 .target in panfrost_resource_create_with_modifier()
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dunistr.h253 * target object, e.g., calling str.append(str), an extra copy may take place
1493 * `target`.
1496 * @param target UnicodeString into which to copy characters.
1501 UnicodeString& target) const;
1521 * into the UnicodeString `target`. Replaceable API.
1524 * @param target UnicodeString into which to copy characters.
1529 UnicodeString& target) const;
1545 * @param target the target buffer for extraction, can be NULL
1547 * @param targetCapacity the length of the target buffe
4464 extract(int32_t start, int32_t _length, Char16Ptr target, int32_t targetStart) const extract() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_xml_etree.py500 target = ET.TreeBuilder()
501 parser = ET.XMLParser(target=target)
682 parser = ET.XMLParser(target=builder)
704 def pi(self, target, data):
705 self.append(("pi", target, data))
713 parser = ET.XMLParser(target=builder)
736 parser = ET.XMLParser(target=builder)
754 parser = ET.XMLParser(target=None)
755 self.assertIsInstance(parser.target, E
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_circle.h109 void InitFocusInterpolator(double origin, double target, int32_t originIndex, int32_t targetIndex);
110 void InitCollapseScrollInterpolator(double origin, double target);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_gesture_function.cpp69 auto target = CreateEventTargetObject(info); in CreateGestureEvent() local
70 gestureInfoObj->SetPropertyObject("target", target); in CreateGestureEvent()
H A Djs_touch_function.cpp56 auto target = CreateEventTargetObject(info); in CreateJSEventInfo() local
57 eventObj->SetPropertyObject("target", target); in CreateJSEventInfo()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination_context.cpp127 void JSNavDestinationContext::JSBind(BindingTarget target) in JSBind() argument
138 target, &JSNavDestinationContext::Constructor, &JSNavDestinationContext::Destructor); in JSBind()
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dace_events.h97 BaseEventInfo& SetTarget(const EventTarget& target) in SetTarget() argument
99 target_ = target; in SetTarget()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/image_animator/
H A Dimage_animator_tdd_test.cpp382 char *ImageAnimatorTddTest::CallFuncAsString(JSValue target, const char * const funcName) const in CallFuncAsString() argument
384 JSValue state = JSObject::Call(target, funcName); in CallFuncAsString()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/
H A DCaptureTest.cpp229 bool AttachTo(const META_NS::IAttach::Ptr& target, const IObject::Ptr& dataContext) override
233 bool DetachFrom(const META_NS::IAttach::Ptr& target) override
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_hierarchy_observer.h95 bool Attaching(const META_NS::IAttach::Ptr& target, const META_NS::IObject::Ptr& dataContext) override;
96 bool Detaching(const META_NS::IAttach::Ptr& target) override;
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.h226 const IAny::Ptr target; member
238 return target && from && to;
250 * @brief Evaluates target value between [from,to] based on state.
H A Danimation_controller.cpp30 bool AnimationController::AttachTo(const META_NS::IAttach::Ptr& target, const META_NS::IObject::Ptr& dataContext) in AttachTo() argument
35 bool AnimationController::DetachFrom(const META_NS::IAttach::Ptr& target) in DetachFrom() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderparams_fuzzer/
H A Drsrenderparams_fuzzer.cpp131 std::unique_ptr<RSRenderParams> target; in DoSetShadowRect() local
132 rsRenderParams.OnCanvasDrawingSurfaceChange(target); in DoSetShadowRect()
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/
H A Dffmpeg_au_enc_config.cpp25 #define ASSIGN_IF_NOT_NULL(exec, target) \
29 (target) = *tmp; \
/foundation/communication/ipc/ipc/test/rpc/samgr/
H A Drpc_samgr.c178 SvcIdentity target = { in main() local
183 if (SetContextObject(target) != ERR_NONE) { in main()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_net_ledger_mock.h63 virtual bool GetJsonObjectStringItem(const cJSON *json, const char * const string, char *target,
99 MOCK_METHOD(bool, GetJsonObjectStringItem, (const cJSON *json, const char * const string, char *target,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.h46 // Add a sync task target to the queue
47 int AddSyncTarget(ISyncTarget *target) override;
55 // remove a sync target by syncId
70 // Move to next target to sync
226 virtual void CopyTargetData(const ISyncTarget *target, const TaskParam &taskParam);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Dadapter_stub.h39 uint32_t GetMtuSize(const std::string &target) override;
41 uint32_t GetTimeout(const std::string &target) override;
/third_party/glslang/gtests/
H A DTestFixture.cpp85 EShMessages DeriveOptions(Source source, Semantics semantics, Target target) in DeriveOptions() argument
97 switch (target) { in DeriveOptions()
/third_party/gn/src/base/files/
H A Dfile_util.h80 // temporary files. On Windows it preserves attributes of the target file.
138 // Creates a symbolic link at |symlink| pointing to |target|. Returns
140 bool CreateSymbolicLink(const FilePath& target, const FilePath& symlink);
142 // Reads the given |symlink| and returns where it points to in |target|.
144 bool ReadSymbolicLink(const FilePath& symlink, FilePath* target);
/third_party/gn/src/gn/
H A Daction_target_generator.cc22 Target* target, in ActionTargetGenerator()
27 : TargetGenerator(target, scope, function_call, err), output_type_(type) {} in ActionTargetGenerator()
39 Err(function_call_, "action_foreach target has no sources.", in DoRun()
78 // Config values (compiler flags, etc.) set directly on this target. in DoRun()
97 "This target defines response_file_contents but doesn't use\n" in DoRun()
105 "This target uses {{response_file_name}} in the args, but does not\n" in DoRun()
113 // If this gets called, the target type requires a script, so error out in FillScript()
117 *err_ = Err(function_call_, "This target type requires a \"script\"."); in FillScript()
232 "An action target should have the outputs completely specified. If\n" in CheckOutputs()
234 "\"action_foreach\" target in CheckOutputs()
21 ActionTargetGenerator( Target* target, Scope* scope, const FunctionCallNode* function_call, Target::OutputType type, Err* err) ActionTargetGenerator() argument
[all...]
H A Drust_values_generator.cc14 #include "gn/target.h"
21 RustValuesGenerator::RustValuesGenerator(Target* target, in RustValuesGenerator() argument
25 : target_(target), in RustValuesGenerator()
37 // Check that this type of target is Rust-supported. in Run()
50 "Supported target types are \"executable\", \"loadable_module\"" in Run()
71 // The target name will be used. in FillCrateName()
/third_party/cJSON/tests/unity/auto/
H A Dunity_to_junit.py22 for target in self.targets:
23 results.append(target.replace('\\', '/'))
H A Dunity_test_summary.py23 for target in self.targets:
24 results.append(target.replace('\\', '/'))

Completed in 18 milliseconds

1...<<919293949596979899100>>...196