/toolchain/binutils/binutils-2.27/ld/ |
ldcref.c | 491 /* Check for prohibited cross references. */ 504 /* Check for prohibited cross references to local and section symbols. */ 549 /* Check one symbol to see if it is a prohibited cross reference. */ 610 prohibited sections. */ 623 a prohibited section. Note that we need to do this even for 625 BFD might contain a prohibited cross reference. */ 642 INFO->SYM_NAME, then we report a prohibited cross reference error. */ 677 /* This section is one for which cross references are prohibited. 723 are prohibited. We must report an error. */ 724 einfo (_("%X%C: prohibited cross reference from %s to `%T' in %s\n") [all...] |
/external/iptables/extensions/ |
libipt_icmp.c | 40 { "network-prohibited", 3, 9, 9 }, 41 { "host-prohibited", 3, 10, 10 }, 44 { "communication-prohibited", 3, 13, 13 },
|
libxt_quota2.man | 22 prohibited.
|
/frameworks/native/headers/media_plugin/media/openmax/ |
OMX_IndexExt.h | 158 * of underscores) are prohibited in the extension name. 160 * of underscores) are prohibited in parameter keys. 162 * of underscores) is prohibited in parameter keys with the following exception:
|
/compatibility/cdd/3_software/ |
3_6_api-namespaces.md | 5 device implementers MUST NOT make any prohibited modifications (see below) to
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
Form10t.java | 75 // Note: A zero offset would fit, but it is prohibited by the spec.
|
Form20t.java | 75 // Note: A zero offset would fit, but it is prohibited by the spec.
|
Form21t.java | 80 // Note: A zero offset would fit, but it is prohibited by the spec.
|
Form22t.java | 82 // Note: A zero offset would fit, but it is prohibited by the spec.
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form10t.java | 75 // Note: A zero offset would fit, but it is prohibited by the spec.
|
Form20t.java | 75 // Note: A zero offset would fit, but it is prohibited by the spec.
|
Form21t.java | 91 // Note: A zero offset would fit, but it is prohibited by the spec.
|
Form22t.java | 94 // Note: A zero offset would fit, but it is prohibited by the spec.
|
/device/google/wahoo/ |
lowi.conf | 13 # Diversion contrary to U.S. law prohibited.
|
/external/icu/icu4c/source/common/ |
sprpimpl.h | 50 "PROHIBITED" ,
|
/external/icu/icu4c/source/tools/gensprep/ |
gensprep.8.in | 95 Contains the list of code points that are prohibited for IDNA.
|
/external/libjpeg-turbo/testimages/ |
nightshot_iso_100.txt | 17 3. No payment is required for distribution this material, it must be available freely under the conditions stated here. That is, it is prohibited to sell the material.
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
fcntl22.c | 25 * Operation is prohibited by locks held by other processes.
|
/frameworks/base/core/java/android/webkit/ |
ServiceWorkerWebSettings.java | 84 * Gets whether Service Workers are prohibited from loading any resources from the network.
|
/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/webrtc/webrtc/base/ |
macifaddrs_converter.cc | 76 /* ipv6IfIcmpInAdminProhibs, # of input admin. prohibited errs */ 114 /* ipv6IfIcmpOutAdminProhibs, # of output admin. prohibited errs */
|
/external/icu/icu4c/source/test/intltest/ |
testidn.cpp | 270 0x070F,//prohibited 288 int32_t prohibited = 0; local 306 prohibited++; 320 test.logln("Number of Prohibited code points : %i \n",prohibited);
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
StringPrep.java | 38 * <li> Prohibited Table: Contains code points that are prohibted from 186 private static final int PROHIBITED = 0x0002; 474 1) The characters in section 5.8 MUST be prohibited. 485 * checks for prohibited and BiDi characters in the order defined by RFC 3454 523 if(val.type == PROHIBITED ){ 524 throw new StringPrepParseException("A prohibited code point was found in the input", 567 * checks for prohibited and BiDi characters in the order defined by RFC 3454
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
StringPrep.java | 37 * <li> Prohibited Table: Contains code points that are prohibted from 201 private static final int PROHIBITED = 0x0002; 491 1) The characters in section 5.8 MUST be prohibited. 502 * checks for prohibited and BiDi characters in the order defined by RFC 3454 541 if(val.type == PROHIBITED ){ 542 throw new StringPrepParseException("A prohibited code point was found in the input", 585 * checks for prohibited and BiDi characters in the order defined by RFC 3454
|
/frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/ |
Program.java | 292 * @param prohibited The value of {@link Programs#COLUMN_RECORDING_PROHIBITED} for the 296 public Builder setRecordingProhibited(boolean prohibited) { 298 prohibited ? IS_RECORDING_PROHIBITED : 0);
|