OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strong
(Results
1801 - 1825
of
3412
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/external/openssl/crypto/x509v3/
v3_sxnet.c
66
/* Support for Thawte
strong
extranet extension */
148
/*
Strong
Extranet utility functions */
/external/owasp/sanitizer/tools/findbugs/doc/ja/manual/
datamining.html
3
<title>第12章 FindBugs™ によるデータ・マイニング</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="FindBugs™ マニュアル"><link rel="up" href="index.html" title="FindBugs™ マニュアル"><link rel="prev" href="rejarForAnalysis.html" title="第11章 rejarForAnalysis の使用方法"><link rel="next" href="license.html" title="第13章 ライセンス"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">第12章 <span class="application">FindBugs</span>™ によるデータ・マイニング</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="rejarForAnalysis.html">戻る</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="license.html">次へ</a></td></tr></table><hr></div><div class="chapter" title="第12章 FindBugs™ によるデータ・マイニング"><div class="titlepage"><div><div><h2 class="title"><a name="datamining"></a>第12章 <span class="application">FindBugs</span>™ によるデータ・マイニング</h2></div></div></div><div class="toc"><p><b>目次</b></p><dl><dt><span class="sect1"><a href="datamining.html#commands">1. コマンド</a></span></dt><dt><span class="sect1"><a href="datamining.html#examples">2. 例</a></span></dt><dt><span class="sect1"><a href="datamining.html#antexample">3. Ant の例</a></span></dt></dl></div><p>バグデータベースへの高機能の問い合わせ機能、および、調査対象のコードの複数のバージョンにわたる警告の追跡記録機能を、 FindBugs は内蔵しています。これらを使って次のようなことができます。すなわち、いつバグが最初持ち込まれたかを捜し出すこと、最終リリース以後持ち込まれた警告の分析を行うこと、または、無限再起ループの数を時間軸でグラフにすることです。</p><p>これらの技術は、 FindBugs が警告の保存に使う XML 書式を使用します。これらの XML ファイルは、通常、特定の 1 分析に対する警告が入れられています。しかしそれらには、一連のソフトウェアのビルドやバージョンに対する分析結果を格納することもできます。</p><p>すべての FindBugs XML バグデータベースには、バージョン名とタイム・スタンプ が入れられています。FindBugs は分析が行われるファイルの更新時刻からタイム・スタンプを計算します (例えば、タイム・スタンプはクラスファイルの生成時刻になるようになっています。分析が行われた時刻ではありません) 。各々のバグデータベースには、バージョン名も入れられています。バージョン名とタイム・スタンプは、 <span class="command"><
strong
>setBugDatabaseInfo</
strong
></span> (<a class="xref" href="datamining.html#setBugDatabaseInfo" title="1.7. setBugDatabaseInfo">「setBugDatabaseInfo」</a>) コマンドを使用して手動で設定することもできます。</p><p>複数バージョンを格納するバグデータベースにおいては、分析されるコードの各バージョンごとにシーケンス番号が割り当てられます。これらのシーケンス番号は単に 0 から始まる連続する整数値です (例えば、 4 つのコードバージョンを格納するバグデータベースには、バージョン 0~3 が入れられます) 。バグデータベースにはまた、各バージョンの名前とタイム・スタンプがそれぞれ記録されます。<span class="command"><
strong
>filterBugs</
strong
></span> コマンドを使用すると、シーケンス番号、バージョン名またはタイム・スタンプからバージョンを参照することができます。</p><p>1 バージョンを格納するバグデータベースの集合から、 1 個の複数バージョンバグデータベースを作成することができます。また、複数バージョンバグデータベースに対して、それ以後に作成された 1 バージョンのバグデータベースを結合することができます。</p><p>これらのコマンドのいくつかは、 ant タスクとして実行することができます。コマンドの実行方法および属性・引数の詳細は、以下を参照してください。以下のすべての例においては、 <code class="literal">findbugs.lib</code> <code class="literal">refid</code> が正しく設定されていることを前提としています。設定方法の一例を次に示します :</p><pre class="programlisting">
13
</pre><div class="sect1" title="1. コマンド"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="commands"></a>1. コマンド</h2></div></div></div><p>FindBugs データ・マイニング ツールはすべてコマンドラインから実行することができます。また、いくつかのより有用なコマンドは、 ant ビルドファイルから実行することができます。</p><p>コマンドラインツールについて簡単に説明します :</p><div class="variablelist"><dl><dt><span class="term"><span class="command"><
strong
><a class="link" href="datamining.html#unionBugs" title="1.1. unionBugs">unionBugs</a></
strong
></span></span></dt><dd><p>別のクラスに対する別個の分析結果を結合します。</p></dd><dt><span class="term"><span class="command"><
strong
><a class="link" href="datamining.html#computeBugHistory" title="1.2. computeBugHistory">computeBugHistory</a></
strong
></span></span></dt><dd><p>複数バージョンから得られた複数のバグ警告を、マージして 1 個の複数バージョンバグデータベースにします。これを使って、既存の複数バージョンバグデータベースに更にバージョンを追加したり、 1 バージョンを格納するバグデータベースの集合から 1 個の複数バージョンバグデータベースを作成したり、できます。</p></dd><dt><span class="term"><span class="command"><
strong
><a class="link" href="datamining.html#setBugDatabaseInfo" title="1.7. setBugDatabaseInfo">setBugDatabaseInfo</a></
strong
></span></span></dt><dd><p>リビジョン名やタイ (…)
[
all
...]
/frameworks/base/core/java/android/bluetooth/le/
ScanRecord.java
169
* All numerical multi-byte entities and values shall use little-endian <
strong
>byte</
strong
>
/frameworks/base/core/java/android/nfc/tech/
IsoDep.java
37
* <p class="note"><
strong
>Note:</
strong
> Methods that perform I/O operations
/frameworks/base/docs/html/about/versions/
android-2.3.4.jd
30
<em>API Level:</em> <
strong
>{@sdkPlatformApiLevel}</
strong
></p>
/frameworks/base/docs/html/design/patterns/
buttons.jd
113
<
strong
>part of the primary app experience</
strong
>. Examples are games and
fullscreen.jd
113
<
strong
>part of the primary app experience</
strong
>. Examples are games and
/frameworks/base/docs/html/google/gcm/
client.jd
66
<p class="note"><
strong
>Caution:</
strong
> When you add the Play Services library to
456
<p>When the user clicks the app's <
strong
>Send</
strong
> button, the app sends an
514
<p class="note"><
strong
>Note:</
strong
> Using {@link android.support.v4.content.WakefulBroadcastReceiver}
664
<p class="note"><
strong
>Note:</
strong
> Stats on the Google API Console are not
/frameworks/base/docs/html/google/play/billing/
billing_best_practices.jd
71
<p><
strong
>Note:</
strong
> If you use Proguard to obfuscate your code, you must add the following
/frameworks/base/docs/html/guide/appendix/
g-app-intents.jd
57
<p><
strong
><em>Note:</em></
strong
> This requires your
/frameworks/base/docs/html/guide/topics/graphics/
2d-graphics.jd
130
<p class="note"><
strong
>Note: </
strong
> In order to request an invalidate from a thread other than your main
171
<p class="note"><
strong
>Note:</
strong
> On each pass you retrieve the Canvas from the SurfaceHolder,
218
<p class="note"><
strong
>Note:</
strong
> Image resources placed in <code>res/drawable/</code> may be
259
<p class="warning"><
strong
>Note:</
strong
> Each unique resource in your project can maintain only
view-animation.jd
111
<p class="note"><
strong
>Note:</
strong
> Regardless of how your animation may move or resize, the
/frameworks/base/docs/html/guide/topics/media/
audio-capture.jd
39
<p class="note"><
strong
>Note:</
strong
> The Android Emulator does not have the ability to capture
/frameworks/base/docs/html/guide/topics/ui/layout/
listview.jd
148
<p class="note"><
strong
>Note:</
strong
> Because this sample performs a query on the <a
/frameworks/base/docs/html/guide/topics/ui/notifiers/
toasts.jd
140
<p class="note"><
strong
>Note:</
strong
> Do not use the public constructor for a Toast
/frameworks/base/docs/html/sdk/api_diff/10/changes/
alldiffs_index_changes.html
48
Listed as: <span style="color:#069"><
strong
>Added</
strong
></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
classes_index_additions.html
48
Listed as: <span style="color:#069"><
strong
>Added</
strong
></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
fields_index_additions.html
48
Listed as: <span style="color:#069"><
strong
>Added</
strong
></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
fields_index_all.html
48
Listed as: <span style="color:#069"><
strong
>Added</
strong
></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
methods_index_additions.html
48
Listed as: <span style="color:#069"><
strong
>Added</
strong
></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
/frameworks/base/docs/html/sdk/api_diff/11/changes/
constructors_index_changes.html
48
Listed as: <span style="color:#069"><
strong
>Added</
strong
></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
packages_index_all.html
48
Listed as: <span style="color:#069"><
strong
>Added</
strong
></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
packages_index_changes.html
48
Listed as: <span style="color:#069"><
strong
>Added</
strong
></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
/frameworks/base/docs/html/sdk/api_diff/12/changes/
constructors_index_removals.html
48
Listed as: <span style="color:#069"><
strong
>Added</
strong
></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
packages_index_all.html
48
Listed as: <span style="color:#069"><
strong
>Added</
strong
></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
Completed in 579 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>