OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nameId
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java
63
* @param
nameId
The name of the subtype
71
public InputMethodSubtype(int
nameId
, int iconId, String locale, String mode, String extraValue,
73
this(
nameId
, iconId, locale, mode, extraValue, isAuxiliary, false);
78
* @param
nameId
The name of the subtype
88
public InputMethodSubtype(int
nameId
, int iconId, String locale, String mode, String extraValue,
90
mSubtypeNameResId =
nameId
;
/frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java
44
* @param
nameId
The name of the subtype
48
public SpellCheckerSubtype(int
nameId
, String locale, String extraValue) {
49
mSubtypeNameResId =
nameId
;
/dalvik/vm/hprof/
HprofHeap.cpp
236
hprof_string_id
nameId
;
245
nameId
= hprofLookupStringId("app");
248
nameId
= hprofLookupStringId("zygote");
253
nameId
= hprofLookupStringId("<ILLEGAL>");
256
hprofAddIdToRecord(rec,
nameId
);
/frameworks/base/tools/aapt/
ResourceTable.h
158
uint32_t
nameId
)
160
return
nameId
| (typeId<<16) | (packageId<<24);
165
uint32_t
nameId
);
ResourceTable.cpp
[
all
...]
/external/clang/lib/Parse/
ParseObjc.cpp
149
IdentifierInfo *
nameId
= Tok.getIdentifierInfo();
159
Actions.CodeCompleteObjCInterfaceCategory(getCurScope(),
nameId
, nameLoc);
192
nameId
, nameLoc,
214
Actions.CodeCompleteObjCSuperclass(getCurScope(),
nameId
, nameLoc);
235
Actions.ActOnStartClassInterface(atLoc,
nameId
, nameLoc,
[
all
...]
/prebuilt/sdk/14/
android.jar
Completed in 94 milliseconds