/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/ |
H A D | p2p_listen.py | 40 global path 83 self.path = self.wpas.GetInterface( 93 self.wpas_dbus_interface, self.path)
|
H A D | p2p_stop_find.py | 41 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 D | p2p_disconnect.py | 39 global path 82 self.path = self.wpas.GetInterface( 92 self.wpas_dbus_interface, self.path)
|
H A D | p2p_find.py | 44 global path 86 self.path = self.wpas.GetInterface( 96 self.wpas_dbus_interface, self.path)
|
H A D | p2p_flush.py | 39 global path 82 self.path = self.wpas.GetInterface( 92 self.wpas_dbus_interface, self.path)
|
H A D | p2p_listen.py | 40 global path 83 self.path = self.wpas.GetInterface( 93 self.wpas_dbus_interface, self.path)
|
H A D | p2p_stop_find.py | 41 global path 84 self.path = self.wpas.GetInterface( 94 self.wpas_dbus_interface, self.path)
|
/third_party/weex-loader/test/ |
H A D | test.js | 23 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 D | system_utils.cpp | 85 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 D | canvas_paint_op.h | 137 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 D | common_utils.cpp | 203 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 D | extensionmetadocgenerator.py | 422 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 D | test_util.py | 39 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 D | ability_record.cpp | 50 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 D | rosen_render_shape.h | 50 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 D | render_svg_text_path.h | 52 void SetPath(const std::string& path) in SetPath() argument 54 path_ = path; in SetPath()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
H A D | manifest_widget.h | 32 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 D | skill_uri.cpp | 27 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 D | verifymanagerhostimpldeleteabc_fuzzer.cpp | 32 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 D | region_impl.h | 21 #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 D | lite_audio_recorder.cpp | 32 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 D | plugin_config.py | 33 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 D | mtp_file_observer.h | 30 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 D | libinput_adapter.h | 50 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 D | ressched_utils_test.cpp | 84 std::string path = ResSchedUtils::GetInstance().GetProcessFilePath(20150111, "com.example.myapplication", 5973); in HWTEST_F() local 85 EXPECT_TRUE(path == targetPath); in HWTEST_F()
|