HomeSort by relevance Sort by last modified time
    Searched full:accessor (Results 1 - 25 of 832) 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.
  /external/clang/test/SemaCXX/
operator-arrow-temporary.cpp 13 struct Accessor {
18 void f() { Accessor acc; acc->doit(); } // expected-note {{requested here}}
  /external/chromium_org/content/renderer/pepper/
ppb_var_deprecated_impl.cc 81 ObjectAccessor accessor(var);
82 if (!accessor.IsValid(exception) || !IsValidIdentifer(name, exception))
85 PepperTryCatchVar try_catch(accessor.instance(), exception);
90 bool result = accessor.GetObject()->Has(v8_name);
97 ObjectAccessor accessor(var);
98 if (!accessor.IsValid(exception) || !IsValidIdentifer(name, exception))
101 PepperTryCatchVar try_catch(accessor.instance(), exception);
106 bool result = accessor.GetObject()->Has(v8_name) &&
107 accessor.GetObject()->Get(v8_name)->IsFunction();
114 ObjectAccessor accessor(var)
    [all...]
  /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/chromium_org/v8/src/
accessors.h 14 // The list of accessor descriptors. This is a second-order macro
15 // taking a macro to be applied to all accessor descriptor names.
44 // Accessor descriptors.
68 // Accessor functions called directly from the runtime system.
74 // Accessor infos.
94 Handle<ExecutableAccessorInfo> 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/chromium_org/tools/gn/
parse_tree_unittest.cc 11 TEST(ParseTree, Accessor) {
20 AccessorNode accessor; local
21 accessor.set_base(base_token);
25 accessor.set_member(member_identifier.Pass());
29 Value result = accessor.Execute(setup.scope(), &err);
37 result = accessor.Execute(setup.scope(), &err);
41 // Define b, accessor should succeed now.
46 result = accessor.Execute(setup.scope(), &err);
config_values_generator.cc 20 std::vector<std::string>& (ConfigValues::* accessor)(),
28 (config_values->*accessor)().swap(result);
36 std::vector<SourceDir>& (ConfigValues::* accessor)(),
45 (config_values->*accessor)().swap(result);
  /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 *')}}
unused-backing-ivar-warning.m 18 - (void) setX:(id)newX { // expected-warning {{ivar '_x' which backs the property is not referenced in this property's accessor}}
21 - (id) y { // expected-warning {{ivar '_y' which backs the property is not referenced in this property's accessor}}
25 - (void) setV:(id)newV { // expected-warning {{ivar '_v' which backs the property is not referenced in this property's accessor}}
38 - (id) u { // expected-warning {{ivar '_u' which backs the property is not referenced in this property's accessor}}
48 - (void) setT:(id)newT { // expected-warning {{ivar 'tIvar' which backs the property is not referenced in this property's accessor}}
122 - (long) q { return 0; } // expected-warning {{ivar 'q' which backs the property is not referenced in this property's accessor}}
123 - (void) setQ : (long) val { } // expected-warning {{ivar 'q' which backs the property is not referenced in this property's accessor}}
124 - (long) r { [self Meth]; return p; } // expected-warning {{ivar 'r' which backs the property is not referenced in this property's accessor}}
145 -(int)p2 { // expected-warning {{ivar '_p2' which backs the property is not referenced in this property's accessor}}
200 - (NSURL *)cidURL1 { // expected-warning {{ivar '_cidURL1' which backs the property is not referenced in this property's accessor}}
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
Diagnostic.h 41 "Invalid argument accessor!");
47 "Invalid argument accessor!");
53 "Invalid argument accessor!");
59 "Invalid argument accessor!");
65 "Invalid argument accessor!");
71 "Invalid argument accessor!");
77 "Invalid argument accessor!");
  /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 201 assert(isInt() && "Invalid accessor");
209 assert(isFloat() && "Invalid accessor");
217 assert(isComplexInt() && "Invalid accessor");
225 assert(isComplexInt() && "Invalid accessor");
233 assert(isComplexFloat() && "Invalid accessor");
241 assert(isComplexFloat() && "Invalid accessor");
259 assert(isVector() && "Invalid accessor");
267 assert(isVector() && "Invalid accessor");
272 assert(isArray() && "Invalid accessor");
283 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...]

Completed in 1523 milliseconds

1 2 3 4 5 6 7 8 91011>>