HomeSort by relevance Sort by last modified time
    Searched refs:disallowed (Results 1 - 25 of 32) sorted by null

1 2

  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyVpnService.java 101 String disallowed = intent.getStringExtra(packageName + ".disallowedapplications"); local
102 if (disallowed != null) {
103 String[] packageArray = disallowed.split(",");
124 + " disallowedApplications=" + disallowed);
  /prebuilts/go/darwin-x86/test/
convert3.go 7 // Verify allowed and disallowed conversions.
  /prebuilts/go/linux-x86/test/
convert3.go 7 // Verify allowed and disallowed conversions.
  /external/v8/test/mjsunit/
number-literal.js 16 test('oct-int', '040', '32', true); // Octals disallowed in strict mode.
const.js 49 // Test that the value is read eventhough assignment is disallowed.
strict-mode.js 89 // 'with' disallowed in strict mode.
    [all...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssFuzzerTest.java 135 for (String disallowed : DISALLOWED_IN_OUTPUT) {
137 "contains " + disallowed + ", " + msg,
138 tokens.normalizedCss.contains(disallowed));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
predicate-bad-2.s 1 # Test predicates allowed or disallowed depending on the architecture.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sys_setprofile.py 51 disallowed = [ident(self.add_event.im_func), ident(ident)]
54 return [item for item in self.events if item[2] not in disallowed]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sys_setprofile.py 51 disallowed = [ident(self.add_event.im_func), ident(ident)]
54 return [item for item in self.events if item[2] not in disallowed]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py 51 disallowed = [ident(self.add_event.im_func), ident(ident)]
54 return [item for item in self.events if item[2] not in disallowed]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py 51 disallowed = [ident(self.add_event.im_func), ident(ident)]
54 return [item for item in self.events if item[2] not in disallowed]
  /external/chromium-trace/catapult/third_party/vinn/vinn/
d8_bootstrap.js 42 * This makes quit(255) disallowed, but it ensures that D8 runner is able
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
naming.py 55 CarriageReturnLineFeed, or the XML-disallowed surrogate blocks (xFFFE
89 - Otherwise you will be disallowed from creating the bucket.
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/
testharness.js 348 "got disallowed value ${actual}",
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
cookie_test.go 60 // are disallowed by RFC 6265 but are common in the wild.
  /prebuilts/go/linux-x86/src/net/http/
cookie_test.go 60 // are disallowed by RFC 6265 but are common in the wild.
  /prebuilts/go/darwin-x86/src/runtime/
runtime2.go 674 * previous notesleep has returned, e.g. it's disallowed
  /prebuilts/go/linux-x86/src/runtime/
runtime2.go 674 * previous notesleep has returned, e.g. it's disallowed
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_cp.py     [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml.go 1074 // Inspect each rune for being a disallowed character.
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
xml.go 1074 // Inspect each rune for being a disallowed character.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
pkg.go 493 // is disallowed if the importing code is outside the tree
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
pkg.go 493 // is disallowed if the importing code is outside the tree
    [all...]
  /external/pcre/dist/
pcre_compile.c 546 "disallowed Unicode code point (>= 0xd800 && <= 0xdfff)\0"
    [all...]

Completed in 1161 milliseconds

1 2