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

1 2 3

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf-rel11.d 8 * Type2: R_MIPS_NONE *
11 * Type2: R_MIPS_NONE *
14 * Type2: R_MIPS_NONE *
17 * Type2: R_MIPS_NONE *
20 * Type2: R_MIPS_NONE *
23 * Type2: R_MIPS_NONE *
26 * Type2: R_MIPS_NONE *
29 * Type2: R_MIPS_NONE *
32 * Type2: R_MIPS_NONE *
35 * Type2: R_MIPS_NONE
    [all...]
elf-rel22.d 8 * Type2: R_MIPS_SUB *
11 * Type2: R_MIPS_SUB *
14 * Type2: R_MIPS_HI16 *
17 * Type2: R_MIPS_SUB *
elf-rel24.d 8 * Type2: R_MIPS_64 *
11 * Type2: R_MIPS_64 *
elf-rel21.d 8 * Type2: R_MIPS_NONE *
  /hardware/qcom/display/msm8996/libgralloc1/
gr_utils.h 47 template <class Type1, class Type2>
48 inline Type1 ALIGN(Type1 x, Type2 align) {
  /hardware/qcom/display/msm8998/libgralloc1/
gr_utils.h 47 template <class Type1, class Type2>
48 inline Type1 ALIGN(Type1 x, Type2 align) {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
rel64.d 10 +Type2: R_MIPS_NONE
13 +Type2: R_MIPS_64
eh-frame2-n64.d 12 *Type2: R_MIPS_NONE *
16 *Type2: R_MIPS_64 *
19 *Type2: R_MIPS_64 *
22 *Type2: R_MIPS_64 *
25 *Type2: R_MIPS_64 *
28 *Type2: R_MIPS_64 *
31 *Type2: R_MIPS_64 *
34 *Type2: R_MIPS_64 *
eh-frame1-n64.d 12 *Type2: R_MIPS_NONE *
16 *Type2: R_MIPS_64 *
19 *Type2: R_MIPS_64 *
22 *Type2: R_MIPS_64 *
25 *Type2: R_MIPS_64 *
28 *Type2: R_MIPS_64 *
31 *Type2: R_MIPS_64 *
34 *Type2: R_MIPS_64 *
  /external/libchrome/base/containers/
hash_tables.h 32 template <typename Type1, typename Type2>
33 struct hash<std::pair<Type1, Type2>> {
34 std::size_t operator()(std::pair<Type1, Type2> value) const {
  /external/clang/test/Misc/
integer-literal-printing.cpp 7 template <unsigned short T> class Type2 {};
8 template <unsigned short T> void Function2(Type2<T>& x) {} // expected-note{{candidate function [with T = 42] not viable: expects an l-value for 1st argument}}
69 Function2(Type2<42>()); // expected-error{{no matching function for call to 'Function2'}}
  /external/libchrome/base/
hash.h 109 template <typename Type1, typename Type2>
110 struct IntPairHash<std::pair<Type1, Type2>> {
111 size_t operator()(std::pair<Type1, Type2> value) const {
  /hardware/qcom/display/msm8909/gralloc/
gr_utils.h 58 template <class Type1, class Type2>
59 inline Type1 ALIGN(Type1 x, Type2 align) {
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_utils.h 58 template <class Type1, class Type2>
59 inline Type1 ALIGN(Type1 x, Type2 align) {
  /external/syslinux/efi32/include/efi/
libsmbios.h 123 SMBIOS_TYPE2 *Type2;
  /external/syslinux/efi64/include/efi/
libsmbios.h 123 SMBIOS_TYPE2 *Type2;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
libsmbios.h 123 SMBIOS_TYPE2 *Type2;
  /external/eigen/unsupported/test/
matrix_function.cpp 17 template<typename Type1, typename Type2>
18 inline bool test_isApprox_abs(const Type1& a, const Type2& b)
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 215 struct Type2 {};
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_runner.py 67 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
69 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
  /external/python/cpython2/Lib/unittest/test/
test_runner.py 68 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
70 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_runner.py 67 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
69 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_runner.py 67 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
69 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 67 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
69 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 67 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
69 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))

Completed in 4346 milliseconds

1 2 3