HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 801 - 825 of 4892) sorted by null

<<31323334353637383940>>

  /external/chromium/third_party/icu/source/test/intltest/
caltest.cpp 33 out += (UnicodeString("") + fieldName((UCalendarDateFields)i) + "=" + cal.get((UCalendarDateFields)i, status) + UnicodeString(" "));
326 cal->roll(UCAL_MONTH, (int32_t)(1 + UCAL_DECEMBER - cal->get(UCAL_MONTH, status)), status);
489 if (gc->get(UCAL_YEAR, status) != year ||
490 gc->get(UCAL_MONTH, status) != month ||
491 gc->get(UCAL_DATE, status) != (date + i)) errln("FAIL: Date wrong");
492 if (U_FAILURE(status)) { errln("Calendar::get failed"); return; }
524 int32_t dow = cal->get(UCAL_DAY_OF_WEEK, status);
525 if (U_FAILURE(status)) { errln("Calendar::get failed [%s]", u_errorName(status)); return; }
550 if (c->get(UCAL_MILLISECOND, status) != 123 ||
551 d->get(UCAL_MILLISECOND, status) != 456)
    [all...]
tzbdtest.cpp 212 int32_t offset = time_zone->getOffset((uint8_t)gc->get(UCAL_ERA, status),
213 gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status),
214 gc->get(UCAL_DATE, status), (uint8_t)gc->get(UCAL_DAY_OF_WEEK, status),
215 ((gc->get(UCAL_HOUR_OF_DAY, status) * 60 + gc->get(UCAL_MINUTE, status)) * 60 + gc->get(UCAL_SECOND, status)) * 1000 + gc->get(UCAL_MILLISECOND, status),
217 if (failure(status, "GregorianCalendar::get")) return
    [all...]
  /cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java 157 ITypeVariableDefinition variable = sigClass.getTypeParameters().get(0);
