/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-param-util.h | 679 posix::Abort(); in GetTestSuitePatternHolder()
|
H A D | gtest-port.h | 328 // Brings in definitions for functions used in the testing::internal::posix 1951 // The testing::internal::posix namespace holds wrappers for common 1957 namespace posix { namespace 2073 } // namespace posix
|
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 716 posix::Abort(); in GetTestSuitePatternHolder()
|
H A D | gtest-port.h | 396 // Brings in definitions for functions used in the testing::internal::posix 1999 // The testing::internal::posix namespace holds wrappers for common 2005 namespace posix { namespace 2168 } // namespace posix
|
/third_party/node/deps/minimatch/ |
H A D | index.js | 551 // not the uflag is needed for the regular expression (for posix classes) 988 var defaultPlatform = typeof process === "object" && process ? typeof process.env === "object" && process.env && process.env.__MINIMATCH_TESTING_PLATFORM__ || process.platform : "posix"; 991 posix: { sep: "/" } 993 exports.sep = defaultPlatform === "win32" ? path.win32.sep : path.posix.sep;
|
/third_party/python/Lib/test/ |
H A D | test_pathlib.py | 406 posix = k.replace(self.sep, '/') 407 if canon != posix: 412 tuples.append((posix, )) 419 self.assertEqual(p.as_posix(), posix)
|
H A D | test_shutil.py | 28 import posix namespace 30 posix = None variable 2625 PATCHPOINT = "posix._fcopyfile" 2628 return shutil._fastcopy_fcopyfile(src, dst, posix._COPYFILE_DATA)
|
/third_party/mksh/ |
H A D | funcs.c | 2287 /* traditional behaviour, unless set -o posix */ in c_set() 2290 /* conformant behaviour, unless set -o sh +o posix */ in c_set() 2347 p_time(struct shf *shf, bool posix, long tv_sec, int tv_usec, int width, in p_time() argument 2351 if (posix) in p_time()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | sched.h | 33 #include <linux/posix-timers.h>
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | sched.h | 33 #include <linux/posix-timers.h>
|
/kernel/linux/linux-5.10/kernel/ |
H A D | exit.c | 49 #include <linux/posix-timers.h>
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | posix-cpu-timers.c | 8 #include <linux/posix-timers.h> 19 #include "posix-timers.h" 282 * The thread group cputime accouting is avoided when there are no posix 391 * If posix timer expiry is handled in task work context then in posix_cpu_timer_create() 394 * lock class key otherwise regular posix timer expiry would record in posix_cpu_timer_create() 470 * corresponding posix timers are still accessible, but cannot be rearmed. 1021 * task_cputimers_expired - Check whether posix CPU timers are expired 1110 * Invoked from the posix-timer core when a cancel operation failed because 1148 * Clear existing posix CPU timers task work. 1165 * Initialize posix CP [all...] |
H A D | timer.c | 33 #include <linux/posix-timers.h>
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ptp.c | 6 #include <linux/posix-clock.h>
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | sched.h | 34 #include <linux/posix-timers.h>
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | posix-cpu-timers.c | 8 #include <linux/posix-timers.h> 20 #include "posix-timers.h" 288 * The thread group cputime accounting is avoided when there are no posix 399 * If posix timer expiry is handled in task work context then in posix_cpu_timer_create() 402 * lock class key otherwise regular posix timer expiry would record in posix_cpu_timer_create() 527 * corresponding posix timers are still accessible, but cannot be rearmed. 1085 * task_cputimers_expired - Check whether posix CPU timers are expired 1174 * Invoked from the posix-timer core when a cancel operation failed because 1212 * Clear existing posix CPU timers task work. 1229 * Initialize posix CP [all...] |
H A D | timer.c | 33 #include <linux/posix-timers.h>
|
/third_party/backends/backend/ |
H A D | dll.c | 55 #include <posix/dirent.h>
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 361 // Brings in definitions for functions used in the testing::internal::posix 1973 // The testing::internal::posix namespace holds wrappers for common 1979 namespace posix { namespace 2152 } // namespace posix
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/ |
H A D | index.js | 458 * On posix systems, this is identical to relative(). 1244 * Path class used on all posix systems. 1420 * the posix path. Identical to .resolve() on posix systems, but on 1950 * {@link PathScurryBase} implementation for all posix systems other than Darwin. 1963 super(cwd, path_1.posix, '/', { ...opts, nocase });
|
/third_party/python/Lib/importlib/ |
H A D | _bootstrap_external.py | 38 import posix as _os
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 1043 return sys::path::is_absolute(Path, sys::path::Style::posix) || in isPathAbsoluteOnWindowsOrPosix()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 6247 testing::internal::posix::RmDir(testdata_path_.c_str()); 6252 testing::internal::posix::RmDir(testdata_path_.c_str()); 6259 FILE* f = testing::internal::posix::FOpen(file_path.c_str(), "w"); in CreateFlagfile()
|
/third_party/libabigail/ |
H A D | ltmain.sh | 76 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 3536 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | 3845 case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 96 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 3556 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | 3865 case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
|