HomeSort by relevance Sort by last modified time
    Searched full:accessor (Results 1 - 25 of 533) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
LruCacheUnitTests.java 41 static class Accessor extends Thread {
44 public Accessor(LruCache<Integer, Integer> map) {
63 Accessor accessor[] = new Accessor[4]; local
64 for (int i = 0; i < accessor.length; ++i) {
65 accessor[i] = new Accessor(cache);
67 for (int i = 0; i < accessor.length; ++i) {
68 accessor[i].start()
    [all...]
  /external/robolectric/.idea/dictionaries/
pivotal.xml 4 <w>accessor</w>
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAbsListView.java 31 * Robolectric accessor for the onScrollListener
40 * Robolectric accessor for the last smoothScrolledPosition
49 * Robolectric accessor for the last smoothScrollBy distance
58 * Robolectric accessor for the last smoothScrollBy duration
ShadowVideoView.java 99 * Non-Android accessor.
106 * Non-Android accessor.
114 * Non-Android accessor.
122 * Non-Android accessor.
130 * Non-Android accessor.
138 * Non-Android accessor.
146 * Non-Android accessor.
154 * Non-Android accessor.
ShadowActivityManager.java 49 * Non-Android accessor to set the list of running tasks.
57 * Non-Android accessor to set the list of running processes.
65 * Non-Android accessor, for use in assertions.
ShadowResolveInfo.java 20 * Non-Android accessor used to set the value returned by {@link loadLabel}
25 * Non-Android accessor used for creating ResolveInfo objects
35 * Non-Android accessor used for creating ResolveInfo objects
ShadowMediaPlayer.java 127 * Non-Android accessor. Use for assertions.
135 * Non-Android accessor. Use for assertions.
143 * Non-Android accessor. Use for assertions.
151 * Non-Android accessor. Use for assertions.
159 * Non-Android accessor. Use for assertions.
ShadowPaint.java 127 * Non-Android accessor.
136 * Non-Android accessor.
145 * Non-Android accessor.
154 * Non-Android accessor.
163 * Non-Android accessor.
172 * Non-Android accessor.
181 * Non-Android accessor.
ShadowActivityGroup.java 18 * Non-Android accessor Sets the current {@code Activity} for this {@code ActivityGroup}
ShadowContextWrapper.java 110 * Non-Android accessor to set the application name.
154 * Non-Android accessor that delegates to the application to consume and return the next {@code Intent} on the
164 * Non-Android accessor that delegates to the application to return (without consuming) the next {@code Intent} on
174 * Non-Android accessor that delegates to the application to consume and return the next {@code Intent} on the
184 * Non-android accessor that delefates to the application to clear the stack of started
201 * Non-Android accessor that delegates to the application to return the next {@code Intent} to stop
211 * Non-Android accessor that is used at start-up to set the package name
220 * Non-Android accessor that is used at start-up to set the packageManager =
254 * Non-Android accessor that is used to grant permissions checked via
  /external/clang/test/SemaCXX/
operator-arrow-temporary.cpp 13 struct Accessor {
18 void f() { Accessor acc; acc->doit(); } // expected-note {{requested here}}
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
glesv1_emul_ifc.cpp 23 gl_wrapper_context_t *createFromLib(void *solib, gl_wrapper_context_t *(*accessor)());
26 gl_wrapper_context_t * createFromLib(void *solib, gl_wrapper_context_t *(accessor)())
34 gl_wrapper_context_t::setContextAccessor(accessor);
glesv2_emul_ifc.cpp 23 gl2_wrapper_context_t *createFromLib(void *solib, gl2_wrapper_context_t *(*accessor)());
26 gl2_wrapper_context_t * createFromLib(void *solib, gl2_wrapper_context_t *(*accessor)())
34 gl2_wrapper_context_t::setContextAccessor(accessor);
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 86 * @param accessor
89 * accessor.consumer.serviceProvider.requestTokenURL should be
95 public void getRequestToken(OAuthAccessor accessor) throws IOException,
97 getRequestToken(accessor, null);
103 * @param accessor
106 * accessor.consumer.serviceProvider.requestTokenURL should be
115 public void getRequestToken(OAuthAccessor accessor, String httpMethod)
117 getRequestToken(accessor, httpMethod, null);
122 * @param accessor
125 * accessor.consumer.serviceProvider.requestTokenURL should b
    [all...]
  /external/clang/test/Index/
annotate-comments-property-accessor.m 16 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-1]]" column="51"><Name>MyProperty</Name><USR>c:objc(cs)AppDelegate(py)MyProperty</USR><Declaration>- (int)ReadonlyGetter;</Declaration><Abstract><Para> This is ReadonlyProperty</Para></Abstract></Function>]
22 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-1]]" column="15"><Name>GeneralProperty</Name><USR>c:objc(cs)AppDelegate(py)GeneralProperty</USR><Declaration>- (int)GeneralProperty;</Declaration><Abstract><Para> This is GeneralProperty</Para></Abstract></Function>]
23 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-2]]" column="15"><Name>GeneralProperty</Name><USR>c:objc(cs)AppDelegate(py)GeneralProperty</USR><Declaration>- (void)setGeneralProperty:(int)GeneralProperty;</Declaration><Abstract><Para> This is GeneralProperty</Para></Abstract></Function>]
32 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-4]]" column="32"><Name>PropertyInPrimaryClass</Name><USR>c:objc(cs)AppDelegate(py)PropertyInPrimaryClass</USR><Declaration>- (id)PropertyInPrimaryClass;</Declaration><Abstract><Para> This is PropertyInPrimaryClass</Para></Abstract></Function>]
33 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-5]]" column="32"><Name>PropertyInPrimaryClass</Name><USR>c:objc(cs)AppDelegate(py)PropertyInPrimaryClass</USR><Declaration>- (void)setPropertyInPrimaryClass:(id)PropertyInPrimaryClass;</Declaration><Abstract><Para> This is PropertyInPrimaryClass</Para></Abstract></Function>]
42 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-6]]" column="1"><Name>PropertyInClassExtension</Name><USR>c:objc(cs)AppDelegate(py)PropertyInClassExtension</USR><Declaration>- (id)GetterInClassExtension;</Declaration><Abstract><Para> This is PropertyInClassExtension</Para></Abstract></Function>]
52 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-4]]" column="54"><Name>PropertyInClassExtension</Name><USR>c:objc(cs)AppDelegate(py)PropertyInClassExtension</USR><Declaration>- (id)GetterInClassExtension;</Declaration><Abstract><Para> This is PropertyInClassExtension</Para></Abstract></Function>]
53 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-5]]" column="54"><Name>PropertyInClassExtension</Name><USR>c:objc(cs)AppDelegate(py)PropertyInClassExtension</USR><Declaration>- (void)setPropertyInClassExtension:(id)PropertyInClassExtension;</Declaration><Abstract><Para> This is PropertyInClassExtension</Para></Abstract></Function>]
  /external/eigen/doc/snippets/