161 IClassReference bound = (IClassReference) variable.getUpperBounds().get(0);
176 ITypeVariableDefinition variable = sigClass.getTypeParameters().get(0);
180 IClassReference bound = (IClassReference) variable.getUpperBounds().get(0);
195 ITypeVariableDefinition variableS = sigClass.getTypeParameters().get(0);
199 IClassReference boundS = (IClassReference) variableS.getUpperBounds().get(0);
202 ITypeVariableDefinition variableT = sigClass.getTypeParameters().get(1);
206 IClassReference boundT = (IClassReference) variableT.getUpperBounds().get(0);
221 ITypeVariableDefinition variableS = sigClass.getTypeParameters().get(0);
225 IClassReference boundS = (IClassReference) variableS.getUpperBounds().get(0)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 128 EscapeSet e = latticeValues.get(i);
129 if (e.regSet.get(reg.getReg())) {
145 ArrayList<SsaInsn> predInsns = ssaMeth.getBlocks().get(pred).getInsns();
146 return predInsns.get(predInsns.size()-1);
158 ArrayList<SsaInsn> succInsns = ssaMeth.getBlocks().get(succ).getInsns();
159 return succInsns.get(0);
269 prevSource = prevSsaInsn.getSources().get(0);
290 prevSource = prevSsaInsn.getSources().get(0);
295 escSet = latticeValues.get(setIndex);
364 EscapeSet mergeSet = latticeValues.get(setIndex)
    [all...]
  /frameworks/base/core/java/android/os/
Bundle.java 259 public Object get(String key) { method in class:Bundle
261 return mMap.get(key);
334 if ((array.get(n).describeContents()
345 && (array.get(0) instanceof Parcelable)) {
347 Parcelable p = (Parcelable) array.get(n);
781 Object o = mMap.get(key);
814 Object o = mMap.get(key);
847 Object o = mMap.get(key);
880 Object o = mMap.get(key);
913 Object o = mMap.get(key)
    [all...]
  /external/chromium/net/url_request/
url_request_http_job.cc 115 // to get the dictionary, we'll validate that an SdchManager is available.
126 DCHECK(!transaction_.get()) << "cannot change once started";
132 DCHECK(!transaction_.get()) << "cannot change once started";
137 DCHECK(!transaction_.get());
158 if (!transaction_.get())
166 return transaction_.get() ?
171 return transaction_.get() ? transaction_->GetUploadProgress() : 0;
175 DCHECK(transaction_.get());
184 DCHECK(transaction_.get());
194 DCHECK(transaction_.get());
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 125 localization.get(), @"localization",
187 // Get the plug-in agent port.
228 [properties.get() setObject:mimeType forKey:@"mimeType"];
231 [properties.get() setObject:userAgent forKey:@"userAgent"];
234 [properties.get() setObject:attributeKeys forKey:@"attributeKeys"];
237 [properties.get() setObject:attributeValues forKey:@"attributeValues"];
240 [properties.get() setObject:[sourceURL absoluteString] forKey:@"sourceURL"];
242 [properties.get() setObject:[NSNumber numberWithBool:fullFrame] forKey:@"fullFrame"];
243 [properties.get() setObject:[NSNumber numberWithBool:isPrivateBrowsingEnabled] forKey:@"privateBrowsingEnabled"];
244 [properties.get() setObject:[NSNumber numberWithBool:isAcceleratedCompositingEnabled] forKey:@"acceleratedComposit (…)
    [all...]
  /cts/tools/host/src/com/android/cts/
TestDevice.java 54 * <li> get command feedback from standard output
306 Log.d("uninstall get info ...");
333 Log.d("install get info ...");
583 * Get the build finger print.
588 return mInfoMap.get(BUILD_FINGERPRINT);
592 * Get the build tags.
597 return mInfoMap.get(BUILD_TAGS);
601 * Get build type.
606 return mInfoMap.get(BUILD_TYPE);
610 * Get the build model
    [all...]
  /external/webkit/WebCore/dom/
ContainerNode.cpp 78 checkAddChild(newChild.get(), ec);
108 oldParent->removeChild(child.get(), ec);
133 next->setPreviousSibling(child.get());
137 prev->setNextSibling(child.get());
140 m_firstChild = child.get();
144 child->setNextSibling(next.get());
148 childrenChanged(false, refChildPreviousSibling.get(), next.get(), 1);
149 dispatchChildInsertionEvents(child.get());
178 checkReplaceChild(newChild.get(), oldChild, ec)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
HashMapTest.java 139 assertNull("Empty hashmap access", empty.get("nothing"));
141 assertTrue("cannot get element", empty.get("something") == "here");
160 assertNull("Empty hashtable access", empty.get("nothing"));
162 assertTrue("cannot get element", empty.get("something") == "here");
176 .get(objArray2[counter]) == hm2.get(objArray2[counter]));
201 hm.get(objArray2[i]));
211 assertNull("Failed to clear integer map values", map.get(i))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResources.java 118 // get the list for the resource type
119 List<ResourceFolder> list = mFolderMap.get(type);
157 // get the list of folders for the resource type.
158 List<ResourceFolder> list = mFolderMap.get(type);
163 ResourceFolder resFolder = list.get(i);
173 list.get(0).touch();
187 // get the lists of ResourceTypes generated by this ResourceFolderType
194 // get the list of folder that can generate this type
201 List<ResourceFolder> resFolders = mFolderMap.get(folderType);
204 resFolders.get(0).touch()
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 59 public Entry get(int n) { method in class:LocalList
84 out.println(get(i)); method
348 DalvInsn insn = insns.get(i);
383 System.err.println(locals.get(i));
398 Entry e = locals.get(i);
421 Entry test = locals.get(j);
545 RegisterSpec oldSpec = regs.get(i);
546 RegisterSpec newSpec = filterSpec(specs.get(i));
582 RegisterSpec existingLocal = regs.get(regNum);
613 Entry endEntry = result.get(endAt)
    [all...]
  /external/clearsilver/java-jni/
HDF.java 91 * Get the file loader in use, if any.
197 String sec = Integer.toString(cal.get(Calendar.SECOND));
200 String min = Integer.toString(cal.get(Calendar.MINUTE));
204 Integer.toString(cal.get(Calendar.HOUR_OF_DAY)));
208 cal.get(Calendar.HOUR) == 0 ? 12 : cal.get(Calendar.HOUR)));
210 cal.get(Calendar.AM_PM) == Calendar.AM ? "1" : "0");
212 Integer.toString(cal.get(Calendar.DAY_OF_MONTH)));
214 Integer.toString(cal.get(Calendar.MONTH)+1));
216 Integer.toString(cal.get(Calendar.YEAR)))
    [all...]
  /external/elfutils/tests/
