/hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/ |
V4LCameraAdapter.h | 204 mutable android::Mutex mPreviewBufsLock; 205 mutable android::Mutex mCaptureBufsLock; 206 mutable android::Mutex mStopPreviewLock;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_istreambuf_iterator.h | 100 mutable _CharT _M_c; 101 mutable bool _M_eof; 102 mutable bool _M_have_c;
|
_stream_iterator.h | 142 mutable _Tp _M_value; 143 mutable bool _M_ok; 144 mutable bool _M_read_done;
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_istreambuf_iterator.h | 100 mutable _CharT _M_c; 101 mutable bool _M_eof; 102 mutable bool _M_have_c;
|
_stream_iterator.h | 142 mutable _Tp _M_value; 143 mutable bool _M_ok; 144 mutable bool _M_read_done;
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
NSErrorChecker.cpp | 42 mutable IdentifierInfo *II; 89 mutable IdentifierInfo *II; 155 mutable IdentifierInfo *NSErrorII, *CFErrorII; 156 mutable std::unique_ptr<NSErrorDerefBug> NSBT; 157 mutable std::unique_ptr<CFErrorDerefBug> CFBT;
|
PthreadLockChecker.cpp | 53 mutable std::unique_ptr<BugType> BT_doublelock; 54 mutable std::unique_ptr<BugType> BT_doubleunlock; 55 mutable std::unique_ptr<BugType> BT_destroylock; 56 mutable std::unique_ptr<BugType> BT_initlock; 57 mutable std::unique_ptr<BugType> BT_lor;
|
VforkChecker.cpp | 47 mutable std::unique_ptr<BuiltinBug> BT; 48 mutable llvm::SmallSet<const IdentifierInfo *, 10> VforkWhitelist; 49 mutable const IdentifierInfo *II_vfork;
|
/external/icu/icu4c/source/common/ |
unifiedcache.h | 88 mutable UErrorCode fCreationStatus; 89 mutable UBool fIsMaster; 348 mutable int32_t fEvictPos; 349 mutable int32_t fItemsInUseCount; 352 mutable int64_t fAutoEvictedCount;
|
/external/webrtc/webrtc/modules/audio_processing/ |
audio_processing_impl.h | 236 mutable rtc::CriticalSection crit_debug_; 243 mutable rtc::CriticalSection crit_render_ ACQUIRED_BEFORE(crit_capture_); 244 mutable rtc::CriticalSection crit_capture_; 312 // forward processing number of channels is mutable and is tracked by the 325 // forward processing number of channels is mutable and is tracked by the
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
field_mask.pb.h | 122 mutable int _cached_size_; 151 return paths_.Mutable(index); 155 paths_.Mutable(index)->assign(value); 158 paths_.Mutable(index)->assign(value); 162 paths_.Mutable(index)->assign(
|
/external/libvpx/libvpx/third_party/libwebm/ |
mkvparser.hpp | 842 mutable CuePoint** m_cue_points; 843 mutable long m_count; 844 mutable long m_preload_count; 845 mutable long long m_pos; 910 mutable long long m_pos; 911 // mutable long long m_size; 912 mutable long long m_element_size; 913 mutable long long m_timecode; 914 mutable BlockEntry** m_entries; 915 mutable long m_entries_size [all...] |
/external/libvpx/libwebm/mkvparser/ |
mkvparser.h | 929 mutable CuePoint** m_cue_points; 930 mutable long m_count; 931 mutable long m_preload_count; 932 mutable long long m_pos; 997 mutable long long m_pos; 998 // mutable long long m_size; 999 mutable long long m_element_size; 1000 mutable long long m_timecode; 1001 mutable BlockEntry** m_entries; 1002 mutable long m_entries_size [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvparser.hpp | 864 mutable CuePoint** m_cue_points; 865 mutable long m_count; 866 mutable long m_preload_count; 867 mutable long long m_pos; 943 mutable long long m_pos; 944 //mutable long long m_size; 945 mutable long long m_element_size; 946 mutable long long m_timecode; 947 mutable BlockEntry** m_entries; 948 mutable long m_entries_size [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/ |
mkvparser.hpp | 685 mutable CuePoint** m_cue_points;
686 mutable long m_count;
687 mutable long m_preload_count;
688 mutable long long m_pos;
764 mutable long long m_pos;
765 //mutable long long m_size;
766 mutable long long m_element_size;
767 mutable long long m_timecode;
768 mutable BlockEntry** m_entries;
769 mutable long m_entries_size; [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableRangeSetTest.java | 350 RangeSet<Integer> mutable = TreeRangeSet.create(); local 356 for (Range<Integer> other : mutable.asRanges()) { 365 mutable.add(range); 372 assertEquals(mutable, built); 373 assertEquals(ImmutableRangeSet.copyOf(mutable), built); 374 assertEquals(mutable.complement(), built.complement()); 377 assertEquals(mutable.contains(i), built.contains(i));
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
ExtensionRegistry.java | 91 * could take advantage of this to inject a mutable object into a message 156 * Find an extension for mutable APIs by fully-qualified field name, 189 * Find an extension by containing type and field number for mutable APIs. 201 * Find all extensions for mutable APIs by fully-qualified name of 239 extension.getExtensionType() != Extension.ExtensionType.MUTABLE) { 270 add(info, Extension.ExtensionType.MUTABLE); 342 case MUTABLE:
|
/external/eigen/Eigen/src/UmfPackSupport/ |
UmfPackSupport.h | 360 mutable LUMatrixType m_l; 361 mutable LUMatrixType m_u; 362 mutable IntColVectorType m_p; 363 mutable IntRowVectorType m_q; 372 mutable ComputationInfo m_info; 376 mutable bool m_extractedDataAreDirty;
|
/frameworks/av/camera/tests/ |
CameraBinderTests.cpp | 69 mutable Mutex mLock; 70 mutable Condition mCondition; 71 mutable Condition mTorchCondition; 159 mutable std::vector<int32_t> mStatusesHit; 160 mutable Mutex mLock; 161 mutable Condition mStatusCondition;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusheaders.h | 153 mutable Status lastStatus; 325 mutable Status lastStatus; 378 mutable Status lastStatus; 411 mutable Status lastStatus; 463 mutable Status lastStatus; 578 mutable Status lastStatus;
|
/external/sfntly/cpp/src/sfntly/port/ |
refcount.h | 162 mutable size_t ref_count_; // reference count of current object 166 mutable size_t object_id_; 272 mutable T* p_;
|
/frameworks/base/core/java/android/nfc/ |
NdefMessage.java | 53 * however they may contain mutable fields. So take care not to modify 54 * mutable fields passed into constructors, or modify mutable fields
|
/frameworks/base/core/java/android/text/ |
Spanned.java | 21 * ranges of it. Not all text classes have mutable markup or text; 22 * see {@link Spannable} for mutable markup and {@link Editable} for 23 * mutable text.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
shelve.py | 32 mutable entries are mutated: for example, if d[key] is a list, 42 To avoid the problem with mutable entries, you may pass the keyword 52 check which of the entries you access are mutable and/or which ones you
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
shelve.py | 32 mutable entries are mutated: for example, if d[key] is a list, 42 To avoid the problem with mutable entries, you may pass the keyword 52 check which of the entries you access are mutable and/or which ones you
|