OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_type
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/win/tools/finder/
finder_kernel.cc
125
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/valgrind/
suppressions.py
273
cur_type
= ''
294
ValgrindStyleSuppression(cur_descr,
cur_type
, cur_stack,
297
cur_type
= ''
303
elif not
cur_type
:
319
cur_type
= line
323
elif len(cur_stack) == 0 and
cur_type
== "Memcheck:Param":
[
all
...]
/art/runtime/verifier/
register_line.cc
464
const RegType&
cur_type
= GetRegisterType(idx);
local
465
const RegType& new_type =
cur_type
.Merge(incoming_reg_type, verifier_->GetRegTypeCache());
466
changed = changed || !
cur_type
.Equals(new_type);
Completed in 89 milliseconds