/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:
|
/dalvik/dx/tests/108-string-annotation/ |
Frotz.java | 18 String name(); method in interface:Frotz
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/retry-decorator/ |
Makefile | 0 name = $(shell grep title retry_decorator/__init__.py | cut -d "'" -f2) 5 git archive --prefix="$(name)-$(ver)/" master | bzip2 --best > "$(name)-$(ver).tar.bz2" 1 name = $(shell grep title retry_decorator\/__init__.py | cut -d "'" -f2) macro
|
/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-memset-slm.S | 15 * Neither the name of Intel Corporation nor the names of its contributors 54 # define ENTRY(name) \ 55 .type name, @function; \ 56 .globl name; \ 57 name: \ label 62 # define END(name) \ 64 .size name, .-name
|
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 24 char name[30]; member in struct:xt_helper_info
|
xt_nfacct.h | 5 *** of the same name, to make information necessary for userspace to 25 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
|
/development/ndk/platforms/android-21/include/linux/netfilter/ |
xt_helper.h | 5 *** of the same name, to make information necessary for userspace to 24 char name[30]; member in struct:xt_helper_info
|
xt_nfacct.h | 5 *** of the same name, to make information necessary for userspace to 25 char name[NFACCT_NAME_MAX]; member in struct:xt_nfacct_match_info
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
xt_helper.h | 5 *** of the same name, to make information necessary for userspace to 17 char name[30]; member in struct:xt_helper_info
|
/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/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/src/child/ |
setup.py | 4 name="nameduser", variable
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/src/parent/ |
setup.py | 4 name="namedpkg", variable
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/debug/ |
error.js | 47 goog.debug.Error.prototype.name = 'CustomError'; method in class:goog.debug.Error
|