OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alternatives
(Results
26 - 50
of
388
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
AppChooserActivity.java
105
// 1. Failed component and no
alternatives
: just an OK box
106
// 2. Failed component and
alternatives
: pick alternative
107
// 3. No failed component and
alternatives
: pick alternative
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java
200
List<LintFix>
alternatives
= fix.getAllFixes();
local
201
if (
alternatives
!= null) {
202
return
alternatives
;
/bionic/libc/private/
libc_logging.h
89
// Unlike the usual
alternatives
, these don't allocate, and they don't drag in all of stdio.
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb
24
*
alternatives
is not LL(k) for a fixed k. However, it is
/external/chromium_org/net/test/
gtest_util.h
42
//
alternatives
to EXPECT_DEBUG_DEATH and ASSERT_DEBUG_DEATH. They
/external/chromium_org/v8/test/webkit/
regexp-alternatives-expected.txt
24
Test regular expression processing with
alternatives
.
regexp-alternatives.js
25
'Test regular expression processing with
alternatives
.'
regexp-zero-length-alternatives.js
25
'Test regular expression processing with
alternatives
that match consuming no characters'
247
// Non-capturing two possibly empty
alternatives
greedy '*'
254
// Non-capturing two possibly empty non-greedy
alternatives
non-greedy '*'
263
// Three possibly empty
alternatives
with greedy +
/external/svox/pico/lib/
picotrns.c
149
picokfst_state_t altState; /**< state of
alternatives
search;
154
- 4 = no more
alternatives
*/
323
/* start search for
alternatives
using input symbol */
372
case 4: /* no more
alternatives
*/
380
/* Transfers current
alternatives
path stored in 'altDesc' with current path length 'pathLen'
415
"initialize
alternatives
in first position";
424
"initialize
alternatives
in that position";
518
/* initialize
alternatives
in new position */
525
/* do not go on due to limited path but still treat
alternatives
in current position */
/frameworks/base/docs/html/training/managing-audio/
audio-output.jd
31
<p>Users have a number of
alternatives
when it comes to enjoying the audio from their Android
/external/proguard/docs/
main.html
93
<li><a href="
alternatives
.html">
Alternatives
</a>: other Java obfuscators,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/
cpuid.h
87
nor
alternatives
in i386 code. */
143
nor
alternatives
in i386 code. */
/prebuilts/tools/common/proguard/proguard4.7/docs/
main.html
91
<li><a href="
alternatives
.html">
Alternatives
</a>: other Java obfuscators,
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg
237
Decision can match input such as "<input>" using multiple
alternatives
:
240
Decision can match input such as "<input>" using multiple
alternatives
: <conflictingAlts; separator=", ">
250
The following
alternatives
can never be matched: <alts; separator=","><\n>
261
ANTLR could not analyze this decision in rule <enclosingRule>; often this is because of recursive rule references visible from the left edge of
alternatives
. ANTLR will re-analyze the decision with a fixed lookahead of k=1. Consider using "options {k=1;}" for that decision and possibly adding a syntactic predicate.
279
Decision can match input such as "<input>" using multiple
alternatives
:
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb
19
*
alternatives
is not LL(k) for a fixed k. However, it is
/external/chromium_org/base/debug/
proc_maps_linux.h
74
//
Alternatives
such as fork()-and-suspend-the-parent-while-child-reads were
/external/chromium_org/content/public/test/
web_contents_tester.h
30
// Design note: We considered two
alternatives
to this separate test interface
/external/chromium_org/sandbox/win/src/
shared_handles.h
47
// better
alternatives
such as STL
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleFetchedImageSet.h
39
// This class keeps one cached image and has access to a set of
alternatives
.
/external/chromium_org/third_party/npapi/npspy/extern/java/
typedefs_md.h
91
least bad given the
alternatives
. */
/external/chromium_org/third_party/openssl/openssl/crypto/des/
options.txt
3
RISC1 and RISC2 are 2
alternatives
for the inner loop and
/external/fio/lib/
flist_sort.c
38
* runs faster than the tidier
alternatives
of either a separate final
/external/lzma/C/
Lzma86.h
42
SZ_FILTER_AUTO - it tries both
alternatives
to select best.
/external/openssl/crypto/des/
options.txt
3
RISC1 and RISC2 are 2
alternatives
for the inner loop and
/external/valgrind/main/tests/
filter_stderr_basic
7
# anything remotely complicated (e.g. "\(a\|b\)"
alternatives
) can't be
Completed in 1342 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>