HomeSort by relevance Sort by last modified time
    Searched defs:Immutable (Results 1 - 19 of 19) sorted by null

  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
Immutable.java 17 * Immutable
19 * The class to which this annotation is applied is immutable. This means that
22 * to other immutable objects, and that methods do not publish references to any
24 * Immutable objects may still have internal mutable state for purposes of
26 * long as they are computed from immutable state and that callers cannot tell
29 * Immutable objects are inherently thread-safe; they may be passed between
35 public @interface Immutable {
  /frameworks/base/core/java/com/android/internal/annotations/
Immutable.java 25 * Annotation type used to mark a class which is immutable.
29 public @interface Immutable {
  /external/chromium_org/printing/
printed_document.cc 218 PrintedDocument::Immutable::Immutable(const PrintSettings& settings,
227 PrintedDocument::Immutable::~Immutable() {
printed_document.h 28 // A collection of rendered pages. The settings are immutable. If the print
91 // Getters. All these items are immutable hence thread-safe.
137 // Contains all the immutable stuff. All this stuff can be accessed without
140 struct Immutable {
141 Immutable(const PrintSettings& settings, PrintedPagesSource* source,
143 ~Immutable();
145 // Print settings used to generate this document. Immutable.
151 // Document name. Immutable.
172 // All the immutable members.
173 const Immutable immutable_
    [all...]
  /external/chromium_org/sync/internal_api/public/util/
immutable.h 5 // Immutable<T> provides an easy, cheap, and thread-safe way to pass
6 // large immutable data around.
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
134 // #include ".../immutable.h
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/jsr305/2.0.1/
jsr305-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 
  /prebuilts/devtools/tools/lib/
common.jar 
httpclient-4.1.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.2.0/
common-22.2.0.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 138 milliseconds