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

/external/chromium_org/tools/valgrind/
H A 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/
H A Dfinder_kernel.cc125 ATL::CString cur_type(object_directory_info->ObjectTypeName.Buffer,
135 TestKernelObjectAccess(new_path, cur_type);
138 if (cur_type == L"Directory") {
/external/chromium_org/tools/gn/
H A Dfunction_toolchain.cc66 SubstitutionType cur_type = list[i]; local
67 if (!validate(cur_type)) {
69 "You used the pattern " + std::string(kSubstitutionNames[cur_type]) +

Completed in 404 milliseconds