| /external/grpc-grpc/tools/run_tests/generated/ |
| D | tests.json | 10 "posix" 22 "posix" 32 "posix", 45 "posix", 55 "posix", 67 "posix", 77 "posix" 88 "posix" 98 "posix", 111 "posix", [all …]
|
| /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 …]
|
| /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 …]
|
| /external/pcre/testdata/ |
| 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 …]
|
| /external/toybox/ |
| 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 …]
|
| /external/toybox/scripts/prereq/ |
| 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
|
| /external/openthread/src/posix/platform/ |
| 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 …]
|
| D | system.cpp | 35 #include "openthread-posix-config.h" 36 #include "platform-posix.h" 53 #include "posix/platform/daemon.hpp" 54 #include "posix/platform/firewall.hpp" 55 #include "posix/platform/infra_if.hpp" 56 #include "posix/platform/mainloop.hpp" 57 #include "posix/platform/radio_url.hpp" 58 #include "posix/platform/udp.hpp" 76 ot::Posix::InfraNetif::Get().HandleBackboneStateChange(instance, aFlags); in processStateChange() 87 ot::Posix::RadioUrl url(aPlatformConfig->mRadioUrls[i]); in get802154RadioUrl() [all …]
|
| /external/pcre/doc/ |
| 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 …]
|
| /external/okio/okio/src/unixMain/kotlin/okio/ |
| 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 …]
|
| /external/sdv/vsomeip/third_party/boost/process/include/boost/process/ |
| D | posix.hpp | 8 #include <boost/process/detail/posix/fd.hpp> 9 #include <boost/process/detail/posix/handler.hpp> 10 #include <boost/process/detail/posix/use_vfork.hpp> 11 #include <boost/process/detail/posix/signal.hpp> 14 /** \file boost/process/posix.hpp 16 * Header which provides the posix extensions. 21 namespace posix { 22 <emphasis>unspecified</emphasis> <globalname alt="boost::process::posix::fd">fd</globalname>; 23 … <emphasis>unspecified</emphasis> <globalname alt="boost::process::posix::sig">sig</globalname>; 24 …<emphasis>unspecified</emphasis> <globalname alt="boost::process::posix::use_vfork">use_vfork</glo… [all …]
|
| /external/clang/test/Driver/ |
| D | thread-model.c | 1 …-target arm-unknown-linux-gnu -c %s -mthread-model posix -v 2>&1 | FileCheck -check-prefix=CHECK-P… 4 // CHECK-POSIX: "-mthread-model" "posix" 8 …ang -### -target arm-unknown-linux-gnu -c %s -v 2>&1 | FileCheck -check-prefix=CHECK-LINUX-POSIX %s 11 // CHECK-LINUX-POSIX: Thread model: posix 12 // CHECK-LINUX-POSIX: "-mthread-model" "posix" 19 …m32-unknown-linux-gnu -c %s -v -mthread-model posix 2>&1 | FileCheck -check-prefix=CHECK-WEBASSEMB… 23 …m64-unknown-linux-gnu -c %s -v -mthread-model posix 2>&1 | FileCheck -check-prefix=CHECK-WEBASSEMB… 25 // CHECK-WEBASSEMBLY-DEFAULT: Thread model: posix 26 // CHECK-WEBASSEMBLY-DEFAULT: "-mthread-model" "posix" 29 // CHECK-WEBASSEMBLY-POSIX: Thread model: posix [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/test/posix/ |
| D | stream_descriptor.cpp | 17 #include <boost/asio/posix/stream_descriptor.hpp> 28 // posix::stream_descriptor compile and link correctly. Runtime failures are 49 namespace posix = boost::asio::posix; in test() 57 posix::descriptor_base::bytes_readable io_control_command; in test() 63 posix::stream_descriptor descriptor1(ioc); in test() 64 posix::stream_descriptor descriptor2(ioc_ex); in test() 66 posix::stream_descriptor descriptor3(ioc, native_descriptor1); in test() 67 posix::stream_descriptor descriptor4(ioc_ex, native_descriptor1); in test() 70 posix::stream_descriptor descriptor5(std::move(descriptor2)); in test() 76 descriptor1 = posix::stream_descriptor(ioc); in test() [all …]
|
| /external/pcre/doc/html/ |
| 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 …]
|
| /external/bc/locales/ |
| D | ru_RU.CP1251.msg | 66 16 "POSIX �� ��������� ���� ������� 1 �������: %s" 67 17 "POSIX �� ��������� ������������ � �������� '#'" 68 18 "POSIX �� ��������� ��������� �������� �����: %s" 69 19 "POSIX �� ��������� ����� ('.') � �������� ������ ��� ���������� ����������" 70 20 "POSIX ������� ������ ������ ��������� ��������" 71 21 "POSIX �� ��������� ������������ ��������� ��������: %s" 72 22 "POSIX �� ��������� ���������� ��������� �������� �� �������, ���� ����������� ��� �����" 73 23 "POSIX ������� 0 ��� 1 ��������� ��������� �� �������" 74 24 "POSIX �������, ����� ��� 3 ����� ����� ���� ���������" 75 25 "POSIX ������� ������� ����� ������ ����� ������ � ������� � ������������ �������" [all …]
|
| D | ru_RU.KOI8-R.msg | 66 16 "POSIX �� ��������� ���� ������� 1 �������: %s" 67 17 "POSIX �� ��������� ������������ � �������� '#'" 68 18 "POSIX �� ��������� ��������� �������� �����: %s" 69 19 "POSIX �� ��������� ����� ('.') � �������� ������ ��� ���������� ����������" 70 20 "POSIX ������� ������ ������ ��������� ��������" 71 21 "POSIX �� ��������� ������������ ��������� ��������: %s" 72 22 "POSIX �� ��������� ���������� ��������� �������� �� �������, ���� ����������� ��� �����" 73 23 "POSIX ������� 0 ��� 1 ��������� ��������� �� �������" 74 24 "POSIX �������, ����� ��� 3 ����� ����� ���� ���������" 75 25 "POSIX ������� ������� ����� ������ ����� ������ � ������� � ������������ �������" [all …]
|
| D | ru_RU.ISO8859-5.msg | 66 16 "POSIX �� ��������� ���� ������� 1 �������: %s" 67 17 "POSIX �� ��������� ������������ � �������� '#'" 68 18 "POSIX �� ��������� ��������� �������� �����: %s" 69 19 "POSIX �� ��������� ����� ('.') � �������� ������ ��� ���������� ����������" 70 20 "POSIX ������� ������ ������ ��������� ��������" 71 21 "POSIX �� ��������� ������������ ��������� ��������: %s" 72 22 "POSIX �� ��������� ���������� ��������� �������� �� �������, ���� ����������� ��� �����" 73 23 "POSIX ������� 0 ��� 1 ��������� ��������� �� �������" 74 24 "POSIX �������, ����� ��� 3 ����� ����� ���� ���������" 75 25 "POSIX ������� ������� ����� ������ ����� ������ � ������� � ������������ �������" [all …]
|
| D | ru_RU.CP866.msg | 66 16 "POSIX �� ����᪠�� ���� ������� 1 ᨬ����: %s" 67 17 "POSIX �� ����᪠�� �������ਥ� � �業��� '#'" 68 18 "POSIX �� ����᪠�� ���饥 ���祢�� ��: %s" 69 19 "POSIX �� ����᪠�� ��� ('.') � ����⢥ ��몠 ��� ������� १����" 70 20 "POSIX �ॡ�� ��� ����� ��ࠦ���� ������" 71 21 "POSIX �� ࠧ�蠥� �ᯮ�짮���� ���騩 ������: %s" 72 22 "POSIX �� ࠧ�蠥� �����ࠬ �ࠢ����� ��室��� �� �।���, � �⢥ত���� ��� 横��" 73 23 "POSIX �ॡ�� 0 ��� 1 ������ �ࠢ����� �� ����" 74 24 "POSIX �ॡ��, �⮡� �� 3 ��� ��⫨ �뫨 ������묨" 75 25 "POSIX �ॡ�� ������ ����� ��ப� ����� �窮� � ����⮩ � ��।������� �㭪樨" [all …]
|
| D | ja_JP.eucJP.msg | 66 16 "POSIX �� 1 ʸ�����Ĺ��̾������Ĥ��ޤ���%s" 67 17 "POSIX �� '#' ������ץȤΥ����Ȥ���Ĥ��ޤ���" 68 18 "POSIX �ϰʲ��Υ�����ɤ���Ĥ��ޤ���%s" 69 19 "POSIX �ϺǸ�η�̤Υ��硼�ȥ��åȤȤ��ƥԥꥪ�� ('.') ����Ĥ��ޤ���" 70 20 "POSIX ������ͼ��μ���˳�̤�ɬ�פȤ��ޤ���" 71 21 "POSIX �ϼ��α黻�Ҥ���Ĥ��ޤ���%s" 72 22 "POSIX �� if ʸ��롼�פγ�����ӱ黻�Ҥ���Ĥ��ޤ���" 73 23 "POSIX�Ͼ�老�Ȥ�0�ޤ���1����ӱ黻�Ҥ�ɬ�פȤ��ޤ���" 74 24 "POSIX��for�롼�פ�3�Ĥ���ʬ�����٤ƶ��Ǥʤ����Ȥ��ᤷ�ޤ���" 75 25 "POSIX�Ǥϡ����ߥ����ȴؿ�����δ֤˲��Ԥ������ɬ�פ�����ޤ���" [all …]
|
| D | ru_RU.UTF-8.msg | 66 16 "POSIX не допускает имен длиннее 1 символа: %s" 67 17 "POSIX не допускает комментариев к сценарию '#'" 68 18 "POSIX не допускает следующее ключевое слово: %s" 69 19 "POSIX не допускает точку ('.') в качестве ярлыка для последнего результата" 70 20 "POSIX требует скобок вокруг выражений возврата" 71 21 "POSIX не разрешает использовать следующий оператор: %s" 72 22 "POSIX не разрешает операторам сравнения выходить за пределы, если утверждения или циклы" 73 23 "POSIX требует 0 или 1 оператора сравнения на условие" 74 24 "POSIX требует, чтобы все 3 части петли были непустыми" 75 25 "POSIX требует наличия новой строки между точкой с запятой и определением функции" [all …]
|
| D | ru_RU.utf8.msg | 66 16 "POSIX не допускает имен длиннее 1 символа: %s" 67 17 "POSIX не допускает комментариев к сценарию '#'" 68 18 "POSIX не допускает следующее ключевое слово: %s" 69 19 "POSIX не допускает точку ('.') в качестве ярлыка для последнего результата" 70 20 "POSIX требует скобок вокруг выражений возврата" 71 21 "POSIX не разрешает использовать следующий оператор: %s" 72 22 "POSIX не разрешает операторам сравнения выходить за пределы, если утверждения или циклы" 73 23 "POSIX требует 0 или 1 оператора сравнения на условие" 74 24 "POSIX требует, чтобы все 3 части петли были непустыми" 75 25 "POSIX требует наличия новой строки между точкой с запятой и определением функции" [all …]
|
| D | en_US.ISO8859-15.msg | 66 16 "POSIX does not allow names longer than 1 character: %s" 67 17 "POSIX does not allow '#' script comments" 68 18 "POSIX does not allow the following keyword: %s" 69 19 "POSIX does not allow a period ('.') as a shortcut for the last result" 70 20 "POSIX requires parentheses around return expressions" 71 21 "POSIX does not allow the following operator: %s" 72 22 "POSIX does not allow comparison operators outside if statements or loops" 73 23 "POSIX requires 0 or 1 comparison operators per condition" 74 24 "POSIX requires all 3 parts of a for loop to be non-empty" 75 25 "POSIX requires a newline between a semicolon and a function definition" [all …]
|
| D | nl_NL.ISO8859-15.msg | 66 16 "POSIX staat geen namen toe die langer zijn dan 1 teken: %s" 67 17 "POSIX staat geen '#'-scriptcommentaar toe" 68 18 "POSIX laat het volgende sleutelwoord niet toe: %s" 69 19 "POSIX staat geen periode ('.') toe als een kortere weg voor het laatste resultaat" 70 20 "POSIX vereist haakjes rond de terugkeeruitdrukkingen" 71 21 "POSIX laat de volgende operator niet toe: %s" 72 22 "POSIX laat geen vergelijking toe tussen operatoren buiten als verklaringen of lussen" 73 23 "POSIX vereist 0 of 1 vergelijkingsoperator per conditie" 74 24 "POSIX vereist dat alle 3 de delen van een lus niet leeg zijn" 75 25 "POSIX vereist een nieuwe regel tussen een puntkomma en een functiedefinitie" [all …]
|
| D | en_US.US_ASCII.msg | 66 16 "POSIX does not allow names longer than 1 character: %s" 67 17 "POSIX does not allow '#' script comments" 68 18 "POSIX does not allow the following keyword: %s" 69 19 "POSIX does not allow a period ('.') as a shortcut for the last result" 70 20 "POSIX requires parentheses around return expressions" 71 21 "POSIX does not allow the following operator: %s" 72 22 "POSIX does not allow comparison operators outside if statements or loops" 73 23 "POSIX requires 0 or 1 comparison operators per condition" 74 24 "POSIX requires all 3 parts of a for loop to be non-empty" 75 25 "POSIX requires a newline between a semicolon and a function definition" [all …]
|
| /external/openthread/src/posix/ |
| D | README.md | 1 # OpenThread POSIX app 3 OpenThread supports running its core on POSIX and transmits radio frames through a radio transceive… 16 POSIX Chip 19 ## Build POSIX CLI 22 ./script/cmake-build posix 25 If built successfully, the binary should be found at: `build/posix/src/posix/ot-cli`. 45 ./build/posix/src/posix/ot-cli 'spinel+hdlc+forkpty://build/simulation/examples/apps/ncp/ot-rcp?for… 139 ./build/posix/src/posix/ot-cli 'spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=115200' 144 OpenThread Posix Daemon mode uses a unix socket as input and output, so that OpenThread core can ru… 147 # build daemon mode core stack for POSIX [all …]
|