Home
last modified time | relevance | path

Searched refs:in_memory (Results 1 – 12 of 12) sorted by relevance

/external/freetype/src/type1/
Dt1parse.c154 parser->in_memory = 0; in T1_New_Parser()
216 parser->in_memory = 1; in T1_New_Parser()
236 if ( error && !parser->in_memory ) in T1_New_Parser()
253 if ( !parser->in_memory ) in T1_Finalize_Parser()
451 if ( parser->in_memory ) in T1_Get_Private_Dict()
Dt1parse.h82 FT_Bool in_memory; member
/external/bcc/src/cc/frontends/clang/
Dloader.cc108 const string &file, bool in_memory, const char *cflags[], in parse() argument
140 if (in_memory) { in parse()
203 if (do_compile(mod, ts, in_memory, flags_cstr, flags_cstr_rem, main_path, in parse()
214 if (do_compile(mod, ts, in_memory, flags_cstr, flags_cstr_rem, main_path, in parse()
255 bool in_memory, in do_compile() argument
332 if (in_memory) { in do_compile()
Dloader.h55 const std::string &file, bool in_memory, const char *cflags[],
61 bool in_memory, const std::vector<const char *> &flags_cstr_in,
/external/bcc/src/cc/
Dbpf_module.h69 int load_file_module(std::unique_ptr<llvm::Module> *mod, const std::string &file, bool in_memory);
71 int load_cfile(const std::string &file, bool in_memory, const char *cflags[], int ncflags);
Dbpf_module.cc475 int BPFModule::load_cfile(const string &file, bool in_memory, const char *cflags[], int ncflags) { in load_cfile() argument
477 if (clang_loader.parse(&mod_, *ts_, file, in_memory, cflags, ncflags, id_, in load_cfile()
/external/bcc/src/cc/includes/
Dbpf_module.h69 int load_file_module(std::unique_ptr<llvm::Module> *mod, const std::string &file, bool in_memory);
71 int load_cfile(const std::string &file, bool in_memory, const char *cflags[], int ncflags);
/external/freetype/src/type42/
Dt42parse.h37 FT_Bool in_memory; member
Dt42parse.c150 parser->in_memory = 0; in t42_parser_init()
191 parser->in_memory = 1; in t42_parser_init()
212 if ( error && !parser->in_memory ) in t42_parser_init()
226 if ( !parser->in_memory ) in t42_parser_done()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1361 bool in_memory = false; in WriteModuleStream() local
1363 in_memory = true; in WriteModuleStream()
1365 if (!WriteCVRecord(module, cpu_type, name, in_memory)) in WriteModuleStream()
1403 const char *module_path, bool in_memory) { in WriteCVRecord() argument
1431 if (in_memory) { in WriteCVRecord()
Dminidump_generator.h146 const char *module_path, bool in_memory);
/external/freetype/
DChangeLog.214084 * src/type42/t42parse.h (T42_ParserRec): Change type of `in_memory'