Makefile 17 SOURCES = arextract.c arsymtest.c asm-tst1.c asm-tst2.c asm-tst3.c asm-tst4.c asm-tst5.c asm-tst6.c asm-tst7.c asm-tst8.c asm-tst9.c ecp.c get-aranges.c get-files.c get-lines.c get-pubnames.c hash.c msg_tst.c newfile.c newscn.c saridx.c scnnames.c sectiondump.c show-abbrev.c show-die-info.c showptable.c test-nlist.c update1.c update2.c update3.c update4.c
45 test-nlist$(EXEEXT) show-die-info$(EXEEXT) get-files$(EXEEXT) \
46 get-lines$(EXEEXT) get-pubnames$(EXEEXT) get-aranges$(EXEEXT) \
115 get_aranges_SOURCES = get-aranges.c
116 get_aranges_OBJECTS = get-aranges.$(OBJEXT
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerResultImpl.c 112 CHKLOG(rc, impl->results->get(impl->results, nbest, (void **)&results));
117 CHKLOG(rc, results->get(results, 0, (void **)&result));
133 CHKLOG(rc, impl->results->get(impl->results, nbest, (void **)&results));
139 CHKLOG(rc, results->get(results, 0, (void **)&result));
160 CHKLOG(rc, impl->results->get(impl->results, nbest, (void **)&results));
161 /* Get the number of semantic results for the entry */
167 CHKLOG(rc, results->get(results, i, (void **)&result));
169 rc = resultImpl->results->get(resultImpl->results, key, (void**) & lValue);
185 /* Unfortunately some people are using get value functions to get the size of the value b
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Structure.h 101 Structure* previousID() const { return m_previous.get(); }
108 size_t get(const Identifier& propertyName);
109 size_t get(const UString::Rep* rep, unsigned& attributes, JSCell*& specificValue);
110 size_t get(const Identifier& propertyName, unsigned& attributes, JSCell*& specificValue) function in class:JSC::Structure
113 return get(propertyName.ustring().rep(), attributes, specificValue);
230 inline size_t Structure::get(const Identifier& propertyName) function in class:JSC::Structure
279 return existingTransition && existingTransition->m_nameInPrevious.get() == key.first
290 Structure* StructureTransitionTable::get(const StructureTransitionTableHash::Key& key, JSCell* specificValue) const function in class:JSC::StructureTransitionTable
294 if (existingTransition && existingTransition->m_nameInPrevious.get() == key.first
301 Transition transition = table()->get(key)
    [all...]
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 97 animation.mAnimations.add(animations.get(i).clone());
193 Animation a = animations.get(i);
206 Animation a = animations.get(i);
221 animations.get(i).restrictDuration(durationMillis);
242 duration = Math.max(duration, animations.get(i).getDuration());
260 final long d = animations.get(i).computeDurationHint();
282 final Animation a = animations.get(i);
312 final Animation a = animations.get(i);
347 animations.get(i).scaleCurrentDuration(scale);
392 Animation a = children.get(i)
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 402 public Object get(Object key) { method in class:TypedProperties
403 Object value = super.get(key);
415 * An unchecked exception that is thrown if a {@code get&lt;TYPE&gt;()} method
435 Object value = super.get(property);
455 Object value = super.get(property);
475 Object value = super.get(property);
495 Object value = super.get(property);
515 Object value = super.get(property);
535 Object value = super.get(property);
555 Object value = super.get(property)
    [all...]
  /libcore/json/src/main/java/org/json/
JSONArray.java 38 * JSONObject#NULL}. In particular, {@code get} fails if the requested index
84 * Getting the parser to populate this could get tricky. Instead, just
255 public Object get(int index) throws JSONException { method in class:JSONArray
257 Object value = values.get(index);
275 return values.get(index);
286 Object object = get(index);
320 Object object = get(index);
354 Object object = get(index);
388 Object object = get(index);
421 Object object = get(index)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
FutureTaskTest.java 84 * setting value causes get to return it
89 assertSame(task.get(), one);
93 * setException causes get to throw ExecutionException
100 Object x = task.get();
182 * set in one thread causes get in another thread to retrieve value
192 assertSame(Boolean.TRUE, ft.get());
206 * set in one thread causes timed get in another thread to retrieve value
216 assertSame(Boolean.TRUE, ft.get(SMALL_DELAY_MS, MILLISECONDS));
230 * Cancelling a task causes timed get in another thread to throw CancellationException
242 ft.get(MEDIUM_DELAY_MS, MILLISECONDS)
    [all...]
  /external/icu4c/test/intltest/
tzbdtest.cpp 212 int32_t offset = time_zone->getOffset((uint8_t)gc->get(UCAL_ERA, status),
213 gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status),
214 gc->get(UCAL_DATE, status), (uint8_t)gc->get(UCAL_DAY_OF_WEEK, status),
215 ((gc->get(UCAL_HOUR_OF_DAY, status) * 60 + gc->get(UCAL_MINUTE, status)) * 60 + gc->get(UCAL_SECOND, status)) * 1000 + gc->get(UCAL_MILLISECOND, status),
217 if (failure(status, "GregorianCalendar::get")) return
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 130 * interface, etc. If we get a CONNECT event for another network
396 mInterfaceName = SystemProperties.get("wifi.interface", "tiwlan0");
470 * Get a handle on the WifiManager. This cannot be done in our
742 if (mWifiState.get() != WIFI_STATE_ENABLED || isDriverStopped()) {
    [all...]
  /cts/tests/src/android/widget/cts/util/
ExpandableListScenario.java 81 * Get the ExpandableListView widget.
179 return mGroups.get(ExpandableListView.getPackedPositionGroup(packedPosition))
180 .children.get(ExpandableListView.getPackedPositionChild(packedPosition))
183 return mGroups.get(ExpandableListView.getPackedPositionGroup(packedPosition))
210 if (child >= mGroups.get(group).children.size() || child < 0) {
221 * @param packedPosition The position to get a view for.
309 return mGroups.get(groupPosition).children.get(childPosition).id;
313 return mGroups.get(groupPosition).children.size();
331 return mGroups.get(groupPosition).id
    [all...]
  /cts/tools/dasm/src/java_cup/
terminal.java 74 return (terminal)_all.get(with_name);
87 return (terminal)_all_by_index.get(the_indx);
  /cts/tools/signature-tools/src/signature/model/impl/
SigTypeVariableDefinition.java 65 if (!ModelUtil.isJavaLangObject(getUpperBounds().get(0))) {
66 builder.append(getUpperBounds().get(0));

Completed in 713 milliseconds

<<31323334353637383940>>