HomeSort by relevance Sort by last modified time
    Searched refs:pch (Results 1 - 20 of 20) sorted by null

  /external/clang/include/clang/Serialization/
Makefile 11 $(Echo) "Building Clang PCH reader with tblgen"
12 $(Verb) $(ClangTableGen) -gen-clang-attr-pch-read -o $(call SYSPATH, $@) \
17 $(Echo) "Building Clang PCH writer with tblgen"
18 $(Verb) $(ClangTableGen) -gen-clang-attr-pch-write -o $(call SYSPATH, $@) \
  /bionic/libc/inet/
inet_pton.c 252 const char *pch; local
254 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
255 pch = strchr((xdigits = xdigits_u), ch);
256 if (pch != NULL) {
258 val |= (pch - xdigits);
  /ndk/sources/host-tools/make-3.81/
build_w32.bat 31 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D TIVOLI /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c variable.c
33 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c rule.c
35 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c remote-stub.c
37 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c commands.c
39 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c file.c
41 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c getloadavg.c
43 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c default.c
45 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c signame.c
47 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c expand.c
49 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c dir.c
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/subproc/
build.bat 3 cl.exe /nologo /MT /W4 /GX /Z7 /YX /Od /I .. /I . /I ../include /D WIN32 /D WINDOWS32 /D _DEBUG /D _WINDOWS /FR.\WinDebug/ /Fp.\WinDebug/subproc.pch /Fo.\WinDebug/ /c misc.c
4 cl.exe /nologo /MT /W4 /GX /Z7 /YX /Od /I .. /I . /I ../include /I ../.. /D WIN32 /D WINDOWS32 /D _DEBUG /D _WINDOWS /FR.\WinDebug/ /Fp.\WinDebug/subproc.pch /Fo.\WinDebug/ /c sub_proc.c
5 cl.exe /nologo /MT /W4 /GX /Z7 /YX /Od /I .. /I . /I ../include /D WIN32 /D WINDOWS32 /D _DEBUG /D _WINDOWS /FR.\WinDebug/ /Fp.\WinDebug/subproc.pch /Fo.\WinDebug/ /c w32err.c
8 cl.exe /nologo /MT /W4 /GX /YX /O2 /I ../include /D WIN32 /D WINDOWS32 /D NDEBUG /D _WINDOWS /FR.\WinRel/ /Fp.\WinRel/subproc.pch /Fo.\WinRel/ /c misc.c
9 cl.exe /nologo /MT /W4 /GX /YX /O2 /I ../include /I ../.. /D WIN32 /D WINDOWS32 /D NDEBUG /D _WINDOWS /FR.\WinRel/ /Fp.\WinRel/subproc.pch /Fo.\WinRel/ /c sub_proc.c
10 cl.exe /nologo /MT /W4 /GX /YX /O2 /I ../include /D WIN32 /D WINDOWS32 /D NDEBUG /D _WINDOWS /FR.\WinRel/ /Fp.\WinRel/subproc.pch /Fo.\WinRel/ /c w32err.c
  /bionic/libc/netbsd/resolv/
res_comp.c 172 int pch = PERIOD, ch = *dn++; local
179 } else if (periodchar(pch)) {
189 pch = ch, ch = nch;
  /external/chromium/third_party/libjingle/source/talk/base/
urlencode.cc 35 const char * pch = code; local
37 int digit = *pch++;
50 if (pch == code + 2)
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
symbols.c 154 char *pch; local
167 pch = (char *) &lSymb->details;
169 *pch++ = 0;
  /external/clang/test/Sema/
block-misc.c 155 static __block char * pch; // expected-error {{__block attribute not allowed, only allowed on local variables}}
  /external/quake/quake/src/QW/client/
qwcl.mak 150 /Fp"$(INTDIR)/qwcl.pch" /YX /Fo"$(INTDIR)/" /c
439 /Fp"$(INTDIR)/qwcl.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
751 /FR"$(INTDIR)/" /Fp"$(INTDIR)/qwcl.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
963 /Fp"$(INTDIR)/qwcl.pch" /YX /Fo"$(INTDIR)/" /c
    [all...]
  /external/qemu/
monitor.c 1750 static const char *pch; variable
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/
plt.c 32 static void str2mac(unsigned char *pmac, char *pch)
37 pmac[i] = (unsigned char)strtoul(pch, &pch, 16);
38 pch++;
  /external/chromium/testing/gmock/test/
gmock-more-actions_test.cc 625 char* pch = ch; local
626 a.Perform(make_tuple(true, pn, pch));
641 a.Perform(make_tuple(true, pn, pch));
675 char* pch = ch; local
676 a.Perform(make_tuple(true, pch));
  /external/harfbuzz/src/
harfbuzz-arabic.c 942 const HB_UChar16 pch = nextChar(uc, stringLength, pos); local
943 if ((pch >> 8) == 0x06) {
944 switch (pch & 0xff) {
950 map = arabicUnicodeLamAlefMapping[(pch & 0xff) - 0x22][shape];
    [all...]
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 66 /Fp"$(INTDIR)/gas2masm.pch" /YX /Fo"$(INTDIR)/" /c
123 /Fp"$(INTDIR)/gas2masm.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
  /ndk/build/tools/
build-gnu-libstdc++.sh 210 --disable-libstdcxx-pch
  /external/clang/
clang-tblgen-rules.mk 37 $(call transform-host-clang-td-to-out,clang-attr-pch-read)
44 $(call transform-host-clang-td-to-out,clang-attr-pch-write)
  /external/valgrind/main/memcheck/
mc_leakcheck.c 484 lc_is_a_chunk_ptr(Addr ptr, Int* pch_no, MC_Chunk** pch, LC_Extra** pex)
512 *pch = ch;
    [all...]
  /external/netperf/
netlib.c 342 error(char *pch)
348 (NULL != program) ? program : "getopt", pch, optopt);
    [all...]
  /external/quake/quake/src/QW/server/
qwsv.mak 88 /D "WIN32" /D "_CONSOLE" /Fp"$(INTDIR)/qwsv.pch" /YX /Fo"$(INTDIR)/" /c
215 "SERVERONLY" /D "WIN32" /D "_CONSOLE" /FR"$(INTDIR)/" /Fp"$(INTDIR)/qwsv.pch"\
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1417 milliseconds