/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 16 #error INT8_MIN not defined 20 #error INT16_MIN not defined 24 #error INT32_MIN not defined 28 #error INT64_MIN not defined 32 #error INT8_MAX not defined 36 #error INT16_MAX not defined 40 #error INT32_MAX not defined 44 #error INT64_MAX not defined 48 #error UINT8_MAX not defined 52 #error UINT16_MAX not defined [all …]
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 16 #error PRId8 not defined 20 #error PRId16 not defined 24 #error PRId32 not defined 28 #error PRId64 not defined 32 #error PRIdLEAST8 not defined 36 #error PRIdLEAST16 not defined 40 #error PRIdLEAST32 not defined 44 #error PRIdLEAST64 not defined 48 #error PRIdFAST8 not defined 52 #error PRIdFAST16 not defined [all …]
|
D | float_h.pass.cpp | 15 #error FLT_ROUNDS not defined 19 #error FLT_EVAL_METHOD not defined 23 #error FLT_RADIX not defined 27 #error FLT_MANT_DIG not defined 31 #error DBL_MANT_DIG not defined 35 #error LDBL_MANT_DIG not defined 39 #error DECIMAL_DIG not defined 43 #error FLT_DIG not defined 47 #error DBL_DIG not defined 51 #error LDBL_DIG not defined [all …]
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 16 #error _LIBCPP_VERSION not defined 20 #error E2BIG not defined 24 #error EACCES not defined 28 #error EACCES not defined 32 #error EADDRINUSE not defined 36 #error EADDRNOTAVAIL not defined 40 #error EAFNOSUPPORT not defined 44 #error EAGAIN not defined 48 #error EALREADY not defined 52 #error EBADF not defined [all …]
|
/external/llvm/test/MC/SystemZ/ |
D | insn-bad.s | 5 #CHECK: error: invalid operand 7 #CHECK: error: invalid operand 13 #CHECK: error: invalid operand 15 #CHECK: error: invalid operand 21 #CHECK: error: invalid operand 23 #CHECK: error: invalid operand 29 #CHECK: error: invalid operand 31 #CHECK: error: invalid operand 37 #CHECK: error: invalid operand 39 #CHECK: error: invalid operand [all …]
|
D | insn-bad-z196.s | 5 #CHECK: error: invalid operand 7 #CHECK: error: invalid operand 9 #CHECK: error: invalid operand 16 #CHECK: error: invalid operand 18 #CHECK: error: invalid operand 20 #CHECK: error: invalid operand 27 #CHECK: error: invalid operand 29 #CHECK: error: invalid operand 35 #CHECK: error: invalid operand 37 #CHECK: error: invalid operand [all …]
|
D | regs-bad.s | 6 #CHECK: error: invalid operand for instruction 8 #CHECK: error: invalid operand for instruction 10 #CHECK: error: invalid operand for instruction 12 #CHECK: error: invalid operand for instruction 14 #CHECK: error: invalid operand for instruction 16 #CHECK: error: invalid operand for instruction 28 #CHECK: error: invalid operand for instruction 30 #CHECK: error: invalid operand for instruction 32 #CHECK: error: invalid operand for instruction 34 #CHECK: error: invalid operand for instruction [all …]
|
/external/llvm/test/MC/Mips/ |
D | micromips-invalid.s | 4 addiur1sp $7, 260 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range 5 addiur1sp $7, 241 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: misaligned immediate operand value 6 addiur1sp $8, 240 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 7 addius5 $7, 9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range 8 addiusp 1032 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range 9 addu16 $6, $14, $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 10 subu16 $5, $16, $9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 11 andi16 $16, $10, 0x1f # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 12 andi16 $16, $2, 17 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range 13 and16 $16, $8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction [all …]
|
D | mips-bad-branches.s | 3 # CHECK: error: branch to misaligned address 5 # CHECK: error: branch to misaligned address 7 # CHECK: error: branch to misaligned address 9 # CHECK: error: branch target out of range 11 # CHECK: error: branch to misaligned address 13 # CHECK: error: branch to misaligned address 15 # CHECK: error: branch to misaligned address 17 # CHECK: error: branch target out of range 20 # CHECK: error: branch to misaligned address 22 # CHECK: error: branch to misaligned address [all …]
|
D | micromips-bad-branches.s | 3 # CHECK: error: branch to misaligned address 5 # CHECK: error: branch target out of range 7 # CHECK: error: branch to misaligned address 9 # CHECK: error: branch target out of range 12 # CHECK: error: branch to misaligned address 14 # CHECK: error: branch target out of range 16 # CHECK: error: branch to misaligned address 18 # CHECK: error: branch target out of range 21 # CHECK: error: branch to misaligned address 23 # CHECK: error: branch target out of range [all …]
|
/external/freetype/src/base/ |
D | ftmm.c | 41 FT_Error error; in ft_face_get_mm_service() local 49 error = FT_ERR( Invalid_Argument ); in ft_face_get_mm_service() 58 error = FT_Err_Ok; in ft_face_get_mm_service() 61 return error; in ft_face_get_mm_service() 71 FT_Error error; in FT_Get_Multi_Master() local 80 error = ft_face_get_mm_service( face, &service ); in FT_Get_Multi_Master() 81 if ( !error ) in FT_Get_Multi_Master() 83 error = FT_ERR( Invalid_Argument ); in FT_Get_Multi_Master() 85 error = service->get_mm( face, amaster ); in FT_Get_Multi_Master() 88 return error; in FT_Get_Multi_Master() [all …]
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftmm.c | 41 FT_Error error; in ft_face_get_mm_service() local 49 error = FT_ERR( Invalid_Argument ); in ft_face_get_mm_service() 58 error = FT_Err_Ok; in ft_face_get_mm_service() 61 return error; in ft_face_get_mm_service() 71 FT_Error error; in FT_Get_Multi_Master() local 80 error = ft_face_get_mm_service( face, &service ); in FT_Get_Multi_Master() 81 if ( !error ) in FT_Get_Multi_Master() 83 error = FT_ERR( Invalid_Argument ); in FT_Get_Multi_Master() 85 error = service->get_mm( face, amaster ); in FT_Get_Multi_Master() 88 return error; in FT_Get_Multi_Master() [all …]
|
/external/libcxx/test/std/language.support/support.limits/c.limits/ |
D | cfloat.pass.cpp | 15 #error FLT_ROUNDS not defined 19 #error FLT_EVAL_METHOD not defined 23 #error FLT_RADIX not defined 27 #error FLT_MANT_DIG not defined 31 #error DBL_MANT_DIG not defined 35 #error LDBL_MANT_DIG not defined 39 #error DECIMAL_DIG not defined 43 #error FLT_DIG not defined 47 #error DBL_DIG not defined 51 #error LDBL_DIG not defined [all …]
|
/external/llvm/test/MC/ARM/ |
D | directive-arch_extension-fp.s | 13 @ CHECK-V7: error: architectural extension 'fp' is not allowed for the current base architecture 20 @ CHECK-V7: error: instruction requires: FPARMv8 23 @ CHECK-V7: error: instruction requires: FPARMv8 25 @ CHECK-V7: error: instruction requires: FPARMv8 27 @ CHECK-V7: error: instruction requires: FPARMv8 29 @ CHECK-V7: error: instruction requires: FPARMv8 31 @ CHECK-V7: error: instruction requires: FPARMv8 33 @ CHECK-V7: error: instruction requires: FPARMv8 36 @ CHECK-V7: error: instruction requires: FPARMv8 38 @ CHECK-V7: error: instruction requires: FPARMv8 [all …]
|
D | directive-arch_extension-simd.s | 13 @ CHECK-V7: error: architectural extension 'simd' is not allowed for the current base architecture 20 @ CHECK-V7: error: instruction requires: FPARMv8 22 @ CHECK-V7: error: instruction requires: FPARMv8 25 @ CHECK-V7: error: instruction requires: FPARMv8 27 @ CHECK-V7: error: instruction requires: FPARMv8 30 @ CHECK-V7: error: instruction requires: FPARMv8 32 @ CHECK-V7: error: instruction requires: FPARMv8 34 @ CHECK-V7: error: instruction requires: FPARMv8 36 @ CHECK-V7: error: instruction requires: FPARMv8 38 @ CHECK-V7: error: instruction requires: FPARMv8 [all …]
|
D | directive-arch_extension-crypto.s | 13 @ CHECK-V7: error: architectural extension 'crypto' is not allowed for the current base architecture 20 @ CHECK-V7: error: instruction requires: crypto armv8 23 @ CHECK-V7: error: instruction requires: crypto armv8 25 @ CHECK-V7: error: instruction requires: crypto armv8 27 @ CHECK-V7: error: instruction requires: crypto armv8 29 @ CHECK-V7: error: instruction requires: crypto armv8 32 @ CHECK-V7: error: instruction requires: crypto armv8 34 @ CHECK-V7: error: instruction requires: crypto armv8 36 @ CHECK-V7: error: instruction requires: crypto armv8 39 @ CHECK-V7: error: instruction requires: crypto armv8 [all …]
|
/external/clang/test/Lexer/ |
D | cxx-features.cpp | 16 #error "wrong value for __cpp_binary_literals" 20 #error "wrong value for __cpp_digit_separators" 24 #error "wrong value for __cpp_init_captures" 28 #error "wrong value for __cpp_generic_lambdas" 32 #error "wrong value for __cpp_sized_deallocation" 36 #error "wrong value for __cpp_constexpr" 40 #error "wrong value for __cpp_decltype_auto" 44 #error "wrong value for __cpp_return_type_deduction" 48 #error "wrong value for __cpp_runtime_arrays" 52 #error "wrong value for __cpp_aggregate_nsdmi" [all …]
|
/external/lldb/source/Expression/ |
D | IRMemoryMap.cpp | 235 …alloc (size_t size, uint8_t alignment, uint32_t permissions, AllocationPolicy policy, Error &error) in Malloc() argument 237 error.Clear(); in Malloc() 254 error.SetErrorToGenericError(); in Malloc() 255 error.SetErrorString("Couldn't malloc: invalid allocation policy"); in Malloc() 261 error.SetErrorToGenericError(); in Malloc() 262 error.SetErrorString("Couldn't malloc: address space is full"); in Malloc() 270 allocation_address = process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc() 271 if (!error.Success()) in Malloc() 280 error.SetErrorToGenericError(); in Malloc() 281 error.SetErrorString("Couldn't malloc: address space is full"); in Malloc() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers.h | 26 DBusError *error); 29 DBusError *error, 36 DBusError *error); 42 DBusError *error); 54 DBusError *error, 58 DBusError *error, 62 DBusError *error, 66 DBusError *error, void *user_data); 69 DBusError *error, 73 DBusError *error, [all …]
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshrec.c | 67 FT_Error error = FT_Err_Ok; in ps_hint_table_ensure() local 77 return error; in ps_hint_table_ensure() 86 FT_Error error = FT_Err_Ok; in ps_hint_table_alloc() local 96 error = ps_hint_table_ensure( table, count, memory ); in ps_hint_table_alloc() 97 if ( error ) in ps_hint_table_alloc() 110 return error; in ps_hint_table_alloc() 142 FT_Error error = FT_Err_Ok; in ps_mask_ensure() local 151 return error; in ps_mask_ensure() 189 FT_Error error = FT_Err_Ok; in ps_mask_set_bit() local 198 error = ps_mask_ensure( mask, idx + 1, memory ); in ps_mask_set_bit() [all …]
|
/external/freetype/src/pshinter/ |
D | pshrec.c | 67 FT_Error error = FT_Err_Ok; in ps_hint_table_ensure() local 77 return error; in ps_hint_table_ensure() 86 FT_Error error = FT_Err_Ok; in ps_hint_table_alloc() local 96 error = ps_hint_table_ensure( table, count, memory ); in ps_hint_table_alloc() 97 if ( error ) in ps_hint_table_alloc() 110 return error; in ps_hint_table_alloc() 142 FT_Error error = FT_Err_Ok; in ps_mask_ensure() local 151 return error; in ps_mask_ensure() 189 FT_Error error = FT_Err_Ok; in ps_mask_set_bit() local 195 error = ps_mask_ensure( mask, idx + 1, memory ); in ps_mask_set_bit() [all …]
|
/external/clang/test/SemaOpenCL/ |
D | invalid-logical-ops-1.1.cl | 10 int flaf = 0.0f && 0.0f; // expected-error {{invalid operands}} 11 int flof = 0.0f || 0.0f; // expected-error {{invalid operands}} 12 float fbaf = 0.0f & 0.0f; // expected-error {{invalid operands}} 13 float fbof = 0.0f | 0.0f; // expected-error {{invalid operands}} 14 float fbxf = 0.0f ^ 0.0f; // expected-error {{invalid operands}} 15 int flai = 0.0f && 0; // expected-error {{invalid operands}} 16 int floi = 0.0f || 0; // expected-error {{invalid operands}} 17 float ibaf = 0 & 0.0f; // expected-error {{invalid operands}} 18 float ibof = 0 | 0.0f; // expected-error {{invalid operands}} 19 float bnf = ~0.0f; // expected-error {{invalid argument type}} [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | UnImplNode.java | 63 public void error(String msg) in error() method in UnImplNode 77 public void error(String msg, Object[] args) in error() method in UnImplNode 97 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"appendChild not supported!"); in appendChild() 110 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"hasChildNodes not supported!"); in hasChildNodes() 123 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getNodeType not supported!"); in getNodeType() 136 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getParentNode not supported!"); in getParentNode() 149 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getChildNodes not supported!"); in getChildNodes() 162 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getFirstChild not supported!"); in getFirstChild() 175 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getLastChild not supported!"); in getLastChild() 188 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getNextSibling not supported!"); in getNextSibling() [all …]
|
/external/llvm/test/MC/Mips/mips64r6/ |
D | invalid-mips5-wrong-error.s | 1 # Instructions that are invalid but currently emit the wrong error message. 8 … abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 9 … add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 10 … alnv.ps $f12,$f18,$f30,$12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 11 … bc1any2f $fcc2,4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 12 … bc1any2t $fcc2,4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 13 … bc1any4f $fcc2,4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 14 … bc1any4t $fcc2,4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 15 … c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 16 … c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction [all …]
|
/external/llvm/test/MC/Mips/mips4/ |
D | invalid-mips5-wrong-error.s | 2 # error message at the moment. 9 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 10 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 11 alnv.ps $f12,$f18,$f30,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 13 c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 14 c.le.ps $fcc1,$f7,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 15 c.lt.ps $f19,$f5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 16 c.nge.ps $f1,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 17 c.ngl.ps $f21,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction [all …]
|