| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_resource.c | 83 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 D | unistr.h | 253 * 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 D | test_xml_etree.py | 500 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 D | render_indexer_circle.h | 109 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 D | js_gesture_function.cpp | 69 auto target = CreateEventTargetObject(info); in CreateGestureEvent() local 70 gestureInfoObj->SetPropertyObject("target", target); in CreateGestureEvent()
|
| H A D | js_touch_function.cpp | 56 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 D | js_navdestination_context.cpp | 127 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 D | ace_events.h | 97 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 D | image_animator_tdd_test.cpp | 382 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 D | CaptureTest.cpp | 229 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 D | object_hierarchy_observer.h | 95 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 D | animation_state.h | 226 const IAny::Ptr target; member 238 return target && from && to; 250 * @brief Evaluates target value between [from,to] based on state.
|
| H A D | animation_controller.cpp | 30 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 D | rsrenderparams_fuzzer.cpp | 131 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 D | ffmpeg_au_enc_config.cpp | 25 #define ASSIGN_IF_NOT_NULL(exec, target) \ 29 (target) = *tmp; \
|
| /foundation/communication/ipc/ipc/test/rpc/samgr/ |
| H A D | rpc_samgr.c | 178 SvcIdentity target = { in main() local 183 if (SetContextObject(target) != ERR_NONE) { in main()
|
| /foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
| H A D | auth_net_ledger_mock.h | 63 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 D | sync_task_context.h | 46 // 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 D | adapter_stub.h | 39 uint32_t GetMtuSize(const std::string &target) override; 41 uint32_t GetTimeout(const std::string &target) override;
|
| /third_party/glslang/gtests/ |
| H A D | TestFixture.cpp | 85 EShMessages DeriveOptions(Source source, Semantics semantics, Target target) in DeriveOptions() argument 97 switch (target) { in DeriveOptions()
|
| /third_party/gn/src/base/files/ |
| H A D | file_util.h | 80 // 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 D | action_target_generator.cc | 22 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 D | rust_values_generator.cc | 14 #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 D | unity_to_junit.py | 22 for target in self.targets: 23 results.append(target.replace('\\', '/'))
|
| H A D | unity_test_summary.py | 23 for target in self.targets: 24 results.append(target.replace('\\', '/'))
|