OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:effort
(Results
301 - 325
of
849
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
StorageMeasurement.java
218
Log.i(TAG, "measurements dropped because receiver is null! wasted
effort
");
/packages/services/Telephony/src/com/android/phone/
NotificationMgr.java
378
//
effort
though, since there are multiple layers of messages that
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
SourceRevealer.java
179
// Last ditch
effort
: attempt to look up the class corresponding to the fqn
/system/core/liblog/
log_read_kern.c
144
bool valid_entry; /* valiant(?)
effort
to deal with memory starvation */
/external/chromium_org/content/child/webcrypto/
shared_crypto.cc
726
// This is "best
effort
" because it is incomplete for JWK (for which the key
867
// key only to then have import fail. It is "best
effort
" because when
[
all
...]
/external/chromium_org/net/data/url_request_unittest/
BullRunSpeech.txt
28
And now, friends, this incident that has just occurred - this
effort
to assassinate me- emphasizes to a peculiar degree the need of the Progressive movement. Friends, every good citizen ought to do everything in his or her power to prevent the coming of the day when we shall see in this country two recognized creeds fighting one another, when we shall see the creed of the "Havenots" arraigned against the creed of the "Haves." When that day comes then such incidents as this to-night will be commonplace in our history. When you make poor men - when you permit the conditions to grow such that the poor man as such will be swayed by his sense of injury against the men who try to hold what they improperly have won, when that day comes, the most awful passions will be let loose and it will be an ill day for our country.
32
(At this point a renewed
effort
was made to persuade Mr. Roosevelt to conclude his speech.)
/external/lldb/test/pexpect-2.4/examples/
hive.py
381
"""This waits for the shell prompt for each host in an
effort
to try to get
385
best
effort
to consume all input if it printed more than one prompt. It's
/external/owasp/sanitizer/tools/findbugs/doc/manual/
running.html
109
</p><div class="variablelist"><dl><dt><span class="term"><span class="command"><strong>-
effort
:min</strong></span></span></dt><dd><p>
114
</p></dd><dt><span class="term"><span class="command"><strong>-
effort
:max</strong></span></span></dt><dd><p>
/external/valgrind/main/memcheck/tests/x86-linux/
scalar.c
842
// Could do 5s 4m with more
effort
, but I can't be bothered for this
848
// Could do 5s 2m with more
effort
, but I can't be bothered for this
[
all
...]
/frameworks/base/core/java/android/os/
ParcelFileDescriptor.java
700
// Reporting status is best-
effort
703
// Reporting status is best-
effort
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMms.java
742
Log.w(TAG, "Received wrongly quoted printable encoded text. Continuing at best
effort
...");
[
all
...]
/external/owasp/sanitizer/tools/findbugs/doc/
manual_ja.xml
470
<term><command>-
effort
:min</command></term>
478
<term><command>-
effort
:max</command></term>
[
all
...]
/external/chromium_org/chrome/installer/setup/
uninstall.cc
745
// but otherwise respects the no rollback/best
effort
uninstall mentality.
[
all
...]
/external/owasp/sanitizer/tools/findbugs/doc/ja/manual/
anttask.html
37
</pre><p>この事例においては、XML ファイルでバグ検索結果を保存しているので、 <span class="application">FindBugs</span> GUI を使って結果を参照することができます。 <a class="xref" href="running.html" title="第4章 FindBugs™ の実行">4章<i><span class="application">FindBugs</span>™ の実行</i></a> を参照してください。</p></div><div class="sect1" title="4. パラメーター"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e1303"></a>4. パラメーター</h2></div></div></div><p>このセクションでは、 <span class="application">FindBugs</span> タスクを使用する際に、指定することができるパラメーターについて説明します。</p><div class="variablelist"><dl><dt><span class="term"><code class="literal">class</code></span></dt><dd><p>分析の対象となるクラス群を指定するためのネストされる要素です。<code class="literal">class</code> 要素には <code class="literal">location</code> 属性の指定が必須です。分析対象となるアーカイブファイル (jar, zip, 他)、ディレクトリーまたはクラスファイルの名前を記述します。1 つの <code class="literal">findbugs</code> 要素に対して、複数の <code class="literal">class</code> 子要素を指定することができます。</p></dd><dt><span class="term"><code class="literal">auxClasspath</code></span></dt><dd><p>任意指定のネストされる要素です。分析対象のライブラリーまたはアプリケーションによって使用されているが分析の対象にはしたくないクラスを含んでいるクラスパス (Jar ファイルまたはディレクトリー) を指定します。 <span class="application">Ant</span> の Java タスクにある <code class="literal">classpath</code> 要素 と同じ方法で指定することができます。</p></dd><dt><span class="term"><code class="literal">sourcePath</code></span></dt><dd><p>任意指定のネストされる要素です。分析対象 Java コードのコンパイル時に使用したソースファイルを含んでいるソースディレクトリーへのパスを指定します。ソースパスを指定することにより、生成される XML のバグ出力結果に完全なソース情報をもたせることができ、後になって GUI で参照することができます。</p></dd><dt><span class="term"><code class="literal">home</code></span></dt><dd><p>必須属性です。<span class="application">FindBugs</span> がインストールされているディレクトリー名を設定します。</p></dd><dt><span class="term"><code class="literal">quietErrors</code></span></dt><dd><p>任意指定のブール値属性です。true を設定すると、深刻な分析エラー発生やクラスがみつからないといった情報が <span class="application">FindBugs</span> 出力に記録されません。デフォルトは、 false です。</p></dd><dt><span class="term"><code class="literal">reportLevel</code></span></dt><dd><p>任意指定の属性です。報告されるバグの優先度のしきい値を指定します。「low」に設定すると、すべてのバグが報告されます。「medium」 (デフォルト) に設定すると、優先度 (中)および優先度 (高)のバグが報告されます。「high」に設定すると、優先度 (高) のバグのみが報告されます。</p></dd><dt><span class="term"><code class="literal">output</code></span></dt><dd><p>任意指定の属性です。出力形式を指定します。「xml」 (デフォルト) に設定すると、出力は XML 形式になります。「xml:withMessages」 に設定すると、出力は人間が読めるメッセージ が追加された XML 形式になります。(XSL スタイルシートを使ってレポートを作成することを計画している場合はこの形式を使用してください。) 「html」に設定すると、出力は HTML 形式(デフォルトのスタイルシートは default.xsl) になります。 「text」に設定すると、出力は特別なテキスト形式になります。「emacs」に設定すると、出力は <a class="ulink" href="http://www.gnu.org/software/emacs/" target="_top">Emacs</a> エラーメッセージ形式になります。「xdocs」に設定すると、出力は Apache Maven で使用できる xdoc XML になります。</p></dd><dt><span class="term"><code class="literal">stylesheet</code></span></dt><dd><p>任意指定の属性です。output 属性 に html を指定した場合に、 HTML 出力作成に使用されるスタイルシートを指定します。FindBugs 配布物に含まれているスタイルシートは、 default.xsl、 fancy.xsl 、 fancy-hist.xsl 、 plain.xsl および summary.xsl です。デフォルト値は default.xsl です。</p></dd><dt><span class="term"><code class="literal">sort</code></span></dt><dd><p>任意指定の属性です。<code class="literal">output</code> 属性に「text」を指定した場合に、バグの報告をクラス順にソートするかどうかを <code class="literal">sort</code> 属性で指定します。デフォルトは、 true です。</p></dd><dt><span class="term"><code class="literal">outputFile</code></span></dt><dd><p>任意指定の属性です。指定した場合、<span class="application">FindBugs</span> の出力はその名前のファイルへと保存されます。省略時、出力は <span class="application">Ant</span> によって直接表示されます。</p></dd><dt><span class="term"><code class="literal">debug</code></span></dt><dd><p>任意指定のブール値属性です。true に設定すると、 <span class="application">FindBugs</span> は 診断情報を出力します。どのクラスを分析しているか、どのパグパターンディテクタが実行されているか、という情報が表示されます。デフォルトは、 false です。</p></dd><dt><span class="term"><code class="literal">
effort
</code></span></dt><dd><p>分析の活動レベルを設定します。<code class="literal">min</code> 、<code class="literal">default</code> または <code class="literal">max</code> のいずれかの値を設定してください。分析レベルの設定に関する詳細情報は、 <a class="xref" href="running.html#commandLineOptions" title="3. コマンドラインオプション">「コマンドラインオプション」</a> を参照してください。</p></dd><dt><span class="term"><code class="literal">conserveSpace</code></span></dt><dd><p>
effort
="min" と同義です。</p></dd><dt><span class="term"><code class="literal">workHard</code></span></dt><dd><p>
effort
="max" と同義です。</p></dd><dt><span class="term"><code class= (…)
[
all
...]
/external/valgrind/main/coregrind/
m_machine.c
927
it's not worth the typing
effort
. At least include most basic
[
all
...]
/frameworks/base/core/java/android/nfc/
NfcAdapter.java
292
// attemptDeadServiceRecovery() when NFC crashes - we accept a best
effort
574
* NFC service dead - attempt best
effort
recovery
586
// assigning to sService is not thread-safe, but this is best-
effort
code
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java
112
*
effort
if there is never contention. Instead, the node
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_sco.c
69
BTM_ESCO_RETRANS_POWER /* Retransmission
Effort
(Power) */
[
all
...]
/external/chromium_org/build/
install-chroot.sh
540
# We make a best-
effort
to avoid doing so.
755
# Make some reasonable
effort
to detect this type of configuration and
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc
284
// we make an
effort
not to call any routines which might allocate
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc
349
// and then makes an
effort
to also wipe out the stack data that was used by
866
// Here we are just making a best
effort
to put the only pointer
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc
269
// we make an
effort
not to call any routines which might allocate
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc
349
// and then makes an
effort
to also wipe out the stack data that was used by
866
// Here we are just making a best
effort
to put the only pointer
[
all
...]
/external/valgrind/main/memcheck/tests/darwin/
scalar.c
[
all
...]
/frameworks/base/docs/html/reference/com/google/android/gms/ads/mediation/
MediationBannerAdapter.html
807
cycle, a best
effort
is made to call <code><a href="/reference/com/google/android/gms/ads/mediation/MediationAdapter.html#onDestroy()">onDestroy()</a></code>, though this is not guaranteed. Note that
817
Adapters should make an
effort
to disable automatic ad refreshing on the client side. Ads that
[
all
...]
Completed in 834 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>