HomeSort by relevance Sort by last modified time
    Searched refs:NAMES (Results 1 - 20 of 20) sorted by null

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ProfilesTableModel.java 23 private static final String[] NAMES = { "measure", "layout", "draw" };
43 return NAMES[row];
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
Makefile 3 NAMES := wpa_gui ap laptop group invitation
5 ICONS := $(addsuffix .png, $(foreach name, $(NAMES), $(foreach size, $(SIZES), $(size)/$(name))))
6 ICONS += $(addsuffix .xpm, $(NAMES))
  /cts/tests/tests/sax/src/android/sax/cts/
ElementTest.java 57 private static final String[] NAMES = { "bob", "tom", "brett" };
77 assertEquals(NAMES[mNameIndex], body);
127 assertEquals(NAMES.length, mNameIndex);
  /frameworks/base/tools/aidl/
Type.cpp 3 Namespace NAMES;
45 NAMES.Add(VOID_TYPE);
48 NAMES.Add(BOOLEAN_TYPE);
53 NAMES.Add(BYTE_TYPE);
56 NAMES.Add(CHAR_TYPE);
61 NAMES.Add(INT_TYPE);
66 NAMES.Add(LONG_TYPE);
71 NAMES.Add(FLOAT_TYPE);
76 NAMES.Add(DOUBLE_TYPE);
79 NAMES.Add(STRING_TYPE)
    [all...]
generate_java_binder.cpp 139 NewExpression* ne = new NewExpression(NAMES.Find(proxyType));
275 decl->returnType = NAMES.Search(method->type.type.data);
282 NAMES.Search(arg->type.type.data), arg->name.data,
306 Type* t = NAMES.Search(arg->type.type.data);
367 Type* t = NAMES.Search(arg->type.type.data);
388 proxy->returnType = NAMES.Search(method->type.type.data);
395 NAMES.Search(arg->type.type.data), arg->name.data,
434 Type* t = NAMES.Search(arg->type.type.data);
477 Type* t = NAMES.Search(arg->type.type.data);
520 NAMES.Find(iface->package, iface->name.data))
    [all...]
generate_java_rpc.cpp 178 Type* t = NAMES.Search(arg->type.type.data);
210 Type* returnType = NAMES.Search(method->type.type.data);
241 Type* t = NAMES.Search(arg->type.type.data);
653 resultMethod->parameters.push_back(new Variable(NAMES.Search(method->type.type.data),
660 NAMES.Search(arg->type.type.data), arg->name.data,
699 Type* t = NAMES.Search(arg->type.type.data);
760 Type* t = NAMES.Search(method->type.type.data);
775 Type* t = NAMES.Search(arg->type.type.data);
819 decl->returnType = NAMES.Search(method->type.type.data);
825 NAMES.Search(arg->type.type.data), arg->name.data
    [all...]
aidl.cpp 323 Type* old = NAMES.Find(type->QualifiedName());
325 NAMES.Add(type);
338 NAMES.Add(stub);
345 NAMES.Add(proxy);
358 NAMES.Add(base);
416 Type* returnType = NAMES.Search(m->type.type.data);
458 Type* t = NAMES.Search(arg->type.type.data);
962 if (NAMES.Find(import->neededClass) == NULL) {
    [all...]
Type.h 504 extern Namespace NAMES;
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/
KeyboardTextsSet.tmpl 104 private static final String[] NAMES = {
105 /* @NAMES@ */
122 for (final String name : NAMES) {
  /external/proguard/src/proguard/classfile/instruction/
InstructionConstants.java 234 public static final String[] NAMES =
Instruction.java 757 return InstructionConstants.NAMES[opcode & 0xff];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tic.h 54 ** Names Section, containing the names of the terminal
137 * three are also used in the hash table of capability names. The scanner
146 #define NAMES 4 /* The names for a terminal type */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tic.h 54 ** Names Section, containing the names of the terminal
137 * three are also used in the hash table of capability names. The scanner
146 #define NAMES 4 /* The names for a terminal type */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tic.h 54 ** Names Section, containing the names of the terminal
137 * three are also used in the hash table of capability names. The scanner
146 #define NAMES 4 /* The names for a terminal type */
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
utilities.js 99 NAMES: {
434 var prefix = ['"', this.NAMES[input] || input, '": '];
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsSet.java 104 private static final String[] NAMES = {
    [all...]
  /external/zlib/src/
make_vms.com 108 $! Why /NAMES = AS_IS? Why not simply ".not. vax"? And why not on VAX?
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 2001 milliseconds