Searched refs:hp (Results 1 - 25 of 95) sorted by relevance

1234

/prebuilts/clang/host/darwin-x86/clang-4579689/share/opt-viewer/
H A Dopt-stats.py18 hp = hpy() variable
21 hp = None variable
64 if hp:
65 h = hp.heap()
/prebuilts/clang/host/darwin-x86/clang-4630689/share/opt-viewer/
H A Dopt-stats.py18 hp = hpy() variable
21 hp = None variable
64 if hp:
65 h = hp.heap()
/prebuilts/clang/host/darwin-x86/clang-4639204/share/opt-viewer/
H A Dopt-stats.py18 hp = hpy() variable
21 hp = None variable
64 if hp:
65 h = hp.heap()
/prebuilts/clang/host/darwin-x86/clang-4691093/share/opt-viewer/
H A Dopt-stats.py18 hp = hpy() variable
21 hp = None variable
64 if hp:
65 h = hp.heap()
/prebuilts/clang/host/linux-x86/clang-4579689/share/opt-viewer/
H A Dopt-stats.py18 hp = hpy() variable
21 hp = None variable
64 if hp:
65 h = hp.heap()
/prebuilts/clang/host/linux-x86/clang-4630689/share/opt-viewer/
H A Dopt-stats.py18 hp = hpy() variable
21 hp = None variable
64 if hp:
65 h = hp.heap()
/prebuilts/clang/host/linux-x86/clang-4639204/share/opt-viewer/
H A Dopt-stats.py18 hp = hpy() variable
21 hp = None variable
64 if hp:
65 h = hp.heap()
/prebuilts/clang/host/linux-x86/clang-4691093/share/opt-viewer/
H A Dopt-stats.py18 hp = hpy() variable
21 hp = None variable
64 if hp:
65 h = hp.heap()
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
H A DXos_r.h399 # define _XGethostbyname(h,hp) gethostbyname((h))
400 # define _XGethostbyaddr(a,al,t,hp) gethostbyaddr((a),(al),(t))
424 # define _Xg_copyHostent(hp) \
425 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \
426 strcpy((hp).h_name, (hp).hptr->h_name), \
427 ((hp).hent.h_name = (hp).h_name), \
428 ((hp)
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DAutoComplete.py123 hp = HyperParser(self.editwin, "insert")
126 if hp.is_in_string() and (not mode or mode==COMPLETE_FILES):
136 elif hp.is_in_code() and (not mode or mode==COMPLETE_ATTRIBUTES):
143 hp.set_index("insert-%dc" % (len(curline)-(i-1)))
144 comp_what = hp.get_expression()
H A DParenMatch.py106 hp = HyperParser(self.editwin, "insert-1c")
107 if not hp.is_in_code():
109 indices = hp.get_surrounding_brackets(_openers[closer], True)
H A DCallTips.py69 hp = HyperParser(self.editwin, "insert")
70 sur_paren = hp.get_surrounding_brackets('(')
73 hp.set_index(sur_paren[0])
74 expression = hp.get_expression()
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DAutoComplete.py123 hp = HyperParser(self.editwin, "insert")
126 if hp.is_in_string() and (not mode or mode==COMPLETE_FILES):
136 elif hp.is_in_code() and (not mode or mode==COMPLETE_ATTRIBUTES):
143 hp.set_index("insert-%dc" % (len(curline)-(i-1)))
144 comp_what = hp.get_expression()
H A DParenMatch.py106 hp = HyperParser(self.editwin, "insert-1c")
107 if not hp.is_in_code():
109 indices = hp.get_surrounding_brackets(_openers[closer], True)
H A DCallTips.py69 hp = HyperParser(self.editwin, "insert")
70 sur_paren = hp.get_surrounding_brackets('(')
73 hp.set_index(sur_paren[0])
74 expression = hp.get_expression()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DAutoComplete.py123 hp = HyperParser(self.editwin, "insert")
126 if hp.is_in_string() and (not mode or mode==COMPLETE_FILES):
136 elif hp.is_in_code() and (not mode or mode==COMPLETE_ATTRIBUTES):
143 hp.set_index("insert-%dc" % (len(curline)-(i-1)))
144 comp_what = hp.get_expression()
H A DParenMatch.py106 hp = HyperParser(self.editwin, "insert-1c")
107 if not hp.is_in_code():
109 indices = hp.get_surrounding_brackets(_openers[closer], True)
H A DCallTips.py69 hp = HyperParser(self.editwin, "insert")
70 sur_paren = hp.get_surrounding_brackets('(')
73 hp.set_index(sur_paren[0])
74 expression = hp.get_expression()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DAutoComplete.py123 hp = HyperParser(self.editwin, "insert")
126 if hp.is_in_string() and (not mode or mode==COMPLETE_FILES):
136 elif hp.is_in_code() and (not mode or mode==COMPLETE_ATTRIBUTES):
143 hp.set_index("insert-%dc" % (len(curline)-(i-1)))
144 comp_what = hp.get_expression()
H A DParenMatch.py106 hp = HyperParser(self.editwin, "insert-1c")
107 if not hp.is_in_code():
109 indices = hp.get_surrounding_brackets(_openers[closer], True)
H A DCallTips.py69 hp = HyperParser(self.editwin, "insert")
70 sur_paren = hp.get_surrounding_brackets('(')
73 hp.set_index(sur_paren[0])
74 expression = hp.get_expression()
/prebuilts/misc/common/swig/include/2.0.11/ocaml/
H A Docamldec.swg66 #define SWIG_Tag_hp(hp) (((unsigned char *) (hp)) [sizeof(caml_value_t)-1])
71 #define SWIG_Tag_hp(hp) (((unsigned char *) (hp)) [0])
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_httplib.py210 for hp in ("www.python.org:abc", "user:password@www.python.org"):
211 self.assertRaises(httplib.InvalidURL, httplib.HTTP, hp)
213 for hp, h, p in (("[fe80::207:e9ff:fe9b]:8000", "fe80::207:e9ff:fe9b",
219 http = httplib.HTTP(hp)
510 for hp in ("www.python.org:abc", "user:password@www.python.org"):
511 self.assertRaises(httplib.InvalidURL, httplib.HTTP, hp)
513 for hp, h, p in (("[fe80::207:e9ff:fe9b]:8000", "fe80::207:e9ff:fe9b",
519 http = httplib.HTTPS(hp)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_httplib.py210 for hp in ("www.python.org:abc", "user:password@www.python.org"):
211 self.assertRaises(httplib.InvalidURL, httplib.HTTP, hp)
213 for hp, h, p in (("[fe80::207:e9ff:fe9b]:8000", "fe80::207:e9ff:fe9b",
219 http = httplib.HTTP(hp)
510 for hp in ("www.python.org:abc", "user:password@www.python.org"):
511 self.assertRaises(httplib.InvalidURL, httplib.HTTP, hp)
513 for hp, h, p in (("[fe80::207:e9ff:fe9b]:8000", "fe80::207:e9ff:fe9b",
519 http = httplib.HTTPS(hp)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_httplib.py210 for hp in ("www.python.org:abc", "user:password@www.python.org"):
211 self.assertRaises(httplib.InvalidURL, httplib.HTTP, hp)
213 for hp, h, p in (("[fe80::207:e9ff:fe9b]:8000", "fe80::207:e9ff:fe9b",
219 http = httplib.HTTP(hp)
510 for hp in ("www.python.org:abc", "user:password@www.python.org"):
511 self.assertRaises(httplib.InvalidURL, httplib.HTTP, hp)
513 for hp, h, p in (("[fe80::207:e9ff:fe9b]:8000", "fe80::207:e9ff:fe9b",
519 http = httplib.HTTPS(hp)

Completed in 407 milliseconds

1234