Home
last modified time | relevance | path

Searched refs:cur_type (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/tools/valgrind/
Dsuppressions.py268 cur_type = ''
289 ValgrindStyleSuppression(cur_descr, cur_type, cur_stack,
292 cur_type = ''
298 elif not cur_type:
313 cur_type = line
317 elif len(cur_stack) == 0 and cur_type == "Memcheck:Param":
/external/chromium_org/sandbox/win/tools/finder/
Dfinder_kernel.cc125 ATL::CString cur_type(object_directory_info->ObjectTypeName.Buffer, in ParseKernelObjects() local
135 TestKernelObjectAccess(new_path, cur_type); in ParseKernelObjects()
138 if (cur_type == L"Directory") { in ParseKernelObjects()
/external/chromium_org/tools/gn/
Dfunction_toolchain.cc66 SubstitutionType cur_type = list[i]; in ValidateSubstitutionList() local
67 if (!validate(cur_type)) { in ValidateSubstitutionList()
69 "You used the pattern " + std::string(kSubstitutionNames[cur_type]) + in ValidateSubstitutionList()