Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 9792) sorted by relevance

12345678910>>...392

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestSemanticPredicates.java55 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testPredsButSyntaxResolves()
66 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testLL_1_Pred()
78 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testLL_1_Pred_forced_k_1()
90 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testLL_2_Pred()
102 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testPredicatedLoop()
113 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testPredicatedToStayInLoop()
124 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testAndPredicates()
137 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testOrPredicates()
147 new int[] {1,2}, "A", null, null, 2, false); in testIgnoresHoistingDepthGreaterThanZero()
157 new int[] {1,2}, "A", null, null, 2, true); in testIgnoresPredsHiddenByActions()
[all …]
DTestDFAConversion.java49 checkDecision(g, 1, expecting, null, null, null, null, 0); in testA()
60 checkDecision(g, 1, expecting, null, null, null, null, 0); in testAB_or_AC()
72 checkDecision(g, 1, expecting, null, null, null, null, 0); in testAB_or_AC_k2()
140 int[] unreachableAlts = null; in testRecursionOverflowWithPredOk()
141 int[] nonDetAlts = null; in testRecursionOverflowWithPredOk()
142 String ambigInput = null; in testRecursionOverflowWithPredOk()
143 int[] danglingAlts = null; in testRecursionOverflowWithPredOk()
169 int[] unreachableAlts = null; in testRecursionOverflowWithPredOk2()
170 int[] nonDetAlts = null; in testRecursionOverflowWithPredOk2()
171 String ambigInput = null; in testRecursionOverflowWithPredOk2()
[all …]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DHTMLSchema.java250 attribute("a", "hreflang", "NMTOKEN", null); in HTMLSchema()
252 attribute("a", "tabindex", "NMTOKEN", null); in HTMLSchema()
253 attribute("applet", "align", "NMTOKEN", null); in HTMLSchema()
254 attribute("area", "nohref", "BOOLEAN", null); in HTMLSchema()
256 attribute("area", "tabindex", "NMTOKEN", null); in HTMLSchema()
258 attribute("button", "disabled", "BOOLEAN", null); in HTMLSchema()
259 attribute("button", "tabindex", "NMTOKEN", null); in HTMLSchema()
261 attribute("caption", "align", "NMTOKEN", null); in HTMLSchema()
262 attribute("col", "align", "NMTOKEN", null); in HTMLSchema()
264 attribute("col", "valign", "NMTOKEN", null); in HTMLSchema()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleParseTable.java79 new RBBIRuleTableElement(doNOP, 0, 0,0, true, null ) // 0
81 , new RBBIRuleTableElement(doNOP, 132, 1,0, true, null ) // 2
82 , new RBBIRuleTableElement(doExprStart,'$', 80, 90, false, null ) // 3
83 , new RBBIRuleTableElement(doNOP,'!', 11,0, true, null ) // 4
84 , new RBBIRuleTableElement(doNOP,';', 1,0, true, null ) // 5
85 , new RBBIRuleTableElement(doNOP, 252, 0,0, false, null ) // 6
86 , new RBBIRuleTableElement(doExprStart, 255, 21, 8, false, null ) // 7
88 , new RBBIRuleTableElement(doNOP, 132, 8,0, true, null ) // 9
89 , new RBBIRuleTableElement(doRuleError, 255, 95,0, false, null ) // 10
91 , new RBBIRuleTableElement(doReverseDir, 255, 20, 8, false, null ) // 12
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleParseTable.java80 new RBBIRuleTableElement(doNOP, 0, 0,0, true, null ) // 0
82 , new RBBIRuleTableElement(doNOP, 132, 1,0, true, null ) // 2
83 , new RBBIRuleTableElement(doExprStart,'$', 80, 90, false, null ) // 3
84 , new RBBIRuleTableElement(doNOP,'!', 11,0, true, null ) // 4
85 , new RBBIRuleTableElement(doNOP,';', 1,0, true, null ) // 5
86 , new RBBIRuleTableElement(doNOP, 252, 0,0, false, null ) // 6
87 , new RBBIRuleTableElement(doExprStart, 255, 21, 8, false, null ) // 7
89 , new RBBIRuleTableElement(doNOP, 132, 8,0, true, null ) // 9
90 , new RBBIRuleTableElement(doRuleError, 255, 95,0, false, null ) // 10
92 , new RBBIRuleTableElement(doReverseDir, 255, 20, 8, false, null ) // 12
[all …]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DSQLExceptionTest.java45 long theSUID = theField.getLong(null); in testSUID()
60 null, "", "\0", "a", "a", "a" }; in testSQLExceptionStringStringint()
62 "&valid*", "a", "a", "a", null, "", "\0" }; in testSQLExceptionStringStringint()
70 SQLException[] theFinalStates4 = { null, null, null, null, null, null, in testSQLExceptionStringStringint()
71 null, null, null, null, null, null, null }; in testSQLExceptionStringStringint()
73 Exception[] theExceptions = { null, null, null, null, null, null, null, in testSQLExceptionStringStringint()
74 null, null, null, null, null, null }; in testSQLExceptionStringStringint()
81 if (theExceptions[i] != null) { in testSQLExceptionStringStringint()
94 if (theExceptions[i] == null) { in testSQLExceptionStringStringint()
111 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", in testSQLExceptionStringString()
[all …]
DSQLWarningTest.java36 String[] theFinalStates1 = { null }; in testSQLWarning()
37 String[] theFinalStates2 = { null }; in testSQLWarning()
39 SQLWarning[] theFinalStates4 = { null }; in testSQLWarning()
41 Exception[] theExceptions = { null }; in testSQLWarning()
48 if (theExceptions[i] != null) { in testSQLWarning()
61 if (theExceptions[i] == null) { in testSQLWarning()
78 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", "\0" }; in testSQLWarningString()
81 String[] theFinalStates2 = { null, null, null, null, null, null, null, in testSQLWarningString()
82 null }; in testSQLWarningString()
84 SQLWarning[] theFinalStates4 = { null, null, null, null, null, null, in testSQLWarningString()
[all …]
DBatchUpdateExceptionTest.java37 int[][] theFinalStates2 = { null }; // Update Counts array state in testBatchUpdateException()
38 String[] theFinalStates3 = { null }; // SQL State state value in testBatchUpdateException()
39 String[] theFinalStates4 = { null }; // Message state in testBatchUpdateException()
41 Exception[] theExceptions = { null }; in testBatchUpdateException()
48 if (theExceptions[i] != null) { in testBatchUpdateException()
63 if (theExceptions[i] == null) { in testBatchUpdateException()
80 int[][] init1 = { { 1, 2, 3 }, null }; in testBatchUpdateExceptionintArray()
84 String[] theFinalStates3 = { null, null }; // SQL State state value in testBatchUpdateExceptionintArray()
85 String[] theFinalStates4 = { null, null }; // Message state in testBatchUpdateExceptionintArray()
87 Exception[] theExceptions = { null, null }; in testBatchUpdateExceptionintArray()
[all …]
/external/llvm/test/Transforms/LoopUnroll/
Dignore-annotation-intrinsic-cost.ll27 %annot.0 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0)
28 %annot.1 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0)
29 %annot.2 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0)
30 %annot.3 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0)
31 %annot.4 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0)
32 %annot.5 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0)
33 %annot.6 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0)
34 %annot.7 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0)
35 %annot.8 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0)
36 %annot.9 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0)
[all …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DProtectionDomainTest.java40 private URL url = null;
42 private CodeSource cs = null;
44 private PermissionCollection perms = null;
46 private ClassLoader classldr = null;
48 private Principal[] principals = null; // changed in setUp()
60 cs = new CodeSource(url, (java.security.cert.Certificate[]) null); in setUp()
74 new ProtectionDomain(null, null); in testProtectionDomainCodeSourcePermissionCollection_00()
75 new ProtectionDomain(cs, null); in testProtectionDomainCodeSourcePermissionCollection_00()
85 new ProtectionDomain(null, perms); in testProtectionDomainCodeSourcePermissionCollection_01()
93 new ProtectionDomain(null, null, null, null); in testProtectionDomainCodeSourcePermissionCollectionClassLoaderPrincipalArray()
[all …]
/external/autotest/client/site_tests/security_AccountsBaseline/
Dbaseline.passwd11 chronos-access:!:1001:1001::/dev/null:/bin/false
12 messagebus:!:201:201::/dev/null:/bin/false
13 syslog:!:202:202::/dev/null:/bin/false
14 sshd:!:204:204::/dev/null:/bin/false
15 polkituser:!:206:206::/dev/null:/bin/false
16 tss:!:207:207::/dev/null:/bin/false
17 pkcs11:!:208:208::/dev/null:/bin/false
18 qdlservice:!:209:209::/dev/null:/bin/false
19 cromo:!:210:210::/dev/null:/bin/false
20 ipsec:!:212:212::/dev/null:/bin/false
[all …]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DSQLiteQueryBuilderTest.java29 null, null, null, null, null); in testDistinct()
40 null, null, null, null, null); in testSelectColumn()
50 null, null, null, null, null); in testSelectColumns()
59 null, null, null, null, null, null); in testSelectAllColumns()
69 "(id = 2 AND name = 'Chuck')", null, null, null, null); in testWhereClause()
79 null, "person", null, null, null); in testEmptyWhereClause()
89 "(id = 2 AND name = 'Chuck')", "person", null, null, null); in testGroupBy()
99 "(id = 2 AND name = 'Chuck')", null, "SUM(hours) < 20", null, null); in testEmptyGroupBy()
109 "(id = 2 AND name = 'Chuck')", "person", "SUM(hours) < 20", null, null); in testHaving()
119 "(id = 2 AND name = 'Chuck')", "person", null, "id ASC", null); in testEmptyHaving()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
DSearchTest.java86 …SD("xxxxxxxxxxxxxxxxxxxx", "fisher", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA…
87 …SD("silly spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(13, -1),…
88 …SD("silly spring string string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(1…
89 …SD("silly string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(6…
90 …SD("string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 14, …
91 SD("Scott Ganyo", "c", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(1, -1), IA(1)),
92 SD("Scott Ganyo", " ", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(5, -1), IA(1)),
93 … SD("\u0300\u0325", "\u0300", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)),
94 … SD("a\u0300\u0325", "\u0300", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)),
95 …SD("a\u0300\u0325", "\u0300\u0325", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(…
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java82 …SD("xxxxxxxxxxxxxxxxxxxx", "fisher", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA…
83 …SD("silly spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(13, -1),…
84 …SD("silly spring string string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(1…
85 …SD("silly string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(6…
86 …SD("string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 14, …
87 SD("Scott Ganyo", "c", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(1, -1), IA(1)),
88 SD("Scott Ganyo", " ", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(5, -1), IA(1)),
89 … SD("\u0300\u0325", "\u0300", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)),
90 … SD("a\u0300\u0325", "\u0300", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)),
91 …SD("a\u0300\u0325", "\u0300\u0325", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(…
[all …]
/external/jetty/src/java/org/eclipse/jetty/util/
DLoader.java51 URL url =null; in getResource()
53 while (url==null && loader!=null ) in getResource()
56 loader=(url==null&&checkParents)?loader.getParent():null; in getResource()
59 loader=loadClass==null?null:loadClass.getClassLoader(); in getResource()
60 while (url==null && loader!=null ) in getResource()
63 loader=(url==null&&checkParents)?loader.getParent():null; in getResource()
66 if (url==null) in getResource()
95 ClassNotFoundException ex=null; in loadClass()
96 Class<?> c =null; in loadClass()
98 while (c==null && loader!=null ) in loadClass()
[all …]
DStringMap.java50 protected NullEntry _nullEntry=null;
51 protected Object _nullValue=null;
90 if (_root._children!=null) in setIgnoreCase()
121 if (key==null) in put()
122 return put(null,value); in put()
129 if (key==null) in put()
133 if (_nullEntry==null) in put()
143 Node prev = null; in put()
144 Node parent = null; in put()
156 prev=null; in put()
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java82 XSLTAttributeDef hrefAttr = new XSLTAttributeDef(null, "href", in build()
86 XSLTAttributeDef elementsAttr = new XSLTAttributeDef(null, "elements", in build()
94 XSLTAttributeDef methodAttr = new XSLTAttributeDef(null, "method", in build()
96 XSLTAttributeDef versionAttr = new XSLTAttributeDef(null, "version", in build()
98 XSLTAttributeDef encodingAttr = new XSLTAttributeDef(null, "encoding", in build()
100 XSLTAttributeDef omitXmlDeclarationAttr = new XSLTAttributeDef(null, in build()
104 XSLTAttributeDef standaloneAttr = new XSLTAttributeDef(null, in build()
107 XSLTAttributeDef doctypePublicAttr = new XSLTAttributeDef(null, in build()
110 XSLTAttributeDef doctypeSystemAttr = new XSLTAttributeDef(null, in build()
113 XSLTAttributeDef cdataSectionElementsAttr = new XSLTAttributeDef(null, in build()
[all …]
/external/jetty/src/java/org/eclipse/jetty/util/log/
DJettyAwareLogger.java71 log(null, TRACE, msg, null, null); in trace()
80 log(null, TRACE, format, new Object[]{arg}, null); in trace()
89 log(null, TRACE, format, new Object[]{arg1,arg2}, null); in trace()
98 log(null, TRACE, format, argArray, null); in trace()
107 log(null, TRACE, msg, null, t); in trace()
125 log(marker, TRACE, msg, null, null); in trace()
134 log(marker, TRACE, format, new Object[]{arg}, null); in trace()
143 log(marker, TRACE, format, new Object[]{arg1,arg2}, null); in trace()
152 log(marker, TRACE, format, argArray, null); in trace()
161 log(marker, TRACE, msg, null, t); in trace()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageFactoryImpl.java126 if (requestURI == null || method == null || callId == null in createRequest()
127 || cSeq == null || from == null || to == null || via == null in createRequest()
128 || maxForwards == null || content == null in createRequest()
129 || contentType == null) in createRequest()
142 if ( userAgent != null ) { in createRequest()
182 if (requestURI == null || method == null || callId == null in createRequest()
183 || cSeq == null || from == null || to == null || via == null in createRequest()
184 || maxForwards == null || content == null in createRequest()
185 || contentType == null) in createRequest()
201 if ( userAgent != null ) { in createRequest()
[all …]
/external/toybox/tests/
Dpgrep.test7 killall yes >/dev/null 2>&1
14 yes >/dev/null &
33 killall yes >/dev/null 2>&1
37 yes >/dev/null &
41 killall yes >/dev/null 2>&1
43 yes >/dev/null &
44 yes print1 >/dev/null &
45 yes print2 >/dev/null &
49 killall yes >/dev/null 2>&1
51 yes >/dev/null &
[all …]
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java421 ClassDef classDef = null; in smali_file()
424 TreeRuleReturnScope header1 =null; in smali_file()
425 Set<Annotation> annotations2 =null; in smali_file()
426 List<BuilderField> fields3 =null; in smali_file()
427 List<BuilderMethod> methods4 =null; in smali_file()
434 match(input, Token.DOWN, null); in smali_file()
451 match(input, Token.UP, null); in smali_file()
454null?((smaliTreeWalker.header_return)header1).classType:null), (header1!=null?((smaliTreeWalker.he… in smali_file()
455 …ader1!=null?((smaliTreeWalker.header_return)header1).implementsList:null), (header1!=null?((smaliT… in smali_file()
492 TreeRuleReturnScope class_spec5 =null; in header()
[all …]
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/
Dtest3.test917 "output":["ParseError", ["DOCTYPE", "", null, null, false]]},
921 "output":["ParseError", "ParseError", "ParseError", ["DOCTYPE", "\uFFFD", null, null, false]]},
925 "output":["ParseError", "ParseError", "ParseError", ["DOCTYPE", "\u0008", null, null, false]]},
929 "output":["ParseError", ["DOCTYPE", "", null, null, false]]},
933 "output":["ParseError", ["DOCTYPE", "", null, null, false]]},
937 "output":["ParseError", "ParseError", "ParseError", ["DOCTYPE", "\u000B", null, null, false]]},
941 "output":["ParseError", ["DOCTYPE", "", null, null, false]]},
945 "output":["ParseError", ["DOCTYPE", "", null, null, false]]},
949 "output":["ParseError", "ParseError", "ParseError", ["DOCTYPE", "\u001F", null, null, false]]},
953 "output":["ParseError", ["DOCTYPE", "", null, null, false]]},
[all …]
/external/mesa3d/src/gallium/state_trackers/egl/null/
Dnative_null.c58 struct null_display *null = null_display(ndpy); in null_display_get_configs() local
62 configs = MALLOC(sizeof(*configs) * null->num_configs); in null_display_get_configs()
64 for (i = 0; i < null->num_configs; i++) in null_display_get_configs()
65 configs[i] = &null->configs[i]; in null_display_get_configs()
67 *num_configs = null->num_configs; in null_display_get_configs()
83 struct null_display *null = null_display(ndpy); in null_display_destroy() local
85 FREE(null->configs); in null_display_destroy()
86 ndpy_uninit(&null->base); in null_display_destroy()
87 FREE(null); in null_display_destroy()
99 struct null_display *null = null_display(ndpy); in null_display_init_config() local
[all …]
/external/owasp/sanitizer/src/tests/org/owasp/html/
DStylingPolicyTest.java40 assertSanitizedCss(null, ""); in testNothingToOutput()
41 assertSanitizedCss(null, "/** no CSS here */"); in testNothingToOutput()
42 assertSanitizedCss(null, "/* props: disabled; font-weight: bold */"); in testNothingToOutput()
43 assertSanitizedCss(null, "position: fixed"); in testNothingToOutput()
45 null, "background: url('javascript:alert%281337%29')"); in testNothingToOutput()
54 assertSanitizedCss(null, "color: #F000"); in testColors()
61 assertSanitizedCss(null, "color: transparent"); in testColors()
62 assertSanitizedCss(null, "color: bogus"); in testColors()
63 assertSanitizedCss(null, "color: expression(alert(1337))"); in testColors()
64 assertSanitizedCss(null, "color: 000"); in testColors()
[all …]
/external/v8/test/webkit/
Ddfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt24 …object and the other side is predicted either final object or other (i.e. null or undefined) doesn…
29 PASS foo({f:42}, null) threw exception TypeError: Cannot read property 'f' of null.
31 PASS foo({f:42}, null) threw exception TypeError: Cannot read property 'f' of null.
33 PASS foo({f:42}, null) threw exception TypeError: Cannot read property 'f' of null.
35 PASS foo({f:42}, null) threw exception TypeError: Cannot read property 'f' of null.
37 PASS foo({f:42}, null) threw exception TypeError: Cannot read property 'f' of null.
39 PASS foo({f:42}, null) threw exception TypeError: Cannot read property 'f' of null.
41 PASS foo({f:42}, null) threw exception TypeError: Cannot read property 'f' of null.
43 PASS foo({f:42}, null) threw exception TypeError: Cannot read property 'f' of null.
45 PASS foo({f:42}, null) threw exception TypeError: Cannot read property 'f' of null.
[all …]

12345678910>>...392