OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:analysis
(Results
26 - 50
of
483
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/proguard/docs/
quality.html
18
analysis
, a shrunk and obfuscated jar (using ProGuard itself!), test runs with
25
target="other">Automated Code
Analysis
and Testing Pages</a> (at <a
/external/proguard/docs/manual/
optimizations.html
129
<dd>Simplifies code based on control flow
analysis
and data flow
130
analysis
.</dd>
134
<dd>Removes dead code based on control flow
analysis
and data flow
135
analysis
.</dd>
139
<dd>Removes dead code based on a simple control flow
analysis
.</dd>
/sdk/layoutopt/app/src/com/android/layoutopt/cli/
Main.java
61
LayoutAnalysis
analysis
= analyzer.analyze(file);
local
62
System.out.println(
analysis
.getName());
63
for (LayoutAnalysis.Issue issue :
analysis
.getIssues()) {
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
AttributeIterator.java
45
AttributeIterator(Compiler compiler, int opPos, int
analysis
)
48
super(compiler, opPos,
analysis
);
BasicTestIterator.java
73
protected BasicTestIterator(Compiler compiler, int opPos, int
analysis
)
76
super(compiler, opPos,
analysis
, false);
112
Compiler compiler, int opPos, int
analysis
, boolean shouldLoadWalkers)
115
super(compiler, opPos,
analysis
, shouldLoadWalkers);
WalkingIterator.java
55
Compiler compiler, int opPos, int
analysis
, boolean shouldLoadWalkers)
58
super(compiler, opPos,
analysis
, shouldLoadWalkers);
83
* Get the
analysis
bits for this walker, as defined in the WalkerFactory.
/external/bluetooth/bluez/sbc/
sbc_primitives.h
41
/* Polyphase
analysis
filter for 4 subbands configuration,
44
/* Polyphase
analysis
filter for 8 subbands configuration,
/external/blktrace/btt/
trace_plug.c
2
* blktrace output
analysis
: generate a timeline & gather statistics
trace_requeue.c
2
* blktrace output
analysis
: generate a timeline & gather statistics
aqd.c
2
* blktrace output
analysis
: generate a timeline & gather statistics
devmap.c
2
* blktrace output
analysis
: generate a timeline & gather statistics
trace_queue.c
2
* blktrace output
analysis
: generate a timeline & gather statistics
trace_remap.c
2
* blktrace output
analysis
: generate a timeline & gather statistics
bno_dump.c
2
* blktrace output
analysis
: generate a timeline & gather statistics
bt_timeline.c
2
* blktrace output
analysis
: generate a timeline & gather statistics
/external/webkit/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp
162
PangoFont* tmpFont = item->
analysis
.font;
163
item->
analysis
.font = font;
166
pango_shape(buffer, length, &item->
analysis
, glyphs);
168
item->
analysis
.font = tmpFont;
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
ipa-utils.h
1
/* Utilities for ipa
analysis
.
/sdk/layoutopt/libs/uix/src/resources/rules/
UselessLayout.rule
17
analysis
<< "This ${node.name()} layout or its ${node['..'].name()} parent is " +
/dalvik/vm/
Dvm.mk
139
analysis
/CodeVerify.c \
140
analysis
/DexOptimize.c \
141
analysis
/DexVerify.c \
142
analysis
/ReduceConstants.c \
143
analysis
/RegisterMap.c \
144
analysis
/VerifySubs.c \
/external/icu4c/samples/break/
ubreak.c
87
"C Boundary
Analysis
\n"
126
printf("\nEnd of C boundary
analysis
\n");
/external/svox/pico/lib/
picopam.h
33
* This module is responsible for mapping the phonetic domain features generated from text
analysis
35
* between text
analysis
and signal generation
/external/speex/libspeex/
lpc.h
4
@brief Functions for LPC (Linear Prediction Coefficients)
analysis
sb_celp.h
52
int lpcSize; /**< Order of high-band LPC
analysis
*/
54
spx_word16_t lpc_floor; /**< Controls LPC
analysis
noise floor */
62
const spx_word16_t *window; /**< LPC
analysis
window */
/external/icu4c/i18n/
csrmbcs.cpp
24
// of-occurence
analysis
tool. The data needs to be moved
35
// of-occurence
analysis
tool. The data needs to be moved
50
// of-occurence
analysis
tool. The data needs to be moved
65
// of-occurence
analysis
tool. The data needs to be moved
80
// of-occurence
analysis
tool. The data needs to be moved
187
// Statistical
analysis
of single byte non-ASCII charcters would probably help here.
/external/opencore/codecs_v2/audio/sbc/enc/src/
sbcenc_filter.cpp
28
*
analysis
and synthesis filters
72
* SBC
Analysis
matrix for 4 subbands
78
* SBC
Analysis
matrix for 8 subbands
96
*
Analysis
Filter
99
* SBC
ANALYSIS
FOR 8 SUBBANDS
146
*
analysis
filter bank
Completed in 276 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>