OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:replaceable
(Results
226 - 250
of
275
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/
CrawFishGanson.svg
52
<switch a:adobe-blending-mode="multiply" a:adobe-opacity-share="1" i:objectNS="http://ns.adobe.com/ImageReplacement/1.0/" i:objectType="
replaceable
-image" id="XMLID_2_" opacity="0.8" transform="matrix(1 0 0 1 136 165)">
[
all
...]
/external/chromium_org/components/search_engines/
template_url_service.cc
[
all
...]
template_url.h
439
// The
replaceable
parts of url (parsed_url_). These are ordered by index
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
SourceFrame.js
34
* @implements {WebInspector.
Replaceable
}
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
SourcesView.js
9
* @implements {WebInspector.
Replaceable
}
/external/chromium_org/third_party/icu/source/common/unicode/
unorm.h
321
* It may wrap around a simple string, a CharacterIterator, a
Replaceable
, or any
/external/chromium_org/third_party/icu/source/i18n/
cpdtrans.cpp
475
void CompoundTransliterator::handleTransliterate(
Replaceable
& text, UTransPosition& index,
rbt.h
404
virtual void handleTransliterate(
Replaceable
& text, UTransPosition& offsets,
/external/clang/include/clang/AST/
CanonicalType.h
315
/// The CanProxyAdaptor is a
replaceable
class template that is instantiated
/external/icu/icu4c/source/common/unicode/
unorm.h
321
* It may wrap around a simple string, a CharacterIterator, a
Replaceable
, or any
/external/icu/icu4c/source/i18n/
cpdtrans.cpp
475
void CompoundTransliterator::handleTransliterate(
Replaceable
& text, UTransPosition& index,
rbt.h
404
virtual void handleTransliterate(
Replaceable
& text, UTransPosition& offsets,
/external/owasp/sanitizer/tools/findbugs/doc/ja/manual/
analysisprops.html
4
<code class="prompt">$ </code><span class="command"><strong>findbugs -textui -property "cfg.noprune=true" <em class="
replaceable
"><code>myApp.jar</code></em></strong></span>
anttask.html
3
<title>第6章 FindBugs™ Ant タスクの使用方法</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="gui.html" title="第5章 FindBugs GUI の使用方法"><link rel="next" href="eclipse.html" title="第7章 FindBugs™ Eclipse プラグインの使用方法"></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">第6章 <span class="application">FindBugs</span>™ <span class="application">Ant</span> タスクの使用方法</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gui.html">戻る</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="eclipse.html">次へ</a></td></tr></table><hr></div><div class="chapter" title="第6章 FindBugs™ Ant タスクの使用方法"><div class="titlepage"><div><div><h2 class="title"><a name="anttask"></a>第6章 <span class="application">FindBugs</span>™ <span class="application">Ant</span> タスクの使用方法</h2></div></div></div><div class="toc"><p><b>目次</b></p><dl><dt><span class="sect1"><a href="anttask.html#d0e1173">1. <span class="application">Ant</span> タスクのインストール</a></span></dt><dt><span class="sect1"><a href="anttask.html#d0e1209">2. build.xml の書き方</a></span></dt><dt><span class="sect1"><a href="anttask.html#d0e1278">3. タスクの実行</a></span></dt><dt><span class="sect1"><a href="anttask.html#d0e1303">4. パラメーター</a></span></dt></dl></div><p>この章では、 <span class="application">FindBugs</span> を <a class="ulink" href="http://ant.apache.org/" target="_top"><span class="application">Ant</span></a> のビルドスクリプトに組み入れる方法について説明します。 <a class="ulink" href="http://ant.apache.org/" target="_top"><span class="application">Ant</span></a> は、ビルドや配備を行うことができる Java でよく使用されるツールです。<span class="application">FindBugs</span> <span class="application">Ant</span> タスクを使用すると、 ビルドスクリプトを作成して機械的に <span class="application">FindBugs</span> による Java コードの分析を実行することができます。</p><p>この <span class="application">Ant</span> タスクは、 Mike Fagan 氏の多大な貢献によるものです。</p><div class="sect1" title="1. Ant タスクのインストール"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e1173"></a>1. <span class="application">Ant</span> タスクのインストール</h2></div></div></div><p><span class="application">Ant</span> タスクのインストールは、 <code class="filename"><em class="
replaceable
"><code>$FINDBUGS_HOME</code></em>/lib/findbugs-ant.jar</code> を <span class="application">Ant</span> インストールディレクトリーの<code class="filename">lib</code> サブディレクトリーにコピーするだけです。</p><div class="note" title="注記" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[注記]" src="note.png"></td><th align="left">注記</th></tr><tr><td align="left" valign="top"><p>使用する <span class="application">Ant</span> タスクと <span class="application">FindBugs</span> 本体は、同梱されていた同じバージョンのものを使用することを強く推奨します。別のバージョンの <span class="application">FindBugs</span> に含まれていた <span class="application">Ant</span> タスク Jar ファイルでの動作は保証しません。</p></td></tr></table></div><p>
18
</pre><p><code class="literal">findbugs</code> 要素には、 <code class="literal">home</code> 属性が必須です。 <span class="application">FindBugs</span> のインストールディレクトリーすなわち <em class="
replaceable
"><code>$FINDBUGS_HOME</code></em> の値を設定します。<a class="xref" href="installing.html" title="第2章 FindBugs™ のインストール">2章<i><span class="application">FindBugs</span>™ のインストール</i></a> を参照してください。</p><p>このターゲットは <code class="filename">bcel.jar</code> に対して <span class="application">FindBugs</span> を実行します。この Jar ファイルは、 BCEL ビルドスクリプトによって作成されるものです。(上記のターゲットが「jar」ターゲットに依存している (depends) と設定することにより、 <span class="application">FindBugs</span> が実行される前に当該ライブラリーが完全にコンパイルされていることを保証しています。) <span class="application">FindBugs</span> の出力は、 XML 形式で <code class="filename">bcel-fb.xml</code> ファイルに保存されます。補助 Jar ファイル <code class="filename">Regex.jar</code> を aux classpath に記述しています。なぜなら、当該 Jar ファイルが BCEL メイン・ライブラリーから参照されるからです。source path を指定することで、保存されるバグデータに BCEL ソースコードへの正確な参照が記述されます。</p></div><div class="sect1" title="3. タスクの実行"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e1278"></a>3. タスクの実行</h2></div></div></div><p>コマンドラインから <span class="application">Ant</span> を起動する例を次に示します。前述の <code class="literal">findbugs</code> ターゲットを使用しています。</p><pre class="screen">
[
all
...]
/frameworks/base/core/java/android/view/
ViewParent.java
284
* instead of treating that view as trivially
replaceable
by the backing adapter.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py
6
# character data -- the normal case), RCDATA (
replaceable
character
sgmllib.py
6
# character data -- the normal case), RCDATA (
replaceable
character
pdb.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py
6
# character data -- the normal case), RCDATA (
replaceable
character
sgmllib.py
6
# character data -- the normal case), RCDATA (
replaceable
character
pdb.py
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/external/chromium_org/third_party/icu/source/common/
ucase.cpp
476
* such as in a
Replaceable
(for Transliterator) or UTF-8/32 strings etc.
[
all
...]
/external/icu/icu4c/source/common/
ucase.cpp
476
* such as in a
Replaceable
(for Transliterator) or UTF-8/32 strings etc.
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LICM.cpp
494
/// \brief Returns true if a PHINode is a trivially
replaceable
with an
[
all
...]
Completed in 959 milliseconds
1
2
3
4
5
6
7
8
9
10
11