Home
last modified time | relevance | path

Searched refs:req_args (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_dump_manager.cc439 TRACE_ID_MANGLE(pmd_async_state->req_args.dump_guid), in ContinueAsyncProcessDump()
449 MemoryDumpArgs args = {pmd_async_state->req_args.level_of_detail}; in ContinueAsyncProcessDump()
463 const uint64_t dump_guid = pmd_async_state->req_args.dump_guid; in FinalizeDumpAndAddToTrace()
485 pmd_async_state->req_args.level_of_detail)); in FinalizeDumpAndAddToTrace()
487 MemoryDumpTypeToString(pmd_async_state->req_args.dump_type); in FinalizeDumpAndAddToTrace()
638 MemoryDumpRequestArgs req_args, in ProcessMemoryDumpAsyncState() argument
643 : req_args(req_args), in ProcessMemoryDumpAsyncState()
Dmemory_dump_manager.h211 MemoryDumpRequestArgs req_args,
228 const MemoryDumpRequestArgs req_args;
/external/pdfium/third_party/freetype/src/cff/
Dcffgload.c1034 FT_Int req_args; in cff_decoder_parse_charstrings() local
1245 req_args = cff_argument_counts[op]; in cff_decoder_parse_charstrings()
1246 if ( req_args & CFF_COUNT_CHECK_WIDTH ) in cff_decoder_parse_charstrings()
1306 req_args = 0; in cff_decoder_parse_charstrings()
1309 req_args &= 0x000F; in cff_decoder_parse_charstrings()
1310 if ( num_args < req_args ) in cff_decoder_parse_charstrings()
1312 args -= req_args; in cff_decoder_parse_charstrings()
1313 num_args -= req_args; in cff_decoder_parse_charstrings()
/external/freetype/src/cff/
Dcffgload.c1034 FT_Int req_args; in cff_decoder_parse_charstrings() local
1245 req_args = cff_argument_counts[op]; in cff_decoder_parse_charstrings()
1246 if ( req_args & CFF_COUNT_CHECK_WIDTH ) in cff_decoder_parse_charstrings()
1306 req_args = 0; in cff_decoder_parse_charstrings()
1309 req_args &= 0x000F; in cff_decoder_parse_charstrings()
1310 if ( num_args < req_args ) in cff_decoder_parse_charstrings()
1312 args -= req_args; in cff_decoder_parse_charstrings()
1313 num_args -= req_args; in cff_decoder_parse_charstrings()