/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
domimplementationhasfeature01.java | 86 featureXML = (String) featuresXML.get(indexN10063); 93 featureCore = (String) featuresCore.get(indexN1007C);
|
nodeissupported01.java | 86 featureXML = (String) featuresXML.get(indexN10063); 93 featureCore = (String) featuresCore.get(indexN1007C);
|
nodeissupported02.java | 86 featureXML = (String) featuresXML.get(indexN10064); 93 featureCore = (String) featuresCore.get(indexN1007D);
|
/libcore/luni/src/main/java/java/net/ |
AddressCache.java | 83 public InetAddress[] get(String hostname) { method in class:AddressCache 86 entry = map.get(hostname);
|
/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
RuntimeMemorySpy.java | 97 wrapper = memoryInUse.get(address); 107 AddressWrapper wrapper = memoryInUse.get(shadow);
|
/libcore/luni/src/main/java/org/apache/harmony/security/ |
SystemScope.java | 85 return (Identity) names.get(name); 95 return (Identity) keys.get(key);
|
/libcore/luni/src/main/native/ |
zip.h | 53 if (dictionaryBytes.get() == NULL) { 74 if (input.get() == NULL) {
|
/libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
ConnectionTest.java | 82 Object fieldValue = element.get(null); 83 Object expectedValue = thePublicStatics.get(fieldName);
|
ParameterMetaDataTest.java | 87 Object fieldValue = element.get(null); 88 Object expectedValue = thePublicStatics.get(fieldName);
|
ResultSetTest.java | 95 Object fieldValue = element.get(null); 96 Object expectedValue = thePublicStatics.get(fieldName);
|
StatementTest.java | 85 Object fieldValue = element.get(null); 86 Object expectedValue = thePublicStatics.get(fieldName);
|
TestHelper_Driver4.java | 92 String user = (String) info.get(userProperty); 93 String password = (String) info.get(passwordProperty);
|
/libcore/luni/src/test/java/tests/api/java/util/ |
AbstractListTest.java | 44 public Object get(int index) { method in class:AbstractListTest.SimpleList 45 return this.arrayList.get(index); 157 sList.get(0); 160 sList.get(0); 163 sList.get(0); 166 sList.get(0); 169 sList.get(0); 215 emptySubList.get(0); 216 fail("emptySubList.get(0) should throw IndexOutOfBoundsException");
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
TestSSLSocketPair.java | 88 s.get(); 89 c.get();
|
/ndk/sources/android/stlport/stlport/stl/ |
_istream.h | 128 public: // get() for single characters 129 int_type get(); 130 _Self& get(char_type& __c); 132 public: // get() for character arrays. 133 _Self& get(char_type* __s, streamsize __n, char_type __delim); 134 _Self& get(char_type* __s, streamsize __n) function in class:basic_istream 135 { return get(__s, __n, this->widen('\n')); } 137 public: // get() for streambufs 138 _Self& get(basic_streambuf<_CharT, _Traits>& __buf, 140 _Self& get(basic_streambuf<_CharT, _Traits>& __buf function in class:basic_istream [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
AgendaByDayAdapter.java | 68 RowInfo row = mRowInfo.get(position); 80 RowInfo row = mRowInfo.get(position); 98 mRowInfo.get(position).mType : TYPE_DAY; 107 RowInfo row = mRowInfo.get(position); 112 // Listview may get confused and pass in a different type of 317 RowInfo row = mRowInfo.get(index); 350 RowInfo row = mRowInfo.get(index); 367 RowInfo row = mRowInfo.get(listPos); 391 RowInfo row = mRowInfo.get(position);
|
/packages/apps/Camera/src/com/android/camera/ |
BitmapManager.java | 30 * Provides utilities to decode bitmap, get thumbnail, and cancel the 72 * Get thread status and create one if specified. 75 ThreadStatus status = mThreadStatus.get(t); 84 ThreadStatus status = mThreadStatus.get(t);
|
/packages/apps/Gallery3D/src/com/cooliris/app/ |
App.java | 38 static public App get(Context context) { method in class:App 39 return mMap.get(context);
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
PathBarLayer.java | 55 final Component component = mComponents.get(i); 84 Component retVal = components.get(lastIndex); 96 Component retVal = components.get(lastIndex); 164 Component component = mComponents.get(i); 186 Component component = mComponents.get(i); 205 Component component = mComponents.get(i); 254 final Component component = mComponents.get(i); 292 Component component = mComponents.get(i);
|
/packages/apps/Nfc/src/com/android/nfc/ |
TagTarget.java | 69 String[] rawTargets = INT_TYPE_TO_RAW_TARGETS.get(internalType); 77 String[] ndefTargets = INT_TYPE_TO_NDEF_TARGETS.get(internalType);
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
SuggestionsTest.java | 62 assertEquals(mExpectedCorpora.get(i), expectedCorpora.get(i));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
LayoutParamsParser.java | 167 mViewList = found.get(rootClassName); 168 mGroupList = found.get(groupClassName); 186 ExtViewClassInfo vg = mGroupMap.get(groupClassName); 188 vg.setSuperClass(mViewMap.get(rootClassName)); 223 return mViewMap.get(fqcn); 225 return mGroupMap.get(fqcn); 251 return mGroupMap.get(fqcn); 318 LayoutParamsInfo layoutParamsInfo = mLayoutParamsMap.get(fqcn);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
PropertiesTableModel.java | 66 property = privateProperties.get(row); 68 property = properties.get(row - privateProperties.size());
|
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/ |
NativeCryptoTest.java | 640 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); 641 TestSSLHandshakeCallbacks serverCallback = server.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); 682 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); 683 TestSSLHandshakeCallbacks serverCallback = server.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); 727 server.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); 742 client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); 757 server.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/ |
FeatureSummaryActivity.java | 129 // get list of all features device thinks it has, & store in a HashMap 200 int leftId = idMap.get(left.get("icon")); 201 int rightId = idMap.get(right.get("icon")); 203 return ((String) left.get("feature")).compareTo((String) right.get("feature"));
|