Searched defs:posix (Results 1 - 25 of 25) sorted by relevance

/external/deqp/execserver/
H A DxsPosixFileReader.cpp30 namespace posix namespace in namespace:xs
120 } // posix
H A DxsPosixFileReader.hpp32 namespace posix namespace in namespace:xs
55 } // posix
H A DxsPosixTestProcess.hpp37 namespace posix namespace in namespace:xs
73 } // posix
102 posix::CaseListWriter m_caseListWriter;
103 posix::PipeReader m_stdOutReader;
104 posix::PipeReader m_stdErrReader;
105 posix::FileReader m_logReader;
H A DxsPosixTestProcess.cpp37 namespace posix namespace in namespace:xs
/external/toybox/toys/posix/
H A Dprintf.c36 static int handle_slash(char **esc_val, int posix) argument
47 if (posix && *ptr=='0') ptr++;
/external/autotest/client/site_tests/platform_EncryptedStateful/
H A Dplatform_EncryptedStateful.py5 import logging, os, tempfile, shutil, stat, time, posix namespace
/external/swiftshader/third_party/LLVM/tools/llvm-nm/
H A Dllvm-nm.cpp43 enum OutputFormatTy { bsd, sysv, posix }; enumerator in enum:__anon19046::OutputFormatTy
49 clEnumVal(posix, "POSIX.2 format"),
72 cl::opt<bool> POSIXFormat("P", cl::desc("Alias for --format=posix"));
167 if (OutputFormat == posix && MultipleFiles) {
199 if (OutputFormat == posix) {
375 if (POSIXFormat) OutputFormat = posix;
/external/icu/icu4c/source/common/
H A Duniset_props.cpp1185 UBool posix = FALSE; // true for [:pat:], false for \p{pat} \P{pat} \N{pat} local
1199 posix = TRUE;
1223 if (posix) {
1269 ppos.setIndex(close + (posix ? 2 : 1));
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp54 enum OutputFormatTy { bsd, sysv, posix, darwin }; enumerator in enum:__anon13515::OutputFormatTy
58 clEnumVal(posix, "POSIX.2 format"),
90 cl::opt<bool> POSIXFormat("P", cl::desc("Alias for --format=posix"),
617 if (OutputFormat == posix && MultipleFiles && printName) {
634 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64;
637 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64;
640 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64;
647 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64;
650 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64;
653 printFormat = OutputFormat == posix
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h256 // Brings in definitions for functions used in the testing::internal::posix
1553 // The testing::internal::posix namespace holds wrappers for common
1559 namespace posix { namespace in namespace:testing::internal
1680 } // namespace posix
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h247 // Brings in definitions for functions used in the testing::internal::posix
1540 // The testing::internal::posix namespace holds wrappers for common
1546 namespace posix { namespace in namespace:testing::internal
1667 } // namespace posix
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h1263 // The testing::internal::posix namespace holds wrappers for common
1269 namespace posix { namespace in namespace:testing::internal
1390 } // namespace posix
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h250 // Brings in definitions for functions used in the testing::internal::posix
1545 // The testing::internal::posix namespace holds wrappers for common
1551 namespace posix { namespace in namespace:testing::internal
1672 } // namespace posix
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h253 // Brings in definitions for functions used in the testing::internal::posix
1596 // The testing::internal::posix namespace holds wrappers for common
1602 namespace posix { namespace in namespace:testing::internal
1723 } // namespace posix
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h390 // Brings in definitions for functions used in the testing::internal::posix
2291 // The testing::internal::posix namespace holds wrappers for common
2297 namespace posix { namespace in namespace:testing::internal
2413 } // namespace posix
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h390 // Brings in definitions for functions used in the testing::internal::posix
2291 // The testing::internal::posix namespace holds wrappers for common
2297 namespace posix { namespace in namespace:testing::internal
2413 } // namespace posix
/external/mksh/src/
H A Dfuncs.c2620 /* traditional behaviour, unless set -o posix */
2623 /* conformant behaviour, unless set -o sh +o posix */
2679 p_time(struct shf *shf, bool posix, long tv_sec, int tv_usec, int width, argument
2683 if (posix)
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h389 // Brings in definitions for functions used in the testing::internal::posix
2295 // The testing::internal::posix namespace holds wrappers for common
2301 namespace posix { namespace in namespace:testing::internal
2417 } // namespace posix
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h285 // Brings in definitions for functions used in the testing::internal::posix
1967 // The testing::internal::posix namespace holds wrappers for common
1973 namespace posix { namespace in namespace:testing::internal
2094 } // namespace posix
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h2325 // The testing::internal::posix namespace holds wrappers for common
2331 namespace posix { namespace in namespace:std::tr1
2452 } // namespace posix
7019 posix::Abort();
7556 posix::Close(write_fd_);
/external/fmtlib/test/gtest/
H A Dgtest.h381 // Brings in definitions for functions used in the testing::internal::posix
2799 // The testing::internal::posix namespace holds wrappers for common
2805 namespace posix { namespace in namespace:std::tr1
2926 } // namespace posix
7483 posix::Abort();
8402 posix::Close(write_fd_);
10581 posix::Abort();
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h381 // Brings in definitions for functions used in the testing::internal::posix
2799 // The testing::internal::posix namespace holds wrappers for common
2805 namespace posix { namespace in namespace:std::tr1
2926 } // namespace posix
7484 posix::Abort();
8403 posix::Close(write_fd_);
10582 posix::Abort();
/external/guice/extensions/struts2/lib/
H A Dcommons-io-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 953 milliseconds