HomeSort by relevance Sort by last modified time
    Searched refs:NAMES (Results 1 - 10 of 10) 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/webkit/WebCore/css/
makeprop.pl 26 open NAMES, "<CSSPropertyNames.in" || die "Could not find CSSPropertyNames.in";
27 my @names = ();
28 while (<NAMES>) {
32 push @names, $_;
34 close(NAMES);
49 foreach my $name (@names) {
71 foreach my $name (@names) {
101 foreach my $name (@names) {
makevalues.pl 26 open NAMES, "<CSSValueKeywords.in" || die "Could not open CSSValueKeywords.in";
27 my @names = ();
28 while (<NAMES>) {
32 push @names, $_;
34 close(NAMES);
50 foreach my $name (@names) {
70 foreach my $name (@names) {
94 foreach my $name (@names) {
  /frameworks/base/tools/aidl/
Type.cpp 3 Namespace NAMES;
38 NAMES.Add(VOID_TYPE);
41 NAMES.Add(BOOLEAN_TYPE);
45 NAMES.Add(BYTE_TYPE);
48 NAMES.Add(CHAR_TYPE);
52 NAMES.Add(INT_TYPE);
56 NAMES.Add(LONG_TYPE);
60 NAMES.Add(FLOAT_TYPE);
64 NAMES.Add(DOUBLE_TYPE);
67 NAMES.Add(STRING_TYPE)
    [all...]
generate_java.cpp 176 NewExpression* ne = new NewExpression(NAMES.Find(proxyType));
338 decl->returnType = NAMES.Search(method->type.type.data);
345 NAMES.Search(arg->type.type.data), arg->name.data,
368 Type* t = NAMES.Search(arg->type.type.data);
430 Type* t = NAMES.Search(arg->type.type.data);
451 proxy->returnType = NAMES.Search(method->type.type.data);
458 NAMES.Search(arg->type.type.data), arg->name.data,
497 Type* t = NAMES.Search(arg->type.type.data);
540 Type* t = NAMES.Search(arg->type.type.data);
583 NAMES.Find(iface->package, iface->name.data))
    [all...]
aidl.cpp 309 Type* old = NAMES.Find(type->QualifiedName());
311 NAMES.Add(type);
324 NAMES.Add(stub);
331 NAMES.Add(proxy);
389 Type* returnType = NAMES.Search(m->type.type.data);
422 Type* t = NAMES.Search(arg->type.type.data);
787 if (NAMES.Find(import->neededClass) == NULL) {
836 NAMES.Dump();
Type.h 437 extern Namespace NAMES;
  /external/proguard/src/proguard/classfile/instruction/
InstructionConstants.java 234 public static final String[] NAMES =
Instruction.java 757 return InstructionConstants.NAMES[opcode & 0xff];
  /external/proguard/lib/
proguard.jar 

Completed in 118 milliseconds