OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accessor
(Results
1 - 25
of
786
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/chromium_org/content/renderer/pepper/
ppb_var_deprecated_impl.cc
168
ObjectAccessorWithIdentifierTryCatch
accessor
(var, name, exception);
169
if (
accessor
.has_exception())
172
accessor
.object()->np_object(),
173
accessor
.identifier()));
185
ObjectAccessorWithIdentifierTryCatch
accessor
(var, name, exception);
186
if (
accessor
.has_exception())
188
return WebBindings::hasMethod(NULL,
accessor
.object()->np_object(),
189
accessor
.identifier());
195
ObjectAccessorWithIdentifierTryCatch
accessor
(var, name, exception);
196
if (
accessor
.has_exception()
[
all
...]
plugin_object.cc
56
NPObjectAccessorWithIdentifier
accessor
(object, method_name, false);
57
if (!
accessor
.is_valid())
61
accessor
.object()->GetNPObject(), NULL);
62
bool rv =
accessor
.object()->ppp_class()->HasMethod(
63
accessor
.object()->ppp_class_data(),
accessor
.identifier(),
72
NPObjectAccessorWithIdentifier
accessor
(object, method_name, false);
73
if (!
accessor
.is_valid())
77
accessor
.object()->GetNPObject(), result);
78
PPVarArrayFromNPVariantArray args(
accessor
.object()->instance()
[
all
...]
/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}}
/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/chromium_org/v8/test/webkit/
object-literal-syntax-expected.txt
29
PASS ({a:1, get a(){}}) threw exception SyntaxError: Object literal may not have data and
accessor
property with the same name.
30
PASS ({a:1, set a(){}}) threw exception SyntaxError: Object literal may not have data and
accessor
property with the same name.
31
PASS ({get a(){}, a:1}) threw exception SyntaxError: Object literal may not have data and
accessor
property with the same name.
32
PASS ({set a(){}, a:1}) threw exception SyntaxError: Object literal may not have data and
accessor
property with the same name.
36
PASS (function(){({a:1, get a(){}})}) threw exception SyntaxError: Object literal may not have data and
accessor
property with the same name.
37
PASS (function(){({a:1, set a(){}})}) threw exception SyntaxError: Object literal may not have data and
accessor
property with the same name.
38
PASS (function(){({get a(){}, a:1})}) threw exception SyntaxError: Object literal may not have data and
accessor
property with the same name.
39
PASS (function(){({set a(){}, a:1})}) threw exception SyntaxError: Object literal may not have data and
accessor
property with the same name.
/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/chromium_org/tools/gn/
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/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 *')}}
/frameworks/compile/mclinker/include/mcld/LD/
Diagnostic.h
44
"Invalid argument
accessor
!");
50
"Invalid argument
accessor
!");
56
"Invalid argument
accessor
!");
62
"Invalid argument
accessor
!");
68
"Invalid argument
accessor
!");
74
"Invalid argument
accessor
!");
80
"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
202
assert(isInt() && "Invalid
accessor
");
210
assert(isFloat() && "Invalid
accessor
");
218
assert(isComplexInt() && "Invalid
accessor
");
226
assert(isComplexInt() && "Invalid
accessor
");
234
assert(isComplexFloat() && "Invalid
accessor
");
242
assert(isComplexFloat() && "Invalid
accessor
");
260
assert(isVector() && "Invalid
accessor
");
268
assert(isVector() && "Invalid
accessor
");
273
assert(isArray() && "Invalid
accessor
");
284
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
...]
/external/chromium_org/ash/test/
launcher_test_api.h
28
// An
accessor
for |shelf_view|.
Completed in 2162 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>