OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mutable
(Results
426 - 450
of
1825
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/luni/src/test/java/libcore/java/lang/
ThrowableTest.java
99
Throwable[]
mutable
= throwable.getSuppressed();
local
100
mutable
[0] = null;
101
mutable
[1] = null;
/packages/services/Car/vehicle_network_service/
VehicleNetworkService.h
84
mutable
Mutex mLock;
226
mutable
Mutex mLock;
345
mutable
Mutex mLock;
/cts/tests/tests/keystore/src/android/keystore/cts/
KeyInfoTest.java
35
// Assert that none of the
mutable
return values from getters modify the state of the
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h
105
mutable
android::Mutex m_lock;
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
ZHash.java
24
*
mutable
ordering (z indexing) of elements.
/external/autotest/site_utils/suite_scheduler/
build_event.py
32
"""Merge this event with to_merge, changing all
mutable
properties.
/external/ceres-solver/internal/ceres/
parameter_block.h
357
// solver is running. While at first glance using
mutable
is a bad idea, this
359
// pitfalls of using "
mutable
."
360
mutable
const double* state_;
361
mutable
scoped_array<double> local_parameterization_jacobian_;
/external/clang/include/clang/AST/
ASTUnresolvedSet.h
89
mutable
ASTUnresolvedSet Impl;
/external/clang/include/clang/Driver/
ToolChain.h
84
mutable
std::unique_ptr<Tool> Clang;
85
mutable
std::unique_ptr<Tool> Assemble;
86
mutable
std::unique_ptr<Tool> Link;
92
mutable
std::unique_ptr<SanitizerArgs> SanitizerArguments;
/external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundChecker.cpp
28
mutable
std::unique_ptr<BuiltinBug> BT;
CastToStructChecker.cpp
27
mutable
std::unique_ptr<BuiltinBug> BT;
DivZeroChecker.cpp
26
mutable
std::unique_ptr<BuiltinBug> BT;
PointerArithChecker.cpp
27
mutable
std::unique_ptr<BuiltinBug> BT;
PointerSubChecker.cpp
28
mutable
std::unique_ptr<BuiltinBug> BT;
ReturnPointerRangeChecker.cpp
28
mutable
std::unique_ptr<BuiltinBug> BT;
UndefCapturedBlockVarChecker.cpp
30
mutable
std::unique_ptr<BugType> BT;
UndefResultChecker.cpp
31
mutable
std::unique_ptr<BugType> BT;
UndefinedArraySubscriptChecker.cpp
28
mutable
std::unique_ptr<BugType> BT;
UndefinedAssignmentChecker.cpp
27
mutable
std::unique_ptr<BugType> BT;
/external/clang/test/CodeGenCXX/
cxx0x-initializer-references.cpp
103
struct S { struct T { int a; } t;
mutable
int b; };
cxx1y-init-captures.cpp
102
auto global_lambda = [a = 0] ()
mutable
{ return ++a; };
/external/clang/test/OpenMP/
parallel_firstprivate_messages.cpp
13
mutable
int a;
parallel_for_copyin_messages.cpp
12
mutable
int a;
parallel_for_simd_copyin_messages.cpp
12
mutable
int a;
parallel_private_messages.cpp
13
mutable
int a;
Completed in 761 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>