/external/protobuf/m4/ |
acx_pthread.m4 | 100 # which is a program returning the flags for the Pth emulation library. 122 # pthread-config: use pthread-config program (for GNU Pth library)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/m4/ |
acx_pthread.m4 | 100 # which is a program returning the flags for the Pth emulation library. 122 # pthread-config: use pthread-config program (for GNU Pth library)
|
/external/bison/lib/glthread/ |
lock.h | 381 /* Use the GNU Pth threads library. */ 383 # include <pth.h> 391 /* Use weak references to the GNU Pth threads library. */ 450 /* In Pth, mutexes are recursive by default. */ [all...] |
/external/clang/lib/Lex/ |
PPLexerChange.cpp | 80 if (PTH) { 81 if (PTHLexer *PL = PTH->CreateLexer(FID)) { 136 /// and start getting tokens from it using the PTH cache.
|
Preprocessor.cpp | 207 PTH.reset(pm); 208 FileMgr.addStatCache(PTH->createStatCache()); [all...] |
/external/libchrome/base/synchronization/ |
condition_variable_unittest.cc | 515 PlatformThreadHandle pth; local 516 EXPECT_TRUE(PlatformThread::Create(0, this, &pth)); 517 thread_handles_[i] = pth;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/ |
DescriptiveStatistics.java | 376 * Returns an estimate for the pth percentile of the stored values. 389 * @return An estimate for the pth percentile of the stored data
|
/external/clang/include/clang/Lex/ |
Preprocessor.h | 114 std::unique_ptr<PTHManager> PTH; 286 /// not expanding from a macro and we are lexing from a PTH cache. 698 PTHManager *getPTHManager() { return PTH.get(); } [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticLexKinds.td | 235 // PTH Diagnostics 238 "invalid or corrupt PTH file '%0'">;
|
IdentifierTable.h | 100 // of the PTH file format here. 113 // of the PTH file format here.
|
/external/clang/lib/Frontend/ |
InitPreprocessor.cpp | 82 /// used to generate a PTH cache. [all...] |
/prebuilts/go/darwin-x86/src/path/filepath/ |
path_test.go | 1082 filepath.Walk(root, func(pth string, info os.FileInfo, err error) error { 1087 switch pth {
|
/prebuilts/go/linux-x86/src/path/filepath/ |
path_test.go | 1082 filepath.Walk(root, func(pth string, info os.FileInfo, err error) error { 1087 switch pth {
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
control.py | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
pimp.py | 748 """Bookkeeping after installation: interpret any new .pth files that have 755 if fn[-4:] != '.pth': [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
pimp.py | 748 """Bookkeeping after installation: interpret any new .pth files that have 755 if fn[-4:] != '.pth': [all...] |
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
modulegraph.rst | 268 a magic ``.pth`` file to ensure that the package is added to :data:`sys.path`,
|
/external/clang/lib/ARCMigrate/ |
ARCMT.cpp | 191 // FIXME: Get the original header of a PTH as well.
|
/external/clang/tools/libclang/ |
CIndexCodeCompletion.cpp | 748 os << arg << ".pth"; [all...] |
/external/webrtc/webrtc/base/ |
thread_unittest.cc | 84 MessageClient(Thread* pth, Socket* socket)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pkgutil.py | 496 argument. This feature is similar to *.pth files (see site.py),
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pkgutil.py | 496 argument. This feature is similar to *.pth files (see site.py),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pkgutil.py | 496 argument. This feature is similar to *.pth files (see site.py),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pkgutil.py | 496 argument. This feature is similar to *.pth files (see site.py),
|
/external/bison/lib/ |
config.in.h | [all...] |