HomeSort by relevance Sort by last modified time
    Searched full:prohibited (Results 51 - 75 of 527) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/pdfium/testing/
embedder_test.h 78 // is prohibited after this call is made.
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentLength.java 56 * the message-body, unless this is prohibited by the rules in section
67 * to being transferred, unless this is prohibited by the rules in
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 268 0x070F,//prohibited
286 int32_t prohibited = 0; local
304 prohibited++;
318 test.logln("Number of Prohibited code points : %i \n",prohibited);
nptrans.h 39 UnicodeSet prohibited; member in class:NamePrepTransform
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringPrep.java 35 * <li> Prohibited Table: Contains code points that are prohibted from
199 private static final int PROHIBITED = 0x0002;
495 1) The characters in section 5.8 MUST be prohibited.
506 * checks for prohibited and BiDi characters in the order defined by RFC 3454
545 if(val.type == PROHIBITED ){
546 throw new StringPrepParseException("A prohibited code point was found in the input",
589 * checks for prohibited and BiDi characters in the order defined by RFC 3454
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form22t.java 94 // Note: A zero offset would fit, but it is prohibited by the spec.
  /external/clang/test/Preprocessor/
macro_fn_comma_swallow2.c 21 // Note that __VA_ARGS__ *may* be used as the name, this is not prohibited!
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form22t.java 95 // Note: A zero offset would fit, but it is prohibited by the spec.
  /libcore/libart/src/main/java/java/lang/reflect/
AccessibleObject.java 43 * the defining class is prohibited) and throws IllegalAccessException if the
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
NamePrepTransform.java 85 1) The characters in section 5.8 MUST be prohibited.
137 throw new StringPrepParseException("A prohibited code point was found in the input",
  /frameworks/base/core/java/android/util/
StateSet.java 145 * prohibited (if negative) {@link android.view.View} states.
205 * prohibited (if negative) {@link android.view.View} states.
  /packages/apps/Dialer/src/com/android/dialer/list/
SearchFragment.java 202 * Return true if phone number is prohibited by a value -
215 Log.d(TAG, "The phone number is prohibited explicitly by a rule.");
  /device/htc/flounder/
nvaudio_conf.xml 8 is strictly prohibited.
  /external/icu/icu4c/source/common/unicode/
usprep.h 39 * <li> Prohibited Table: Contains code points that are prohibted from
  /external/icu/icu4c/source/tools/gensprep/
store.c 98 * 0 - ON : The code point is prohibited (USPREP_PROHIBITED). This is to allow for codepoint that are both prohibited and mapped.
298 * the codepoint has value something other than prohibited
378 * the codepoint has value something other than prohibited
  /external/iproute2/man/man8/
ip-rule.8 156 prohibited' error.
  /external/iptables/extensions/
libip6t_icmp6.c 21 { "communication-prohibited", 1, 1, 1 },
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationGroupManager.java 231 * Children group policy has changed and children may no be prohibited or allowed.
  /docs/source.android.com/src/devices/tech/security/selinux/
implement.jd 184 being prohibited from accessing the internet.</p>
188 be prohibited from these changes, even by root. So an application might run
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
ExtendedPKIXParameters.java 578 * @return Returns the prohibited AC attributes. Is never <code>null</code>.
593 * @param prohibitedACAttributes The prohibited AC attributes to set.
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 199 *pos |= 0x40; /* Bit 38 - TDLS Prohibited */
201 /* Bit 39 - TDLS Channel Switching Prohibited */
  /external/wpa_supplicant_8/src/wps/
wps.c 654 return "TKIP Only Prohibited";
656 return "WEP Prohibited";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py 407 if not e.args[0].endswith("prohibited"):
416 if not e.args[0].endswith("prohibited"):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py 407 if not e.args[0].endswith("prohibited"):
416 if not e.args[0].endswith("prohibited"):
  /bionic/libc/include/netinet/
ip_icmp.h 162 #define ICMP_UNREACH_FILTER_PROHIB 13 /* prohibited access */

Completed in 280 milliseconds

1 23 4 5 6 7 8 91011>>