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

<<11121314151617181920>>

  /frameworks/native/services/surfaceflinger/
EventThread.h 121 mutable Mutex mLock;
122 mutable Condition mCondition;
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 183 mutable volatile bool renderDone; // indicated whether frame is rendered, this must be set to false by the client of this library once
188 mutable volatile bool driverRenderDone;
  /libcore/ojluni/src/main/java/java/security/
PolicySpi.java 85 * set of permissions must be a new mutable instance
109 * set of permissions must be a new mutable instance
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
dynamic_message.h 99 // mutable message of that type.
125 mutable Mutex prototypes_mutex_;
extension_set.h 213 // - Strings provide Mutable() in addition to Set() accessors.
478 mutable int cached_size;
593 // static inline MutableType Mutable(int number, ExtensionSet* set);
600 // static inline MutableType Mutable(int number, int index,
607 // "Mutable" methods only make sense for strings and messages, and the
616 // have a "Mutable()" method.
683 // Strings support both Set() and Mutable().
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
dynamic_message.h 99 // mutable message of that type.
125 mutable Mutex prototypes_mutex_;
extension_set.h 213 // - Strings provide Mutable() in addition to Set() accessors.
478 mutable int cached_size;
593 // static inline MutableType Mutable(int number, ExtensionSet* set);
600 // static inline MutableType Mutable(int number, int index,
607 // "Mutable" methods only make sense for strings and messages, and the
616 // have a "Mutable()" method.
683 // Strings support both Set() and Mutable().
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
dynamic_message.h 99 // mutable message of that type.
125 mutable Mutex prototypes_mutex_;
extension_set.h 213 // - Strings provide Mutable() in addition to Set() accessors.
478 mutable int cached_size;
593 // static inline MutableType Mutable(int number, ExtensionSet* set);
600 // static inline MutableType Mutable(int number, int index,
607 // "Mutable" methods only make sense for strings and messages, and the
616 // have a "Mutable()" method.
683 // Strings support both Set() and Mutable().
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
dynamic_message.h 105 // mutable message of that type.
131 mutable Mutex prototypes_mutex_;
map_field.h 85 // Like above. Returns mutable pointer to the internal repeated field.
139 mutable RepeatedPtrField<Message>* repeated_field_;
148 mutable Mutex mutex_; // The thread to synchronize map and repeated field
150 mutable volatile Atomic32 state_; // 0: STATE_MODIFIED_MAP
293 mutable const EntryType* default_entry_;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
stl_util.h 71 // Return a mutable char* pointing to a string's internal buffer,
79 // mutable reference to a string's internal buffer. However, issue 530
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
dynamic_message.h 99 // mutable message of that type.
125 mutable Mutex prototypes_mutex_;
extension_set.h 213 // - Strings provide Mutable() in addition to Set() accessors.
478 mutable int cached_size;
593 // static inline MutableType Mutable(int number, ExtensionSet* set);
600 // static inline MutableType Mutable(int number, int index,
607 // "Mutable" methods only make sense for strings and messages, and the
616 // have a "Mutable()" method.
683 // Strings support both Set() and Mutable().
    [all...]
  /external/llvm/include/llvm/Option/
ArgList.h 319 /// This is mutable since we treat the ArgList as being the list
322 mutable ArgStringList ArgStrings;
326 /// This is mutable since we treat the ArgList as being the list
329 mutable std::list<std::string> SynthesizedStrings;
381 mutable SmallVector<std::unique_ptr<Arg>, 16> SynthesizedArgs;
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 74 // Java class containing all the mutable messages.
94 // immutable names only and should be removed after mutable API is
116 // Get the unqualified Java class name for mutable messages. i.e. without
265 // field is mutable.
271 // field is mutable.
  /external/opencv3/modules/video/src/
tvl1flow.cpp 611 mutable Mat_<float> map1;
612 mutable Mat_<float> map2;
657 mutable Mat_<float> dx;
658 mutable Mat_<float> dy;
744 mutable Mat_<float> dx;
745 mutable Mat_<float> dy;
815 mutable Mat_<float> div;
878 mutable Mat_<float> grad;
879 mutable Mat_<float> rho_c;
949 mutable Mat_<float> v1
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 65 PREMULTIPLIED, MUTABLE
103 * @param isMutable whether the bitmap is mutable
151 * @param isMutable whether the bitmap is mutable
184 * @param isMutable whether the bitmap is mutable
514 return createBitmap(delegate, EnumSet.of(BitmapCreateFlags.MUTABLE),
626 boolean isMutable = createFlags.contains(BitmapCreateFlags.MUTABLE);
637 createFlags.add(BitmapCreateFlags.MUTABLE);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp 148 // Returning a mutable reference allows nonsense like
158 mutable value_type stored_value;
214 mutable value_type stored_value;
739 // enables the user to provide fully interoperable constant/mutable
741 // for all mutable/constant iterator combinations.
743 // Note though that this kind of interoperability for constant/mutable
745 // All the standard asks for is a conversion mutable -> constant.
  /external/clang/lib/Driver/
ToolChains.h 233 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocess;
234 mutable std::unique_ptr<tools::gcc::Compiler> Compile;
244 mutable std::unique_ptr<tools::darwin::Lipo> Lipo;
245 mutable std::unique_ptr<tools::darwin::Dsymutil> Dsymutil;
246 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug;
361 mutable bool TargetInitialized;
373 mutable DarwinPlatformKind TargetPlatform;
376 mutable VersionTuple TargetVersion;
665 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocessor;
666 mutable std::unique_ptr<tools::gcc::Compiler> Compiler
    [all...]
  /external/opencv3/3rdparty/jinja2/
sandbox.py 62 # if sets is still available, register the mutable set from there as well
153 """This function checks if an attribute on a builtin mutable object
361 permit modifications on the builtin mutable objects `list`, `set`, and
  /external/protobuf/python/google/protobuf/pyext/
message.h 73 // Used to make sure all ancestors are also mutable when first modifying
75 // into a mutable one).
84 // instance mutable.
  /frameworks/native/include/gui/
BufferQueueCore.h 147 mutable Mutex mMutex;
211 mutable Condition mDequeueCondition;
274 mutable Condition mIsAllocatingCondition;
SurfaceComposerClient.h 181 mutable Mutex mLock;
202 mutable sp<CpuConsumer> mCpuConsumer;
203 mutable sp<IGraphicBufferProducer> mProducer;
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 266 * Map of stack traces to a mutable sample count. The map is
268 * mutable access to the int[] cells that contain the sample
381 * SamplingProfiler intentionally does not present a mutable

Completed in 4507 milliseconds

<<11121314151617181920>>