/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
TestActivity.java | 44 String name; field in class:TestActivity.Test 46 name = n; 59 labels[i] = mTests[i].name; 69 Log.d(tag(), "Test: " + t.name);
|
/prebuilts/tools/common/fest/ |
fest-reflect-1.2.jar | |
/cts/tools/cts-java-scanner-doclet/src/com/android/cts/javascannerdoclet/ |
CtsJavaScannerDoclet.java | 88 writer.append("suite:").println(clazz.containingPackage().name()); 89 writer.append("case:").println(clazz.name()); 94 if (!method.name().startsWith("test")) { 118 if (pair.element().name().equals("timeout")) { 133 writer.append(method.name()).println(":" + timeout); 135 writer.println(method.name());
|
/external/v8/test/mjsunit/ |
debug-stepin-accessor.js | 12 // * Neither the name of Google Inc. nor the names of its 47 assertEquals(expected_function_name, event_data.func().name()); 64 name: 'name ', 66 return this.name; // getter 1 70 'a': c.name 74 this.name = n; // setter 1 79 return this.name; // getter y 83 return this.name; // getter 3 87 this.name = n; // setter [all...] |
/prebuilts/tools/common/m2/repository/org/twdata/maven/mojo-executor/2.2.0/ |
mojo-executor-2.2.0.jar | |
/art/compiler/debug/ |
elf_symtab_writer.h | 72 std::string name = PrettyMethod(info.dex_method_index, *info.dex_file, with_signature); local 74 name += " [DEDUPED]"; 76 // If we write method names without signature, we might see the same name multiple times. 77 name_offset = (name == last_name ? last_name_offset : strtab->Write(name)); 78 last_name = std::move(name);
|
/art/test/063-process-manager/src/ |
Main.java | 32 String name = t.getName(); local 33 if (name.indexOf("process reaper") >= 0) {
|
/art/tools/dexfuzz/src/dexfuzz/ |
Timer.java | 26 * The name of the timer, the phase of the program it is intended to time. 28 private String name; field in class:Timer 42 * Initialise a new timer with the provided name. 44 public Timer(String name) { 45 this.name = name; 68 listener.handleTiming(name, ((float)elapsedTime) / 1000.0f);
|
/bionic/libc/arch-x86/atom/string/ |
sse2-memchr-atom.S | 15 * Neither the name of Intel Corporation nor the names of its contributors 56 # define ENTRY(name) \ 57 .type name, @function; \ 58 .globl name; \ 60 name: \ label 65 # define END(name) \ 67 .size name, .-name
|
sse2-memrchr-atom.S | 15 * Neither the name of Intel Corporation nor the names of its contributors 56 # define ENTRY(name) \ 57 .type name, @function; \ 58 .globl name; \ 60 name: \ label 65 # define END(name) \ 67 .size name, .-name
|
sse2-strchr-atom.S | 15 * Neither the name of Intel Corporation nor the names of its contributors 56 # define ENTRY(name) \ 57 .type name, @function; \ 58 .globl name; \ 60 name: \ label 65 # define END(name) \ 67 .size name, .-name
|
sse2-strrchr-atom.S | 15 * Neither the name of Intel Corporation nor the names of its contributors 56 # define ENTRY(name) \ 57 .type name, @function; \ 58 .globl name; \ 60 name: \ label 65 # define END(name) \ 67 .size name, .-name
|
sse2-wcscmp-atom.S | 15 * Neither the name of Intel Corporation nor the names of its contributors 56 # define ENTRY(name) \ 57 .type name, @function; \ 58 .globl name; \ 60 name: \ label 65 # define END(name) \ 67 .size name, .-name
|
sse2-wcsrchr-atom.S | 15 * Neither the name of Intel Corporation nor the names of its contributors 56 # define ENTRY(name) \ 57 .type name, @function; \ 58 .globl name; \ 60 name: \ label 65 # define END(name) \ 67 .size name, .-name
|
ssse3-memcmp-atom.S | 15 * Neither the name of Intel Corporation nor the names of its contributors 64 # define ENTRY(name) \ 65 .type name, @function; \ 66 .globl name; \ 68 name: \ label 73 # define END(name) \ 75 .size name, .-name [all...] |
ssse3-strcat-atom.S | 15 * Neither the name of Intel Corporation nor the names of its contributors 64 # define ENTRY(name) \ 65 .type name, @function; \ 66 .globl name; \ 68 name: \ label 73 # define END(name) \ 75 .size name, .-name
|
ssse3-wcscat-atom.S | 15 * Neither the name of Intel Corporation nor the names of its contributors 56 # define ENTRY(name) \ 57 .type name, @function; \ 58 .globl name; \ 60 name: \ label 65 # define END(name) \ 67 .size name, .-name
|
/bionic/libc/arch-x86/silvermont/string/ |
sse2-memcpy-slm.S | 15 * Neither the name of Intel Corporation nor the names of its contributors 62 # define ENTRY(name) \ 63 .type name, @function; \ 64 .globl name; \ 66 name: \ label 71 # define END(name) \ 73 .size name, .-name
|
sse2-memmove-slm.S | 15 * Neither the name of Intel Corporation nor the names of its contributors 62 # define ENTRY(name) \ 63 .type name, @function; \ 64 .globl name; \ 66 name: \ label 71 # define END(name) \ 73 .size name, .-name
|
sse4-memcmp-slm.S | 15 * Neither the name of Intel Corporation nor the names of its contributors 64 # define ENTRY(name) \ 65 .type name, @function; \ 66 .globl name; \ 68 name: \ label 73 # define END(name) \ 75 .size name, .-name
|
/bionic/libc/include/ |
getopt.h | 47 /* name of long option */ 48 const char *name; member in struct:option
|
/bionic/libc/malloc_debug/ |
MapData.h | 41 MapEntry(uintptr_t start, uintptr_t end, uintptr_t offset, const char* name, size_t name_len) 42 : start(start), end(end), offset(offset), name(name, name_len) {} 51 std::string name; member in struct:MapEntry
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
regerror.c | 18 * 3. Neither the name of the University nor the names of its contributors 55 * 4. Neither the name of the University nor the names of its contributors 129 = #define REG_ATOI 255 // convert name to number (!) 130 = #define REG_ITOA 0400 // convert number to name (!) 134 const char *name; member in struct:rerr 186 (void)strlcpy(convbuf, r->name, sizeof convbuf); 216 if (strcmp(r->name, preg->re_endp) == 0)
|
/build/kati/ |
func.h | 27 const char* name; member in struct:FuncInfo 40 FuncInfo* GetFuncInfo(StringPiece name);
|
/cts/suite/audio_quality/lib/include/task/ |
ModelBuilder.h | 58 const char* name; // XML element name member in struct:ModelBuilder::ParsingInfo
|