/art/compiler/dex/quick/mips/ |
target_mips.cc | 287 LOG(INFO) << prefix << ": " << buf; 334 RegisterInfo* info = GetRegInfo(reg); local 335 if (info->live && info->dirty) { 336 info->dirty = false; 337 int v_reg = mir_graph_->SRegToVReg(info->s_reg);
|
/art/compiler/dex/quick/x86/ |
target_x86.cc | 293 LOG(INFO) << prefix << ": " << buf; 338 RegisterInfo* info = GetRegInfo(reg); local 339 if (info->live && info->dirty) { 340 info->dirty = false; 341 int v_reg = mir_graph_->SRegToVReg(info->s_reg);
|
/bionic/libc/bionic/ |
system_properties.c | 310 prop_info *info = new_prop_obj(sizeof(prop_info) + namelen + 1, &off_tmp); local 311 if (info) { 312 memcpy(info->name, name, namelen); 313 info->name[namelen] = '\0'; 314 info->serial = (valuelen << 24); 315 memcpy(info->value, value, valuelen); 316 info->value[valuelen] = '\0'; 321 return info; 683 prop_info *info = to_prop_obj(trie->prop); local 684 if (!info) [all...] |
/dalvik/vm/compiler/codegen/ |
RallocUtil.cpp | 100 ALOGE("Tried to get info on a non-existant temp: r%d",reg); 126 RegisterInfo *info = getRegInfo(cUnit, reg); local 127 if (info->live && info->dirty) { 128 info->dirty = false; 130 dvmCompilerS2VReg(cUnit, info->sReg) << 2, 580 static void flushAllRegsBody(CompilationUnit *cUnit, RegisterInfo *info, 585 if (info[i].live && info[i].dirty) { 586 if (info[i].pair) 619 RegisterInfo *info = getRegInfo(cUnit, reg); local 643 RegisterInfo *info = getRegInfo(cUnit, reg); local 649 RegisterInfo *info = getRegInfo(cUnit, reg); local 655 RegisterInfo *info = getRegInfo(cUnit, reg); local [all...] |
/dalvik/vm/compiler/codegen/mips/ |
RallocUtil.cpp | 102 ALOGE("Tried to get info on a non-existant temp: r%d",reg); 128 RegisterInfo *info = getRegInfo(cUnit, reg); local 129 if (info->live && info->dirty) { 130 info->dirty = false; 132 dvmCompilerS2VReg(cUnit, info->sReg) << 2, 652 static void flushAllRegsBody(CompilationUnit *cUnit, RegisterInfo *info, 657 if (info[i].live && info[i].dirty) { 658 if (info[i].pair) 691 RegisterInfo *info = getRegInfo(cUnit, reg); local 715 RegisterInfo *info = getRegInfo(cUnit, reg); local 721 RegisterInfo *info = getRegInfo(cUnit, reg); local 727 RegisterInfo *info = getRegInfo(cUnit, reg); local [all...] |
/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:__anon401 251 ** info - the BTA specific information (like last active operation). 261 UINT32 *p_timeout, UINT32 *p_offset, UINT8 info, UINT8 app_id);
|
/external/chromium/chrome/browser/autofill/ |
autofill_profile.cc | 219 FormGroupList info = FormGroups(); local 220 for (FormGroupList::const_iterator it = info.begin(); it != info.end(); ++it) 226 FormGroupList info = FormGroups(); local 227 for (FormGroupList::const_iterator it = info.begin(); it != info.end(); ++it)
|
/external/chromium/chrome/browser/download/ |
download_manager_unittest.cc | 64 void AttachDownloadItem(DownloadCreateInfo* info) { 65 download_manager_->AttachDownloadItem(info); 202 MockDownloadFile(DownloadCreateInfo* info, DownloadManager* manager) 203 : DownloadFile(info, manager), renamed_count_(0) { } 307 DownloadCreateInfo* info = new DownloadCreateInfo; local 308 info->download_id = static_cast<int>(i); 309 info->prompt_user_for_save_location = kStartDownloadCases[i].save_as; 310 info->url_chain.push_back(GURL(kStartDownloadCases[i].url)); 311 info->mime_type = kStartDownloadCases[i].mime_type; 312 download_manager_->CreateDownloadItem(info); [all...] |
/external/chromium/chrome/browser/extensions/ |
extensions_ui.cc | 578 static SelectFileDialog::FileTypeInfo info; local 592 info.extensions.push_back(std::vector<FilePath::StringType>()); 593 info.extensions.front().push_back(FILE_PATH_LITERAL("pem")); 594 info.extension_description_overrides.push_back( 597 info.include_all_files = true; 605 load_extension_dialog_->SelectFile(type, select_title, FilePath(), &info, [all...] |
/external/chromium/chrome/browser/net/ |
predictor_api.cc | 287 UrlInfo info; local 288 info.SetUrl(it->first); 289 info.set_time(it->second); 290 resolution_list.push_back(info);
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_thread2_unittest.cc | 914 ModelSafeRoutingInfo info; local [all...] |
/external/chromium/chrome/browser/ui/webui/ |
gpu_internals_ui.cc | 443 // Run callback immediately in case the info is ready and no update in the 547 DictionaryValue* info = new DictionaryValue(); local 548 info->Set("basic_info", basic_info); 556 info->Set("diagnostics", dx_info); 559 return info; 571 // Get GPU Info. 579 // Send GPU Info to javascript.
|
/external/chromium/chrome/common/deprecated/ |
event_sys_unittest.cc | 171 ThreadInfo info; local 176 ASSERT_TRUE(base::PlatformThread::Create(0, this, &info.thread)); 182 threads_.push_back(info);
|
/external/chromium/webkit/glue/ |
weburlloader_impl.cc | 148 ResourceResponseInfo* info, 155 info->request_time = Time::Now(); 156 info->response_time = Time::Now(); 157 info->headers = NULL; 158 info->mime_type.swap(mime_type); 159 info->charset.swap(charset); 160 info->security_info.clear(); 161 info->content_length = -1; 162 info->encoded_data_length = 0; 163 info->load_timing.base_time = Time::Now() 700 ResourceResponseInfo info; local [all...] |
/external/chromium_org/ash/system/chromeos/network/ |
network_state_list_detailed_view.cc | 64 // Create a label with the font size and color used in the network info bubble. 73 // Create a label formatted for info items in the menu 85 // Create a row of labels for the network info bubble. 118 // A bubble which displays network info. 259 // If the info bubble was visible, close it when some other item is clicked. 308 // If the info bubble was visible, close it when some other item is clicked. 502 NetworkInfo* info = new NetworkInfo(network->path()); local 503 network_list_.push_back(info); 515 NetworkInfo* info = new NetworkInfo(favorite->path()); local 516 network_list_.push_back(info); 526 NetworkInfo* info = network_list_[i]; local 658 const NetworkInfo* info = network_list_[i]; local 713 const NetworkInfo* info = network_list_[i]; local [all...] |
/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 347 UpdatedExtensionPermissionsInfo* info = local 349 if (info->permissions->HasAPIPermission( 351 info->reason == UpdatedExtensionPermissionsInfo::ADDED) { 353 OnBackgroundAppInstalled(info->extension);
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
event_router.cc | 98 // Converts the job info to its JSON (Value) form. 258 const drive::JobInfo& info, const std::string& status) 259 : job_info(info), status(status) { 498 // Replace with the latest job info. 514 // Replace with the latest job info. 611 fileapi::FileSystemInfo info = local 614 entry->SetString("fileSystemName", info.name); 615 entry->SetString("fileSystemRoot", info.root_url.spec());
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
file_browser_handlers.cc | 333 fileapi::FileSystemInfo info = local 338 SetupPermissionsAndDispatchEvent(info.name, info.root_url, 354 info.name, info.root_url, file_list, handler_pid));
|
/external/chromium_org/chrome/browser/download/ |
download_history_unittest.cc | 91 const history::DownloadRow& info, 94 create_download_info_ = info; 110 const history::DownloadRow& info) OVERRIDE { 112 update_download_ = info; 139 const history::DownloadRow& info) { 142 CheckInfoEqual(info, create_download_info_); 152 void ExpectDownloadUpdated(const history::DownloadRow& info) { 155 CheckInfoEqual(update_download_, info); 300 const history::DownloadRow& info) { 302 history_->ExpectDownloadCreated(info); 355 info); local 473 history::DownloadRow info; local 506 history::DownloadRow info; local 535 history::DownloadRow info; local 630 history::DownloadRow info; local 673 history::DownloadRow info; local 746 history::DownloadRow info; local 770 history::DownloadRow info; local [all...] |
/external/chromium_org/chrome/browser/extensions/activity_log/ |
activity_log.cc | 156 const ApiInfo* info = &kApiInfoTable[i]; local 157 api_database_[info->api_name] = info;
|
/external/chromium_org/chrome/browser/extensions/api/management/ |
management_api.cc | 95 scoped_ptr<management::ExtensionInfo> info(new management::ExtensionInfo()); 98 info->id = extension.id(); 99 info->name = extension.name(); 100 info->short_name = extension.short_name(); 101 info->enabled = service->IsExtensionEnabled(info->id); 102 info->offline_enabled = OfflineEnabledInfo::IsOfflineEnabled(&extension); 103 info->version = extension.VersionString(); 104 info->description = extension.description(); 105 info->options_url = ManifestURL::GetOptionsPage(&extension).spec() 261 scoped_ptr<management::ExtensionInfo> info = local 693 scoped_ptr<management::ExtensionInfo> info = CreateExtensionInfo( local [all...] |