Home
last modified time | relevance | path

Searched defs:dir (Results 976 - 1000 of 1067) sorted by relevance

1...<<31323334353637383940>>...43

/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.c1635 static int element_ask_vol_dB(snd_mixer_elem_t *me, pa_alsa_direction_t dir, long value, long *dBvalue) { in element_ask_vol_dB() argument
2856 char *dir; in get_path_config_path() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp754 bool ImGui::ArrowButtonEx(const char* str_id, ImGuiDir dir, ImVec2 size, ImGuiButtonFlags flags) in ArrowButtonEx() argument
784 bool ImGui::ArrowButton(const char* str_id, ImGuiDir dir) in ArrowButton() argument
[all...]
H A Dimgui_draw.cpp3742 void ImGui::RenderArrow(ImDrawList* draw_list, ImVec2 pos, ImU32 col, ImGuiDir dir, float scale) in RenderArrow() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_cli.c4609 DIR *dir = opendir(ctrl_iface_dir); in wpa_cli_get_default_ifname() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_cli.c5175 DIR *dir = opendir(ctrl_iface_dir); in wpa_cli_get_default_ifname() local
/third_party/vulkan-loader/loader/
H A Dloader.c155 int loader_closedir(const struct loader_instance *instance, DIR *dir) { in loader_closedir() argument
1999 char *dir = dirs_copy; in loader_get_fullpath() local
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/
H A Dgradle-wrapper.jar ... success int i String[] children java.io.File dir private void unzip (java.io.File, java. ...
/third_party/skia/platform_tools/android/apps/gradle/wrapper/
H A Dgradle-wrapper.jar ... success int i String[] children java.io.File dir private void unzip (java.io.File, java. ...
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp4399 bool conversionDirection(std::string dir) in conversionDirection() argument
4446 std::string dir = STRING_DIR_BACKWARD; in ActAccessibilityAction() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp658 ParsePreBundleProFile(const std::string &dir) ParsePreBundleProFile() argument
847 ScanDir( const std::string& dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &resultList) ScanDir() argument
906 ProcessScanDir(const std::string &dir, std::list<std::string> &bundleDirs) ProcessScanDir() argument
[all...]
H A Dbundle_data_mgr.cpp7275 bool BundleDataMgr::GetGroupDir(const std::string &dataGroupId, std::string &dir, int32_t userId) const in GetGroupDir() argument
7758 std::string dir = parentDir + ServiceConstants::DATA_GROUP_PATH + dataGroupInfo.uuid; in CreateGroupDir() local
[all...]
H A Dbase_bundle_installer.cpp2956 std::string dir = std::string(ServiceConstants::REAL_DATA_PATH) + ServiceConstants::PATH_SEPARATOR GetRemoveDataGroupDirs() local
3022 CreateScreenLockProtectionExistDirs(const InnerBundleInfo &info, const std::string &dir) CreateScreenLockProtectionExistDirs() argument
3214 std::string dir = parentDir + ServiceConstants::DATA_GROUP_PATH + dataGroupInfo.uuid; CreateGroupDirs() local
3241 std::string dir = std::string(ServiceConstants::REAL_DATA_PATH) + ServiceConstants::PATH_SEPARATOR DeleteGroupDirsForException() local
3262 std::string dir; RemoveDataGroupDirs() local
3827 std::string dir = parentDir + ServiceConstants::DATA_GROUP_PATH + dataGroupInfo.uuid; CreateDataGroupDir() local
[all...]
H A Dinner_bundle_info.cpp4338 std::string dir = ServiceConstants::EXTENSION_DIR + item.second.moduleName + in GetAllExtensionDirsInSpecifiedModule() local
4355 std::string dir = ServiceConstants::EXTENSION_DIR + item.second.moduleName + in GetAllExtensionDirs() local
/third_party/alsa-lib/src/pcm/
H A Dpcm.c4776 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_rate)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_rate() argument
4794 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_rate_min)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_rate_min() argument
4812 snd_pcm_hw_params_get_rate_max(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_get_rate_max() argument
4830 snd_pcm_hw_params_test_rate(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir) snd_pcm_hw_params_test_rate() argument
4845 snd_pcm_hw_params_set_rate(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir) snd_pcm_hw_params_set_rate() argument
4860 snd_pcm_hw_params_set_rate_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_rate_min() argument
4875 snd_pcm_hw_params_set_rate_max(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_rate_max() argument
4908 snd_pcm_hw_params_set_rate_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_rate_near() argument
4927 snd_pcm_hw_params_set_rate_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_rate_first() argument
4946 snd_pcm_hw_params_set_rate_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_rate_last() argument
5116 snd_pcm_hw_params_get_period_time(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_get_period_time() argument
5134 snd_pcm_hw_params_get_period_time_min(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_get_period_time_min() argument
5152 snd_pcm_hw_params_get_period_time_max(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_get_period_time_max() argument
5170 snd_pcm_hw_params_test_period_time(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir) snd_pcm_hw_params_test_period_time() argument
5185 snd_pcm_hw_params_set_period_time(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir) snd_pcm_hw_params_set_period_time() argument
5201 snd_pcm_hw_params_set_period_time_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_period_time_min() argument
5216 snd_pcm_hw_params_set_period_time_max(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_period_time_max() argument
5249 snd_pcm_hw_params_set_period_time_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_period_time_near() argument
5268 snd_pcm_hw_params_set_period_time_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_period_time_first() argument
5285 snd_pcm_hw_params_set_period_time_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_period_time_last() argument
5304 snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir) snd_pcm_hw_params_get_period_size() argument
5326 snd_pcm_hw_params_get_period_size_min(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir) snd_pcm_hw_params_get_period_size_min() argument
5348 snd_pcm_hw_params_get_period_size_max(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir) snd_pcm_hw_params_get_period_size_max() argument
5370 snd_pcm_hw_params_test_period_size(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val, int dir) snd_pcm_hw_params_test_period_size() argument
5385 snd_pcm_hw_params_set_period_size(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val, int dir) snd_pcm_hw_params_set_period_size() argument
5400 snd_pcm_hw_params_set_period_size_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir) snd_pcm_hw_params_set_period_size_min() argument
5419 snd_pcm_hw_params_set_period_size_max(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir) snd_pcm_hw_params_set_period_size_max() argument
5461 snd_pcm_hw_params_set_period_size_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir) snd_pcm_hw_params_set_period_size_near() argument
5484 snd_pcm_hw_params_set_period_size_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir) snd_pcm_hw_params_set_period_size_first() argument
5507 snd_pcm_hw_params_set_period_size_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir) snd_pcm_hw_params_set_period_size_last() argument
5541 snd_pcm_hw_params_get_periods(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_get_periods() argument
5559 snd_pcm_hw_params_get_periods_min(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_get_periods_min() argument
5577 snd_pcm_hw_params_get_periods_max(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_get_periods_max() argument
5595 snd_pcm_hw_params_test_periods(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir) snd_pcm_hw_params_test_periods() argument
5610 snd_pcm_hw_params_set_periods(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir) snd_pcm_hw_params_set_periods() argument
5625 snd_pcm_hw_params_set_periods_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_periods_min() argument
5640 snd_pcm_hw_params_set_periods_max(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_periods_max() argument
5673 snd_pcm_hw_params_set_periods_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_periods_near() argument
5692 snd_pcm_hw_params_set_periods_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_periods_first() argument
5711 snd_pcm_hw_params_set_periods_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_periods_last() argument
5741 snd_pcm_hw_params_get_buffer_time(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_get_buffer_time() argument
5759 snd_pcm_hw_params_get_buffer_time_min(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_get_buffer_time_min() argument
5777 snd_pcm_hw_params_get_buffer_time_max(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_get_buffer_time_max() argument
5795 snd_pcm_hw_params_test_buffer_time(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir) snd_pcm_hw_params_test_buffer_time() argument
5810 snd_pcm_hw_params_set_buffer_time(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir) snd_pcm_hw_params_set_buffer_time() argument
5825 snd_pcm_hw_params_set_buffer_time_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_buffer_time_min() argument
5840 snd_pcm_hw_params_set_buffer_time_max(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_buffer_time_max() argument
5873 snd_pcm_hw_params_set_buffer_time_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_buffer_time_near() argument
5892 snd_pcm_hw_params_set_buffer_time_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_buffer_time_first() argument
5911 snd_pcm_hw_params_set_buffer_time_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) snd_pcm_hw_params_set_buffer_time_last() argument
[all...]
/third_party/FatFs/source/
H A Dff.c1609 st_clust( FATFS* fs, BYTE* dir, DWORD cl ) st_clust() argument
1703 put_lfn( const WCHAR* lfn, BYTE* dir, BYTE ord, BYTE sum ) put_lfn() argument
3806 BYTE *dir; f_sync() local
4758 BYTE *dir; f_mkdir() local
4893 BYTE buf[SZDIRE], *dir; global() local
[all...]
/third_party/libfuse/lib/
H A Dfuse.c1408 static void remove_node(struct fuse *f, fuse_ino_t dir, const char *name) in remove_node() argument
2355 static int is_open(struct fuse *f, fuse_ino_t dir, const char *name) in is_open() argument
2367 static char *hidden_name(struct fuse *f, fuse_ino_t dir, const char *oldname, in hidden_name() argument
2407 hide_node(struct fuse *f, const char *oldpath, fuse_ino_t dir, const char *oldname) hide_node() argument
[all...]
/third_party/libinput/test/
H A Dlitest.c1470 static int is_quirks_file(const struct dirent *dir) { in is_quirks_file() argument
1561 mkdir_p(const char *dir) in mkdir_p() argument
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc1774 void ImplementationVisitor::GenerateImplementation(const std::string& dir) { in GenerateImplementation() argument
/third_party/skia/src/core/
H A DSkPath.cpp789 static void assert_known_direction(SkPathDirection dir) { in assert_known_direction() argument
793 SkPath& SkPath::addRect(const SkRect &rect, SkPathDirection dir, unsigned startIndex) { in addRect() argument
257 check_edge_against_rect(const SkPoint& p0, const SkPoint& p1, const SkRect& rect, SkPathFirstDirection dir) check_edge_against_rect() argument
869 angles_to_unit_vectors(SkScalar startAngle, SkScalar sweepAngle, SkVector* startV, SkVector* stopV, SkRotationDirection* dir) angles_to_unit_vectors() argument
907 build_arc_conics(const SkRect& oval, const SkVector& start, const SkVector& stop, SkRotationDirection dir, SkConic conics[SkConic::kMaxConicsForArc], SkPoint* singlePt) build_arc_conics() argument
922 addRoundRect(const SkRect& rect, const SkScalar radii[], SkPathDirection dir) addRoundRect() argument
929 addRRect(const SkRRect& rrect, SkPathDirection dir) addRRect() argument
934 addRRect(const SkRRect &rrect, SkPathDirection dir, unsigned startIndex) addRRect() argument
1025 addRoundRect(const SkRect& rect, SkScalar rx, SkScalar ry, SkPathDirection dir) addRoundRect() argument
1038 addOval(const SkRect& oval, SkPathDirection dir) addOval() argument
1043 addOval(const SkRect &oval, SkPathDirection dir, unsigned startPointIndex) addOval() argument
1085 addCircle(SkScalar x, SkScalar y, SkScalar r, SkPathDirection dir) addCircle() argument
1108 SkRotationDirection dir; arcTo() local
2215 DirChange dir = this->directionChange(curVec); addVec() local
2659 int dir = 1; winding_mono_cubic() local
2734 int dir = 1; winding_mono_conic() local
2809 int dir = 1; winding_mono_quad() local
2883 int dir = 1; winding_line() local
3463 Rect(const SkRect& r, SkPathDirection dir, unsigned startIndex) Rect() argument
3467 Oval(const SkRect& r, SkPathDirection dir) Oval() argument
3471 Oval(const SkRect& r, SkPathDirection dir, unsigned startIndex) Oval() argument
3475 Circle(SkScalar x, SkScalar y, SkScalar r, SkPathDirection dir) Circle() argument
3479 RRect(const SkRRect& rr, SkPathDirection dir) RRect() argument
3483 RRect(const SkRRect& rr, SkPathDirection dir, unsigned startIndex) RRect() argument
3487 RRect(const SkRect& r, SkScalar rx, SkScalar ry, SkPathDirection dir) RRect() argument
[all...]
/third_party/skia/tests/
H A DPathTest.cpp1061 SkPathFirstDirection dir = SkPathPriv::ComputeFirstDirection(copy); in check_direction() local
1603 SkPathFirstDirection dir = SkPathPriv::ComputeFirstDirection(copy); in test_convexity() local
1889 SkPathDirection dir = d ? SkPathDirection::kCCW : SkPathDirection::kCW; in test_conservativelyContains() local
2214 check_simple_rect(skiatest::Reporter* reporter, const SkPath& path, bool isClosed, const SkRect& rect, SkPathDirection dir, unsigned start) check_simple_rect() argument
2321 SkPathDirection dir; test_is_closed_rect() local
3309 test_circle_skew(skiatest::Reporter* reporter, const SkPath& path, SkPathFirstDirection dir) test_circle_skew() argument
3327 test_circle_translate(skiatest::Reporter* reporter, const SkPath& path, SkPathFirstDirection dir) test_circle_translate() argument
3347 test_circle_rotate(skiatest::Reporter* reporter, const SkPath& path, SkPathFirstDirection dir) test_circle_rotate() argument
3367 test_circle_mirror_x(skiatest::Reporter* reporter, const SkPath& path, SkPathFirstDirection dir) test_circle_mirror_x() argument
3384 test_circle_mirror_y(skiatest::Reporter* reporter, const SkPath& path, SkPathFirstDirection dir) test_circle_mirror_y() argument
3403 test_circle_mirror_xy(skiatest::Reporter* reporter, const SkPath& path, SkPathFirstDirection dir) test_circle_mirror_xy() argument
3418 const SkPathFirstDirection dir = SkPathPriv::AsFirstDirection(inDir); test_circle_with_direction() local
3529 SkPathDirection dir = SkPathDirection::kCCW; test_oval() local
3601 test_rrect_is_convex(skiatest::Reporter* reporter, SkPath* path, SkPathDirection dir) test_rrect_is_convex() argument
3611 test_rrect_convexity_is_unknown(skiatest::Reporter* reporter, SkPath* path, SkPathDirection dir) test_rrect_convexity_is_unknown() argument
3656 SkPathDirection dir; test_rrect() local
[all...]
/third_party/tzdata/
H A Dzic.c649 close_file(FILE *stream, char const *dir, char const *name, in close_file() argument
686 change_directory(char const *dir) in change_directory() argument
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.File tmpZipFile java.io.File dir java.util.Iterator i$ java.io ...
/third_party/skia/third_party/externals/oboe/apps/fxlab/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.File tmpZipFile java.io.File dir java.util.Iterator i$ java.io ...
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/
H A Dgradle-wrapper.jar ... success int i String[] children java.io.File dir private void unzip (java.io.File, java. ...
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.File tmpZipFile java.io.File dir java.util.Iterator i$ java.io ...

Completed in 126 milliseconds

1...<<31323334353637383940>>...43