Searched defs:in_memory (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/type42/
H A Dt42parse.h37 FT_Bool in_memory; member in struct:T42_ParserRec_
/external/freetype/src/type1/
H A Dt1parse.h56 /* in_memory :: A boolean. Indicates a memory-based stream. */
73 FT_Bool in_memory; member in struct:T1_ParserRec_
/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc1361 bool in_memory = false; local
1363 in_memory = true;
1365 if (!WriteCVRecord(module, cpu_type, name, in_memory))
1403 const char *module_path, bool in_memory) {
1431 if (in_memory) {
1402 WriteCVRecord(MDRawModule *module, int cpu_type, const char *module_path, bool in_memory) argument

Completed in 133 milliseconds