HomeSort by relevance Sort by last modified time
    Searched refs:posix (Results 176 - 200 of 429) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 245 posix::Close(write_fd_);
  /external/parameter-framework/
LibPfwUtility.mk 39 upstream/utility/posix/DynamicLibrary.cpp \
  /external/v8/tools/
gyp_flag_compare.py 79 command_line = shlex.split(line.strip(), posix=not is_win)[1:]
102 command_line = shlex.split(open_rsp_file, posix=False)
  /external/python/cpython3/Lib/
os.py 1 r"""OS routines for NT or Posix depending on what system we're on.
4 - all functions from posix or nt, e.g. unlink, stat, etc.
6 - os.name is either 'posix' or 'nt'
48 if 'posix' in _names:
49 name = 'posix'
51 from posix import *
53 from posix import _exit
60 from posix import _have_functions
64 import posix
65 __all__.extend(_get_exports_list(posix))
    [all...]
  /external/python/cpython3/Lib/test/
test_posixpath.py 9 import posix
11 posix = None variable
21 instead of posix forward slashes. If this is the case, several tests
25 msg = "ABSTFN is not a posix path - tests fail"
196 @unittest.skipIf(posix is None, "Test requires posix module")
207 return posix.stat_result((0, st_ino, st_dev, 0, 0, 0, 0, 0, 0, 0))
214 @unittest.skipIf(posix is None, "Test requires posix module")
229 return posix.stat_result((0, st_ino, st_dev, 0, 0, 0, 0, 0, 0, 0)
    [all...]
  /system/core/adb/
Android.mk 90 sysdeps/posix/network.cpp \
97 sysdeps/posix/network.cpp \
134 sysdeps/posix/network.cpp \
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
  /external/fio/
Makefile 183 SOURCE += os/windows/posix.c
185 CFLAGS += -DPSAPI_VERSION=1 -Ios/windows/posix/include -Wno-format -static
262 T_DEDUPE_OBJS += os/windows/posix.o lib/hweight.o
263 T_SMALLOC_OBJS += os/windows/posix.o lib/hweight.o
264 T_LFSR_TEST_OBJS += os/windows/posix.o lib/hweight.o
  /external/honggfuzz/
Makefile 137 ARCH := POSIX
138 ARCH_SRCS := $(sort $(wildcard posix/*.c))
144 # OS Posix
238 SUBDIR_ROOTS := linux mac posix libhfuzz libcommon
400 posix/arch.o: arch.h honggfuzz.h libcommon/util.h fuzz.h libcommon/common.h
401 posix/arch.o: libcommon/files.h libcommon/common.h libcommon/log.h sancov.h
402 posix/arch.o: subproc.h
  /external/deqp/execserver/
xsPosixTestProcess.cpp 37 namespace posix namespace in namespace:xs
  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc 70 namespace posix = ::testing::internal::posix;
138 posix::ChDir(original_dir_.c_str());
366 void ChangeToRootDir() { posix::ChDir(GTEST_PATH_SEP_); }
    [all...]
  /external/googletest/googletest/src/
gtest.cc     [all...]
  /external/googletest/googletest/test/
gtest-death-test_test.cc 69 namespace posix = ::testing::internal::posix;
136 posix::ChDir(original_dir_.c_str());
359 void ChangeToRootDir() { posix::ChDir(GTEST_PATH_SEP_); }
    [all...]
  /external/icu/icu4c/source/common/
uniset_props.cpp 1180 UBool posix = FALSE; \/\/ true for [:pat:], false for \\p{pat} \\P{pat} \\N{pat} local
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 7 #include <base/posix/safe_strerror.h>
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 66 namespace posix = ::testing::internal::posix;
128 posix::ChDir(original_dir_.c_str());
352 void ChangeToRootDir() { posix::ChDir(GTEST_PATH_SEP_); }
    [all...]
  /external/v8/testing/gtest/test/
gtest-death-test_test.cc 69 namespace posix = ::testing::internal::posix;
136 posix::ChDir(original_dir_.c_str());
359 void ChangeToRootDir() { posix::ChDir(GTEST_PATH_SEP_); }
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_test.cc 69 namespace posix = ::testing::internal::posix;
136 posix::ChDir(original_dir_.c_str());
364 void ChangeToRootDir() { posix::ChDir(GTEST_PATH_SEP_); }
    [all...]
  /kernel/tests/net/test/
multinetwork_base.py 22 import posix
259 posix.write(cls.tuns[netid].fileno(), str(ra))
532 posix.write(self.tuns[netid].fileno(), str(packet))
553 packet = posix.read(self.tuns[netid].fileno(), 4096)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style

Completed in 534 milliseconds

1 2 3 4 5 6 78 91011>>