/external/chromium_org/third_party/libxslt/win32/ |
Makefile | 87 $(XSLT_INTDIR)\preproc.obj\ 107 $(XSLT_INTDIR_A)\preproc.obj\
|
/external/svox/pico/lib/ |
picopr.c | 295 picokpr_Preproc preproc[PR_MAX_NR_PREPROC]; member in struct:pr_subobj 883 net = pr->preproc[i]; 886 net = pr->preproc[i]; 924 if (pr->preproc[p] != NULL) { 925 n = picokpr_getCtxArrLen(pr->preproc[p]); 927 ctxNamePtr = picokpr_getVarStrPtr(pr->preproc[p], picokpr_getCtxCtxNameOfs(pr->preproc[p], i)); 928 netNamePtr = picokpr_getVarStrPtr(pr->preproc[p], picokpr_getCtxNetNameOfs(pr->preproc[p], i)); 929 prodNamePtr = picokpr_getVarStrPtr(pr->preproc[p], picokpr_getCtxProdNameOfs(pr->preproc[p], i)) [all...] |
/external/javassist/sample/preproc/ |
Compiler.java | 16 package sample.preproc; 39 * java sample.preproc.Compiler sample.j 47 * <code>sample.preproc.Assistant</code>. 49 * @see sample.preproc.Assistant
|
/external/chromium_org/third_party/libxslt/ |
libxslt.target.darwin-arm64.mk | 36 third_party/libxslt/libxslt/preproc.c \
|
libxslt.target.linux-arm64.mk | 36 third_party/libxslt/libxslt/preproc.c \
|
libxslt.target.darwin-arm.mk | 36 third_party/libxslt/libxslt/preproc.c \
|
libxslt.target.darwin-mips.mk | 36 third_party/libxslt/libxslt/preproc.c \
|
libxslt.target.darwin-mips64.mk | 36 third_party/libxslt/libxslt/preproc.c \
|
libxslt.target.darwin-x86.mk | 36 third_party/libxslt/libxslt/preproc.c \
|
libxslt.target.darwin-x86_64.mk | 36 third_party/libxslt/libxslt/preproc.c \
|
libxslt.target.linux-arm.mk | 36 third_party/libxslt/libxslt/preproc.c \
|
libxslt.target.linux-mips.mk | 36 third_party/libxslt/libxslt/preproc.c \
|
libxslt.target.linux-mips64.mk | 36 third_party/libxslt/libxslt/preproc.c \
|
libxslt.target.linux-x86.mk | 36 third_party/libxslt/libxslt/preproc.c \
|
libxslt.target.linux-x86_64.mk | 36 third_party/libxslt/libxslt/preproc.c \
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
gas-token.re | 64 parser_gas->line = yasm_preproc_get_line(parser_gas->preproc); 478 /* filename portion of nasm preproc %line */
|
/external/chromium_org/third_party/yasm/ |
yasm.host.darwin-x86.mk | 238 third_party/yasm/source/patched-yasm/modules/preprocs/cpp/cpp-preproc.c \ 241 third_party/yasm/source/patched-yasm/modules/preprocs/nasm/nasm-preproc.c \ 243 third_party/yasm/source/patched-yasm/modules/preprocs/raw/raw-preproc.c
|
yasm.host.darwin-x86_64.mk | 238 third_party/yasm/source/patched-yasm/modules/preprocs/cpp/cpp-preproc.c \ 241 third_party/yasm/source/patched-yasm/modules/preprocs/nasm/nasm-preproc.c \ 243 third_party/yasm/source/patched-yasm/modules/preprocs/raw/raw-preproc.c
|
yasm.host.linux-x86.mk | 238 third_party/yasm/source/patched-yasm/modules/preprocs/cpp/cpp-preproc.c \ 241 third_party/yasm/source/patched-yasm/modules/preprocs/nasm/nasm-preproc.c \ 243 third_party/yasm/source/patched-yasm/modules/preprocs/raw/raw-preproc.c
|
yasm.host.linux-x86_64.mk | 238 third_party/yasm/source/patched-yasm/modules/preprocs/cpp/cpp-preproc.c \ 241 third_party/yasm/source/patched-yasm/modules/preprocs/nasm/nasm-preproc.c \ 243 third_party/yasm/source/patched-yasm/modules/preprocs/raw/raw-preproc.c
|
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/ |
tasm.c | 536 /* If not already specified, default to the parser's default preproc. */ 838 yasm__strcasecmp(stdmacs[i].preproc,
|
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltInternals.h | 337 int preproc; /* pre-processing already done */ member in struct:_xsltDocument [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ |
yasm.c | 155 { 'r', "preproc", 1, opt_preproc_handler, 0, 156 N_("select preprocessor (list with -r help)"), N_("preproc") }, 183 { 'e', "preproc-only", 0, preproc_only_handler, 0, 681 /* If not already specified, default to the parser's default preproc. */ 699 /* handle preproc-only case here */ [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
nasm-parse.c | 219 yasm_preproc_get_line(parser_nasm->preproc)) != NULL) { [all...] |