OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:conditional
(Results
1 - 25
of
2054
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Preprocessor/
unterminated.c
3
#ifdef FOO // expected-error {{unterminated
conditional
directive}}
/external/valgrind/main/memcheck/tests/
badloop.stderr.exp
0
Conditional
jump or move depends on uninitialised value(s)
inits.stderr.exp
0
Conditional
jump or move depends on uninitialised value(s)
manuel1.stderr.exp
0
Conditional
jump or move depends on uninitialised value(s)
metadata.stderr.exp
0
Conditional
jump or move depends on uninitialised value(s)
clientperm.stderr.exp
0
Conditional
jump or move depends on uninitialised value(s)
4
Conditional
jump or move depends on uninitialised value(s)
strchr.stderr.exp-darwin
0
Conditional
jump or move depends on uninitialised value(s)
5
Conditional
jump or move depends on uninitialised value(s)
9
Conditional
jump or move depends on uninitialised value(s)
strchr.stderr.exp2
0
Conditional
jump or move depends on uninitialised value(s)
5
Conditional
jump or move depends on uninitialised value(s)
9
Conditional
jump or move depends on uninitialised value(s)
manuel3.stderr.exp
0
Conditional
jump or move depends on uninitialised value(s)
memcmptest.stderr.exp
0
Conditional
jump or move depends on uninitialised value(s)
memcmptest.stderr.exp2
0
Conditional
jump or move depends on uninitialised value(s)
strchr.stderr.exp
0
Conditional
jump or move depends on uninitialised value(s)
5
Conditional
jump or move depends on uninitialised value(s)
9
Conditional
jump or move depends on uninitialised value(s)
13
Conditional
jump or move depends on uninitialised value(s)
origin6-fp.stderr.exp-glibc25-amd64
0
Conditional
jump or move depends on uninitialised value(s)
/external/valgrind/main/memcheck/tests/linux/
with-space.stderr.exp
0
Conditional
jump or move depends on uninitialised value(s)
/external/llvm/include/llvm/MC/MCParser/
AsmCond.h
1
//===- AsmCond.h - Assembly file
conditional
assembly ----------*- C++ -*-===//
15
/// AsmCond - Class to support
conditional
assembly
17
/// The
conditional
assembly feature (.if, .else, .elseif and .endif) is
20
/// the block of code in the middle of a
conditional
.
25
NoCond, // no
conditional
is being processed
26
IfCond, // inside if
conditional
27
ElseIfCond, // inside elseif
conditional
28
ElseCond // inside else
conditional
/external/valgrind/main/memcheck/tests/amd64/
xor-undef-amd64.stderr.exp
0
Conditional
jump or move depends on uninitialised value(s)
4
Conditional
jump or move depends on uninitialised value(s)
7
Conditional
jump or move depends on uninitialised value(s)
10
Conditional
jump or move depends on uninitialised value(s)
13
Conditional
jump or move depends on uninitialised value(s)
/external/valgrind/main/memcheck/tests/x86/
xor-undef-x86.stderr.exp
0
Conditional
jump or move depends on uninitialised value(s)
4
Conditional
jump or move depends on uninitialised value(s)
7
Conditional
jump or move depends on uninitialised value(s)
pushfpopf.stderr.exp
0
Conditional
jump or move depends on uninitialised value(s)
5
Conditional
jump or move depends on uninitialised value(s)
/external/oprofile/events/mips/r12000/
unit_masks
4
# We don't support the R12000
conditional
count feature yet.
/external/webkit/Source/WebCore/html/
HTMLTagNames.in
13
audio wrapperOnlyIfMediaIsAvailable,
conditional
=VIDEO
32
datagrid interfaceName=HTMLDataGridElement,
conditional
=DATAGRID
33
datalist interfaceName=HTMLDataListElement,
conditional
=DATALIST
34
dcell interfaceName=HTMLDataGridCellElement,
conditional
=DATAGRID
35
dcol interfaceName=HTMLDataGridColElement,
conditional
=DATAGRID
36
drow interfaceName=HTMLDataGridRowElement,
conditional
=DATAGRID
86
meter interfaceName=HTMLMeterElement, constructorNeedsFormElement,
conditional
=METER_TAG
101
progress interfaceName=HTMLProgressElement, constructorNeedsFormElement,
conditional
=PROGRESS_TAG
112
source wrapperOnlyIfMediaIsAvailable,
conditional
=VIDEO
129
track wrapperOnlyIfMediaIsAvailable,
conditional
=VIDEO_TRAC
[
all
...]
/external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_derivedsourcesallinone.py
51
# A regexp for finding
Conditional
attributes in interface definitions.
52
conditionalPattern = re.compile('interface[\s]*\[[^\]]*
Conditional
=([\_0-9a-zA-Z&|]*)')
85
# Wraps
conditional
with ENABLE() and replace '&','|' with '&&','||' if more than one
conditional
is specified.
86
def formatConditional(
conditional
):
91
return ' '.join(map(wrapWithEnable,
conditional
))
94
# Find the
conditional
interface attribute.
96
conditional
= None
98
# Read file and look for "interface [
Conditional
=XXX ]".
105
conditional
= match.group(1
[
all
...]
/dalvik/dx/tests/032-bb-live-code/
info.txt
4
flow to the subsequent instruction, and all forks of each
conditional
/frameworks/base/include/cpustats/
README.txt
6
* should be portable to host; avoid Android OS dependencies without a
conditional
/external/proguard/src/proguard/optimize/evaluation/
TracedBranchUnit.java
42
int
conditional
)
44
if (
conditional
== Value.ALWAYS)
49
else if (
conditional
!= Value.NEVER)
52
super.branchConditionally(clazz, codeAttribute, offset, branchTarget,
conditional
);
/external/valgrind/main/memcheck/tests/amd64-linux/
defcfaexpr.stderr.exp
0
Conditional
jump or move depends on uninitialised value(s)
Completed in 862 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>