OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accessor
(Results
26 - 50
of
786
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaObjC/
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'}}
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
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
ShadowAnimation.java
118
* Non-Android
accessor
. Returns most recently set animation listener.
127
* Non-Android
accessor
. Use to simulate repeat loops of animation.
136
* Non-Android
accessor
. Use to simulate end of animation.
ShadowMapController.java
60
* Non-Android
accessor
that returns the {@code MapView} that is being controlled
69
* Non-Android
accessor
that returns the most recent value set by a call to either version of {@code animateTo()}
78
* Non-Android
accessor
that allows the {@code MapView} being controlled to be set explicitly.
ShadowNetworkInfo.java
81
* Non-Android
accessor
91
* Non-Android
accessor
101
* Non-Android
accessor
ShadowTabSpec.java
27
* Non-Android
accessor
, sets the tag on the TabSpec
39
* Non-Android
accessor
82
* Non-Android
accessor
ShadowToast.java
78
* Non-Android
accessor
that discards the recorded {@code Toast}s
85
* Non-Android
accessor
that returns the number of {@code Toast} requests that have been made during this test run
130
* Non-Android
accessor
that returns the text of the most recently shown {@code Toast}
140
* Non-Android
accessor
that returns the most recently shown {@code Toast}
/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
)
SimpleOAuthValidator.java
65
public void validateMessage(OAuthMessage message, OAuthAccessor
accessor
)
69
validateSignature(message,
accessor
);
100
protected void validateSignature(OAuthMessage message, OAuthAccessor
accessor
)
104
OAuthSignatureMethod.newSigner(message,
accessor
).validate(message);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
SparseArrayElementRemoveTransform.java
28
public SparseArrayElementRemoveTransform(IGLPropertyAccessor
accessor
, int key) {
29
mAddTransform = new SparseArrayElementAddTransform(
accessor
, key);
/external/v8/src/
accessors.h
37
// The list of
accessor
descriptors. This is a second-order macro
38
// taking a macro to be applied to all
accessor
descriptor names.
66
//
Accessor
descriptors.
80
//
Accessor
functions called directly from the runtime system.
89
//
Accessor
functions only used through the descriptor.
/external/chromium_org/chrome/browser/download/
download_query.cc
176
// and |
accessor
|. |
accessor
| is conceptually a function that takes a
183
const base::Callback<ValueType(const DownloadItem&)>&
accessor
,
186
case LT: return
accessor
.Run(item) < value;
187
case EQ: return
accessor
.Run(item) == value;
188
case GT: return
accessor
.Run(item) > value;
197
ValueType (*
accessor
)(const DownloadItem&)) {
201
base::Bind(
accessor
));
204
// Returns true if |
accessor
.Run(item)| matches |pattern|.
207
const base::Callback<std::string(const DownloadItem&)>&
accessor
,
[
all
...]
/external/chromium_org/chrome/browser/resources/
about_stats.js
5
/* Counter
accessor
for Name Node. */
10
/* Counter
accessor
for Value Node. */
15
/* Counter
accessor
for Delta Node. */
20
/* Timer
accessor
for Name Node. */
25
/* Timer
accessor
for Value Node. */
30
/* Timer
accessor
for Time Node. */
35
/* Timer
accessor
for Average Time Node. */
/external/chromium_org/v8/test/mjsunit/
proto-poison.js
28
// Check that the __proto__
accessor
is properly poisoned when extracted
36
// Check that any redefinition of the __proto__
accessor
causes poising
37
// to cease and the
accessor
to be extracted normally.
/external/chromium_org/v8/test/mjsunit/regress/
regress-2163.js
39
// obj1 and obj2 share the getter
accessor
.
49
// obj1, obj2, and obj3 share the getter
accessor
.
60
// obj1 and obj2 share the getter and setter
accessor
.
regress-191.js
28
// Make sure that
accessor
setters are ignored on context extension
38
assertFalse(setterCalled, "
accessor
setter call on context object");
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
265
assert(isReg() && "Wrong MachineOperand
accessor
");
270
assert(isReg() && "Wrong MachineOperand
accessor
");
275
assert(isReg() && "Wrong MachineOperand
accessor
");
280
assert(isReg() && "Wrong MachineOperand
accessor
");
285
assert(isReg() && "Wrong MachineOperand
accessor
");
290
assert(isReg() && "Wrong MachineOperand
accessor
");
295
assert(isReg() && "Wrong MachineOperand
accessor
");
300
assert(isReg() && "Wrong MachineOperand
accessor
");
305
assert(isReg() && "Wrong MachineOperand
accessor
");
310
assert(isReg() && "Wrong MachineOperand
accessor
");
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/mappy/
background.html
2
// Global
accessor
that the popup uses.
/external/chromium_org/ui/views/widget/
native_widget.h
26
// Widget's native_widget()
accessor
, which code occasionally static_casts to
/external/kernel-headers/original/linux/
blockgroup_lock.h
53
* The
accessor
is a macro so we can embed a blockgroup_lock into different
/ndk/tests/device/test-stlport_shared-exception/jni/
singleton.cpp
5
// egcs fails to see that there is a public static
accessor
function.
/ndk/tests/device/test-stlport_static-exception/jni/
singleton.cpp
5
// egcs fails to see that there is a public static
accessor
function.
/external/chromium_org/ash/test/
shelf_view_test_api.h
62
// An
accessor
for |shelf_view|.
65
// An
accessor
for overflow bubble.
Completed in 499 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>