Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:is_HDN
(Results
1 - 2
of
2
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_http_cookiejar.py
19
reach,
is_HDN
, domain_match, user_domain_match, request_path,
457
# functions (and
is_HDN
)? See draft RFC 2965 errata.
851
self.assertTrue(
is_HDN
("foo.bar.com"))
852
self.assertTrue(
is_HDN
("1foo2.3bar4.5com"))
853
self.assertFalse(
is_HDN
("192.168.1.1"))
854
self.assertFalse(
is_HDN
(""))
855
self.assertFalse(
is_HDN
("."))
856
self.assertFalse(
is_HDN
(".foo.bar.com"))
857
self.assertFalse(
is_HDN
("..foo"))
858
self.assertFalse(
is_HDN
("fo
[all...]
/third_party/python/Lib/http/
H
A
D
cookiejar.py
535
def
is_HDN
(text):
function
577
if not
is_HDN
(A):
585
if not
is_HDN
(B[1:]):
722
if
is_HDN
(h) and (i >= 0 or b == "local"):
Completed in 4 milliseconds