Tutorial_Map_using.cpp 11 MapTypeConst m2mapconst(p,m2.size()); // a read-only accessor for m2
20 cout << "m2 coefficient 2, constant accessor: " << m2mapconst(2) << endl;
  /external/clang/test/SemaObjC/
property-impl-misuse.m 40 @property int P; // expected-error {{type of property 'P' ('int') does not match type of accessor 'P' ('void')}}
43 @property int P1; // expected-warning {{type of property 'P1' does not match type of accessor 'P1'}}
46 @property int P2; // expected-error {{type of property 'P2' ('int') does not match type of accessor 'P2' ('double *')}}
property-typecheck-1.m 5 @property int x; // expected-warning {{type of property 'x' does not match type of accessor 'x'}}
61 return self.syncSet.localPeer; // expected-warning {{type of property 'syncSet' does not match type of accessor 'syncSet'}}
76 @property (readonly) NSArray* pieces; // expected-warning {{type of property 'pieces' does not match type of accessor 'pieces'}}
93 return container.pieces; // expected-warning {{type of property 'pieces' does not match type of accessor 'pieces'}}
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
GLPropertyAccessor.java 60 * @param accessors list of accessor's to be used to navigate the property hierarchy. The
69 for (Object accessor : accessors) {
70 if (accessor instanceof GLStateType) {
71 extractors.add(new GLNamePropertyExtractor((GLStateType) accessor));
72 } else if (accessor instanceof Integer) {
73 extractors.add(new GLIndexPropertyExtractor((Integer) accessor));
75 throw new IllegalArgumentException("Unknown property (" + accessor
PropertyChangeTransform.java 33 * Construct a state transform that will extract the property using the accessor,
36 PropertyChangeTransform(IGLPropertyAccessor accessor, Object newValue) {
37 this(accessor, newValue, null);
41 * Construct a state transform that will extract the property using the accessor,
45 public PropertyChangeTransform(IGLPropertyAccessor accessor, Object newValue,
47 mAccessor = accessor;
  /external/clang/include/clang/AST/
APValue.h 195 assert(isInt() && "Invalid accessor");
203 assert(isFloat() && "Invalid accessor");
211 assert(isComplexInt() && "Invalid accessor");
219 assert(isComplexInt() && "Invalid accessor");
227 assert(isComplexFloat() && "Invalid accessor");
235 assert(isComplexFloat() && "Invalid accessor");
253 assert(isVector() && "Invalid accessor");
261 assert(isVector() && "Invalid accessor");
266 assert(isArray() && "Invalid accessor");
277 assert(isArray() && "Invalid accessor");
    [all...]
  /external/clang/include/clang/Sema/
Designator.h 75 assert(isFieldDesignator() && "Invalid accessor");
80 assert(isFieldDesignator() && "Invalid accessor");
85 assert(isFieldDesignator() && "Invalid accessor");
90 assert(isArrayDesignator() && "Invalid accessor");
95 assert(isArrayRangeDesignator() && "Invalid accessor");
99 assert(isArrayRangeDesignator() && "Invalid accessor");
105 "Invalid accessor");
114 "Invalid accessor");
122 assert(isArrayRangeDesignator() && "Invalid accessor");
162 "Invalid accessor");
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
Diagnostic.h 45 "Invalid argument accessor!");
51 "Invalid argument accessor!");
57 "Invalid argument accessor!");
63 "Invalid argument accessor!");
69 "Invalid argument accessor!");
75 "Invalid argument accessor!");
  /external/oauth/core/src/main/java/net/oauth/signature/
OAuthSignatureMethod.java 90 protected void initialize(String name, OAuthAccessor accessor)
92 String secret = accessor.consumer.consumerSecret;
94 // This code supports the 'Accessor Secret' extensions
97 Object accessorSecret = accessor.getProperty(key);
99 accessorSecret = accessor.consumer.getProperty(key);
111 public static final String _ACCESSOR = "-Accessor";
207 OAuthAccessor accessor) throws IOException, OAuthException {
210 accessor);
211 signer.setTokenSecret(accessor.tokenSecret);
217 OAuthAccessor accessor) throws OAuthException
    [all...]
  /external/oauth/core/src/main/java/net/oauth/
OAuthValidator.java 32 * Check that the given message from the given accessor is valid.
40 public void validateMessage(OAuthMessage message, OAuthAccessor accessor)

Completed in 763 milliseconds

1 2 3 4 5 6 7 8 91011>>