Home
last modified time | relevance | path

Searched refs:pth (Results 1 – 25 of 26) sorted by relevance

12

/external/valgrind/memcheck/tests/darwin/
DMakefile.am13 pth-supp.stderr.exp pth-supp.vgtest \
14 pth-undocumented.stderr.exp pth-undocumented.stdout.exp pth-undocumented.vgtest \
26 pth-supp \
27 pth-undocumented \
Dpth-supp.vgtest1 prog: pth-supp
Dpth-undocumented.vgtest1 prog: pth-undocumented
/external/valgrind/none/tests/
Dthread-exits.c92 pthread_t pth; in main() local
120 pthread_create(&pth, NULL, maker, NULL); in main()
130 pthread_join(pth, NULL); in main()
/external/clang/docs/
DPTHInternals.rst16 To generate PTH files using ``clang -cc1``, use the option ``-emit-pth``:
20 $ clang -cc1 test.h -emit-pth -o test.h.pth
24 ``-include-pth`` option:
28 $ clang -cc1 -include-pth test.h.pth test.c -o test.s
40 $ clang -cc1 -emit-pth test.h -o test.h.pth
43 $ clang -cc1 test.c -o test -token-cache test.h.pth
46 will be retrieved from ``test.h.pth``, as the PTH file is being used in
/external/autotest/client/tests/ffsb/
Dffsb.py12 pth = os.path.abspath(path)
13 while not os.path.ismount(pth):
14 pth = os.path.dirname(pth)
15 return pth
/external/autotest/client/tests/hackbench/src/
Dhackbench.c263 static unsigned int group(pthread_t *pth, in group() argument
289 pth[i] = create_worker(ctx, (void *)(void *)receiver); in group()
302 pth[num_fds+i] = create_worker(snd_ctx, (void *)(void *)sender); in group()
/external/bison/m4/
Dthreadlib.m456 AC_HELP_STRING([--enable-threads={posix|solaris|pth|windows}], [specify multithreading API])m4_ifde…
248 if test "$gl_use_threads" = pth; then
250 AC_LIB_LINKFLAGS([pth])
255 [AC_LANG_PROGRAM([[#include <pth.h>]], [[pth_self();]])],
259 gl_threads_api=pth
361 dnl Any of the above pth -lpth 0.0
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppsocket.cc39 rtc::Thread* pth = rtc::Thread::Current(); in CreateCricketSocket() local
44 pth->socketserver()->CreateAsyncSocket(family, SOCK_STREAM); in CreateCricketSocket()
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph.egg-info/
DSOURCES.txt101 modulegraph_tests/testdata/nspkg/distribute-0.6.10/child/nameduser-1.5-py2.6-nspkg.pth
108 modulegraph_tests/testdata/nspkg/distribute-0.6.10/parent/namedpkg-1.0-py2.6-nspkg.pth
115 modulegraph_tests/testdata/nspkg/distribute-0.6.12/child/nameduser-1.5-py2.5-nspkg.pth
122 modulegraph_tests/testdata/nspkg/distribute-0.6.12/parent/namedpkg-1.0-py2.5-nspkg.pth
129 modulegraph_tests/testdata/nspkg/setuptools-0.6c9/child/nameduser-1.5-py2.5-nspkg.pth
136 modulegraph_tests/testdata/nspkg/setuptools-0.6c9/parent/namedpkg-1.0-py2.5-nspkg.pth
/external/libchrome/base/synchronization/
Dcondition_variable_unittest.cc515 PlatformThreadHandle pth; in WorkQueue() local
516 EXPECT_TRUE(PlatformThread::Create(0, this, &pth)); in WorkQueue()
517 thread_handles_[i] = pth; in WorkQueue()
/external/clang/
DNOTES.txt15 $ clang -ccc-pch-is-pth -x objective-c-header INPUTS/Cocoa_h.m -o /tmp/tokencache
/external/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td101 "PTH file '%0' does not designate an original source header file for -include-pth">;
/external/webrtc/webrtc/base/
Dthread_unittest.cc84 MessageClient(Thread* pth, Socket* socket) in MessageClient() argument
/external/clang/include/clang/Driver/
DCC1Options.td437 def emit_pth : Flag<["-"], "emit-pth">,
626 def include_pth : Separate<["-"], "include-pth">, MetaVarName<"<file>">,
DOptions.td147 def ccc_pch_is_pth : Flag<["-"], "ccc-pch-is-pth">, InternalDriverOpt,
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dmodulegraph.rst268 a magic ``.pth`` file to ensure that the package is added to :data:`sys.path`,
/external/dbus/
DNEWS.pre-1-0236 - a .pth file has been added for dealing with libraries and python files
DChangeLog.pre-1-03189 * python/dbus.pth: New path file to fix up problems when installing
3192 * python/Makefile.am: install dbus.pth in the correct spot
/external/libcap-ng/libcap-ng-0.7/
Daclocal.m4832 # environment variable, or create a .pth file (see the python
/external/vulkan-validation-layers/tests/gtest-1.7.0/
Daclocal.m4785 # environment variable, or create a .pth file (see the python
/external/e2fsprogs/po/
Dde.po7 # Philipp Thomas <pth@suse.de>, 2007, 2008, 2009, 2010, 2011, 2012, 2013.
73 "Last-Translator: Philipp Thomas <pth@suse.de>\n"
/external/bison/
Dconfigure2458 --enable-threads={posix|solaris|pth|windows}
16676 if test "$gl_use_threads" = pth; then
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt6035 "pth~i",
/external/protobuf/gtest/
Daclocal.m49436 # environment variable, or create a .pth file (see the python

12