OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Disallow
(Results
1 - 25
of
27
) sorted by null
1
2
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
noarm.d
1
# name:
Disallow
ARM instructions on V7M
/art/runtime/gc/
system_weak.h
32
virtual void
Disallow
() REQUIRES_SHARED(Locks::mutator_lock_) = 0;
57
void
Disallow
() OVERRIDE
system_weak_test.cc
54
void
Disallow
() OVERRIDE
57
SystemWeakHolder::
Disallow
();
/bionic/libc/seccomp/
seccomp_policy.cpp
71
inline void
Disallow
(filter& f) {
96
Disallow
(f);
103
Disallow
(f);
139
Disallow
(f);
151
Disallow
(f);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
robotparser.py
84
# 2: saw an allow or
disallow
line
116
elif line[0] == "
disallow
":
157
"""A rule line is a single "Allow:" (allowance==True) or "
Disallow
:"
170
return (self.allowance and "Allow" or "
Disallow
") + ": " + self.path
/prebuilts/gdb/darwin-x86/lib/python2.7/
robotparser.py
84
# 2: saw an allow or
disallow
line
116
elif line[0] == "
disallow
":
157
"""A rule line is a single "Allow:" (allowance==True) or "
Disallow
:"
170
return (self.allowance and "Allow" or "
Disallow
") + ": " + self.path
/prebuilts/gdb/linux-x86/lib/python2.7/
robotparser.py
84
# 2: saw an allow or
disallow
line
116
elif line[0] == "
disallow
":
157
"""A rule line is a single "Allow:" (allowance==True) or "
Disallow
:"
170
return (self.allowance and "Allow" or "
Disallow
") + ": " + self.path
/prebuilts/go/darwin-x86/src/cmd/compile/
doc.go
79
Disallow
local (relative) imports.
92
Disallow
importing packages not marked as safe; implies -nolocalimports.
/prebuilts/go/linux-x86/src/cmd/compile/
doc.go
79
Disallow
local (relative) imports.
92
Disallow
importing packages not marked as safe; implies -nolocalimports.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
robotparser.py
84
# 2: saw an allow or
disallow
line
116
elif line[0] == "
disallow
":
157
"""A rule line is a single "Allow:" (allowance==True) or "
Disallow
:"
170
return (self.allowance and "Allow" or "
Disallow
") + ": " + self.path
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
robotparser.py
84
# 2: saw an allow or
disallow
line
116
elif line[0] == "
disallow
":
157
"""A rule line is a single "Allow:" (allowance==True) or "
Disallow
:"
170
return (self.allowance and "Allow" or "
Disallow
") + ": " + self.path
/prebuilts/go/darwin-x86/src/html/template/
css.go
240
//
Disallow
<!-- or -->.
/prebuilts/go/linux-x86/src/html/template/
css.go
240
//
Disallow
<!-- or -->.
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func.go
208
//
Disallow
int64 aux values. They should be in the auxint field instead.
209
// Maybe we want to allow this at some point, but for now we
disallow
it
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
func.go
208
//
Disallow
int64 aux values. They should be in the auxint field instead.
209
// Maybe we want to allow this at some point, but for now we
disallow
it
/build/make/core/
main.mk
387
#
Disallow
mock locations by default for user builds
[
all
...]
/prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar_test.go
539
"
Disallow
domain cookie on public suffix.",
/prebuilts/go/linux-x86/src/net/http/cookiejar/
jar_test.go
539
"
Disallow
domain cookie on public suffix.",
/art/runtime/
runtime.cc
[
all
...]
/prebuilts/go/darwin-x86/src/runtime/
mgc.go
[
all
...]
stack.go
903
//
Disallow
sigprof scans of this stack and block if there's
[
all
...]
/prebuilts/go/linux-x86/src/runtime/
mgc.go
[
all
...]
stack.go
903
//
Disallow
sigprof scans of this stack and block if there's
[
all
...]
/prebuilts/go/darwin-x86/src/regexp/
regexp.go
893
//
Disallow
leading zeros.
[
all
...]
/prebuilts/go/linux-x86/src/regexp/
regexp.go
893
//
Disallow
leading zeros.
[
all
...]
Completed in 841 milliseconds
1
2