/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPHeader.java | 51 * @param hname String to set 53 protected SIPHeader(String hname) { 54 headerName = hname;
|
SIPHeaderList.java | 73 * @param hname 76 protected SIPHeaderList(Class<HDR> objclass, String hname) { 78 this.headerName = hname;
|
/ndk/sources/host-tools/make-3.81/ |
file.c | 46 return_ISTRING_HASH_1 (((struct file const *) key)->hname); 52 return_ISTRING_HASH_2 (((struct file const *) key)->hname); 58 return_ISTRING_COMPARE (((struct file const *) x)->hname, 59 ((struct file const *) y)->hname); 125 file_key.hname = name; 167 file_key.hname = name; 181 new->name = new->hname = name; 211 from_file->name = from_file->hname; 217 the `hname' member, since it must be put in a new hash bucket, 229 file_key.hname = to_hname [all...] |
remake.c | 732 if (!streq (file->name, file->hname)) 733 printf (_("; using VPATH name `%s'"), file->hname); 746 file->name = file->hname; 757 if (!streq(file->name, file->hname)) 759 DB (DB_BASIC, (_(" Ignoring VPATH name `%s'.\n"), file->hname)); [all...] |
filedef.h | 29 char *hname; /* Hashed filename */ member in struct:file
|
/external/mksh/src/ |
histrap.c | 67 static char *hname; variable 566 if (hname && strcmp(hname, name) == 0) 577 afree(hname, APERM); 578 hname = NULL; 716 if ((hname = str_val(global("HISTFILE"))) == NULL) 718 strdupx(hname, hname, APERM); 723 if ((fd = open(hname, O_RDWR | O_CREAT | O_APPEND, 0600)) < 0) 757 nhname = shf_smprintf("%s.%d", hname, (int)procpid) [all...] |
/external/nist-sip/java/gov/nist/core/ |
HostNameParser.java | 65 public HostNameParser(String hname) { 66 this.lexer = new LexerCore("charLexer", hname);
|
/external/mdnsresponder/mDNSPosix/ |
parselog.py | 216 for ip,[height,hname,hinfo] in ipList.items(): 223 c.showTextAtPoint(pageRect.origin.x + 2 + typesize*8, height*typesize + 2, hname, len(hname))
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
SipUri.java | 206 String hname = (String) i.next(); local 208 String h1 = a.getHeader(hname); 209 String h2 = b.getHeader(hname); 216 Header header1 = headerFactory.createHeader(hname, RFC2396UrlDecoder.decode(h1)); 217 Header header2 = headerFactory.createHeader(hname, RFC2396UrlDecoder.decode(h2)); [all...] |
/external/valgrind/main/VEX/ |
test_main.c | 2010 HChar* hname; local 2214 HChar* hname = NULL; local [all...] |
/external/tcpdump/ |
addrtoname.c | 110 char hname[NI_MAXHOST]; local 123 hname, sizeof(hname), NULL, 0, 0)) { 126 strcpy(host.h_name, hname);
|
/external/valgrind/main/memcheck/ |
mc_translate.c | 3834 Char* hname; local 4146 Char* hname = NULL; local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tzregts.cpp | 501 UnicodeString hname = UnicodeString((h<0) ? "GMT-" : "GMT+") + local 513 logln(hname + ' ' + (UnicodeString)count + (UnicodeString)" e.g. " + *ids->snext(ec)); 515 logln(hname + ' ' + count); 522 errln(hname + ' ' + "Fail: " + e); [all...] |
/external/icu4c/test/intltest/ |
tzregts.cpp | 501 UnicodeString hname = UnicodeString((h<0) ? "GMT-" : "GMT+") + local 517 logln(hname + ' ' + (UnicodeString)count + (UnicodeString)" e.g. " + *ids->snext(ec)); 519 logln(hname + ' ' + count); 526 errln(hname + ' ' + "Fail: " + e); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tarfile.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tarfile.py | [all...] |
/external/openssh/ |
ssh-keygen.c | 1259 do_print_resource_record(struct passwd *pw, char *fname, char *hname) 1275 export_dns_rr(hname, public, stdout, print_generic); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_socket.py | 337 hname, aliases, ipaddrs = socket.gethostbyaddr(ip) 341 all_host_names = [hostname, hname] + aliases [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_socket.py | 337 hname, aliases, ipaddrs = socket.gethostbyaddr(ip) 341 all_host_names = [hostname, hname] + aliases [all...] |
/external/v8/src/ |
objects.cc | [all...] |