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

<<71727374757677787980>>

  /external/chromium/net/base/
test_completion_callback_unittest.cc 106 NewRunnableMethod(request_.get(), &ExampleWorker::DoWork), true)) {
  /external/chromium/net/flip/
flip_network_transaction.h 57 FlipSession* GetFlipSession() { return flip_.get(); }
  /external/chromium/net/http/
http_auth_cache.h 103 return handler_.get();
  /external/chromium/third_party/icu/source/test/intltest/
incaltst.cpp 162 int32_t tz1 = cal.get(UCAL_ZONE_OFFSET,status);
163 int32_t tz2 = grego -> get (UCAL_ZONE_OFFSET, status);
198 int e = cal.get(UCAL_ERA, status);
199 int y = cal.get(UCAL_YEAR, status);
205 logln((UnicodeString)"OK: " + D + " => " + cal.get(UCAL_ERA, status) + ":" +
206 cal.get(UCAL_YEAR, status) + "/" +
207 (cal.get(UCAL_MONTH, status)+1) + "/" + cal.get(UCAL_DATE, status) + " (" + UnicodeString(cal.getType()) + ")");
209 errln((UnicodeString)"Fail: (millis to fields)" + D + " => " + cal.get(UCAL_ERA, status) + ":" +
210 cal.get(UCAL_YEAR, status) + "/"
    [all...]
  /external/chromium/third_party/icu/source/test/perf/usetperf/
bitset.cpp 30 UBool BitSet::get(int32_t bitIndex) const { function in class:BitSet
  /external/easymock/src/org/easymock/internal/
MocksBehavior.java 88 return behaviorLists.get(behaviorLists.size() - 1);
96 Result result = behaviorLists.get(position).addActual(actual);
100 if (!behaviorLists.get(position).verify()) {
139 List<ErrorMessage> thisListMessages = behaviorLists.get(i)
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
ConstantValueAttribute_info.java 74 return (CONSTANT_literal_info) cls.getConstants ().get (m_value_index);
  /external/emma/core/java13/com/vladium/util/exit/
ExitHookManager.java 88 final Thread exitThread = (Thread) m_exitThreadMap.get (runnable); // TODO: use identity here
  /external/guava/src/com/google/common/collect/
EmptyImmutableMap.java 37 @Override public Object get(Object key) { method in class:EmptyImmutableMap
ExplicitOrdering.java 44 Integer rank = rankMap.get(value);
Multimap.java 33 * <p>The methods {@link #get}, {@link #keySet}, {@link #keys}, {@link #values},
43 * duplicates, the multimap will contain two mappings, and {@code get} will
46 * key to the value, and {@code get} will return a collection that includes the
182 Collection<V> get(@Nullable K key); method in interface:Multimap
229 * <p>The collections returned by {@code asMap().get(Object)} have the same
230 * behavior as those returned by {@link #get}.
  /external/guava/src/com/google/common/util/concurrent/
AbstractService.java 94 // put the exception in the future, the user can get it via Future.get()
118 // put the exception in the future, the user can get it via Future.get()
129 return start().get();
140 return stop().get();
283 public State get() throws InterruptedException, ExecutionException { method in class:AbstractService.Transition
288 public State get(long timeout, TimeUnit unit) method in class:AbstractService.Transition
  /external/icu4c/test/intltest/
incaltst.cpp 162 int32_t tz1 = cal.get(UCAL_ZONE_OFFSET,status);
163 int32_t tz2 = grego -> get (UCAL_ZONE_OFFSET, status);
198 int e = cal.get(UCAL_ERA, status);
199 int y = cal.get(UCAL_YEAR, status);
205 logln((UnicodeString)"OK: " + D + " => " + cal.get(UCAL_ERA, status) + ":" +
206 cal.get(UCAL_YEAR, status) + "/" +
207 (cal.get(UCAL_MONTH, status)+1) + "/" + cal.get(UCAL_DATE, status) + " (" + UnicodeString(cal.getType()) + ")");
209 errln((UnicodeString)"Fail: (millis to fields)" + D + " => " + cal.get(UCAL_ERA, status) + ":" +
210 cal.get(UCAL_YEAR, status) + "/"
    [all...]
  /external/icu4c/test/perf/usetperf/
bitset.cpp 30 UBool BitSet::get(int32_t bitIndex) const { function in class:BitSet
  /external/kernel-headers/original/linux/
xattr.h 37 int (*get)(struct inode *inode, const char *name, void *buffer, member in struct:xattr_handler
  /external/nist-sip/java/gov/nist/core/
NameValueList.java 160 NameValue nv2 = (NameValue) other.hmap.get(key);
181 * Get the NameValue record given a name.
186 return (NameValue) this.hmap.get(name.toLowerCase());
249 * Get a list of parameter names.
259 * Get the parameter as a String.
308 * @see java.util.Map#get(java.lang.Object)
310 public NameValue get(Object key) { method in class:NameValueList
311 return this.hmap.get(key.toString().toLowerCase());
  /external/oauth/core/src/main/java/net/oauth/
OAuthAccessor.java 53 return properties.get(name);
69 * OAuthMessage.GET.
79 method = OAuthMessage.GET;
  /external/proguard/src/proguard/
ClassSpecificationVisitorFactory.java 63 (KeepClassSpecification)keepClassSpecifications.get(index);
104 (ClassSpecification)classSpecifications.get(index);
364 (MemberSpecification)memberSpecifications.get(index);
407 (MemberSpecification)memberSpecifications.get(index);
  /external/proguard/src/proguard/classfile/
ClassPool.java 73 return (Clazz)classes.get(ClassUtil.internalClassNameFromClassType(className));
  /external/proguard/src/proguard/io/
DataEntryObfuscator.java 89 // Did we get to the package separator?
99 // Did the class get a new name?
116 // Did the package get a new name?
118 String newPackagePrefix = (String)packagePrefixMap.get(packagePrefix);
DataEntryRenamer.java 87 String newName = (String)nameMap.get(name);
  /external/proguard/src/proguard/obfuscate/
ClassObfuscator.java 86 * classes can get mixed-case names.
328 String newPackagePrefix = (String)packagePrefixMap.get(packagePrefix);
370 (NameFactory)packagePrefixPackageNameFactoryMap.get(newSuperPackagePrefix);
398 // Come up with package names until we get an original one.
420 (NameFactory)packagePrefixClassNameFactoryMap.get(newPackagePrefix);
448 (NameFactory)packagePrefixNumericClassNameFactoryMap.get(newPackagePrefix);
470 // Come up with class names until we get an original one.
DictionaryNameFactory.java 156 name = (String)names.get(index++);
MemberNameCollector.java 73 // Get the member's new name.
79 // Get the member's descriptor.
95 // this original name get priority?
96 String otherName = (String)nameMap.get(newName);
SimpleNameFactory.java 90 return (String)cachedNames.get(index);

Completed in 816 milliseconds

<<71727374757677787980>>