Searched full:not (Results 1 – 25 of 22100) sorted by relevance
12345678910>>...884
/external/iproute2/testsuite/configs/ |
D | all-2.4 | 5 # CONFIG_SBUS is not set 23 # CONFIG_M386 is not set 24 # CONFIG_M486 is not set 25 # CONFIG_M586 is not set 26 # CONFIG_M586TSC is not set 27 # CONFIG_M586MMX is not set 28 # CONFIG_M686 is not set 29 # CONFIG_MPENTIUMIII is not set 31 # CONFIG_MK6 is not set 32 # CONFIG_MK7 is not set [all …]
|
D | all-no-act | 26 # CONFIG_BSD_PROCESS_ACCT is not set 35 # CONFIG_EMBEDDED is not set 37 # CONFIG_KALLSYMS_ALL is not set 38 # CONFIG_KALLSYMS_EXTRA_PASS is not set 41 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 47 # CONFIG_TINY_SHMEM is not set 56 # CONFIG_MODVERSIONS is not set 57 # CONFIG_MODULE_SRCVERSION_ALL is not set 65 # CONFIG_X86_ELAN is not set 66 # CONFIG_X86_VOYAGER is not set [all …]
|
D | all-police-act | 26 # CONFIG_BSD_PROCESS_ACCT is not set 35 # CONFIG_EMBEDDED is not set 37 # CONFIG_KALLSYMS_ALL is not set 38 # CONFIG_KALLSYMS_EXTRA_PASS is not set 41 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 47 # CONFIG_TINY_SHMEM is not set 56 # CONFIG_MODVERSIONS is not set 57 # CONFIG_MODULE_SRCVERSION_ALL is not set 65 # CONFIG_X86_ELAN is not set 66 # CONFIG_X86_VOYAGER is not set [all …]
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.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/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/toybox/ |
D | .config | 11 # CONFIG_TOYBOX_DEBUG is not set 16 # CONFIG_TOYBOX_FREE is not set 22 # CONFIG_TOYBOX_LSM_NONE is not set 23 # CONFIG_TOYBOX_MUSL_NOMMU_IS_BROKEN is not set 26 # CONFIG_TOYBOX_PEDANTIC_ARGS is not set 28 # CONFIG_TOYBOX_SHADOW is not set 29 # CONFIG_TOYBOX_SMACK is not set 33 # CONFIG_TOYBOX_UTMPX is not set 40 # CONFIG_ARPING is not set 41 # CONFIG_ARP is not set [all …]
|
/external/regex-re2/doc/ |
D | syntax.txt | 34 x{} (== x*) NOT SUPPORTED vim 35 x{-} (== x*?) NOT SUPPORTED vim 36 x{-n} (== x{n}?) NOT SUPPORTED vim 37 x= (== x?) NOT SUPPORTED vim 40 x*+ zero or more «x», possessive NOT SUPPORTED 41 x++ one or more «x», possessive NOT SUPPORTED 42 x?+ zero or one «x», possessive NOT SUPPORTED 43 x{n,m}+ «n» or ... or «m» «x», possessive NOT SUPPORTED 44 x{n,}+ «n» or more «x», possessive NOT SUPPORTED 45 x{n}+ exactly «n» «x», possessive NOT SUPPORTED [all …]
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 16 #error E2BIG not defined 20 #error EACCES not defined 24 #error EACCES not defined 28 #error EADDRINUSE not defined 32 #error EADDRNOTAVAIL not defined 36 #error EAFNOSUPPORT not defined 40 #error EAGAIN not defined 44 #error EALREADY not defined 48 #error EBADF not defined 52 #error EBADMSG not defined [all …]
|
/external/elfutils/tests/ |
D | run-elfgetzdata.sh | 16 # along with this program. If not, see <http://www.gnu.org/licenses/>. 24 1: .text, NOT compressed 27 4: .debug_abbrev, NOT compressed 29 6: .shstrtab, NOT compressed 30 7: .symtab, NOT compressed 31 8: .strtab, NOT compressed 35 1: .text, NOT compressed 38 4: .debug_abbrev, NOT compressed 40 6: .shstrtab, NOT compressed 41 7: .symtab, NOT compressed [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | cxx-tlscc.ll | 3 ; Shrink wrapping currently does not kick in because we have a TLS CALL 34 ; CHECK-NOT: stp d31, d30 35 ; CHECK-NOT: stp d29, d28 36 ; CHECK-NOT: stp d27, d26 37 ; CHECK-NOT: stp d25, d24 38 ; CHECK-NOT: stp d23, d22 39 ; CHECK-NOT: stp d21, d20 40 ; CHECK-NOT: stp d19, d18 41 ; CHECK-NOT: stp d17, d16 42 ; CHECK-NOT: stp d7, d6 [all …]
|
/external/autotest/frontend/migrations/ |
D | 045_test_planner_framework.py | 10 `id` integer AUTO_INCREMENT NOT NULL PRIMARY KEY, 11 `name` varchar(255) NOT NULL UNIQUE, 13 `support` longtext NOT NULL, 14 `complete` bool NOT NULL, 15 `dirty` bool NOT NULL, 16 `initialized` bool NOT NULL 22 `id` integer AUTO_INCREMENT NOT NULL PRIMARY KEY, 23 `plan_id` integer NOT NULL, 24 `host_id` integer NOT NULL, 25 `complete` bool NOT NULL, [all …]
|
D | 066_drop_planner.py | 34 `id` int(11) NOT NULL auto_increment, 35 `name` varchar(255) NOT NULL, 37 `support` longtext NOT NULL, 38 `complete` tinyint(1) NOT NULL, 39 `dirty` tinyint(1) NOT NULL, 53 `id` int(11) NOT NULL auto_increment, 54 `the_hash` varchar(40) NOT NULL, 55 `contents` longtext NOT NULL, 68 `id` int(11) NOT NULL auto_increment, 69 `plan_id` int(11) NOT NULL, [all …]
|
/external/ltp/doc/ |
D | network_stress.txt | 4 Verify the IPv4 connectivity is not broken when the interface is 10 Verify the IPv4 connectivity is not broken when the IPv4 address 15 Verify the IPv4 connectivity is not broken when an IPv4 alias is 22 Verify the IPv4 connectivity is not broken when a large number of 29 Verify the IPv4 connectivity is not broken when an IPv4 route is 35 Verify the IPv4 connectivity is not broken when a large number of 41 Verify the IPv4 connectivity is not broken when the mtu of interface 47 Verify the IPv6 connectivity is not broken when the interface is 53 Verify the IPv6 connectivity is not broken when an IPv6 alias is 59 Verify the IPv6 connectivity is not broken when a large number of [all …]
|
/external/llvm/test/MC/Mips/ |
D | target-soft-float.s | 1 # RUN: not llvm-mc %s -triple=mips-unknown-linux -mcpu=mips32 -mattr=+soft-float 2>&1 |\ 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -mcpu=mips64 -mattr=+soft-float 2>&1 |\ 5 # RUN: not llvm-mc %s -triple=mips-unknown-linux -mcpu=mips32r2 -mattr=+soft-float 2>&1 |\ 7 # RUN: not llvm-mc %s -triple=mips-unknown-linux -mcpu=mips32r6 -mattr=+soft-float 2>&1 |\ 12 # 64: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 14 # 64: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 17 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 19 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 21 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 23 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled [all …]
|
/external/clang/test/SemaCUDA/ |
D | device-var-init.cu | 16 // expected-error@-1 {{initialization is not supported for __shared__ variables.}} 19 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, and __… 21 // expected-error@-1 {{initialization is not supported for __shared__ variables.}} 23 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, and __… 26 // expected-error@-1 {{initialization is not supported for __shared__ variables.}} 29 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, and __… 31 // expected-error@-1 {{initialization is not supported for __shared__ variables.}} 33 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, and __… 36 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, and __… 38 // expected-error@-1 {{initialization is not supported for __shared__ variables.}} [all …]
|
/external/mesa3d/docs/ |
D | GL3.txt | 59 GLSL 1.50 not started 66 Multisample textures (GL_ARB_texture_multisample) not started 89 GLSL 4.0 not started 90 GL_ARB_texture_query_lod not started 92 GL_ARB_draw_indirect not started 93 GL_ARB_gpu_shader5 not started 94 GL_ARB_gpu_shader_fp64 not started 95 GL_ARB_sample_shading not started 96 GL_ARB_shader_subroutine not started 97 GL_ARB_tessellation_shader not started [all …]
|
/external/objenesis/tck/.settings/ |
D | org.eclipse.jdt.core.prefs | 74 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert 104 org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert 105 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not inse… 108 org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not ins… 111 org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert 112 org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=do not insert 113 org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=do not insert 121 org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert 122 org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert 153 …re.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | cxx_tlscc64.ll | 21 ; CHECK-NOT: pushq %r11 22 ; CHECK-NOT: pushq %r10 23 ; CHECK-NOT: pushq %r9 24 ; CHECK-NOT: pushq %r8 25 ; CHECK-NOT: pushq %rsi 26 ; CHECK-NOT: pushq %rdx 27 ; CHECK-NOT: pushq %rcx 28 ; CHECK-NOT: pushq %rbx 34 ; CHECK-NOT: popq %rbx 35 ; CHECK-NOT: popq %rcx [all …]
|
D | atomic_mi.ll | 6 ; done in one mov instruction and not 2. More precisely, it makes sure that the 7 ; immediate is not first copied uselessly into a register. 15 ; sub is not supported because they are translated by an addition of the 26 ; Please note that these operations do not require the lock prefix: only 29 ; an implicit lock prefix, so making it explicit is not required. 34 ; X64-NOT: movb 37 ; X32-NOT: movb 45 ; X64-NOT: movw 48 ; X32-NOT: movw 56 ; X64-NOT: movl [all …]
|
/external/mockftpserver/tags/1.0/.settings/ |
D | org.eclipse.jdt.core.prefs | 63 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert 81 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not inse… 82 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert 84 org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not ins… 87 org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert 97 org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert 98 org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert 129 …re.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert 130 org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not in… 131 org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not i… [all …]
|
/external/llvm/test/MC/Mips/mips32r2/ |
D | invalid-dspr2.s | 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding \ 8 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 9 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 10 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 12 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 13 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 14 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 15 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 16 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled [all …]
|
/external/mockftpserver/tags/1.2.3/.settings/ |
D | org.eclipse.jdt.core.prefs | 69 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert 87 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not inse… 88 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert 90 org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not ins… 93 org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert 103 org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert 104 org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert 135 …re.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert 136 org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not in… 137 org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not i… [all …]
|
/external/mockftpserver/tags/2.4/.settings/ |
D | org.eclipse.jdt.core.prefs | 69 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert 87 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not inse… 88 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert 90 org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not ins… 93 org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert 103 org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert 104 org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert 135 …re.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert 136 org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not in… 137 org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not i… [all …]
|
/external/mockftpserver/tags/2.0-rc1/.settings/ |
D | org.eclipse.jdt.core.prefs | 69 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert 87 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not inse… 88 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert 90 org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not ins… 93 org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert 103 org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert 104 org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert 135 …re.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert 136 org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not in… 137 org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not i… [all …]
|
/external/mockftpserver/branches/1.x_Branch/.settings/ |
D | org.eclipse.jdt.core.prefs | 69 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert 87 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not inse… 88 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert 90 org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not ins… 93 org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert 103 org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert 104 org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert 135 …re.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert 136 org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not in… 137 org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not i… [all …]
|
12345678910>>...884