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))
  /external/webkit/Source/WebCore/css/
makevalues.pl 27 open NAMES, "<CSSValueKeywords.in" || die "Could not open CSSValueKeywords.in";
28 my @names = ();
29 while (<NAMES>) {
33 push @names, $_;
35 close(NAMES);
62 foreach my $name (@names) {
74 foreach my $name (@names) {
115 foreach my $name (@names) {
makeprop.pl 27 open NAMES, "<CSSPropertyNames.in" || die "Could not find CSSPropertyNames.in";
28 my @names = ();
29 while (<NAMES>) {
33 push @names, $_;
35 close(NAMES);
62 foreach my $name (@names) {
106 foreach my $name (@names) {
123 foreach my $name (@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 317 Type* old = NAMES.Find(type->QualifiedName());
319 NAMES.Add(type);
332 NAMES.Add(stub);
339 NAMES.Add(proxy);
352 NAMES.Add(base);
410 Type* returnType = NAMES.Search(m->type.type.data);
452 Type* t = NAMES.Search(arg->type.type.data);
880 if (NAMES.Find(import->neededClass) == NULL) {
929 NAMES.Dump();
    [all...]
Type.h 504 extern Namespace NAMES;
  /packages/inputmethods/LatinIME/tools/maketext/res/com/android/inputmethod/keyboard/internal/
KeyboardTextsSet.tmpl 106 private static final String[] NAMES = {
107 /* @NAMES@ */
124 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 */
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsSet.java 106 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 

Completed in 1305 milliseconds