Searched refs:pch (Results 1 - 14 of 14) sorted by relevance

/external/clang/include/clang/Serialization/
H A DMakefile12 $(Verb) $(ClangTableGen) -gen-clang-attr-pch-read -o $(call SYSPATH, $@) \
18 $(Verb) $(ClangTableGen) -gen-clang-attr-pch-write -o $(call SYSPATH, $@) \
/external/toybox/toys/pending/
H A Dftpget.c152 char *pch; local
161 if (!(pch = strrchr(toybuf, ')'))) goto close_stream;
162 *pch = '\0';
163 if (!(pch = strrchr(toybuf, ','))) goto close_stream;
164 *pch = '\0';
166 portnum = atolx_range(pch + 1, 0, 255);
168 if (!(pch = strrchr(toybuf, ','))) goto close_stream;
169 *pch = '\0';
170 portnum = portnum + (atolx_range(pch + 1, 0, 255) * 256);
/external/lzma/CPP/
H A DBuild.mak75 COMPL_PCH = $(CC) $(CFLAGS_O1) -Yc"StdAfx.h" -Fp$O/a.pch $**
76 COMPL = $(CC) $(CFLAGS_O1) -Yu"StdAfx.h" -Fp$O/a.pch $**
81 -del /Q $(PROGPATH) $O\*.exe $O\*.dll $O\*.obj $O\*.lib $O\*.exp $O\*.res $O\*.pch
/external/chromium-libpac/test/
H A Dproxy_resolver_v8_unittest.cc130 const char* pch = strtok(str, ";"); local
132 while (pch != NULL) {
134 while ((*pch) == ' ') ++pch;
135 std::string pstring(pch);
138 pch = strtok(NULL, "; \t");
/external/clang/test/Sema/
H A Dblock-misc.c155 static __block char * pch; // expected-error {{__block attribute not allowed, only allowed on local variables}}
/external/selinux/libselinux/utils/
H A DMakefile13 -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var \
/external/google-breakpad/src/testing/test/
H A Dgmock-more-actions_test.cc626 char* pch = ch; local
627 a.Perform(make_tuple(true, pn, pch));
642 a.Perform(make_tuple(true, pn, pch));
676 char* pch = ch; local
677 a.Perform(make_tuple(true, pch));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java2296 char pch = patl.charAt(idx);
2297 if (PatternProps.isWhiteSpace(pch))
2542 char pch = patternLiteral.charAt(idx);
2544 if (PatternProps.isWhiteSpace(pch)
2556 } else if (pch != ich) {
2566 } else if ((pch == ' ' || pch == '.') && getBooleanAttribute(DateFormat.BooleanAttribute.PARSE_ALLOW_WHITESPACE)) {
/external/selinux/libselinux/src/
H A DMakefile61 -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var \
/external/clang/
H A Dclang-tblgen-rules.mk63 $(call transform-clang-td-to-out,clang-attr-pch-read)
70 $(call transform-clang-td-to-out,clang-attr-pch-write)
/external/libpng/projects/owatcom/
H A Dpngconfig.mak154 $(DELETE) *.obj *.mbr *.sym *.err *.pch libpng.mk
/external/valgrind/memcheck/
H A Dmc_leakcheck.c522 lc_is_a_chunk_ptr(Addr ptr, Int* pch_no, MC_Chunk** pch, LC_Extra** pex) argument
553 *pch = ch;
/external/netperf/
H A Dnetlib.c342 error(char *pch)
348 (NULL != program) ? program : "getopt", pch, optopt);
339 error(char *pch) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1101 milliseconds