HomeSort by relevance Sort by last modified time
    Searched full:mutable (Results 351 - 375 of 1825) sorted by null

<<11121314151617181920>>

  /frameworks/rs/
rsProgram.h 34 mutable void *drv;
rsProgramStore.h 39 mutable void *drv;
rsSampler.h 40 mutable void *drv;
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
MultiDisplayObserver.h 103 mutable Mutex mLock;
  /hardware/qcom/display/msm8960/libexternal/
external.h 81 mutable android::Mutex mExtDispLock;
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathVariableResolver.java 27 * cannot be directly enforced by the API. Although variables may be mutable,
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 11 * operator fails of course so we are force to use mutable key for this compiler.
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
memorybuffer.h 57 mutable internal::Stack<Allocator> stack_;
stringbuffer.h 74 mutable internal::Stack<Allocator> stack_;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_policy/
lu_counter_metadata.hpp 62 mutable size_type m_count;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_policy/
lu_counter_metadata.hpp 62 mutable size_type m_count;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_policy/
lu_counter_metadata.hpp 62 mutable size_type m_count;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_policy/
lu_counter_metadata.hpp 62 mutable size_type m_count;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 11 * operator fails of course so we are force to use mutable key for this compiler.
  /system/extras/simpleperf/
dso.h 40 mutable const char* demangled_name_;
event_fd.h 89 mutable uint64_t id_;
  /external/llvm/docs/tutorial/
LangImpl7.rst 2 Kaleidoscope: Extending the Language: Mutable Variables
26 for an imperative language with mutable variables.
36 To understand why mutable variables cause complexities in SSA
90 assignments to mutable variables?". The issue here is that LLVM
110 mutable object in a function. To take advantage of this trick, we need
166 With this, we have discovered a way to handle arbitrary mutable
169 #. Each mutable variable becomes a stack allocation.
209 pass is the answer to dealing with mutable variables, and we highly
241 for local mutable variables. As such, the most common clients of LLVM
256 mutable variables now
    [all...]
  /art/runtime/gc/space/
large_object_space.h 154 mutable Mutex lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
209 mutable Mutex lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
trace_data.py 86 # as safely mutable.
156 have a mutable version. That is TraceDataBuilder.
  /external/clang/include/clang/Sema/
Designator.h 53 mutable unsigned RBracketLoc;
58 mutable unsigned RBracketLoc;
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 133 mutable CheckerInfoList Checkers;
134 mutable llvm::StringMap<size_t> Packages;
  /external/clang/lib/StaticAnalyzer/Checkers/
ChrootChecker.cpp 42 mutable IdentifierInfo *II_chroot, *II_chdir;
44 mutable std::unique_ptr<BuiltinBug> BT_BreakJail;
NoReturnFunctionChecker.cpp 32 mutable Selector HandleFailureInFunctionSel;
33 mutable Selector HandleFailureInMethodSel;
ObjCContainersChecker.cpp 34 mutable std::unique_ptr<BugType> BT;
163 // When a symbol for a mutable array escapes, we can't reason precisely
ReturnUndefChecker.cpp 28 mutable std::unique_ptr<BuiltinBug> BT_Undef;
29 mutable std::unique_ptr<BuiltinBug> BT_NullReference;

Completed in 693 milliseconds

<<11121314151617181920>>