Home
last modified time | relevance | path

Searched refs:posix (Results 151 - 175 of 208) sorted by relevance

123456789

/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h679 posix::Abort(); in GetTestSuitePatternHolder()
H A Dgtest-port.h328 // 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 Dgtest-param-util.h716 posix::Abort(); in GetTestSuitePatternHolder()
H A Dgtest-port.h396 // 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 Dindex.js551 // 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 Dtest_pathlib.py406 posix = k.replace(self.sep, '/')
407 if canon != posix:
412 tuples.append((posix, ))
419 self.assertEqual(p.as_posix(), posix)
H A Dtest_shutil.py28 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 Dfuncs.c2287 /* 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 Dsched.h33 #include <linux/posix-timers.h>
/kernel/linux/linux-5.10/include/linux/
H A Dsched.h33 #include <linux/posix-timers.h>
/kernel/linux/linux-5.10/kernel/
H A Dexit.c49 #include <linux/posix-timers.h>
/kernel/linux/linux-5.10/kernel/time/
H A Dposix-cpu-timers.c8 #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 Dtimer.c33 #include <linux/posix-timers.h>
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c6 #include <linux/posix-clock.h>
/kernel/linux/linux-6.6/include/linux/
H A Dsched.h34 #include <linux/posix-timers.h>
/kernel/linux/linux-6.6/kernel/time/
H A Dposix-cpu-timers.c8 #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 Dtimer.c33 #include <linux/posix-timers.h>
/third_party/backends/backend/
H A Ddll.c55 #include <posix/dirent.h>
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h361 // 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 Dindex.js458 * 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.py38 import posix as _os
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1043 return sys::path::is_absolute(Path, sys::path::Style::posix) || in isPathAbsoluteOnWindowsOrPosix()
/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc6247 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 Dltmain.sh76 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 Dltmain.sh96 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

Completed in 91 milliseconds

123456789