HomeSort by relevance Sort by last modified time
    Searched defs:name (Results 1 - 25 of 13238) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/MachO/
section-align-1.s 3 name: label
25 // CHECK: Name: __text (5F 5F 74 65 78 74 00 00 00 00 00 00 00 00 00 00)
43 // CHECK: Name: name (1)
59 // CHECK: Name:
  /external/swiftshader/third_party/LLVM/test/MC/MachO/
section-align-1.s 3 name: label
59 // CHECK: ('_string', 'name')
  /dalvik/dx/tests/108-string-annotation/
Frotz.java 18 String name(); method in interface:Frotz
  /external/clang/bindings/python/examples/cindex/
cindex-includes.py 37 # A helper function for generating the node name.
38 def name(f): function in function:main
40 return "\"" + f.name + "\""
49 line += name(i.include)
51 line += '%s->%s' % (name(i.source), name(i.include))
  /external/webrtc/webrtc/libjingle/xmllite/
qname_unittest.cc 19 QName name("test");
20 EXPECT_EQ(name.LocalPart(), "test");
21 EXPECT_EQ(name.Namespace(), "");
25 QName name("a:test");
26 EXPECT_EQ(name.LocalPart(), "test");
27 EXPECT_EQ(name.Namespace(), "a");
34 QName name("a", "test");
35 EXPECT_EQ(name.LocalPart(), "test");
36 EXPECT_EQ(name.Namespace(), "a");
37 EXPECT_EQ(name.Merged(), "a:test")
57 StaticQName name = { "a", "test" }; local
    [all...]
  /bionic/libc/arch-x86/atom/string/
sse2-strlen-atom.S 15 * Neither the name of Intel Corporation nor the names of its contributors
66 # define ENTRY(name) \
67 .type name, @function; \
68 .globl name; \
70 name: \ label
75 # define END(name) \
77 .size name, .-name
sse2-wcslen-atom.S 15 * Neither the name of Intel Corporation nor the names of its contributors
46 # define ENTRY(name) \
47 .type name, @function; \
48 .globl name; \
50 name: \ label
55 # define END(name) \
57 .size name, .-name
ssse3-strcpy-atom.S 15 * Neither the name of Intel Corporation nor the names of its contributors
58 # define ENTRY(name) \
59 .type name, @function; \
60 .globl name; \
62 name: \ label
67 # define END(name) \
69 .size name, .-name
    [all...]
ssse3-wcscpy-atom.S 15 * Neither the name of Intel Corporation nor the names of its contributors
58 # define ENTRY(name) \
59 .type name, @function; \
60 .globl name; \
62 name: \ label
67 # define END(name) \
69 .size name, .-name
  /bionic/libc/arch-x86_64/string/
sse2-strlen-slm.S 15 * Neither the name of Intel Corporation nor the names of its contributors
50 # define ENTRY(name) \
51 .type name, @function; \
52 .globl name; \
54 name: \ label
59 # define END(name) \
61 .size name, .-name
  /bionic/libc/bionic/
gethostname.cpp 35 struct utsname name; local
36 if (uname(&name) == -1) {
40 size_t name_length = static_cast<size_t>(strlen(name.nodename) + 1);
46 memcpy(buf, name.nodename, name_length);
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
23 char name[30]; member in struct:xt_helper_info
xt_nfacct.h 5 *** of the same name, to make information necessary for userspace to
24 char name[NFACCT_NAME_MAX]; member in struct:xt_nfacct_match_info
  /bionic/libc/upstream-netbsd/lib/libc/regex/
cname.h 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
74 /* character-name table */
76 const char *name; member in struct:cname
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRMapElement.h 18 // 3. The name of the author may not be used to endorse or promote products
36 NSString *name; variable
39 @property (retain, getter=getName, setter=setName:) NSString *name; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRMapElement.h 18 // 3. The name of the author may not be used to endorse or promote products
36 NSString *name; variable
39 @property (retain, getter=getName, setter=setName:) NSString *name; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRMapElement.h 18 // 3. The name of the author may not be used to endorse or promote products
36 NSString *name; variable
39 @property (retain, getter=getName, setter=setName:) NSString *name; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRMapElement.h 18 // 3. The name of the author may not be used to endorse or promote products
36 NSString *name; variable
39 @property (retain, getter=getName, setter=setName:) NSString *name; variable
  /external/clang/test/CodeGen/
2003-08-21-WideString.c 15 wchar_t *name; member in struct:__anon15751
  /external/clang/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/Headers/
Types.h 2 const char * name; member in struct:FrameworkSubStruct
  /external/clang/utils/check_cfc/
setup.py 19 name="Check CFC", variable
  /external/compiler-rt/lib/tsan/rtl/
tsan_stat.cc 28 static const char *name[StatCnt] = {}; local
29 name[StatMop] = "Memory accesses ";
30 name[StatMopRead] = " Including reads ";
31 name[StatMopWrite] = " writes ";
32 name[StatMop1] = " Including size 1 ";
33 name[StatMop2] = " size 2 ";
34 name[StatMop4] = " size 4 ";
35 name[StatMop8] = " size 8 ";
36 name[StatMopSame] = " Including same ";
37 name[StatMopIgnored] = " Including ignored "
    [all...]
  /external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/
Request.java 21 private final String name; field in class:Request
25 this.name = "Request";
28 String name() { method in class:Request
29 return this.name;
  /external/guice/core/src/com/google/inject/name/
package-info.java 20 package com.google.inject.name
  /external/icu/icu4c/as_is/os400/
cxxfilt.cpp 10 struct Name *name = Demangle(str, rest); // "f__1XFi" local
14 if(name->Kind() == MemberFunction) {
15 //((MemberFunctionName *) name)->Scope()->Text() is "X"
16 //((MemberFunctionName *) name)->RootName() is "f"
17 //((MemberFunctionName *) name)->Text() is "X::f(int)"
18 printf("\t=> %s\n", ((MemberFunctionName *) name)->Text());

Completed in 755 milliseconds

1 2 3 4 5 6 7 8 91011>>