Searched defs:get (Results 101 - 125 of 362) sorted by last modified time

1234567891011>>

/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DObservableField.java56 public T get() { method in class:ObservableField
H A DObservableFloat.java59 public float get() { method in class:ObservableFloat
H A DObservableInt.java60 public int get() { method in class:ObservableInt
H A DObservableLong.java59 public long get() { method in class:ObservableLong
H A DObservableShort.java59 public short get() { method in class:ObservableShort
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/androidTest/java/com/android/databinding/multimoduletestapp/
H A DEventIdsTest.java119 mCounter.put(propertyId, get(propertyId) + 1);
122 public int get(int propertyId) { method in class:EventIdsTest.EventCounter
123 Integer val = mCounter.get(propertyId);
128 assertEquals(get(propertyId), value);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/compile/mclinker/lib/LD/
H A DSectionSymbolSet.cpp67 LDSymbol* sym = get(pOutSect);
96 LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) { function in class:mcld::SectionSymbolSet
101 const LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) const { function in class:mcld::SectionSymbolSet
/frameworks/base/tools/preload2/src/com/android/preload/
H A DClientUtils.java61 return wfc.get();
84 return wfc.get();
103 public Client get() { method in class:ClientUtils.WaitForClient
187 public Client[] get() { method in class:ClientUtils.WaitForClients
H A DDeviceUtils.java103 return wfd.get();
111 wfd.get();
122 return buildType.get(500, TimeUnit.MILLISECONDS);
290 public IDevice get() { method in class:DeviceUtils.WaitForDevice
365 // We may get a device changed instead of connected. Handle like a connection.
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
H A DHprof.java50 return gh.get();
108 String rep = primitiveMapping.get(name);
126 public File get() { method in class:Hprof.GetHprof
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java88 mDevices.get(device.deviceAddress).status = device.status;
94 WifiP2pDevice d = mDevices.get(device.deviceAddress);
112 WifiP2pDevice d = mDevices.get(deviceAddress);
121 WifiP2pDevice d = mDevices.get(deviceAddress);
132 public WifiP2pDevice get(String deviceAddress) { method in class:WifiP2pDeviceList
134 return mDevices.get(deviceAddress);
171 WifiP2pDevice device = mDevices.get(deviceAddress);
/frameworks/base/tests/net/jni/
H A Dapf_jni.cpp47 pcap_t* get() const { return pcap_ptr; }; function in class:ScopedPcap
59 FILE* get() const { return file; }; function in class:ScopedFILE
77 if (pcap.get() == NULL) {
84 if (pcap_compile(pcap.get(), &bpf, filter.c_str(), 0, PCAP_NETMASK_UNKNOWN)) {
109 ScopedPcap bpf_pcap(pcap_fopen_offline(bpf_fp.get(), pcap_error));
110 if (bpf_pcap.get() == NULL) {
117 ScopedPcap apf_pcap(pcap_fopen_offline(apf_fp.get(), pcap_error));
118 if (apf_pcap.get() == NULL) {
125 if (pcap_compile(bpf_pcap.get(), &bpf, filter.c_str(), 0, PCAP_NETMASK_UNKNOWN)) {
131 if (pcap_setfilter(bpf_pcap.get(),
[all...]
/frameworks/base/tests/testables/src/android/testing/
H A DTestableLooper.java84 mOriginalMain = field.get(null);
209 public static TestableLooper get(Object test) { method in class:TestableLooper
210 return sLoopers.get(test);
239 public static FrameworkMethod get(FrameworkMethod base, boolean setAsMain, Object test) { method in class:TestableLooper.LooperFrameworkMethod
241 return new LooperFrameworkMethod(sLoopers.get(test), base);
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp202 void get(int lag, int* x, int* y) { function in struct:Queue
275 // get touch events
278 queue.get(lag, &lag_x, &lag_y);
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
H A DFileUtil.java35 public static FileUtil get() { method in class:FileUtil
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
H A DBroadcastInterceptingContext.java87 public Intent get() throws InterruptedException, ExecutionException { method in class:BroadcastInterceptingContext.BroadcastInterceptor
89 return get(5, TimeUnit.SECONDS);
104 final Intent intent = get(timeout, unit);
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java53 * if (cache.get(key) == null) {
59 * value of null from {@link #get}, {@link #put} or {@link #remove} is
115 public final V get(K key) { method in class:LruCache
122 mapValue = map.get(key);
211 // get the last item in the linked list.
341 * Returns the number of times {@link #get} returned a value that was
349 * Returns the number of times {@link #get} returned null or required a new
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java280 return mViewKeyMap.get(view);
288 return mViewKeyHelpMap.get(o);
352 return mParserStack.get(mParserStack.size() - 2);
380 // get the id that will represent this style.
421 // first get the String related to this id in the framework
669 // get the StyleResourceValue based on the resId;
695 mTypedArrayCache.get(attrs, currentThemes, resId);
706 PropertiesMap defaultPropMap = mDefaultPropMaps.get(key);
781 // get the name from the int.
869 Pair<String, Boolean> attribute = attributeList.get(inde
2040 public Pair<BridgeTypedArray, PropertiesMap> get(int[] attrs, method in class:BridgeContext.TypedArrayCache
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DSparseWeakArray.java72 public E get(long key) { method in class:SparseWeakArray
73 return get(key, null);
80 public E get(long key, E valueIfKeyNotFound) { method in class:SparseWeakArray
83 if (i < 0 || mValues[i] == DELETED || mValues[i].get() == null) {
86 return (E) mValues[i].get();
132 if (val != DELETED && val.get() != null) {
159 if (i < mSize && (mValues[i] == DELETED || mValues[i].get() == null)) {
213 return (E) mValues[index].get();
256 if (mValues[i].get() == value)
298 if (mValues[i].get()
[all...]
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
H A DOuterClass.java31 // Outer.get returns 1 + a + b
34 public int get(int a, long b) { method in class:OuterClass
42 // Inner.get returns 2 + 1 + a + b
43 public int get(int a, long b) { method in class:OuterClass.InnerClass
52 // StaticInnerClass.get returns 100 + a + b
53 public int get(int a, long b) { method in class:OuterClass.StaticInnerClass
H A DOuterClass_Delegate.java25 // The delegate override of Outer.get returns 4 + a + b
26 public static int get(OuterClass instance, int a, long b) { method in class:OuterClass_Delegate
H A DOuterClass_InnerClass_Delegate.java26 // The delegate override of Inner.get return 6 + a + b
27 public static int get(OuterClass outer, InnerClass inner, int a, long b) { method in class:OuterClass_InnerClass_Delegate
H A DOuterClass_StaticInnerClass_Delegate.java26 // The delegate override of Inner.get return 6 + a + b
27 public static int get(StaticInnerClass inner, int a, long b) { method in class:OuterClass_StaticInnerClass_Delegate
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DExtensionController.java30 T get(); method in interface:ExtensionController.Extension

Completed in 876 milliseconds

1234567891011>>