OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentDepth
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/view/
LayoutInflater_Delegate.java
191
final int
currentDepth
= parser.getDepth();
193
parser.getDepth() >
currentDepth
) && type != XmlPullParser.END_DOCUMENT) {
BridgeInflater.java
228
int
currentDepth
= parser.getDepth();
238
if (
currentDepth
== testDepth) {
245
} else if (mResourceReference != null &&
currentDepth
== 1) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
272
const uint16_t
currentDepth
= getDepth();
275
return !(
currentDepth
> 0 && (
currentDepth
!= 1 || prevWordLen != 1));
319
const uint16_t
currentDepth
= getDepth();
321
prevWordLength, getOutputWordBuf(),
currentDepth
, dest);
/frameworks/base/core/java/android/view/
LayoutInflater.java
770
final int
currentDepth
= parser.getDepth();
772
parser.getDepth() >
currentDepth
) && type != XmlPullParser.END_DOCUMENT) {
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.h
65
const int codesRemain, const int
currentDepth
, int *codesDest, Correction *correction,
unigram_dictionary.cpp
86
const int codesRemain, const int
currentDepth
, int *codesDest, Correction *correction,
94
if (
currentDepth
< MAX_DIGRAPH_SEARCH_DEPTH) {
117
codesRemain - i - 1,
currentDepth
+ 1, codesDest + i, correction,
127
currentDepth
+ 1, codesDest + i, correction, queuePool, digraphs,
[
all
...]
/prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
Completed in 520 milliseconds