HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 951 - 975 of 4953) sorted by null

<<31323334353637383940>>

  /frameworks/base/packages/VpnServices/src/com/android/server/vpn/
VpnService.java 182 Log.d(TAG, " VPN UP: " + SystemProperties.get(VPN_STATUS));
192 SystemProperties.get(VPN_STATUS))) {
258 String vpnDns1 = SystemProperties.get(VPN_DNS1);
259 if (vpnDns1.equals(SystemProperties.get(DNS1))) {
261 SystemProperties.get(DNS1), mOriginalDns1));
263 SystemProperties.get(DNS2), mOriginalDns2));
270 mOriginalDns1 = SystemProperties.get(DNS1);
271 mOriginalDns2 = SystemProperties.get(DNS2);
277 String vpnDns1 = SystemProperties.get(VPN_DNS1);
278 String vpnDns2 = SystemProperties.get(VPN_DNS2)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
UsimPhoneBookManager.java 130 fileIds = mPbrFile.mFileIds.get(recNum);
134 int efid = fileIds.get(USIM_EFEMAIL_TAG);
140 readIapFileAndWait(fileIds.get(USIM_EFIAP_TAG));
147 mPhone.getIccFileHandler().loadEFLinearFixedAll(fileIds.get(USIM_EFEMAIL_TAG),
185 record = mIapFileRecord.get(i);
196 AdnRecord rec = mPhoneBookRecords.get(i);
221 emailList = mEmailsForAdnRec.get(i);
227 AdnRecord rec = mPhoneBookRecords.get(i);
241 emailRec = mEmailFileRecord.get(i);
259 ArrayList<String> val = mEmailsForAdnRec.get(adnRecNum - 1)
    [all...]
  /libcore/luni/src/main/java/java/util/
Calendar.java 70 * by {@code get()}, they normalize them. For example, a
89 * it. Note that the normalized numbering returned by {@code get()} may
166 * recomputed until the next call to {@code get()},
171 * the calendar system. In addition, {@code get(f)} will not necessarily
188 * get(f) + delta)</code>
298 * Accessing the fields via {@code get} will ensure the fields are up-to-date.
305 * Accessing the fields via {@code get} will ensure the fields are up-to-date.
461 * Field number for {@code get} and {@code set} indicating the
471 * Field number for {@code get} and {@code set} indicating the
477 * Field number for {@code get} and {@code set} indicating th
900 public int get(int field) { method in class:Calendar
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingQueue.java 58 * needing to get both locks in most cases. Also, to minimize need
59 * for puts to get takeLock and vice-versa, cascading notifies are
71 * or by acquiring the takeLock, and then reading n = count.get();
274 return count.get();
291 return capacity - count.get();
318 while (count.get() == capacity) {
351 while (count.get() == capacity) {
382 if (count.get() == capacity)
388 if (count.get() < capacity) {
410 while (count.get() == 0)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 54 * structure. Maximum bigram freqeuncy will get the BIGRAM_MULTIPLIER_MAX as the multiplier.
273 if (mBigramSuggestions.get(i).charAt(0) == currentChar
274 || mBigramSuggestions.get(i).charAt(0) == currentCharUpper) {
280 sb.append(mBigramSuggestions.get(i));
317 if (!haveSufficientCommonality(mLowerOriginalWord, mSuggestions.get(1))) {
327 String suggestedWord = mSuggestions.get(i).toString().toLowerCase();
329 AutoText.get(suggestedWord, 0, suggestedWord.length(), view);
333 canAdd &= !TextUtils.equals(autoText, mSuggestions.get(i));
336 canAdd &= !TextUtils.equals(autoText, mSuggestions.get(i + 1));
360 final CharSequence cur = suggestions.get(i)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 84 SsaBasicBlock node = nodes.get(i);
127 SsaBasicBlock node = nodes.get(i);
159 SsaBasicBlock domParent = nodes.get(info.idom);
160 domParent.addDomChild(nodes.get(i));
173 SsaBasicBlock nb = nodes.get(b);
  /dalvik/dx/src/com/android/dx/ssa/back/
LivenessAnalyzer.java 186 blockN = ssaMeth.getBlocks().get(nextLiveOutBlock);
197 if (! visitedBlocks.get(blockN.getIndex())) {
235 SsaInsn statement = blockN.getInsns().get(statementIndex);
271 interference.add(phis.get(i).getResult().getReg(),
272 phis.get(j).getResult().getReg());
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 80 ResolveInfo info = list.get(i);
97 if (entries.get(nextLabel) == null) {
114 return collator.compare(map1.get("title"), map2.get("title"));
142 Intent intent = (Intent) map.get("intent");
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DateWidgets1.java 82 mYear = c.get(Calendar.YEAR);
83 mMonth = c.get(Calendar.MONTH);
84 mDay = c.get(Calendar.DAY_OF_MONTH);
85 mHour = c.get(Calendar.HOUR_OF_DAY);
86 mMinute = c.get(Calendar.MINUTE);
  /development/tools/apkcheck/src/com/android/apkcheck/
ClassInfo.java 140 return mFieldList.get(nameAndType);
170 return mMethodList.get(nameAndDescr);
269 String interfaceName = TypeUtils.ambiguousToBinaryName(mSuperNames.get(i),
304 FieldInfo fieldInfo = mFieldList.get(key);
314 MethodInfo methodInfo = mMethodList.get(key);
  /external/apache-http/src/org/apache/http/message/
HeaderGroup.java 107 Header current = (Header) this.headers.get(i);
140 * @param name the name of the header(s) to get
169 * @param name the name of the header(s) to get
177 Header header = (Header) headers.get(i);
191 * @param name the name of the header to get
196 Header header = (Header) headers.get(i);
209 * @param name the name of the header to get
215 Header header = (Header) headers.get(i);
244 Header header = (Header) headers.get(i);
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 266 Object obj = f.get(this);
267 Object mobj = f.get(mergeObject);
459 } else if (g.get(that) == f.get(this))
461 else if (f.get(this) == null)
463 else if (g.get(that) == null)
465 else if (g.get(that) == null && f.get(this) != null)
467 else if (!f.get(this).equals(g.get(that))
    [all...]
MultiValueMapImpl.java 45 ArrayList<V> keyList = map.get(key);
126 ArrayList<V> list = this.map.get(key);
134 public List<V> get(Object key) { method in class:MultiValueMapImpl
135 return map.get(key);
149 al.addAll(mapToPut.get(k));
  /external/webkit/WebCore/dom/
Attr.cpp 69 setFirstChild(textNode.get());
70 setLastChild(textNode.get());
137 m_element->attributeChanged(m_attribute.get());
148 cloneChildNodes(clone.get());
184 m_element->attributeChanged(m_attribute.get());
  /external/webkit/WebCore/svg/graphics/filters/
SVGFEDisplacementMap.cpp 116 int srcX = x + static_cast<int>(scaleX * srcPixelArrayB->get(dstIndex + m_xChannelSelector - 1) + scaleAdjustmentX);
117 int srcY = y + static_cast<int>(scaleY * srcPixelArrayB->get(dstIndex + m_yChannelSelector - 1) + scaleAdjustmentY);
122 unsigned char pixelValue = srcPixelArrayA->get(srcY * stride + srcX * 4 + channel);
129 resultImage()->putPremultipliedImageData(imageData.get(), imageRect, IntPoint());
158 ts << " [in2=" << m_in2.get() << "]"
SVGFEMorphology.cpp 118 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + 4 * j + channel);
120 unsigned char pixel = srcPixelArray->get(i * effectWidth + 4 * j + channel);
128 // Kernel is filled, get extrema of next column
131 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + endX * 4 + channel);
133 unsigned char pixel = srcPixelArray->get(i * effectWidth + endX * 4 + channel);
152 resultImage()->putPremultipliedImageData(imageData.get(), imageRect, IntPoint());
  /frameworks/base/core/java/android/os/
AsyncTask.java 196 result = get();
339 public final Result get() throws InterruptedException, ExecutionException { method in class:AsyncTask
340 return mFuture.get();
358 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, method in class:AsyncTask
360 return mFuture.get(timeout, unit);
  /frameworks/base/libs/rs/
rsMatrix.cpp 124 const float rhs_ij = rhs->get(i,j);
125 ri0 += lhs->get(j,0) * rhs_ij;
126 ri1 += lhs->get(j,1) * rhs_ij;
127 ri2 += lhs->get(j,2) * rhs_ij;
128 ri3 += lhs->get(j,3) * rhs_ij;
  /frameworks/base/services/java/com/android/server/
IntentResolver.java 107 F filter = a.get(i);
214 resolvedType, scheme, listCut.get(i), resultList);
248 firstTypeCut = mTypeToFilter.get(resolvedType);
250 secondTypeCut = mWildTypeToFilter.get(baseType);
254 firstTypeCut = mBaseTypeToFilter.get(baseType);
256 secondTypeCut = mWildTypeToFilter.get(baseType);
261 thirdTypeCut = mWildTypeToFilter.get("*");
267 firstTypeCut = mTypedActionToFilter.get(intent.getAction());
277 schemeCut = mSchemeToFilter.get(scheme);
285 firstTypeCut = mActionToFilter.get(intent.getAction())
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 95 return sCharsToGsmTables[0].get(' ', ' ');
115 ret = sCharsToGsmTables[0].get(c, -1);
118 ret = sCharsToShiftTables[0].get(c, -1);
124 return sCharsToGsmTables[0].get(' ', ' ');
145 ret = sCharsToShiftTables[0].get(c, -1);
148 return sCharsToGsmTables[0].get(' ', ' ');
331 int v = charToLanguageTable.get(c, -1);
333 v = charToShiftTable.get(c, -1); // Lookup the extended char.
338 v = charToLanguageTable.get(' ', ' '); // should return ASCII space
575 int v = charToLanguageTable.get(c, -1)
    [all...]
  /libcore/luni/src/main/java/java/net/
Inet6Address.java 444 ipaddress = (byte[]) fields.get("ipaddress", null);
445 scope_id = fields.get("scope_id", 0);
446 scope_id_set = fields.get("scope_id_set", false);
447 ifname = (String) fields.get("ifname", null);
448 scope_ifname_set = fields.get("scope_ifname_set", false);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NamedNodeMapImpl.java 58 NodeImpl node = list.get(i);
69 NodeImpl node = list.get(i);
91 return list.get(index);
123 Document document = list.get(0).document;
153 Document document = list.get(0).document;
  /packages/apps/Camera/src/com/android/camera/ui/
PreferenceAdapter.java 57 GLOptionItem item = (GLOptionItem) mContent.get(i);
63 GLOptionItem item = (GLOptionItem) mContent.get(i);
103 ((GLOptionItem) mContent.get(1 + oldIndex)).setChecked(false);
111 return mContent.get(index);
115 return mContent.get(index) instanceof GLOptionItem;
  /packages/apps/Email/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 55 for (Account account : AccountManager.get(getContext()).getAccounts()) {
72 Boolean state = origCalendarSyncStates.get(account);
154 for (Account account : AccountManager.get(getContext()).getAccounts()) {
165 assertEquals(message, origCalendarSyncStates.get(account), (Boolean) enabled);
174 if (AccountManager.get(getContext()).getAccountsByType(EAT).length > 0) {
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbTemplate.java 137 if (mKeyIconRecords.get(pos).keyCode >= keyCode) break;
147 KeyIconRecord iconRecord = mKeyIconRecords.get(pos);
164 KeyIconRecord iconRecord = mKeyIconRecords.get(pos);
187 if (mKeyRecords.get(pos).keyId >= keyId) break;
197 KeyRecord keyRecord = mKeyRecords.get(pos);

Completed in 1390 milliseconds

<<31323334353637383940>>