Home
last modified time | relevance | path

Searched refs:not (Results 1 – 25 of 4824) sorted by relevance

12345678910>>...193

/external/iproute2/testsuite/configs/
Dall-2.45 # 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 …]
Dall-no-act26 # 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 …]
Dall-police-act26 # 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/elfutils/tests/
Drun-get-aranges.sh32 0x804842b: not in range
36 0x804845a: not in range
37 0x804845b: not in range
41 0x8048466: not in range
42 0x8048467: not in range
46 0x8048472: not in range
53 0x804842b: not in range
54 0x804842c: not in range
55 0x804843c: not in range
56 0x8048459: not in range
[all …]
/external/webkit/LayoutTests/storage/
Dtest-authorizer-expected.txt9 SQLITE_CREATE_VTABLE statement failed: not authorized
15 SQLITE_PRAGMA statement failed: not authorized
18 SQLITE_TRANSACTION statement failed: not authorized
19 SQLITE_ATTACH statement failed: not authorized
20 SQLITE_DETACH statement failed: not authorized
22 SQLITE_ANALYZE statement failed: not authorized
31 SQLITE_CREATE_TABLE statement failed: not authorized
33 SQLITE_CREATE_INDEX statement failed: not authorized
34 SQLITE_CREATE_TEMP_TABLE statement failed: not authorized
35 SQLITE_CREATE_TEMP_TRIGGER statement failed: not authorized
[all …]
Dexecute-sql-args-expected.txt1 PASS. executeSql(null) did not throw an exception
2 PASS. executeSql(undefined) did not throw an exception
3 PASS. executeSql(0) did not throw an exception
4 PASS. executeSql("") did not throw an exception
5 PASS. executeSql("", null) did not throw an exception
6 PASS. executeSql("", undefined) did not throw an exception
7 PASS. executeSql("", []) did not throw an exception
8 PASS. executeSql("", [ "arg0" ]) did not throw an exception
9 PASS. executeSql("", { }) did not throw an exception
10 PASS. executeSql("", { length: 0 }) did not throw an exception
[all …]
/external/valgrind/main/drd/scripts/ppc-cross/kernel-config/2.6.22/
D.config11 # CONFIG_POWER4_ONLY is not set
43 # CONFIG_DEFAULT_UIMAGE is not set
45 # CONFIG_PPC_DCR_NATIVE is not set
54 # CONFIG_PERFMON_DEBUG is not set
71 # CONFIG_LOCALVERSION_AUTO is not set
78 # CONFIG_BSD_PROCESS_ACCT_V3 is not set
86 # CONFIG_IKCONFIG is not set
95 # CONFIG_EMBEDDED is not set
114 # CONFIG_SLAB is not set
116 # CONFIG_SLOB is not set
[all …]
/external/mesa3d/docs/
DGL3.txt15 GLSL changes (GL_EXT_gpu_shader4, etc) not started
27 GL_EXT_texture_compression_rgtc not started
33 sRGB framebuffer format (GL_EXT_framebuffer_sRGB) not started
43 GLSL 1.30 and 1.40 not started
47 16 vertex texture image units not started
48 Texture buffer objs (GL_ARB_texture_buffer_object) not started
50 Uniform buffer objs (GL_ARB_uniform_buffer_object) not started
56 Core/compatibility profiles not started
57 GLSL 1.50 not started
64 Multisample textures (GL_ARB_texture_multisample) not started
[all …]
/external/webkit/LayoutTests/fast/dom/Geolocation/
Dargument-types-expected.txt11 PASS navigator.geolocation.getCurrentPosition(emptyFunction) did not throw exception.
12 PASS navigator.geolocation.getCurrentPosition(Math.abs) did not throw exception.
13 …location.getCurrentPosition(layoutTestController.setGeolocationPermission) did not throw exception.
19 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined) did not throw exception.
20 PASS navigator.geolocation.getCurrentPosition(emptyFunction, null) did not throw exception.
23 PASS navigator.geolocation.getCurrentPosition(emptyFunction, emptyFunction) did not throw exception.
24 PASS navigator.geolocation.getCurrentPosition(emptyFunction, Math.abs) did not throw exception.
25 …rentPosition(emptyFunction, layoutTestController.setGeolocationPermission) did not throw exception.
31 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, undefined) did not throw ex…
32 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, null) did not throw excepti…
[all …]
/external/llvm/test/Transforms/InstCombine/
Dor-xor.ll5 %not = xor i32 %or, -1
6 %z = or i32 %x, %not
9 ; CHECK-NEXT: %y.not = xor i32 %y, -1
10 ; CHECK-NEXT: %z = or i32 %y.not, %x
16 %not = xor i32 %or, -1
17 %z = or i32 %y, %not
20 ; CHECK-NEXT: %x.not = xor i32 %x, -1
21 ; CHECK-NEXT: %z = or i32 %x.not, %y
27 %not = xor i32 %xor, -1
28 %z = or i32 %x, %not
[all …]
/external/llvm/test/CodeGen/PowerPC/
DFrames-leaf.ll2 ; RUN: not grep "stw r31, 20(r1)"
4 ; RUN: not grep "stwu r1, -.*(r1)"
6 ; RUN: not grep "addi r1, r1, "
8 ; RUN: not grep "lwz r31, 20(r1)"
10 ; RUN: not grep "stw r31, 20(r1)"
12 ; RUN: not grep "stwu r1, -.*(r1)"
14 ; RUN: not grep "addi r1, r1, "
16 ; RUN: not grep "lwz r31, 20(r1)"
18 ; RUN: not grep "std r31, 40(r1)"
20 ; RUN: not grep "stdu r1, -.*(r1)"
[all …]
Dppc64-32bit-addic.ll1 ; Check that the ADDIC optimizations are not applied on PPC64
10 %not.tobool = icmp ne i32 %call, 0
11 %. = zext i1 %not.tobool to i32
18 %not.tobool = icmp eq i32 %call, -1
19 %. = zext i1 %not.tobool to i32
26 %not.tobool = icmp ne i32 %call, -1
27 %. = zext i1 %not.tobool to i32
/external/icu4c/data/translit/
Dsk_FONIPA_ja.txt35 ca → チャ ; # not backed by data
38 cu → チュ ; # not backed by data
39 co → チョ ; # not backed by data
63 hi → ヒ ; # not backed by data
71 ji → イ ; # not backed by data
81 l \' e → レ ; # not backed by data
82 l \' i → リ ; # not backed by data
83 l \' o → リヨ ; # not backed by data
84 l \' u → リユ ; # not backed by data
102 ɲo → ニョ ; # not backed by data
[all …]
Dcs_FONIPA_ja.txt67 ga → ガ; # not backed by data
68 ge → グエ; # not backed by data
69 gi → グイ; # not backed by data
70 gg → ッ | g; # not backed by data
71 go → ゴ; # not backed by data
72 gu → グ; # not backed by data
73 g } $word_boundary → ク; # not backed by data
74 g → グ; # not backed by data
77 ɟi → ジ; # not backed by data
78 ɟo → ジョ; # not backed by data
[all …]
/external/llvm/test/YAMLParser/
Dresolver.data10 key13: [not, selected]
11 key23: [not, selected]
13 key31: [not, selected]
14 key32: [not, selected]
15 key33: {not: selected}
17 - not selected
19 - not selected
25 key14: [not, selected]
28 key24: {not: selected}
31 key24: {not: selected}
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/
DModelMessages.properties1 CharacterPropertyEditor_notValid="{0}" is not a valid character.
2 DoubleObjectPropertyEditor_notValidDouble="{0}" is not a valid double.
3 DoublePropertyEditor_notValidDouble="{0}" is not a valid double.
4 FloatPropertyEditor_notValidFloat="{0}" is not a valid float.
5 IntegerObjectPropertyEditor_notValidInt="{0}" is not a valid int.
6 IntegerPropertyEditor_notValidInt="{0}" is not a valid int.
7 LongObjectPropertyEditor_notValidLong="{0}" is not a valid long.
8 LongPropertyEditor_notValidLong="{0}" is not a valid long.
9 ShortObjectPropertyEditor_notValidShort="{0}" is not a valid short.
10 ShortPropertyEditor_notValidShort="{0}" is not a valid short.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/token/
DANTLRCommonTokenTest.m26 …STAssertEquals(token.type, (NSInteger)ANTLRTokenTypeEOF, @"Token was not of type ANTLRTokenTypeEOF…
35 STAssertEquals(token.type, (NSInteger)ANTLRTokenTypeUP, @"Token was not of type ANTLRTokenTypeUP");
37 …STAssertTrue([token.text isEqualToString:@"<UP>"], @"Token text was not <UP> was instead: %@", tok…
45 STAssertEquals(token.type, (NSInteger)ANTLRTokenTypeUP, @"Token was not of type ANTLRTokenTypeUP");
47 …STAssertTrue([token.text isEqualToString:@"<UP>"], @"Token text was not <UP> was instead: %@", tok…
56 …STAssertEquals(token.type, (NSInteger)555, @"Token was not of type 555"); // Nice random type numb…
58 …STAssertTrue([token.text isEqualToString:@"||"], @"Token text was not || was instead: %@", token.t…
68 …STAssertEquals(token.type, (NSInteger)555, @"Token was not of type 555"); // Nice random type numb…
70 …STAssertTrue([token.text isEqualToString:@"||"], @"Token text was not || was instead: %@", token.t…
74 …STAssertEquals(newToken.type, token.type, @"Tokens types do not match %d:%d!", newToken.type, toke…
[all …]
/external/expat/tests/
Dxmltest.sh91 xmltest/valid/not-sa \
93 xmltest/invalid/not-sa \
119 for xmldir in ibm/not-wf/P* \
120 ibm/not-wf/p28a \
121 ibm/not-wf/misc \
122 xmltest/not-wf/ext-sa \
123 xmltest/not-wf/not-sa \
124 xmltest/not-wf/sa \
125 sun/not-wf ; do
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/
DANTLRFastQueueTest.m19 STAssertNotNil(queue, @"Queue was not created and was nil");
26 STAssertNotNil(queue, @"Queue was not created and was nil");
28 …STAssertTrue([[queue objectAtIndex:0] isKindOfClass:[NSString class]], @"First object is not a NSS…
39 STAssertNotNil(queue, @"Queue was not created and was nil");
46 …STAssertTrue([[e name] isEqualTo:@"ANTLRNoSuchElementException"], @"Exception was not type: ANTLRN…
49 STFail(@"Exception ANTLRNoSuchElementException was not thrown -- %@", [retVal name]);
56 STAssertNotNil(queue, @"Queue was not created and was nil");
62 STAssertEquals(head, @"Item 1", @"Object returned was not first item in");
69 STAssertNotNil(queue, @"Queue was not created and was nil");
75 STAssertTrue([queue size] == 0, @"Queue is not empty, it's still %d", [queue size]);
[all …]
/external/expat/bcb5/
Dsetup.bat2 if not exist .\release\nul mkdir release
3 if not exist .\release\obj\nul mkdir release\obj
4 if not exist .\release\obj\libexpat\nul mkdir release\obj\libexpat
5 if not exist .\release\obj\libexpatw\nul mkdir release\obj\libexpatw
6 if not exist .\release\obj\libexpat_static\nul mkdir release\obj\libexpat_static
7 if not exist .\release\obj\libexpatw_static\nul mkdir release\obj\libexpatw_static
8 if not exist .\release\obj\examples\nul mkdir release\obj\examples
9 if not exist .\release\obj\xmlwf\nul mkdir release\obj\xmlwf
/external/clang/test/Parser/
Dobjc-messaging-1.m7 [a ii]; // expected-warning{{not found}}
8 [a if: 1 :2]; // expected-warning{{not found}}
9 [a inout: 1 :2 another:(2,3,4)]; // expected-warning{{not found}} \
11 [a inout: 1 :2 another:(2,3,4), 6,6,8]; // expected-warning{{not found}} \
13 [a inout: 1 :2 another:(2,3,4), (6,4,5),6,8]; // expected-warning{{not found}} \
15 [a inout: 1 :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \
17 [a long: 1 :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \
19 [a : "Hello\n" :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \
23 [a, b, c foo]; // expected-warning{{not found}} \
/external/guava/guava-tests/test/com/google/common/collect/
DInternersTest.java35 String not = new String("a"); in testStrong_simplistic() local
39 assertSame(canonical, pool.intern(not)); in testStrong_simplistic()
52 String not = new String("a"); in testWeak_simplistic() local
56 assertSame(canonical, pool.intern(not)); in testWeak_simplistic()
69 Integer not = new Integer(5); in testWeak_afterGC() local
80 assertSame(not, pool.intern(not)); in testWeak_afterGC()
90 String not = new String("a"); in testAsFunction_simplistic() local
96 assertSame(canonical, internerFunction.apply(not)); in testAsFunction_simplistic()
/external/emma/core/res/com/vladium/emma/
Dexceptions.properties9 value ''{1}'' is not valid for parameter ''{0}''
12 required parameter [{0}] is not specified
21 the application class [{1}] that you are trying to launch was not loaded \
22 by {0} instrumenting classloader, possibly because is was not listed in \
23 the '-cp' option: {0} will not be able to collect any coverage data. The \
27 application class [{0}] could not be loaded
30 application class [{0}] could not be loaded and initialized, most likely due \
34 application class [{0}] does not have a runnable public main() method
46 runtime version of class [{0}] in the coverage data is not consistent \
51 output directory [{0}] could not be created
/external/clang/test/FixIt/
Dformat-darwin.m32 …printf("%s", getNSInteger()); // expected-warning{{values of type 'NSInteger' should not be used a…
33 …printf("%s", getNSUInteger()); // expected-warning{{values of type 'NSUInteger' should not be used…
34 …printf("%s", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as form…
35 …printf("%s", getUInt32()); // expected-warning{{values of type 'UInt32' should not be used as form…
69 …printf("%s", arr[0]); // expected-warning{{values of type 'NSInteger' should not be used as forma…
70 …printf("%s", getNSInteger()); // expected-warning{{values of type 'NSInteger' should not be used …
71 …printf("%s", i); // expected-warning{{values of type 'NSInteger' should not be used as format arg…
72 …printf("%s", obj->_value); // expected-warning{{values of type 'NSInteger' should not be used as …
73 …printf("%s", [obj getInteger]); // expected-warning{{values of type 'NSInteger' should not be use…
74 …printf("%s", obj.value); // expected-warning{{values of type 'NSInteger' should not be used as fo…
[all …]
/external/ipsec-tools/src/racoon/
Dcftoken.l491 yyerror("racoon not configured with --enable-hybrid");
498 yyerror("racoon not configured with --enable-hybrid");
505 yyerror("racoon not configured with --enable-hybrid");
512 yyerror("racoon not configured with --enable-hybrid");
519 yyerror("racoon not configured with --enable-hybrid");
526 yyerror("racoon not configured with --enable-hybrid");
533 yyerror("racoon not configured with --enable-hybrid");
540 yyerror("racoon not configured with --enable-hybrid");

12345678910>>...193