Searched defs:Immutable (Results 1 - 10 of 10) sorted by relevance

/external/jsr305/ri/src/main/java/javax/annotation/concurrent/
H A DImmutable.java17 * Immutable
24 * Immutable objects may still have internal mutable state for purposes of
29 * Immutable objects are inherently thread-safe; they may be passed between
35 public @interface Immutable { interface
/external/chromium_org/printing/
H A Dprinted_document.h140 struct Immutable { struct in class:printing::PrintedDocument
141 Immutable(const PrintSettings& settings, PrintedPagesSource* source,
143 ~Immutable();
145 // Print settings used to generate this document. Immutable.
151 // Document name. Immutable.
173 const Immutable immutable_;
H A Dprinted_document.cc218 PrintedDocument::Immutable::Immutable(const PrintSettings& settings, function in class:printing::PrintedDocument::Immutable
227 PrintedDocument::Immutable::~Immutable() {
/external/chromium_org/sync/internal_api/public/util/
H A Dimmutable.h5 // Immutable<T> provides an easy, cheap, and thread-safe way to pass
26 // undesirable. Here's the above code re-written using Immutable<T>:
28 // void ProcessStuff(const Immutable<LargeObjectList>& stuff) {
48 // NOTE: By default, Immutable<T> relies on ADL
54 // for discussion) Immutable<T> should be able to find it.
60 // NOTE: Some complexity is necessary in order to use Immutable<T>
76 // This class is part of the Immutable implementation. DO NOT USE
124 // Immutable<T> with a forward-declared type (important for protobuf
144 // Immutable<SomeOtherType> foo_;
169 // typedef Immutable<SomeOtherTyp
233 class Immutable { class in namespace:syncer
236 Immutable() : core_(new internal::ImmutableCore<T, Traits>()) {} function in class:syncer::Immutable
241 explicit Immutable(T* t) function in class:syncer::Immutable
[all...]
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp545 bool Immutable) {
557 Objects.insert(Objects.begin(), StackObject(Size, Align, SPOffset, Immutable,
544 CreateFixedObject(uint64_t Size, int64_t SPOffset, bool Immutable) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h1288 GLboolean Immutable; /**< GL_ARB_texture_storage */ member in struct:gl_texture_object
2679 * The framebuffer's visual. Immutable if this is a window system buffer.
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1288 GLboolean Immutable; /**< GL_ARB_texture_storage */ member in struct:gl_texture_object
2679 * The framebuffer's visual. Immutable if this is a window system buffer.
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 402 milliseconds