HomeSort by relevance Sort by last modified time
    Searched full:pth (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/valgrind/memcheck/tests/darwin/
pth-supp.vgtest 1 prog: pth-supp
pth-undocumented.vgtest 1 prog: pth-undocumented
Makefile.am 13 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 \
  /external/clang/test/Preprocessor/
include-pth.c 1 // RUN: %clang_cc1 -emit-pth %s -o %t
2 // RUN: %clang_cc1 -include-pth %t %s -E | grep 'file_to_include' | count 2
  /external/clang/test/PCH/
emit-pth.c 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pth -o %t1 %s
2 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pth -o - %s > %t2
4 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pth -o - %s | \
7 // CHECK: cfe-pth
pth.c 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pth -o %t %S/pth.h
2 // RUN: not %clang_cc1 -triple i386-unknown-unknown -include-pth %t -fsyntax-only %s 2>&1 | FileCheck %s
pth.h 1 // This case came up when using PTH with Boost (<rdar://problem/8227989>).
  /external/clang/test/Driver/
pth.c 1 // Test transparent PTH support.
3 // RUN: %clang -no-canonical-prefixes -ccc-pch-is-pth -x c-header %s -o %t.h.pth -### 2> %t.log
6 // CHECK1: "{{.*[/\\]}}clang{{.*}}" "-cc1" {{.*}} "-o" "{{.*}}.h.pth" "-x" "c-header" "{{.*}}pth.c"
8 // RUN: touch %t.h.pth
9 // RUN: %clang -no-canonical-prefixes -ccc-pch-is-pth -E -include %t.h %s -### 2> %t.log
12 // CHECK2: "{{.*[/\\]}}clang{{.*}}" "-cc1" {{.*}}"-include-pth" "{{.*}}.h.pth" {{.*}}"-x" "c" "{{.*}}pth.c
    [all...]
  /external/clang/docs/
PTHInternals.rst 2 Pretokenized Headers (PTH)
5 This document first describes the low-level interface for using PTH and
14 options for generating and using PTH files.
16 To generate PTH files using ``clang -cc1``, use the option ``-emit-pth``:
20 $ clang -cc1 test.h -emit-pth -o test.h.pth
22 This option is transparently used by ``clang`` when generating PTH
23 files. Similarly, PTH files can be used as prefix headers using the
24 ``-include-pth`` option
    [all...]
  /external/clang/include/clang/Lex/
PTHManager.h 1 //===--- PTHManager.h - Manager object for PTH processing -------*- C++ -*-===//
48 /// The memory mapped PTH file.
59 /// and token data in the PTH file.
63 /// data offset within the PTH file containing the information to
71 /// NumIds - The number of identifiers in the PTH file.
78 /// SpellingBase - The base offset within the PTH memory buffer that
83 /// if the file (if any) that was to used to generate the PTH cache.
103 /// PTH file.
113 // The current PTH version.
119 /// file name that was used to generate the PTH cache
    [all...]
  /external/valgrind/none/tests/
thread-exits.c 92 pthread_t pth; local
120 pthread_create(&pth, NULL, maker, NULL);
130 pthread_join(pth, NULL);
  /external/clang/lib/Frontend/
CacheTokens.cpp 1 //===--- CacheTokens.cpp - Caching of lexer tokens for PTH support --------===//
10 // This provides a possible implementation of PTH support for Clang that is
41 // PTH-specific stuff.
156 // For file entries emit the offsets into the PTH file for token data
198 /// Emit a token to the PTH file.
226 /// EmitIdentifierTable - Emits two tables to the PTH file. The first is
232 /// EmitFileTable - Emit a table mapping from file name strings to PTH
276 // If this is a new string entry, bump the PTH offset.
283 // Emit the relative offset into the PTH file for the spelling string.
395 // This will later be set to zero when emitting to the PTH file. W
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 300 // PTH file lookup: map from strings to file data.
305 /// the PTH file.
435 // Memory map the PTH file.
454 if ((BufEnd - BufBeg) < (signed)(sizeof("cfe-pth") + 4 + 4) ||
455 memcmp(BufBeg, "cfe-pth", sizeof("cfe-pth")) != 0) {
460 // Read the PTH version.
461 const unsigned char *p = BufBeg + (sizeof("cfe-pth"));
467 ? "PTH file uses an older PTH format that is no longer supported
    [all...]
  /external/autotest/client/tests/ffsb/
ffsb.py 12 pth = os.path.abspath(path)
13 while not os.path.ismount(pth):
14 pth = os.path.dirname(pth)
15 return pth
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_site.py 78 """Contain common code for testing results of reading a .pth file"""
87 # comment or import that is a valid directory name for where the .pth
100 # Create a .pth file and return its (abspath, basename).
102 pth_basename = pth_name + '.pth'
153 # calls addpackage() for every .pth file in the directory
258 """Helper class for handling testing of .pth files"""
263 self.filename = filename_base + ".pth"
273 """Create a .pth file with a comment, blank lines, an ``import
295 """Make sure that the .pth file is deleted, self.imported is not in
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_site.py 78 """Contain common code for testing results of reading a .pth file"""
87 # comment or import that is a valid directory name for where the .pth
100 # Create a .pth file and return its (abspath, basename).
102 pth_basename = pth_name + '.pth'
153 # calls addpackage() for every .pth file in the directory
258 """Helper class for handling testing of .pth files"""
263 self.filename = filename_base + ".pth"
273 """Create a .pth file with a comment, blank lines, an ``import
295 """Make sure that the .pth file is deleted, self.imported is not in
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 78 """Contain common code for testing results of reading a .pth file"""
87 # comment or import that is a valid directory name for where the .pth
100 # Create a .pth file and return its (abspath, basename).
102 pth_basename = pth_name + '.pth'
153 # calls addpackage() for every .pth file in the directory
258 """Helper class for handling testing of .pth files"""
263 self.filename = filename_base + ".pth"
273 """Create a .pth file with a comment, blank lines, an ``import
295 """Make sure that the .pth file is deleted, self.imported is not in
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 78 """Contain common code for testing results of reading a .pth file"""
87 # comment or import that is a valid directory name for where the .pth
100 # Create a .pth file and return its (abspath, basename).
102 pth_basename = pth_name + '.pth'
153 # calls addpackage() for every .pth file in the directory
258 """Helper class for handling testing of .pth files"""
263 self.filename = filename_base + ".pth"
273 """Create a .pth file with a comment, blank lines, an ``import
295 """Make sure that the .pth file is deleted, self.imported is not in
  /system/bt/btif/src/
btif_sock_l2cap.c 97 static int pth = -1; variable
218 ret = pth != -1;
367 pth = handle;
378 pth = -1;
486 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_EXCEPTION, sock->id);
487 btsock_thread_add_fd(pth, accept_rs->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD,
529 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_EXCEPTION, sock->id);
530 btsock_thread_add_fd(pth, accept_rs->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD,
554 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD, sock->id);
573 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD, sock->id)
    [all...]
