HomeSort by relevance Sort by last modified time
    Searched full:available (Results 1 - 25 of 99783) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/available-is-better/
available-is-better.h 2 int available; variable
module.modulemap 7 header "available-is-better.h"
10 module available {
11 header "available-is-better.h"
16 header "available-is-better.h"
  /external/clang/test/PCH/
cxx-traits.h 6 struct __is_pod { // expected-warning {{keyword '__is_pod' will be made available as an identifier for the remainder of the translation unit}}
11 struct __is_empty { // expected-warning {{keyword '__is_empty' will be made available as an identifier for the remainder of the translation unit}}
20 struct __is_abstract {}; // expected-warning {{made available}}
21 struct __is_arithmetic {}; // expected-warning {{made available}}
22 struct __is_array {}; // expected-warning {{made available}}
23 struct __is_assignable {}; // expected-warning {{made available}}
24 struct __is_base_of {}; // expected-warning {{made available}}
25 struct __is_class {}; // expected-warning {{made available}}
26 struct __is_complete_type {}; // expected-warning {{made available}}
27 struct __is_compound {}; // expected-warning {{made available}}
    [all...]
  /frameworks/base/packages/Osu/res/values/
strings.xml 3 <string name="no_osu">No OSU available</string>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
group-reloc-ldr-encoding-bad.l 2 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
3 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
4 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
5 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
6 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
7 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
8 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
9 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
10 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
11 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\
    [all...]
group-reloc-ldrs-encoding-bad.l 2 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
3 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
4 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
5 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
6 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
7 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
8 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
9 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
10 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
11 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\
    [all...]
  /art/test/456-baseline-array-set/
info.txt 2 of available registers when using the baseline register
  /hardware/intel/common/libmix/mix_audio/
README 1 MIX Audio is an user library interface for various hardware audio codecs available on the platform.
  /hardware/intel/common/libmix/mix_vbp/
README 1 MIX Video is an user library interface for various hardware video codecs available on the platform.
  /hardware/intel/common/libmix/mix_video/
README 1 MIX Video is an user library interface for various hardware video codecs available on the platform.
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_otherarch.go 10 func archInitIEEE() { panic("not available") }
11 func archUpdateIEEE(crc uint32, p []byte) uint32 { panic("not available") }
14 func archInitCastagnoli() { panic("not available") }
15 func archUpdateCastagnoli(crc uint32, p []byte) uint32 { panic("not available") }
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_otherarch.go 10 func archInitIEEE() { panic("not available") }
11 func archUpdateIEEE(crc uint32, p []byte) uint32 { panic("not available") }
14 func archInitCastagnoli() { panic("not available") }
15 func archUpdateCastagnoli(crc uint32, p []byte) uint32 { panic("not available") }
  /external/clang/test/Modules/
submodules-preprocess.cpp 8 # error HAVE_VECTOR macro is not available (but should be)
12 # error HAVE_TYPE_TRAITS_MAP macro is available (but shouldn't be)
16 # error HAVE_HASH_MAP macro is available (but shouldn't be)
22 # error HAVE_VECTOR macro is not available (but should be)
26 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
30 # error HAVE_HASH_MAP macro is available (but shouldn't be)
38 # error HAVE_VECTOR macro is not available (but should be)
42 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
46 # error HAVE_HASH_MAP macro is available (but shouldn't be)
52 # error HAVE_VECTOR macro is not available (but should be
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
dir-intel03-err.l 2 .*:8: Error: Directive .atmp available only with -mintel-syntax option
4 .*:10: Error: Directive .dual available only with -mintel-syntax option
5 .*:13: Error: Directive .enddual available only with -mintel-syntax option
  /external/libcap-ng/libcap-ng-0.7/
autogen.sh 3 # --no-recursive is available only in recent autoconf versions
  /external/libcxx/test/std/experimental/string.view/
lit.local.cfg 1 # Disable all of the filesystem tests if the correct feature is not available.
  /external/mockito/src/main/java/org/mockito/configuration/
package-info.java 3 * This program is made available under the terms of the MIT License.
  /external/mockito/src/main/java/org/mockito/exceptions/
package-info.java 3 * This program is made available under the terms of the MIT License.
  /external/mockito/src/main/java/org/mockito/internal/util/
package-info.java 3 * This program is made available under the terms of the MIT License.
  /external/mockito/src/main/java/org/mockito/stubbing/
package-info.java 3 * This program is made available under the terms of the MIT License.
  /external/mockito/src/main/java/org/mockito/verification/
package-info.java 3 * This program is made available under the terms of the MIT License.
  /external/mockito/src/test/java/org/mockitousage/packageprotected/
PackageProtected.java 3 * This program is made available under the terms of the MIT License.
  /external/nist-pkits/
README.android 1 This data was made from the NIST PKI Test Suite available at
  /external/strace/linux/mips/
arch_regs.c 2 /* PTRACE_GETREGS on MIPS is available since linux v2.6.15. */
  /toolchain/binutils/binutils-2.25/libiberty/
msdos.c 1 char msg[] = "No vfork available - aborting\n";

Completed in 890 milliseconds

1 2 3 4 5 6 7 8 91011>>