OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_absolute
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
name.py
151
def
is_absolute
(self):
member in class:Name
193
sabs = self.
is_absolute
()
194
oabs = other.
is_absolute
()
322
if omit_final_dot and self.
is_absolute
():
343
if omit_final_dot and self.
is_absolute
():
364
if not self.
is_absolute
():
365
if origin is None or not origin.
is_absolute
():
398
if not self.
is_absolute
():
399
if origin is None or not origin.
is_absolute
():
476
if self.
is_absolute
() and len(other) > 0
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-vax.c
2417
int
is_absolute
;
local
[
all
...]
tc-tic54x.c
3244
is_absolute
(struct opstruct *operand)
function
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
symtab.h
545
is_absolute
() const
function in class:gold::Symbol
695
if (this->
is_absolute
())
[
all
...]
Completed in 205 milliseconds