Home
last modified time | relevance | path

Searched refs:path (Results 4926 - 4950 of 12435) sorted by relevance

1...<<191192193194195196197198199200>>...498

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/
H A Dp2p_listen.py40 global path
83 self.path = self.wpas.GetInterface(
93 self.wpas_dbus_interface, self.path)
H A Dp2p_stop_find.py41 global path
84 self.path = self.wpas.GetInterface(
94 self.wpas_dbus_interface, self.path)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py39 global path
82 self.path = self.wpas.GetInterface(
92 self.wpas_dbus_interface, self.path)
H A Dp2p_find.py44 global path
86 self.path = self.wpas.GetInterface(
96 self.wpas_dbus_interface, self.path)
H A Dp2p_flush.py39 global path
82 self.path = self.wpas.GetInterface(
92 self.wpas_dbus_interface, self.path)
H A Dp2p_listen.py40 global path
83 self.path = self.wpas.GetInterface(
93 self.wpas_dbus_interface, self.path)
H A Dp2p_stop_find.py41 global path
84 self.path = self.wpas.GetInterface(
94 self.wpas_dbus_interface, self.path)
/third_party/weex-loader/test/
H A Dtest.js23 const path =require('path');
35 const filepath = path.resolve(__dirname, 'actual', `${name}.js`);
41 const filepath = path.resolve(__dirname, 'expect', `${name}.js`);
74 // const filepath = path.resolve(__dirname, 'expect', `${name}.js`);
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils.cpp85 bool PrependPathToEnvironmentVar(const char *variableName, const char *path) in PrependPathToEnvironmentVar() argument
92 newValue = path; in PrependPathToEnvironmentVar()
96 buf = path; in PrependPathToEnvironmentVar()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_op.h137 explicit Fill2DOp(const RefPtr<CanvasPath2D>& path): path(path) {} in Fill2DOp()
138 RefPtr<CanvasPath2D> path; member
235 explicit Stroke2DOp(const RefPtr<CanvasPath2D>& path): path(path) {} in Stroke2DOp()
236 RefPtr<CanvasPath2D> path; member
254 explicit Clip2DOp(const RefPtr<CanvasPath2D>& path): path(pat
255 RefPtr<CanvasPath2D> path; global() member
[all...]
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.cpp203 auto path = UrlToPath(uri); in ParseUri() local
204 ErrorCode res = ParsePath(path, effectBuffer, isOutputData); in ParseUri()
206 "ParseUri: path name fail! uri=%{public}s, res=%{public}d", uri.c_str(), res); in ParseUri()
216 ErrorCode CommonUtils::ParsePath(std::string &path, std::shared_ptr<EffectBuffer> &effectBuffer, in ParsePath() argument
223 extraInfo->path = std::move(path); in ParsePath()
230 std::unique_ptr<ImageSource> imageSource = ImageSource::CreateImageSource(path, opts, errorCode); in ParsePath()
232 "ImageSource::CreateImageSource fail! path=%{public}s, errorCode=%{public}d", path.c_str(), errorCode); in ParsePath()
238 "CreatePixelMap fail! path in ParsePath()
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextensionmetadocgenerator.py422 returning the path to that proposal or None otherwise."""
424 path = 'proposals/{}.adoc'.format(extname)
425 if os.path.exists(path) and os.access(path, os.R_OK):
426 return path
433 path = checkProposal(self.name)
434 if path is not None:
435 proposals.append([self.name, path])
438 path
[all...]
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Dtest_util.py39 import os.path namespace
568 path = '.'
569 while os.path.exists(path):
570 if os.path.exists(os.path.join(path, 'tests/google/protobuf/internal')):
572 full_path = os.path.join(path, 'tests/google/protobuf/internal', filename)
574 path
[all...]
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_record.cpp50 void AbilityRecord::SetAppPath(const char *path) in SetAppPath() argument
53 appPath = Utils::Strdup(path); in SetAppPath()
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape.h50 void DrawStroke(SkCanvas* skCanvas, const SkPath& path);
52 void DrawStroke(RSCanvas* canvas, const RSPath& path);
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_text_path.h52 void SetPath(const std::string& path) in SetPath() argument
54 path_ = path; in SetPath()
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_widget.h32 ManifestWidget(const std::string& name, const std::string& path) : widgetName_(name), widgetPath_(path) {} in ManifestWidget() argument
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/src/
H A Dskill_uri.cpp27 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, path); in Marshalling()
38 path = parcel.ReadString(); in ReadFromParcel()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimpldeleteabc_fuzzer/
H A Dverifymanagerhostimpldeleteabc_fuzzer.cpp32 std::string path = data; in DoSomethingInterestingWithMyAPI() local
33 auto ret1 = impl.DeleteAbc(path); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dregion_impl.h21 #include "draw/path.h"
35 virtual bool SetPath(const Path& path, const Region& clip) = 0;
36 virtual bool GetBoundaryPath(Path* path) const = 0;
/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dlite_audio_recorder.cpp32 int32_t GetRecordedFile(std::string& path) override;
76 int32_t TestRecorderImpl::GetRecordedFile(std::string& path) in GetRecordedFile() argument
/foundation/multimedia/media_foundation/engine/plugin/plugins/
H A Dplugin_config.py33 if not os.path.isfile(input_file):
36 if not os.path.exists(argv[2]):
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_file_observer.h30 void AddFileInotify(const std::string &path, const std::string &realPath, const ContextSptr &context);
38 static void SendEvent(const inotify_event &event, const std::string &path, const ContextSptr &context);
/foundation/multimodalinput/input/service/libinput_adapter/include/
H A Dlibinput_adapter.h50 void OnDeviceAdded(std::string path);
51 void OnDeviceRemoved(std::string path);
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/test/unittest/
H A Dressched_utils_test.cpp84 std::string path = ResSchedUtils::GetInstance().GetProcessFilePath(20150111, "com.example.myapplication", 5973); in HWTEST_F() local
85 EXPECT_TRUE(path == targetPath); in HWTEST_F()

Completed in 14 milliseconds

1...<<191192193194195196197198199200>>...498