btif_sock_rfc.c 96 static volatile int pth = -1; // poll thread handle variable
107 return pth != -1;
111 pth = poll_thread_handle;
130 pth = -1;
310 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_EXCEPTION, slot->id);
370 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD, slot->id);
499 btsock_thread_add_fd(pth, srv_rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_EXCEPTION, srv_rs->id);
500 btsock_thread_add_fd(pth, accept_rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD, accept_rs->id);
553 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD, slot->id);
569 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD, slot->id)
    [all...]
  /external/bison/m4/
threadlib.m4 56 AC_HELP_STRING([--enable-threads={posix|solaris|pth|windows}], [specify multithreading API])m4_ifdef([gl_THREADLIB_DEFAULT_NO], [], [
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
265 [Define if the GNU Pth multithreading library can be used.])
269 [Define if references to the GNU Pth multithreading library should be made weak.])
361 dnl Any of the above pth -lpth 0.0
  /prebuilts/gdb/darwin-x86/lib/python2.7/
site.py 23 <package>.pth; its contents are additional directories (one per line)
32 configuration files, foo.pth and bar.pth. Assume foo.pth contains the
40 and bar.pth contains:
51 because bar.pth comes alphabetically before foo.pth; and spam is
132 """Process a .pth file within the site-packages directory:
173 """Add 'sitedir' argument to sys.path if missing and handle .pth files in
187 dotpth = os.extsep + "pth"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
site.py 23 <package>.pth; its contents are additional directories (one per line)
32 configuration files, foo.pth and bar.pth. Assume foo.pth contains the
40 and bar.pth contains:
51 because bar.pth comes alphabetically before foo.pth; and spam is
132 """Process a .pth file within the site-packages directory:
173 """Add 'sitedir' argument to sys.path if missing and handle .pth files in
187 dotpth = os.extsep + "pth"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
site.py 23 <package>.pth; its contents are additional directories (one per line)
32 configuration files, foo.pth and bar.pth. Assume foo.pth contains the
40 and bar.pth contains:
51 because bar.pth comes alphabetically before foo.pth; and spam is
132 """Process a .pth file within the site-packages directory:
173 """Add 'sitedir' argument to sys.path if missing and handle .pth files in
187 dotpth = os.extsep + "pth"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
site.py 23 <package>.pth; its contents are additional directories (one per line)
32 configuration files, foo.pth and bar.pth. Assume foo.pth contains the
40 and bar.pth contains:
51 because bar.pth comes alphabetically before foo.pth; and spam is
132 """Process a .pth file within the site-packages directory:
173 """Add 'sitedir' argument to sys.path if missing and handle .pth files in
187 dotpth = os.extsep + "pth"
    [all...]

Completed in 773 milliseconds

1 2 3 4 5