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

1 2 3 4 5 6 7 8 91011>>

  /external/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/chromium_org/third_party/libjingle/source/talk/xmllite/
qname_unittest.cc 13 * 3. The name of the author may not be used to endorse or promote products
36 QName name("test");
37 EXPECT_EQ(name.LocalPart(), "test");
38 EXPECT_EQ(name.Namespace(), "");
42 QName name("a:test");
43 EXPECT_EQ(name.LocalPart(), "test");
44 EXPECT_EQ(name.Namespace(), "a");
51 QName name("a", "test");
52 EXPECT_EQ(name.LocalPart(), "test");
53 EXPECT_EQ(name.Namespace(), "a")
74 StaticQName name = { "a", "test" }; local
    [all...]
  /external/chromium_org/third_party/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...]
  /external/chromium_org/v8/test/mjsunit/
global-deleted-property-keyed.js 12 // * Neither the name of Google Inc. nor the names of its
33 var name = "fisk"; variable
34 natives[name] = name;
35 function foo() { natives[name] + 12; }
37 delete natives[name];
  /external/clang/test/CodeGen/
redefine_extname.c 4 #pragma redefine_extname name alias
8 int name; variable
11 int fish() { return fake() + __PRAGMA_REDEFINE_EXTNAME + name; }
  /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.c 35 struct utsname name; local
38 result = uname(&name);
41 int namelen = strlen(name.nodename);
47 memcpy( buff, name.nodename, namelen+1 );
  /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-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
  /development/ndk/platforms/android-L/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
  /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_org/chrome/browser/
resources_util_unittest.cc 17 const char* name; member in struct:__anon9186
36 EXPECT_EQ(kCases[i].id, ResourcesUtil::GetThemeResourceId(kCases[i].name));
  /external/chromium_org/v8/tools/
detect-builtins.js 15 var name = names[i];
17 if (name === "length" ||
18 name === "name" ||
19 name === "arguments" ||
20 name === "caller" ||
21 name === "prototype") {
26 if (this_name === "prototype" && name === "constructor") continue;
28 var property = { "name": name };
    [all...]

Completed in 1448 milliseconds

1 2 3 4 5 6 7 8 91011>>