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

1 2 3 4 5 6 7

  /system/connectivity/shill/
property_accessor_unittest.cc 43 Int32Accessor accessor(new PropertyAccessor<int32_t>(&int_store));
44 EXPECT_EQ(int_store, accessor->Get(&error));
47 EXPECT_TRUE(accessor->Set(expected_int32, &error));
49 EXPECT_EQ(expected_int32, accessor->Get(&error));
52 EXPECT_FALSE(accessor->Set(expected_int32, &error));
55 accessor->Clear(&error);
57 EXPECT_EQ(orig_value, accessor->Get(&error));
60 EXPECT_EQ(std::numeric_limits<int32_t>::max(), accessor->Get(&error));
64 Int32Accessor accessor(new ConstPropertyAccessor<int32_t>(&int_store));
65 EXPECT_EQ(int_store, accessor->Get(&error))
    [all...]
service_property_change_notifier.h 45 BoolAccessor accessor);
47 Uint8Accessor accessor);
49 Uint16Accessor accessor);
51 Uint16sAccessor accessor);
53 Uint32Accessor accessor);
55 Int32Accessor accessor);
57 RpcIdentifierAccessor accessor);
59 StringAccessor accessor);
61 StringmapAccessor accessor);
service_property_change_notifier.cc 37 const string& name, BoolAccessor accessor) {
40 accessor,
47 const string& name, Uint8Accessor accessor) {
50 accessor,
57 const string& name, Uint16Accessor accessor) {
60 accessor,
67 const string& name, Uint16sAccessor accessor) {
70 accessor,
77 const string& name, Uint32Accessor accessor) {
80 accessor,
    [all...]
property_observer.h 31 // A templated object that retains a reference to a typed accessor,
32 // and a saved value retrieved from the accessor. When the update
34 // value returned by the accessor. If the value has changed, it
41 PropertyObserver(std::shared_ptr<AccessorInterface<T>> accessor,
43 : accessor_(accessor), callback_(callback) {
property_store.h 246 const BoolAccessor& accessor);
248 const Int32Accessor& accessor);
250 const KeyValueStoreAccessor& accessor);
254 const RpcIdentifiersAccessor& accessor);
256 const StringAccessor& accessor);
258 const StringmapAccessor& accessor);
260 const StringmapsAccessor& accessor);
262 const StringsAccessor& accessor);
264 const Uint16Accessor& accessor);
266 const Uint64Accessor& accessor);
    [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/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);
OAuthMessage.java 253 public void addRequiredParameters(OAuthAccessor accessor)
256 if (pMap.get(OAuth.OAUTH_TOKEN) == null && accessor.accessToken != null) {
257 addParameter(OAuth.OAUTH_TOKEN, accessor.accessToken);
259 final OAuthConsumer consumer = accessor.consumer;
280 this.sign(accessor);
288 public void sign(OAuthAccessor accessor) throws IOException,
290 OAuthSignatureMethod.newSigner(this, accessor).sign(this);
302 public void validateMessage(OAuthAccessor accessor, OAuthValidator validator)
304 validator.validateMessage(this, 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...]
  /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);
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;
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
BufferSubDataTransform.java 36 public BufferSubDataTransform(IGLPropertyAccessor accessor, int offset, byte[] data) {
37 mAccessor = accessor;
ListElementAddTransform.java 30 public ListElementAddTransform(IGLPropertyAccessor accessor, IGLProperty element) {
31 mAccessor = accessor;
SparseArrayElementAddTransform.java 31 public SparseArrayElementAddTransform(IGLPropertyAccessor accessor, int key) {
32 mAccessor = accessor;
  /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/parameter-framework/upstream/test/functional-tests/include/
FailureWrapper.hpp 110 Value mayFailGet(bool (K::*accessor)(Value &, std::string &) const) const
113 wrapCall<bool>(*this, accessor, value);
119 void mayFailSet(bool (K::*accessor)(const Value &, std::string &), const Value &value)
121 wrapCall<bool>(*this, accessor, value);
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
Tween.java 151 * Registers an accessor with the class of an object. This accessor will be
156 * @param defaultAccessor The accessor that will be used to tween any
342 private TweenAccessor<Object> accessor; field in class:Tween
376 accessor = null;
449 * target class. Useful if you want to use a specific accessor associated
452 * @param targetClass A class registered with an accessor.
766 return accessor;
784 accessor = (TweenAccessor<Object>) registeredAccessors.get(targetClass);
785 if (accessor == null && target instanceof TweenAccessor) accessor = (TweenAccessor<Object>) target
    [all...]
  /external/v8/test/mjsunit/es6/
object-literals-super.js 19 get accessor() {
20 return super.accessor;
22 set accessor(v) {
23 super.accessor = v;
41 desc = Object.getOwnPropertyDescriptor(object, '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...]
RSA_SHA1.java 93 protected void initialize(String name, OAuthAccessor accessor)
95 super.initialize(name, accessor);
97 Object privateKeyObject = accessor.consumer.getProperty(PRIVATE_KEY);
114 Object publicKeyObject = accessor.consumer.getProperty(PUBLIC_KEY);
129 Object certObject = accessor.consumer.getProperty(X509_CERTIFICATE);
  /frameworks/native/services/sensorservice/
SensorList.h 100 T getOne(int handle, const TF& accessor, T def = T()) const;
125 T SensorList::getOne(int handle, const TF& accessor, T def) const {
129 return accessor(i->second);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field_reflection.h 169 const RepeatedFieldAccessor* accessor,
171 : data_(data), accessor_(accessor),
172 iterator_(begin ? accessor->BeginIterator(data) :
173 accessor->EndIterator(data)),
178 const RepeatedFieldAccessor* accessor,
181 : data_(data), accessor_(accessor),
182 iterator_(begin ? accessor->BeginIterator(data) :
183 accessor->EndIterator(data)),

Completed in 502 milliseconds

1 2 3 4 5 6 7