Searched defs:Immutable (Results 1 - 18 of 18) 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.h153 struct Immutable { struct in class:printing::PrintedDocument
154 Immutable(const PrintSettings& settings,
158 ~Immutable();
160 // Print settings used to generate this document. Immutable.
163 // Document name. Immutable.
186 const Immutable immutable_;
H A Dprinted_document.cc253 PrintedDocument::Immutable::Immutable(const PrintSettings& settings, function in class:printing::PrintedDocument::Immutable
263 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/owasp/sanitizer/tools/findbugs/lib/
H A Djcip-annotations.jarMETA-INF/ net/ net/jcip/ net/jcip/annotations/ net/jcip/annotations/GuardedBy.class GuardedBy.java package ...
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
H A Dannotations.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
/external/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp219 void setKill(MachineInstr *MI, unsigned Idx, bool Immutable) { argument
222 KillIsImmutable = Immutable;
668 ActiveChains[MO.getReg()]->setKill(MI, Idx, /*Immutable=*/MO.isTied());
679 I->second->setKill(MI, Idx, /*Immutable=*/true);
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp564 bool Immutable) {
575 Objects.insert(Objects.begin(), StackObject(Size, Align, SPOffset, Immutable,
591 /*Immutable*/ true,
563 CreateFixedObject(uint64_t Size, int64_t SPOffset, bool Immutable) argument
/external/owasp/sanitizer/distrib/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/owasp/sanitizer/lib/jsr305/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/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/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/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/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2747 milliseconds