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

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
bound-err-1.s 5 ; it's flagged as an error.
regprefix-err-1.s 9 ; that should not be flagged as syntax errors.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
tls-err-24.d 7 # Check that R_CRIS_16_TPREL in input to a DSO is flagged as an error.
tls-err-25.d 7 # Check that R_CRIS_32_TPREL in input to a DSO is flagged as an error.
tls-err-26.d 8 # DSO is flagged as an error.
tls-err-27.d 8 # DSO is flagged as an error.
tls-err-28.d 7 # Check that a R_CRIS_32_GD in input to a DSO is flagged as an error.
tls-err-29.d 7 # Check that overflow for R_CRIS_16_GOT_GD is flagged as an error.
tls-err-31.d 6 # Check that overflow for R_CRIS_16_DTPREL is flagged as an error.
tls-err-33.d 6 # Check that overflow for R_CRIS_16_GOT_TPREL is flagged as an error.
tls-err-35.d 7 # Check that overflow for R_CRIS_16_TPREL is flagged as an error.
tls-err-77.d 7 # Check that a R_CRIS_32_IE in input to a DSO is flagged as an error.
  /external/icu/icu4c/source/test/intltest/
punyref.cpp 84 /* flagged(bcp) tests whether a basic code point is flagged */
88 #define flagged(bcp) ((punycode_uint)(bcp) - 65 < 26) macro
242 if (case_flags) case_flags[out] = flagged(input[j]);
291 case_flags[i] = flagged(input[in - 1]);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
PunycodeReference.java 95 /* flagged(bcp) tests whether a basic code point is flagged */
99 private static boolean flagged(int bcp){ method in class:PunycodeReference
327 if (case_flags != null) case_flags[out] = (char)(flagged(input[j]) ? 1 : 0);
376 case_flags[i] = (char)(flagged(input[in - 1]) ? 0 :1);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
PunycodeReference.java 92 /* flagged(bcp) tests whether a basic code point is flagged */
96 private static boolean flagged(int bcp){ method in class:PunycodeReference
324 if (case_flags != null) case_flags[out] = (char)(flagged(input[j]) ? 1 : 0);
373 case_flags[i] = (char)(flagged(input[in - 1]) ? 0 :1);
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
unsafeptr.go 19 // num+ptr is technically okay but still flagged: write ptr+num instead.
bool.go 51 // Check that all redundant ors are flagged
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
unsafeptr.go 19 // num+ptr is technically okay but still flagged: write ptr+num instead.
bool.go 51 // Check that all redundant ors are flagged
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java     [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/
MenuBuilder.java     [all...]
  /external/eigen/Eigen/src/Core/
DenseBase.h 312 const Derived& flagged() const function in class:Eigen::DenseBase
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
dwinl.go 93 // function, such as "~r1", are flagged as such).
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
dwinl.go 93 // function, such as "~r1", are flagged as such).
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 782 int flagged = !!(rate_ie[j] & 0x80); local
793 if (flagged && ((rate_ie[j] & 0x7f) ==
805 if (flagged && ((rate_ie[j] & 0x7f) ==
816 if (!flagged)
    [all...]

Completed in 260 milliseconds

1 2