/aosp_15_r20/external/grpc-grpc/tools/run_tests/generated/ |
H A D | tests.json | 10 "posix" 22 "posix" 32 "posix", 45 "posix", 55 "posix", 67 "posix", 77 "posix" 88 "posix" 98 "posix", 111 "posix", [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_posix.py | 1 "Test posix functions" 9 # Skip these tests if there is no posix module. 10 posix = import_helper.import_module('posix') variable 40 if not hasattr(posix, 'sched_getscheduler'): 43 posix.sched_getscheduler(0) 49 requires_sched = unittest.skipUnless(_supports_sched(), 'requires POSIX scheduler API') 64 # test posix functions which take no arguments and have 73 posix_func = getattr(posix, name, None) 79 @unittest.skipUnless(hasattr(posix, 'getresuid'), 80 'test needs posix.getresuid()') [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_posix.py | 1 "Test posix functions" 5 # Skip these tests if there is no posix module. 6 posix = test_support.import_module('posix') variable 40 # test posix functions which take no arguments and have 51 posix_func = getattr(posix, name, None) 56 @unittest.skipUnless(hasattr(posix, 'getresuid'), 57 'test needs posix.getresuid()') 59 user_ids = posix.getresuid() 64 @unittest.skipUnless(hasattr(posix, 'getresgid'), 65 'test needs posix.getresgid()') [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/ot-br-posix/ot-daemon/android_arm64_armv8-2a_cortex-a55_scs_cfi_apex30/unstripped/ |
D | ot-daemon.rsp | 1 …posix/ot-daemon/android_arm64_armv8-2a_cortex-a55_scs_cfi_apex30/obj/external/ot-br-posix/src/agen…
|
/aosp_15_r20/external/toybox/ |
H A D | Android.bp | 89 "toys/posix/basename.c", 90 "toys/posix/cat.c", 91 "toys/posix/chmod.c", 92 "toys/posix/cmp.c", 93 "toys/posix/comm.c", 94 "toys/posix/cp.c", 95 "toys/posix/cpio.c", 96 "toys/posix/cut.c", 97 "toys/posix/date.c", 98 "toys/posix/dd.c", [all …]
|
/aosp_15_r20/external/pcre/doc/ |
H A D | pcre2posix.3 | 25 This set of functions provides a POSIX-style API for the PCRE2 regular 26 expression 8-bit library. There are no POSIX-style wrappers for PCRE2's 16-bit 42 standard POSIX names such \fBregcomp()\fP into \fBpcre2_regcomp()\fP etc. This 43 means that a program can use the usual POSIX names without running the risk of 44 accidentally linking with POSIX functions from a different library. 46 On Unix-like systems the PCRE2 POSIX library is called \fBlibpcre2-posix\fP, so 47 can be accessed by adding \fB-lpcre2-posix\fP to the command for linking an 48 application. Because the POSIX functions call the native ones, it is also 57 10.33 to 10.36 of the library contained functions with the POSIX names 60 earlier versions of PCRE2, which had only POSIX names. However, this has proved [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/toybox/toybox/linux_glibc_x86_64/ |
D | toybox.rsp | 1 …posix/basename.o out/soong/.intermediates/external/toybox/toybox/linux_glibc_x86_64/obj/external/t…
|
/aosp_15_r20/out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-ndk/android_arm64_armv8-2a_cortex-a55_static_scs_cfi_apex30/ |
D | ot-daemon-aidl-ndk.a.rsp | 1 …posix/src/android/aidl/ot-daemon-aidl-ndk/android_arm64_armv8-2a_cortex-a55_static_scs_cfi_apex30/…
|
/aosp_15_r20/external/pcre/testdata/ |
H A D | testoutput18 | 1 # This set of tests is run only with the 8-bit library. It tests the POSIX 3 # not be run with JIT (which is not available for the POSIX interface). 6 #pattern posix 11 ** Ignored with POSIX interface: auto_callout 15 ** Ignored with POSIX interface: find_limits 20 ** Ignored with POSIX interface: partial_hard 24 ** Ignored with POSIX interface: parens_nest_limit 27 ** Ignored with POSIX interface: allow_surrogate_escapes max_pattern_length 57 No match: POSIX code 17: match failed 68 No match: POSIX code 17: match failed [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/toybox/toybox/android_arm64_armv8-2a_cortex-a55/unstripped/ |
D | toybox.rsp | 1 …posix/basename.o out/soong/.intermediates/external/toybox/toybox/android_arm64_armv8-2a_cortex-a55…
|
/aosp_15_r20/out/soong/.intermediates/external/toybox/toybox_recovery/android_recovery_arm64_armv8-2a_cortex-a55/unstripped/ |
D | toybox.rsp | 1 …posix/basename.o out/soong/.intermediates/external/toybox/toybox_recovery/android_recovery_arm64_a…
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | CMakeLists.txt | 29 set(OT_PLATFORM_LIB "openthread-posix" PARENT_SCOPE) 31 add_library(ot-posix-config INTERFACE) 35 target_compile_definitions(ot-posix-config 40 # libraries will set config file to "openthrad-core-posix-config.h" which 43 # posix libraries will use different feature definitions. 49 target_compile_definitions(ot-posix-config 57 target_compile_definitions(ot-posix-config 61 target_compile_definitions(ot-posix-config 68 target_compile_definitions(ot-posix-config 75 target_compile_definitions(ot-posix-config [all …]
|
H A D | system.cpp | 35 #include "openthread-posix-config.h" 36 #include "platform-posix.h" 55 #include "posix/platform/daemon.hpp" 56 #include "posix/platform/firewall.hpp" 57 #include "posix/platform/infra_if.hpp" 58 #include "posix/platform/mainloop.hpp" 59 #include "posix/platform/mdns_socket.hpp" 60 #include "posix/platform/radio_url.hpp" 61 #include "posix/platform/spinel_driver_getter.hpp" 62 #include "posix/platform/udp.hpp" [all …]
|
/aosp_15_r20/external/pcre/doc/html/ |
H A D | pcre2posix.html | 18 <li><a name="TOC3" href="#SEC3">USING THE POSIX FUNCTIONS</a> 48 This set of functions provides a POSIX-style API for the PCRE2 regular 49 expression 8-bit library. There are no POSIX-style wrappers for PCRE2's 16-bit 65 standard POSIX names such <b>regcomp()</b> into <b>pcre2_regcomp()</b> etc. This 66 means that a program can use the usual POSIX names without running the risk of 67 accidentally linking with POSIX functions from a different library. 70 On Unix-like systems the PCRE2 POSIX library is called <b>libpcre2-posix</b>, so 71 can be accessed by adding <b>-lpcre2-posix</b> to the command for linking an 72 application. Because the POSIX functions call the native ones, it is also 83 10.33 to 10.36 of the library contained functions with the POSIX names [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | netdb.h | 151 This function is not part of POSIX and therefore no official 152 cancellation point. But due to similarity with an POSIX interface 163 These functions are not part of POSIX and therefore no official 164 cancellation point. But due to similarity with an POSIX interface 233 These functions are not part of POSIX and therefore no official 234 cancellation point. But due to similarity with an POSIX interface 304 These functions are not part of POSIX and therefore no official 305 cancellation point. But due to similarity with an POSIX interface 370 These functions are not part of POSIX and therefore no official 371 cancellation point. But due to similarity with an POSIX interface [all …]
|
/aosp_15_r20/external/toybox/scripts/prereq/ |
H A D | build.sh | 7 toys/pending/tr.c toys/posix/basename.c toys/posix/cat.c toys/posix/chmod.c 8 toys/posix/cmp.c toys/posix/dirname.c toys/posix/echo.c toys/posix/fold.c 9 toys/posix/grep.c toys/posix/head.c toys/posix/ln.c toys/posix/ls.c 10 toys/posix/mkdir.c toys/posix/od.c toys/posix/rm.c toys/posix/sed.c 11 toys/posix/sort.c toys/posix/tail.c toys/posix/tee.c toys/posix/uname.c 12 toys/posix/wc.c toys/posix/xargs.c
|
/aosp_15_r20/external/libdrm/amdgpu/ |
H A D | amdgpu.h | 526 * <0 - Negative POSIX Error code 562 * <0 - Negative POSIX Error code 597 * <0 - Negative POSIX Error code 613 * <0 - Negative POSIX Error code 628 * <0 - Negative POSIX Error code 645 * <0 - Negative POSIX Error code 666 * <0 - Negative POSIX Error code 692 * <0 - Negative POSIX Error code 728 * <0 - Negative POSIX Error code 744 * <0 - Negative POSIX Error code [all …]
|
/aosp_15_r20/external/okio/okio/src/unixMain/kotlin/okio/ |
H A D | UnixPosixVariant.kt | 28 import platform.posix.DEFFILEMODE 29 import platform.posix.ENOENT 30 import platform.posix.FILE 31 import platform.posix.O_CREAT 32 import platform.posix.O_EXCL 33 import platform.posix.O_RDWR 34 import platform.posix.PATH_MAX 35 import platform.posix.S_IFLNK 36 import platform.posix.S_IFMT 37 import platform.posix.errno [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java/android_common_apex30/ |
D | meta_lic.rsp | 1 …posix/src/android/aidl -mc UNKNOWN -k SPDX-license-identifier-Apache-2.0 -k SPDX-license-identifie…
|
D | meta_lic | 5 projects: "external/ot-br-posix" 10 license_texts: "external/ot-br-posix/LICENSE" 11 license_texts: "external/ot-br-posix/NOTICE" 13 sources: "out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source… 14 sources: "out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source… 15 sources: "out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source… 16 sources: "out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source… 17 sources: "out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source… 18 sources: "out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source… 19 sources: "out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source… [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java/android_common/ |
D | meta_lic.rsp | 1 …posix/src/android/aidl -mc UNKNOWN -k SPDX-license-identifier-Apache-2.0 -k SPDX-license-identifie…
|
D | meta_lic | 5 projects: "external/ot-br-posix" 10 license_texts: "external/ot-br-posix/LICENSE" 11 license_texts: "external/ot-br-posix/NOTICE" 15 sources: "out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source… 16 sources: "out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source… 17 sources: "out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source… 18 sources: "out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source… 19 sources: "out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source… 20 sources: "out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source… 21 sources: "out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source… [all …]
|
/aosp_15_r20/external/openthread/ |
H A D | Android.bp | 449 "src/posix/platform/alarm.cpp", 450 "src/posix/platform/backtrace.cpp", 451 "src/posix/platform/configuration.cpp", 452 "src/posix/platform/config_file.cpp", 453 "src/posix/platform/daemon.cpp", 454 "src/posix/platform/entropy.cpp", 455 "src/posix/platform/firewall.cpp", 456 "src/posix/platform/hdlc_interface.cpp", 457 "src/posix/platform/infra_if.cpp", 458 "src/posix/platform/mainloop.cpp", [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/doc/ |
D | syntax_option_type.qbk | 43 // Options common to both Perl and POSIX regular expressions: 55 // POSIX extended specific options: 59 // POSIX basic specific options: 163 [section:syntax_option_type_extended Options for POSIX Extended Regular Expressions] 166 [link boost_regex.syntax.basic_extended POSIX extended 172 expression engine is the same as that used by POSIX extended regular 174 (POSIX ), Base Definitions and Headers, Section 9, Regular Expressions (FWD.1). 176 Refer to the [link boost_regex.syntax.basic_extended POSIX extended 180 (The POSIX standard specifies that only "special" characters may be 183 engine is the same as that used by POSIX utility grep when given the [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/ |
D | abs.rs | 1 //! POSIX-style filesystem functions which operate on bare paths. 32 /// POSIX guarantees that `open` will use the lowest unused file descriptor, 39 /// - [POSIX] 42 /// [POSIX]: https://pubs.opengroup.org/onlinepubs/9699919799/functions/open.html 52 /// - [POSIX] 55 /// [POSIX]: https://pubs.opengroup.org/onlinepubs/9699919799/functions/chmod.html 69 /// - [POSIX] 72 /// [POSIX]: https://pubs.opengroup.org/onlinepubs/9699919799/functions/stat.html 88 /// - [POSIX] 91 /// [POSIX]: https://pubs.opengroup.org/onlinepubs/9699919799/functions/lstat.html [all …]
|