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

<<101102103104105106107108109110>>

  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 196 RunningState.MergedItem mi = newItems.get(i);
346 mAllDetails.removeView(mActiveDetails.get(i).mRootView);
364 addServiceDetailsView(mMergedItem.mServices.get(i), mMergedItem);
376 : mMergedItem.mOtherProcesses.get(i);
454 ActiveDetail ad = mActiveDetails.get(i);
515 mActiveDetails.get(i).mActiveItem.updateTime(
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventValueSelector.java 72 * that are of type string. This lets us get back the {@link EventValueDescription} from the
133 // get the center new top left.
183 if (eventInfoMap.get(i) != null) {
184 String eventName = eventTagMap.get(i);
297 // get the current selection in the event combo
305 // get the EventValueDescription for this tag
307 .get(eventTag)[mDescriptor.filterValueIndex];
387 // get the current selection in the event combo
395 // get the EventValueDescription for this tag
396 EventValueDescription[] values = mLogParser.getEventInfoMap().get(eventTag)
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 827 get: function(key){
1309 var konstructor = Element.Constructors.get(tag);
1504 var get = function(uid){ function
    [all...]
  /build/tools/apicheck/src/com/android/apicheck/
ClassInfo.java 158 if (!mInfo.isConsistent(cl.mMethods.get(mInfo.getHashableName()))) {
193 if (!mInfo.isConsistent(cl.mConstructors.get(mInfo.getHashableName()))) {
212 if (!mInfo.isConsistent(cl.mFields.get(mInfo.name()))) {
  /build/tools/releasetools/
sign_target_files_apks 90 certmap[apk] = OPTIONS.key_map.get(cert, cert)
96 certmap[apk] = OPTIONS.key_map.get(cert, cert)
213 mapped_keys.append(OPTIONS.key_map.get(k, k) + ".x509.pem")
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 282 if (Bits.get(liveSet, at)) {
355 ByteCatchList.Item item = catches.get(i);
376 if (!Bits.get(liveSet, offset)) {
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 475 thisClass = (CstType) pool.get(cpi);
595 type = (CstType) pool.get(idx);
625 return ((CstType) pool.get(idx)).getClassType();
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 292 InnerClassList.Item item = list.get(i);
341 typeList.set(i, membersList.get(i));
407 Method one = methods.get(i);
  /dalvik/dx/src/com/android/dx/rop/type/
StdTypeList.java 337 return get(n);
346 result += get(i).getCategory();
374 public Type get(int n) { method in class:StdTypeList
  /development/apps/Development/src/com/android/development/
PermissionDetails.java 104 return mList.get(position);
112 return mList.get(position);
132 // Get the ViewHolder back to get fast access to the TextView
137 PackageInfo pInfo = mList.get(position);
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 132 // Get pointers to the UI elements in the rss_layout
288 // to add multiple items at once, so you get less "update storm" in the UI
450 items.add(new RssItem(strings.get(i), strings.get(i + 1), strings.get(i + 2)));
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 95 X509Certificate lastCert = (X509Certificate) certs.get(certs.size() - 1);
252 && !paramsPKIX.getTargetConstraints().match((X509Certificate) certs.get(0)))
285 cert = (X509Certificate) certs.get(index);
  /external/chromium/base/
base_main.scons 28 return max(int(os.environ.get('NUMBER_OF_PROCESSORS', '1')), 1)
32 p = ARGUMENTS.get('PROGRESS')
133 envval = self.get(key, None)
196 if env.get('INCREMENTAL'):
203 if env.get('INCREMENTAL'):
226 if env.get('INCREMENTAL'):
directory_watcher_inotify.cc 366 Singleton<InotifyReader>::get()->RemoveWatch(*watch, this);
419 Singleton<InotifyReader>::get()->AddWatch(*subdirectory, this);
446 watch_ = Singleton<InotifyReader>::get()->AddWatch(path, this);
  /external/chromium/net/base/
file_stream_posix.cc 355 DCHECK(!async_context_.get() || !async_context_->callback());
392 if (async_context_.get()) {
432 if (async_context_.get()) {
  /external/chromium/net/flip/
flip_stream.cc 20 metrics_(Singleton<BandwidthMetrics>::get()),
49 if (!request_body_stream_.get())
352 if (!request_body_stream_.get()) {
  /external/chromium/net/http/
http_auth_cache_unittest.cc 77 EXPECT_TRUE(entry->handler() == realm3_handler.get());
84 EXPECT_TRUE(entry->handler() == realm2_handler.get());
113 EXPECT_TRUE(entry->handler() == realm3_handler.get());
  /external/chromium/net/
net_main.scons 28 return max(int(os.environ.get('NUMBER_OF_PROCESSORS', '1')), 1)
32 p = ARGUMENTS.get('PROGRESS')
151 envval = self.get(key, None)
214 if env.get('INCREMENTAL'):
221 if env.get('INCREMENTAL'):
244 if env.get('INCREMENTAL'):
  /external/chromium/net/socket/
client_socket_pool_base.h 93 ClientSocket* socket() { return socket_.get(); }
139 LoadLog* load_log() const { return load_log_.get(); }
469 int rv = helper_->RequestSocket(group_name, request.get());
  /external/chromium/sdch/
sdch_main.scons 28 return max(int(os.environ.get('NUMBER_OF_PROCESSORS', '1')), 1)
32 p = ARGUMENTS.get('PROGRESS')
120 envval = self.get(key, None)
183 if env.get('INCREMENTAL'):
190 if env.get('INCREMENTAL'):
213 if env.get('INCREMENTAL'):
  /external/chromium/third_party/icu/
icu_main.scons 28 return max(int(os.environ.get('NUMBER_OF_PROCESSORS', '1')), 1)
32 p = ARGUMENTS.get('PROGRESS')
122 envval = self.get(key, None)
185 if env.get('INCREMENTAL'):
192 if env.get('INCREMENTAL'):
215 if env.get('INCREMENTAL'):
  /external/chromium/third_party/libevent/
libevent_main.scons 28 return max(int(os.environ.get('NUMBER_OF_PROCESSORS', '1')), 1)
32 p = ARGUMENTS.get('PROGRESS')
120 envval = self.get(key, None)
183 if env.get('INCREMENTAL'):
190 if env.get('INCREMENTAL'):
213 if env.get('INCREMENTAL'):
  /external/chromium/third_party/modp_b64/
modp_b64_main.scons 28 return max(int(os.environ.get('NUMBER_OF_PROCESSORS', '1')), 1)
32 p = ARGUMENTS.get('PROGRESS')
120 envval = self.get(key, None)
183 if env.get('INCREMENTAL'):
190 if env.get('INCREMENTAL'):
213 if env.get('INCREMENTAL'):
  /external/chromium/third_party/zlib/
zlib_main.scons 28 return max(int(os.environ.get('NUMBER_OF_PROCESSORS', '1')), 1)
32 p = ARGUMENTS.get('PROGRESS')
120 envval = self.get(key, None)
183 if env.get('INCREMENTAL'):
190 if env.get('INCREMENTAL'):
213 if env.get('INCREMENTAL'):
  /external/emma/core/java12/com/vladium/logging/
Logger.java 52 * MT-safety: a given Logger instance will not get corrupted by concurrent
317 final LinkedList stack = (LinkedList) THREAD_LOCAL_STACK.get ();
340 final LinkedList stack = (LinkedList) THREAD_LOCAL_STACK.get ();
355 final LinkedList stack = (LinkedList) THREAD_LOCAL_STACK.get ();

Completed in 976 milliseconds

<<101102103104105106107108109110>>