HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 1701 - 1725 of 3477) sorted by null

<<61626364656667686970>>

  /art/runtime/gc/space/
large_object_space.cc 201 // Return the number of pages that the allocation info covers.
217 // Finds and returns the next non free allocation info after ourself.
224 // Returns the previous free allocation info by using the prev_free_ member to figure out
226 // previous allocation info is free.
231 // Returns the address of the object associated with this allocation info.
252 // can also find the iterator for any allocation info pointer.
262 size_t FreeListSpace::GetSlotIndexForAllocationInfo(const AllocationInfo* info) const {
263 DCHECK_GE(info, allocation_info_);
264 DCHECK_LT(info, reinterpret_cast<AllocationInfo*>(allocation_info_map_->End()));
265 return info - allocation_info_
344 AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj)); local
400 AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj)); local
420 AllocationInfo* info = *it; local
    [all...]
  /bionic/libc/kernel/uapi/drm/
nouveau_drm.h 46 struct drm_nouveau_gem_info info; member in struct:drm_nouveau_gem_new
  /cts/tests/tests/media/libmediandkjni/
native-media-jni.cpp 305 AMediaCodecBufferInfo info; local
308 int status = AMediaCodec_dequeueOutputBuffer(codec[tt], &info, 1);
311 if (info.flags & AMEDIACODEC_BUFFER_FLAG_END_OF_STREAM) {
316 ALOGV("got decoded buffer for track %d, size %d", tt, info.size);
317 if (info.size > 0) {
320 int adler = checksum(buf, info.size, format[tt]);
332 ALOGV("unexpected info code for track %d : %d", tt, status);
431 AMediaCodecBufferInfo info; local
432 int status = AMediaCodec_dequeueOutputBuffer(codec, &info, 1);
435 if (info.flags & AMEDIACODEC_BUFFER_FLAG_END_OF_STREAM)
499 AMediaCodecBufferInfo info; local
587 PsshInfo* info = AMediaExtractor_getPsshInfo(ex); local
    [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/apps/Development/src/com/android/development/
PackageSummary.java 87 PackageInfo info = null; local
89 info = pm.getPackageInfo(mPackageName,
97 if (info != null) {
98 mPackage.setText(info.packageName);
101 if (info.applicationInfo != null) {
103 pm.getApplicationIcon(info.applicationInfo));
104 label = info.applicationInfo.nonLocalizedLabel;
105 appClass = info.applicationInfo.className;
106 if (info.applicationInfo.enabled) {
109 if ((info.applicationInfo.flags&ApplicationInfo.FLAG_SYSTEM) == 0)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 475 AccessibilityServiceInfo info = new AccessibilityServiceInfo(); local
477 info.eventTypes = AccessibilityEvent.TYPES_ALL_MASK;
479 info.feedbackType = feedbackType;
481 info.notificationTimeout = EVENT_NOTIFICATION_TIMEOUT_MILLIS;
483 info.packageNames = PACKAGE_NAMES;
484 setServiceInfo(info);
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 251 final ApplicationInfo info = applications.get(i); local
252 final View view = createApplicationIcon(mInflater, this, info);
303 ViewGroup group, ApplicationInfo info) {
307 info.icon.setBounds(0, 0, mIconSize, mIconSize);
308 textView.setCompoundDrawables(null, info.icon, null, null);
309 textView.setText(info.title);
311 textView.setTag(info.intent);
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 41 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
42 * If not specified, defaults to "info". </li>
45 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
112 /** "Info" level logging. */
205 // IMHO it should be lower, but at least info ( costin ).
227 } else if("info".equalsIgnoreCase(lvl)) {
291 case SimpleLog.LOG_LEVEL_INFO: buf.append("[INFO] "); break;
429 * @see org.apache.commons.logging.Log#info(Object)
431 public final void info(Object message) { method in class:SimpleLog
445 * @see org.apache.commons.logging.Log#info(Object, Throwable
447 public final void info(Object message, Throwable t) { method in class:SimpleLog
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_fs_co.h 140 /* a data type to keep an array of ssn/file offset - the info can be saved to NV */
153 UINT8 info; /* info for BTA on the client side */ member in struct:__anon5381
251 ** info - the BTA specific information (like last active operation).
261 UINT32 *p_timeout, UINT32 *p_offset, UINT8 info, UINT8 app_id);
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 59 // Create a label with the font size and color used in the network info bubble.
68 // Create a label formatted for info items in the menu
81 // Create a row of labels for the network info bubble.
114 // A bubble which displays network info.
247 // If the info bubble was visible, close it when some other item is clicked.
289 // If the info bubble was visible, close it when some other item is clicked.
471 NetworkInfo* info = new NetworkInfo(network->path()); local
472 network_list_.push_back(info);
483 NetworkInfo* info = network_list_[i]; local
485 handler->GetNetworkState(info->service_path)
604 const NetworkInfo* info = network_list_[i]; local
659 const NetworkInfo* info = network_list_[i]; local
    [all...]
  /external/chromium_org/base/android/linker/
linker_jni.cc 285 crazy_library_info_t info; local
286 if (!crazy_library_get_info(library.Get(), context, &info)) {
298 env, lib_info_obj, info.load_address, info.load_size);
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 191 // Add self as an observer for the profile info cache so we know when profiles
348 UpdatedExtensionPermissionsInfo* info = local
350 if (info->permissions->HasAPIPermission(
352 info->reason == UpdatedExtensionPermissionsInfo::ADDED) {
354 OnBackgroundAppInstalled(info->extension);
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences.cc 227 ash::DisplayInfo info = display_manager->GetDisplayInfo(id); local
231 property_value->SetInteger("rotation", static_cast<int>(info.rotation()));
234 static_cast<int>(info.configured_ui_scale() * 1000));
242 if (!info.overscan_insets_in_dip().empty())
243 InsetsToValue(info.overscan_insets_in_dip(), property_value.get());
244 if (info.color_profile() != ui::COLOR_PROFILE_STANDARD) {
246 "color_profile_name", ColorProfileToString(info.color_profile()));
  /external/chromium_org/chrome/browser/download/
download_history_unittest.cc 93 const history::DownloadRow& info,
96 create_download_info_ = info;
112 const history::DownloadRow& info) OVERRIDE {
114 update_download_ = info;
141 const history::DownloadRow& info) {
144 CheckInfoEqual(info, create_download_info_);
154 void ExpectDownloadUpdated(const history::DownloadRow& info) {
157 CheckInfoEqual(update_download_, info);
302 const history::DownloadRow& info) {
304 history_->ExpectDownloadCreated(info);
371 info); local
496 history::DownloadRow info; local
535 history::DownloadRow info; local
563 history::DownloadRow info; local
579 history::DownloadRow info; local
608 history::DownloadRow info; local
703 history::DownloadRow info; local
746 history::DownloadRow info; local
819 history::DownloadRow info; local
843 history::DownloadRow info; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log.cc 180 const ApiInfo* info = &kApiInfoTable[i]; local
181 api_database_[info->api_name] = info;
  /external/chromium_org/chrome/browser/extensions/api/input_ime/
input_ime_api.cc 107 extensions::BackgroundInfo* info = static_cast<extensions::BackgroundInfo*>( local
109 if (info)
110 has_background_ = info->has_background_page();
277 input_ime::OnSurroundingTextChanged::SurroundingInfo info;
278 info.text = text;
279 info.focus = cursor_pos;
280 info.anchor = anchor_pos;
282 input_ime::OnSurroundingTextChanged::Create(engine_id, info));
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_api.cc 159 serial::ConnectionInfo info; local
160 info.connection_id = id;
161 if (connection_->GetInfo(&info)) {
163 results_ = serial::Connect::Results::Create(info);
326 serial::ConnectionInfo info; local
327 info.connection_id = params_->connection_id;
328 connection->GetInfo(&info);
329 results_ = serial::GetInfo::Results::Create(info);
350 linked_ptr<serial::ConnectionInfo> info(new serial::ConnectionInfo());
351 info->connection_id = connection_id
    [all...]
  /external/chromium_org/chrome/browser/extensions/
installed_loader.cc 99 ManifestReloadReason ShouldReloadExtensionManifest(const ExtensionInfo& info) {
102 if (Manifest::IsUnpackedLocation(info.extension_location))
107 info.extension_manifest.get()))
111 if (IsManifestCorrupt(info.extension_manifest.get()))
147 void InstalledLoader::Load(const ExtensionInfo& info, bool write_to_prefs) {
150 if (info.extension_manifest) {
152 info.extension_path,
153 info.extension_location,
154 *info.extension_manifest,
155 GetCreationFlags(&info),
220 ExtensionInfo* info = extensions_info->at(i).get(); local
493 ExtensionInfo* info = uninstalled_extensions_info->at(i).get(); local
    [all...]
menu_manager_unittest.cc 612 base::DictionaryValue* info; local
613 ASSERT_TRUE(list->GetDictionary(0, &info));
616 ASSERT_TRUE(info->GetInteger("menuItemId", &tmp_id));
618 ASSERT_TRUE(info->GetInteger("parentMenuItemId", &tmp_id));
622 ASSERT_TRUE(info->GetString("mediaType", &tmp));
624 ASSERT_TRUE(info->GetString("srcUrl", &tmp));
626 ASSERT_TRUE(info->GetString("pageUrl", &tmp));
630 ASSERT_TRUE(info->GetString("selectionText", &tmp16));
634 ASSERT_TRUE(info->GetBoolean("editable", &bool_tmp));
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater.cc 360 const PendingExtensionInfo* info = pending_extension_manager->GetById( local
362 if (!Manifest::IsAutoUpdateableLocation(info->install_source())) {
366 if (downloader_->AddPendingExtension(*iter, info->update_url(),
402 ThrottleInfo& info = throttle_info_[extension_id]; local
408 if (info.in_progress)
412 Time last = info.check_start;
416 info.check_start = now;
418 Time earliest = last + TimeDelta::FromSeconds(info.throttle_delay);
427 info.check_start = now;
428 info.in_progress = true
    [all...]
  /external/chromium_org/chrome/browser/history/
expire_history_backend_unittest.cc 301 URLRow info; local
302 if (!main_db_->GetURLRow(url_id, &info))
304 GURL url = info.url();
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 294 StorageInfo info; local
296 MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path);
298 MediaGalleryPrefId id = AddGalleryWithNameV2(info.device_id(), gallery_name,
300 AddGalleryExpectation(id, gallery_name, info.device_id(), relative_path,
350 StorageInfo info; local
351 MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path);
353 id = AddGalleryWithNameV2(info.device_id(), gallery_name, relative_path,
357 AddGalleryExpectation(id, gallery_name, info.device_id(), relative_path,
362 id = AddGalleryWithNameV2(info.device_id(), gallery_name, relative_path,
366 id = AddGalleryWithNameV2(info.device_id(), gallery_name, relative_path
560 StorageInfo info; local
599 StorageInfo info; local
637 StorageInfo info; local
680 StorageInfo info; local
720 StorageInfo info; local
750 StorageInfo info; local
930 StorageInfo info; local
958 StorageInfo info; local
1038 StorageInfo info; local
1151 StorageInfo info; local
1212 MediaGalleryPrefInfo info; local
    [all...]
media_scan_manager.cc 240 base::FileEnumerator::FileInfo info; local
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.cc 529 // requests that are served from the cache. See bug 330931 for more info.
638 const ResourceRequestInfo* info = ResourceRequestInfo::ForRequest(&request); local
639 if (info && ((!info->IsAsync()) ||
640 info->GetResourceType() == ResourceType::STYLESHEET ||
641 info->GetResourceType() == ResourceType::SCRIPT)) {

Completed in 739 milliseconds

<<61626364656667686970>>