/external/javassist/sample/preproc/ |
Assistant.java | 16 package sample.preproc; 27 * @see sample.preproc.Compiler
|
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/yasm/source/patched-yasm/modules/preprocs/raw/ |
raw-preproc.c | 35 yasm_preproc_base preproc; /* base structure */ member in struct:yasm_preproc_raw 59 preproc_raw->preproc.module = &yasm_raw_LTX_preproc; 68 raw_preproc_destroy(yasm_preproc *preproc) 70 yasm_xfree(preproc); 74 raw_preproc_get_line(yasm_preproc *preproc) 76 yasm_preproc_raw *preproc_raw = (yasm_preproc_raw *)preproc; 118 raw_preproc_get_included_file(yasm_preproc *preproc, char *buf, 126 raw_preproc_add_include_file(yasm_preproc *preproc, const char *filename) 132 raw_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval) 138 raw_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
nasm-parser-struct.h | 53 /*@dependent@*/ yasm_preproc *preproc; member in struct:yasm_parser_nasm
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/ |
cpp-preproc.c | 59 yasm_preproc_base preproc; /* base structure */ member in struct:yasm_preproc_cpp 194 pp->preproc.module = &yasm_cpp_LTX_preproc; 217 cpp_preproc_destroy(yasm_preproc *preproc) 219 yasm_preproc_cpp *pp = (yasm_preproc_cpp *)preproc; 235 cpp_preproc_get_line(yasm_preproc *preproc) 237 yasm_preproc_cpp *pp = (yasm_preproc_cpp *)preproc; 290 cpp_preproc_get_included_file(yasm_preproc *preproc, char *buf, 296 yasm_preproc_cpp *pp = (yasm_preproc_cpp *)preproc; 338 cpp_preproc_add_include_file(yasm_preproc *preproc, const char *filename) 340 yasm_preproc_cpp *pp = (yasm_preproc_cpp *)preproc; [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasm-preproc.c | 37 yasm_preproc_base preproc; /* Base structure */ member in struct:yasm_preproc_nasm 140 preproc_nasm->preproc.module = &yasm_nasm_LTX_preproc; 168 nasm_preproc_destroy(yasm_preproc *preproc) 170 yasm_preproc_nasm *preproc_nasm = (yasm_preproc_nasm *)preproc; 176 yasm_xfree(preproc); 182 nasm_preproc_get_line(yasm_preproc *preproc) 184 yasm_preproc_nasm *preproc_nasm = (yasm_preproc_nasm *)preproc; 233 nasm_preproc_get_included_file(yasm_preproc *preproc, /*@out@*/ char *buf, 272 nasm_preproc_add_include_file(yasm_preproc *preproc, const char *filename) 278 nasm_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
coretype.h | 39 /** Preprocessor interface. \see preproc.h for details. */ 62 const char *preproc; /**< Preprocessor keyword */ member in struct:yasm_stdmac
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
gas-parser.h | 89 /*@dependent@*/ yasm_preproc *preproc; member in struct:yasm_parser_gas
|
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltInternals.h | 337 int preproc; /* pre-processing already done */ member in struct:_xsltDocument [all...] |
/external/libxslt/libxslt/ |
xsltInternals.h | 337 int preproc; /* pre-processing already done */ member in struct:_xsltDocument [all...] |
/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...] |