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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/108-string-annotation/
Frotz.java 18 String name(); method in interface:Frotz
  /external/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];
  /bionic/libc/kernel/common/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
  /bionic/libc/regex/
cname.h 19 * 3. Neither the name of the University nor the names of its contributors
38 /* character-name table */
40 char *name; member in struct:cname
cclass.h 19 * 3. Neither the name of the University nor the names of its contributors
40 char *name; member in struct:cclass
  /bionic/libc/stdio/
tempnam.c 14 * 3. Neither the name of the University nor the names of its contributors
48 char *f, *name; local
50 if (!(name = malloc(MAXPATHLEN)))
57 (void)snprintf(name, MAXPATHLEN, "%s%s%sXXXXXXXXXX", f,
59 if ((f = _mktemp(name)))
64 (void)snprintf(name, MAXPATHLEN, "%s%s%sXXXXXXXXXX", f,
66 if ((f = _mktemp(name)))
71 (void)snprintf(name, MAXPATHLEN, "%s%sXXXXXXXXX", f, pfx);
72 if ((f = _mktemp(name)))
76 (void)snprintf(name, MAXPATHLEN, "%s%sXXXXXXXXX", f, pfx)
    [all...]
  /bionic/libc/unistd/
gethostname.c 35 struct utsname name; local
38 result = uname(&name);
41 int namelen = strlen(name.nodename);
47 memcpy( buff, name.nodename, namelen+1 );
  /external/dropbear/
svr-service.c 33 static void send_msg_service_accept(unsigned char *name, int len);
39 unsigned char * name; local
44 name = buf_getstring(ses.payload, &len);
48 strncmp(SSH_SERVICE_USERAUTH, name, len) == 0) {
50 send_msg_service_accept(name, len);
51 m_free(name);
58 (strncmp(SSH_SERVICE_CONNECTION, name, len) == 0)) {
63 send_msg_service_accept(name, len);
64 m_free(name);
69 m_free(name);
    [all...]
  /external/iptables/include/linux/netfilter_ipv4/
ipt_helper.h 6 char name[30]; member in struct:ipt_helper_info
  /external/kernel-headers/original/linux/netfilter/
xt_helper.h 6 char name[30]; member in struct:xt_helper_info
  /external/oprofile/libabi/
op_abi.h 18 char const * name; member in struct:op_abi_entry
27 /// return array is terminated by a NULL entry in name field
  /external/webkit/WebKit/mac/WebView/
WebRenderNode.h 13 * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
36 NSString *name; variable
45 - (NSString *)name;
  /external/webkit/WebKit/qt/Api/
qwebdatabase_p.h 32 WebCore::String name; member in class:QWebDatabasePrivate
  /external/webkit/WebKit/win/
AccessibleImage.cpp 42 String AccessibleImage::name() const function in class:AccessibleImage
45 return AccessibleBase::name();
57 return AccessibleBase::name();
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
cu_cmd.h 36 PS8 name; member in struct:__anon8104
  /ndk/build/platforms/android-3/arch-arm/usr/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
  /ndk/build/platforms/android-4/arch-arm/usr/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
  /ndk/build/platforms/android-5/arch-arm/usr/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
  /ndk/build/platforms/android-5/arch-x86/usr/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
  /ndk/build/platforms/android-8/arch-arm/usr/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
  /ndk/build/platforms/android-8/arch-x86/usr/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
  /system/core/sh/
builtins.h 8 const char *name; member in struct:builtincmd
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/
cu_cmd.h 36 PS8 name; member in struct:__anon13946
  /packages/apps/Email/tests/src/com/android/email/mail/
FlagTests.java 35 String name = flag.name(); local
36 assertEquals(name.toUpperCase(), name); local
  /external/elfutils/libdw/
dwarf_getabbrevattr.c 38 unsigned int name; local
46 get_uleb128 (name, attrp);
50 if (name == 0 && form == 0)
57 *namep = name;

Completed in 544 milliseconds

1 2 3 4 5 6 7 8 91011>>