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

1 2 3 4 5 6 7 891011>>

  /ndk/tests/device/test-stlport/unit/
multiset_test.cpp 65 //Check iterator on a mutable set
76 //Check const_iterator on a mutable multiset
  /system/connectivity/shill/net/
netlink_packet.h 99 // Mutable Netlink packets are used in unit tests where it is convenient
112 // Returns mutable references to the header and payload.
  /system/netd/tests/
dns_responder.h 122 mutable std::vector<std::pair<std::string, ns_type>> queries_
124 mutable std::mutex queries_mutex_;
  /system/tools/aidl/tests/
fake_io_delegate.h 76 mutable std::map<std::string, std::string> written_file_contents_;
81 mutable std::set<std::string> removed_files_;
  /art/runtime/
dex_cache_resolved_classes.h 71 mutable std::unordered_set<uint16_t> classes_;
linear_alloc.h 55 mutable Mutex lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
  /cts/tests/app/src/android/app/cts/
LauncherActivityTest.java 53 // way, so it's mutable.
  /external/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.py 47 ## input = list(input) # make it mutable
  /external/clang/test/CXX/special/class.copy/
p23-cxx11.cpp 178 namespace Mutable {
187 mutable AmbiguousCopyAssign a; // expected-note {{multiple copy assignment operators}}
190 template struct CopyAssign<Mutable::X>;
191 template struct CopyAssign<Mutable::Y>; // expected-note {{here}}
  /external/clang/test/Parser/
objcxx0x-lambda-expressions.mm 17 [&] (int) mutable -> void {};
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
RegisterMapper.java 25 * Subclasses of this may be mutable, and as such the mapping provided
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h 229 mutable RealScalar m_error;
230 mutable int m_iterations;
231 mutable ComputationInfo m_info;
232 mutable bool m_isInitialized, m_analysisIsOk, m_factorizationIsOk;
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 439 mutable LUMatrixType m_l;
440 mutable LUMatrixType m_u;
441 mutable IntColVectorType m_p;
442 mutable IntRowVectorType m_q;
444 mutable LUMatrixType m_matrix; // copy of the factorized matrix
445 mutable SluMatrix m_sluA;
446 mutable SuperMatrix m_sluL, m_sluU;
447 mutable SluMatrix m_sluB, m_sluX;
448 mutable SuperLUStat_t m_sluStat;
449 mutable superlu_options_t m_sluOptions
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
keywords.py 37 TYPE_MODIFIERS = set('auto register const inline extern static virtual volatile mutable'.split())
  /external/guava/guava/src/com/google/common/collect/
Count.java 24 * A mutable value of type {@code int}, for multisets to use in tracking counts of values.
Interner.java 39 * <p><b>Warning:</b> do not use with mutable objects.
  /external/harfbuzz_ng/
TODO 20 - 'const' for getter APIs? (use mutable internally)
  /external/libchrome/base/test/
sequenced_worker_pool_owner.h 63 mutable Lock has_work_lock_;
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 46 mutable DWARFAbbreviationDeclarationSetMap::const_iterator PrevAbbrOffsetPos;
  /external/llvm/include/llvm/MC/
MCSymbolCOFF.h 18 mutable uint16_t Type;
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h 28 mutable StringMap<std::unique_ptr<HexagonSubtarget>> SubtargetMap;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.h 26 mutable StringMap<std::unique_ptr<WebAssemblySubtarget>> SubtargetMap;
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 29 mutable StringMap<std::unique_ptr<X86Subtarget>> SubtargetMap;
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
posix_fd_set_adapter.hpp 99 mutable fd_set fd_set_;
  /external/skia/include/effects/
SkColorCubeFilter.h 73 mutable ColorCubeProcesingCache fCache;

Completed in 3086 milliseconds

1 2 3 4 5 6 7 891011>>