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

<<81828384858687888990>>

  /bionic/libc/kernel/tools/
clean_header.py 53 statics = statics.union( kernel_known_statics.get( arch, set() ) )
77 return dst_path, out.get()
  /build/tools/releasetools/
img_from_target_files 72 extra = OPTIONS.info_dict.get("mkyaffs2_extra_flags", None)
120 extra = OPTIONS.info_dict.get("mkyaffs2_extra_flags", None)
  /cts/tools/dasm/src/java_cup/
lalr_item_set.java 79 public lalr_item find(lalr_item itm) {return (lalr_item)_all.get(itm);}
124 other = (lalr_item)_all.get(itm);
258 /* get one item to consider */
  /dalvik/dx/src/com/android/dx/cf/direct/
MemberListParser.java 190 CstUtf8 name = (CstUtf8) pool.get(nameIdx);
191 CstUtf8 desc = (CstUtf8) pool.get(descIdx);
  /dalvik/dx/src/com/android/dx/ssa/
DeadCodeRemover.java 105 RegisterSpec source = sources.get(i);
138 if ((set != null) && set.get(regV)) {
  /dalvik/hit/src/com/android/hit/
State.java 43 Heap heap = mHeaps.get(id);
57 return mHeaps.get(id);
  /dalvik/vm/mterp/x86-atom/
OP_CONST_CLASS.S 34 movl rGLUE, %edx # get MterpGlue pointer
OP_CONST_STRING.S 32 movl rGLUE, %edx # get MterpGlue pointer
  /development/apps/Development/src/com/android/development/
AppHwConfigList.java 107 return mList.get(position);
130 bindView(view, mList.get(position));
Details.java 86 ColumnData cd = mData.get(i);
145 ColumnData cd = mData.get(i);
RunningProcesses.java 98 return mList.get(position);
121 bindView(view, mList.get(position));
  /development/tools/apkcheck/src/com/android/apkcheck/
TypeUtils.java 56 String quick = sQuickConvert.get(type);
78 quick = sQuickConvert.get(type);
  /development/tools/axl/
chewie.py 9 ## sudo apt-get install python-matplotlib
23 def get(self, url): member in class:Queue
104 qtime = queued.get(url)
  /external/apache-http/src/org/apache/http/impl/client/
AbstractAuthenticationHandler.java 133 String id = (String) authPrefs.get(i);
134 Header challenge = challenges.get(id.toLowerCase(Locale.ENGLISH));
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie.java 308 return this.attribs.get(name);
312 return this.attribs.get(name) != null;
  /external/chromium/base/test/
test_suite.h 39 ASSERT_FALSE(exit_manager_.get());
44 ASSERT_TRUE(exit_manager_.get());
184 PathService::Get(base::FILE_EXE, &exe);
  /external/chromium/net/tools/fetch/
fetch_client.cc 63 request_info_.method = "GET";
72 int state = transaction_->Read(buffer_.get(), kBufferSize, &read_callback_);
91 int state = transaction_->Read(buffer_.get(), kBufferSize, &read_callback_);
  /external/chromium/third_party/icu/source/common/
hash.h 75 void* get(const UnicodeString& key) const;
165 inline void* Hashtable::get(const UnicodeString& key) const { function in class:Hashtable
  /external/elfutils/tests/
run-get-lines.sh 22 ./get-lines testfile testfile2 > get-lines.out
24 diff -u get-lines.out - <<"EOF"
65 rm -f testfile testfile2 get-lines.out
  /external/emma/core/java12/com/vladium/emma/report/
ReportDataModel.java 60 PackageItem packageItem = (PackageItem) packageMap.get (packageVMName);
78 srcfileItem = (SrcFileItem) srcfileMap.get (fullSrcFileName);
  /external/guava/src/com/google/common/util/concurrent/
SimpleTimeLimiter.java 103 throw new AssertionError("can't get here");
124 return future.get(timeoutDuration, timeoutUnit);
131 return uninterruptible.get(timeoutDuration, timeoutUnit);
  /external/icu4c/common/
hash.h 75 void* get(const UnicodeString& key) const;
165 inline void* Hashtable::get(const UnicodeString& key) const { function in class:Hashtable
  /external/netcat/scripts/
webproxy 27 ## GET line, since that's all you really ever need to send, and suppresses
84 # ping client machine and get its bare IP address
100 # GET type://host.name:80/file/path HTTP/1.0
127 # check for non-GET *after* we log the query...
128 test "$x1" != "GET" && echo "sorry, this proxy only does GETs" && exit 0
136 echo "oops, can't get to $hh : $hp".
  /external/nist-sip/java/gov/nist/core/
DuplicateNameValueList.java 139 Collection nv2 = (Collection) other.nameValueMap.get(key);
160 * Get the NameValue record given a name.
164 return (Collection) this.nameValueMap.get(name.toLowerCase());
208 * Get a list of parameter names.
218 * Get the parameter as a String.
  /external/proguard/src/proguard/ant/
ClassSpecificationElement.java 56 // Get the referenced file set, or else this one.
102 classSpecification.addField((MemberSpecification)fieldSpecifications.get(index));
107 classSpecification.addMethod((MemberSpecification)methodSpecifications.get(index));

Completed in 962 milliseconds

<<81828384858687888990>>