/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
SimpleWikiHelper.java | 123 PackageInfo info = manager.getPackageInfo(context.getPackageName(), 0); local 125 info.packageName, info.versionName);
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/ |
Notepadv3.java | 97 AdapterContextMenuInfo info = (AdapterContextMenuInfo) item.getMenuInfo(); local 98 mDbHelper.deleteNote(info.id);
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
Jdk14Logger.java | 187 * Logs a message with <code>java.util.logging.Level.INFO</code>. 190 * @see org.apache.commons.logging.Log#info(Object) 192 public void info(Object message) { method in class:Jdk14Logger 193 log(Level.INFO, String.valueOf(message), null); 198 * Logs a message with <code>java.util.logging.Level.INFO</code>. 202 * @see org.apache.commons.logging.Log#info(Object, Throwable) 204 public void info(Object message, Throwable exception) { method in class:Jdk14Logger 205 log(Level.INFO, String.valueOf(message), exception); 234 * Is info logging currently enabled? 237 return (getLogger().isLoggable(Level.INFO)); [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
BCDHPublicKey.java | 32 private transient SubjectPublicKeyInfo info; field in class:BCDHPublicKey 64 SubjectPublicKeyInfo info) 66 this.info = info; 71 derY = (ASN1Integer)info.parsePublicKey(); 75 throw new IllegalArgumentException("invalid info structure in DH public key"); 80 ASN1Sequence seq = ASN1Sequence.getInstance(info.getAlgorithm().getParameters()); 81 ASN1ObjectIdentifier id = info.getAlgorithm().getAlgorithm(); 121 if (info != null) 123 return KeyUtil.getEncodedSubjectPublicKeyInfo(info); [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
BouncyCastleProvider.java | 47 private static String info = "BouncyCastle Security Provider v1.49"; field in class:BouncyCastleProvider 140 super(PROVIDER_NAME, 1.49, info);
|
JCEDHPrivateKey.java | 37 private PrivateKeyInfo info; field in class:JCEDHPrivateKey 60 PrivateKeyInfo info) 63 ASN1Sequence seq = ASN1Sequence.getInstance(info.getAlgorithmId().getParameters()); 64 DERInteger derX = DERInteger.getInstance(info.parsePrivateKey()); 65 DERObjectIdentifier id = info.getAlgorithmId().getAlgorithm(); 67 this.info = info; 127 if (info != null) 129 return info.getEncoded(ASN1Encoding.DER); 132 PrivateKeyInfo info = new PrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.dhKeyAgreement, new DHParameter (…) local [all...] |
JCEDHPublicKey.java | 31 private SubjectPublicKeyInfo info; field in class:JCEDHPublicKey 63 SubjectPublicKeyInfo info) 65 this.info = info; 70 derY = (DERInteger)info.parsePublicKey(); 74 throw new IllegalArgumentException("invalid info structure in DH public key"); 79 ASN1Sequence seq = ASN1Sequence.getInstance(info.getAlgorithmId().getParameters()); 80 DERObjectIdentifier id = info.getAlgorithmId().getAlgorithm(); 120 if (info != null) 122 return KeyUtil.getEncodedSubjectPublicKeyInfo(info); [all...] |
JDKDSAPrivateKey.java | 56 PrivateKeyInfo info) 59 DSAParameter params = DSAParameter.getInstance(info.getPrivateKeyAlgorithm().getParameters()); 60 DERInteger derX = ASN1Integer.getInstance(info.parsePrivateKey()); 98 PrivateKeyInfo info = new PrivateKeyInfo(new AlgorithmIdentifier(X9ObjectIdentifiers.id_dsa, new DSAParameter(dsaSpec.getP(), dsaSpec.getQ(), dsaSpec.getG())), new DERInteger(getX())); local 100 return info.getEncoded(ASN1Encoding.DER);
|
/external/ceres-solver/internal/ceres/ |
schur_complement_solver.cc | 143 const int info = LAPACK::SolveInPlaceUsingCholesky(num_rows, local 146 return (info == 0);
|
/external/chromium/base/ |
platform_file_unittest.cc | 263 // Get info for a newly created file. 264 base::PlatformFileInfo info; local 265 EXPECT_TRUE(base::GetPlatformFileInfo(file, &info)); 270 EXPECT_EQ(0, info.size); 271 EXPECT_FALSE(info.is_directory); 272 EXPECT_FALSE(info.is_symbolic_link); 273 EXPECT_LE(info.last_accessed.ToInternalValue(), now.ToInternalValue()); 274 EXPECT_LE(info.last_modified.ToInternalValue(), now.ToInternalValue()); 275 EXPECT_LE(info.creation_time.ToInternalValue(), now.ToInternalValue()); 276 base::Time creation_time = info.creation_time [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_gtk_unittest.cc | 134 RunInfo info = RunInfoForAttrType(location, local 137 return info.length_; 143 RunInfo info = RunInfoForAttrType(location, local 147 return info.attr_ && pango_attribute_equal(info.attr_, attribute);
|
history_quick_provider.cc | 124 const history::URLRow& info = history_match.url_info; local 141 AutocompleteMatch match(this, score, !!info.visit_count(), 146 match.destination_url = info.url(); 153 AutocompleteInput::FormattedStringWithEquivalentMeaning(info.url(), 154 net::FormatUrl(info.url(), languages_, net::kFormatUrlOmitAll, 165 net::FormatUrlWithOffsets(info.url(), languages_, net::kFormatUrlOmitAll, 173 match.description = info.title();
|
/external/chromium/chrome/browser/ |
background_mode_manager.cc | 136 Details<UnloadedExtensionInfo> info = local 142 if (info->already_disabled)
|
/external/chromium/chrome/browser/debugger/ |
devtools_netlog_observer.cc | 104 ResourceInfo* info = GetResourceInfo(source.id); local 105 if (!info) 114 info->request_headers.push_back(std::make_pair(it.name(), 122 info->http_status_code = response_headers.response_code(); 123 info->http_status_text = response_headers.GetStatusText(); 127 info->response_headers.push_back(std::make_pair(name, value));
|
/external/chromium/chrome/browser/download/ |
download_file_unittest.cc | 58 DownloadCreateInfo info; local 59 info.download_id = kDummyDownloadId + offset; 60 info.child_id = kDummyChildId; 61 info.request_id = kDummyRequestId - offset; 62 info.save_info.file_stream = file_stream_; 63 file->reset(new DownloadFile(&info, download_manager_));
|
/external/chromium/chrome/browser/first_run/ |
try_chrome_dialog_view.cc | 220 MONITORINFO info = {sizeof(info)}; local 221 if (!GetMonitorInfoW(monitor, &info)) { 227 int left = is_RTL ? info.rcWork.left : info.rcWork.right - width; 228 int top = info.rcWork.bottom - height;
|
/external/chromium/chrome/browser/password_manager/ |
password_store_win.cc | 98 IE7PasswordInfo info; local 99 info.url_hash = ie7_password::GetUrlHash(UTF8ToWide(url.spec())); 100 WebDataService::Handle handle = web_data_service_->GetIE7Login(info, this); 111 IE7PasswordInfo info = r->GetValue(); local 113 if (!info.encrypted_data.empty()) { 117 web_data_service_->RemoveIE7Login(info); 121 if (!ie7_password::DecryptPassword(url, info.encrypted_data, 131 autofill->date_created = info.date_created;
|
/external/chromium/chrome/browser/sync/ |
sync_ui_util.cc | 182 // Returns the status info for use on the new tab page, where we want slightly 425 syncable::AutofillMigrationDebugInfo info = local 430 info.bookmarks_added_during_migration); 433 info.autofill_entries_added_during_migration); 436 info.autofill_profile_added_during_migration); 440 val->SetString("stat_value", ConstructTime(info.autofill_migration_time));
|
/external/chromium/chrome/common/ |
chrome_content_client.cc | 97 PepperPluginInfo info; local 98 info.is_internal = true; 99 info.path = FilePath(FILE_PATH_LITERAL("internal-chromoting")); 103 info.mime_types.push_back(remoting_mime_type); 104 info.internal_entry_points.get_interface = remoting::PPP_GetInterface; 105 info.internal_entry_points.initialize_module = 107 info.internal_entry_points.shutdown_module = remoting::PPP_ShutdownModule; 109 plugins->push_back(info);
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
GetTitleTest.java | 79 * When the data has title info, the page title is set to it. 118 * When url-file has the title info, the page title is set to it. 124 final PageInfo info = loadFromUrlAndGetTitle(getHtml(TITLE), GET_TITLE_TEST_PATH); local 125 assertEquals("Title should be " + TITLE, TITLE, info.mTitle); 136 final PageInfo info = loadFromUrlAndGetTitle(getHtml(""), GET_TITLE_TEST_EMPTY_PATH); local 137 assertEquals("Incorrect title :: " , info.mUrl, info.mTitle); 148 final PageInfo info = loadFromUrlAndGetTitle(getHtml(null), GET_TITLE_TEST_NO_TITLE_PATH); local 149 assertEquals("Incorrect title :: " , info.mUrl, info.mTitle) [all...] |
/external/chromium_org/ash/desktop_background/ |
desktop_background_view.cc | 57 DisplayInfo info = display_manager->GetDisplayInfo(display.id()); variable 58 float ui_scale = info.GetEffectiveUIScale();
|
/external/chromium_org/ash/display/ |
root_window_transformers.cc | 55 DisplayInfo info = local 64 if (info.rotation() == root_window->GetProperty(kRotationPropertyKey)) 66 root_window->SetProperty(kRotationPropertyKey, info.rotation()); 73 switch (info.rotation()) { 132 DisplayInfo info = Shell::GetInstance()->display_manager()-> local 134 host_insets_ = info.GetOverscanInsetsInPixel(); 135 root_window_ui_scale_ = info.GetEffectiveUIScale(); 193 // for more info.
|
/external/chromium_org/base/ |
file_util.cc | 169 PlatformFileInfo info; local 170 if (!GetFileInfo(file_path, &info)) 172 *file_size = info.size;
|
platform_file_unittest.cc | 343 // Get info for a newly created file. 344 PlatformFileInfo info; local 345 EXPECT_TRUE(GetPlatformFileInfo(file, &info)); 350 EXPECT_EQ(0, info.size); 351 EXPECT_FALSE(info.is_directory); 352 EXPECT_FALSE(info.is_symbolic_link); 353 EXPECT_LE(info.last_accessed.ToInternalValue(), now.ToInternalValue()); 354 EXPECT_LE(info.last_modified.ToInternalValue(), now.ToInternalValue()); 355 EXPECT_LE(info.creation_time.ToInternalValue(), now.ToInternalValue()); 356 Time creation_time = info.creation_time [all...] |
/external/chromium_org/base/process/ |
process_metrics_openbsd.cc | 18 struct kinfo_proc info; local 28 if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0) 31 return (info.p_vm_tsize + info.p_vm_dsize + info.p_vm_ssize); 39 struct kinfo_proc info; local 49 if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0) 52 return info.p_vm_rssize * getpagesize(); 92 struct kinfo_proc info; local 102 if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0 [all...] |