Home
last modified time | relevance | path

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

12345678910>>...454

/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/antlr/tool/src/test/java/org/antlr/test/
DTestSemanticPredicates.java58 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testPredsButSyntaxResolves()
69 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testLL_1_Pred()
81 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testLL_1_Pred_forced_k_1()
93 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testLL_2_Pred()
105 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testPredicatedLoop()
116 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testPredicatedToStayInLoop()
127 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testAndPredicates()
140 checkDecision(g, 1, expecting, null, null, null, null, null, 0, false); in testOrPredicates()
150 new int[] {1,2}, "A", null, null, 2, false); in testIgnoresHoistingDepthGreaterThanZero()
160 new int[] {1,2}, "A", null, null, 2, true); in testIgnoresPredsHiddenByActions()
[all …]
DTestDFAConversion.java52 checkDecision(g, 1, expecting, null, null, null, null, 0); in testA()
63 checkDecision(g, 1, expecting, null, null, null, null, 0); in testAB_or_AC()
75 checkDecision(g, 1, expecting, null, null, null, null, 0); in testAB_or_AC_k2()
143 int[] unreachableAlts = null; in testRecursionOverflowWithPredOk()
144 int[] nonDetAlts = null; in testRecursionOverflowWithPredOk()
145 String ambigInput = null; in testRecursionOverflowWithPredOk()
146 int[] danglingAlts = null; in testRecursionOverflowWithPredOk()
172 int[] unreachableAlts = null; in testRecursionOverflowWithPredOk2()
173 int[] nonDetAlts = null; in testRecursionOverflowWithPredOk2()
174 String ambigInput = null; in testRecursionOverflowWithPredOk2()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleParseTable.java85 new RBBIRuleTableElement(doNOP, 0, 0,0, true, null ) // 0
87 , new RBBIRuleTableElement(doNOP, 132, 1,0, true, null ) // 2
88 , new RBBIRuleTableElement(doNoChain,'^', 12, 9, true, null ) // 3
89 , new RBBIRuleTableElement(doExprStart,'$', 88, 98, false, null ) // 4
90 , new RBBIRuleTableElement(doNOP,'!', 19,0, true, null ) // 5
91 , new RBBIRuleTableElement(doNOP,';', 1,0, true, null ) // 6
92 , new RBBIRuleTableElement(doNOP, 252, 0,0, false, null ) // 7
93 , new RBBIRuleTableElement(doExprStart, 255, 29, 9, false, null ) // 8
95 , new RBBIRuleTableElement(doNOP, 132, 9,0, true, null ) // 10
96 , new RBBIRuleTableElement(doRuleError, 255, 103,0, false, null ) // 11
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleParseTable.java84 new RBBIRuleTableElement(doNOP, 0, 0,0, true, null ) // 0
86 , new RBBIRuleTableElement(doNOP, 132, 1,0, true, null ) // 2
87 , new RBBIRuleTableElement(doNoChain,'^', 12, 9, true, null ) // 3
88 , new RBBIRuleTableElement(doExprStart,'$', 88, 98, false, null ) // 4
89 , new RBBIRuleTableElement(doNOP,'!', 19,0, true, null ) // 5
90 , new RBBIRuleTableElement(doNOP,';', 1,0, true, null ) // 6
91 , new RBBIRuleTableElement(doNOP, 252, 0,0, false, null ) // 7
92 , new RBBIRuleTableElement(doExprStart, 255, 29, 9, false, null ) // 8
94 , new RBBIRuleTableElement(doNOP, 132, 9,0, true, null ) // 10
95 , new RBBIRuleTableElement(doRuleError, 255, 103,0, false, null ) // 11
[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/mockito/src/test/java/org/mockitousage/
DMethodsImpl.java17 return null; in booleanObjectReturningMethod()
25 return null; in byteObjectReturningMethod()
33 return null; in shortObjectReturningMethod()
41 return null; in charObjectReturningMethod()
49 return null; in integerReturningMethod()
57 return null; in longObjectReturningMethod()
65 return null; in floatObjectReturningMethod()
73 return null; in doubleObjectReturningMethod()
77 return null; in objectReturningMethod()
81 return null; in objectReturningMethodNoArgs()
[all …]
/external/swiftshader/third_party/llvm-7.0/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/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/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/
DGenericVisitorAdapter.java44 if (n.getAnnotations() != null) { in visit()
48 if (result != null) { in visit()
54 if (n.getMembers() != null) { in visit()
58 if (result != null) { in visit()
64 return null; in visit()
70 if (n.getAnnotations() != null) { in visit()
74 if (result != null) { in visit()
82 if (result != null) { in visit()
86 if (n.getDefaultValue() != null) { in visit()
89 if (result != null) { in visit()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/
DGenericVisitorAdapter.java80 if (n.getJavaDoc() != null) { in visit()
83 if (result != null) { in visit()
88 if (n.getAnnotations() != null) { in visit()
92 if (result != null) { in visit()
98 if (n.getMembers() != null) { in visit()
102 if (result != null) { in visit()
108 return null; in visit()
113 if (n.getJavaDoc() != null) { in visit()
116 if (result != null) { in visit()
121 if (n.getAnnotations() != null) { in visit()
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
DGenericVisitorAdapter.java49 if (result != null) in visit()
54 if (result != null) in visit()
59 if (result != null) in visit()
64 if (result != null) in visit()
67 return null; in visit()
76 if (result != null) in visit()
81 if (result != null) in visit()
86 if (result != null) in visit()
91 if (result != null) in visit()
96 if (result != null) in visit()
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java91 …SD("xxxxxxxxxxxxxxxxxxxx", "fisher", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA…
92 …SD("silly spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(13, -1),…
93 …SD("silly spring string string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(1…
94 …SD("silly string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(6…
95 …SD("string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 14, …
96 SD("Scott Ganyo", "c", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(1, -1), IA(1)),
97 SD("Scott Ganyo", " ", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(5, -1), IA(1)),
98 … SD("\u0300\u0325", "\u0300", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)),
99 … SD("a\u0300\u0325", "\u0300", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)),
100 …SD("a\u0300\u0325", "\u0300\u0325", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(…
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
DSearchTest.java94 …SD("xxxxxxxxxxxxxxxxxxxx", "fisher", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA…
95 …SD("silly spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(13, -1),…
96 …SD("silly spring string string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(1…
97 …SD("silly string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(6…
98 …SD("string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 14, …
99 SD("Scott Ganyo", "c", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(1, -1), IA(1)),
100 SD("Scott Ganyo", " ", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(5, -1), IA(1)),
101 … SD("\u0300\u0325", "\u0300", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)),
102 … SD("a\u0300\u0325", "\u0300", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)),
103 …SD("a\u0300\u0325", "\u0300\u0325", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(…
[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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DSQLiteDatabaseTest.java76 database.insert("rawtable", null, values); in setUp()
85 database.insert("rawtable", null, values2); in setUp()
105 database.insert("table_name", null, values); in testInsertAndQuery()
107 …e.query("table_name", new String[]{"second_column", "first_column"}, null, null, null, null, null); in testInsertAndQuery()
128 database.insert("table_name", null, values); in testInsertAndRawQuery()
130 … Cursor cursor = database.rawQuery("select second_column, first_column from table_name", null); in testInsertAndRawQuery()
146 database.insertOrThrow("table_name", null, values); in testInsertOrThrowWithSQLException()
147 database.insertOrThrow("table_name", null, values); in testInsertOrThrowWithSQLException()
157 database.insertOrThrow("table_name", null, values); in testInsertOrThrow()
159 … Cursor cursor = database.rawQuery("select second_column, first_column from table_name", null); in testInsertOrThrow()
[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/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/
Dcom_github_javaparser_ast_visitor_GenericVisitorAdapter.txt5 Line 80) n.getJavaDoc() != null ==> boolean
8 Line 83) result != null ==> boolean
10 Line 88) n.getAnnotations() != null ==> boolean
15 Line 92) result != null ==> boolean
17 Line 98) n.getMembers() != null ==> boolean
22 Line 102) result != null ==> boolean
24 Line 108) null ==> null
25 Line 113) n.getJavaDoc() != null ==> boolean
28 Line 116) result != null ==> boolean
30 Line 121) n.getAnnotations() != null ==> boolean
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatDataDrivenTest.java46 if (actual == null && ppos.getIndex() != 0) { in compareParseResult()
56 return null; in compareParseResult()
62 return null; in compareParseResult()
68 return null; in compareParseResult()
70 return null; in compareParseResult()
84 return null; in compareParseResult()
103 return null; in compareParseCurrencyResult()
112 return null; in compareParseCurrencyResult()
132 return null;
139 if (tuple.toPattern != null) {
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatDataDrivenTest.java49 if (actual == null && ppos.getIndex() != 0) { in compareParseResult()
59 return null; in compareParseResult()
65 return null; in compareParseResult()
71 return null; in compareParseResult()
73 return null; in compareParseResult()
87 return null; in compareParseResult()
106 return null; in compareParseCurrencyResult()
115 return null; in compareParseCurrencyResult()
135 return null;
142 if (tuple.toPattern != null) {
[all …]
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java413 ClassDef classDef = null; in smali_file()
416 TreeRuleReturnScope header1 =null; in smali_file()
417 Set<Annotation> annotations2 =null; in smali_file()
418 List<BuilderField> fields3 =null; in smali_file()
419 List<BuilderMethod> methods4 =null; in smali_file()
426 match(input, Token.DOWN, null); in smali_file()
443 match(input, Token.UP, null); in smali_file()
446null?((smaliTreeWalker.header_return)header1).classType:null), (header1!=null?((smaliTreeWalker.he… in smali_file()
447 …ader1!=null?((smaliTreeWalker.header_return)header1).implementsList:null), (header1!=null?((smaliT… in smali_file()
484 TreeRuleReturnScope class_spec5 =null; in header()
[all …]
/external/toybox/tests/
Dpkill.test7 killall yes >/dev/null 2>&1
15 yes >/dev/null &
19 killall yes >/dev/null 2>&1
21 yes >/dev/null &
22 yes print1 >/dev/null &
23 yes print2 >/dev/null &
27 killall yes >/dev/null 2>&1
29 yes >/dev/null &
33 killall yes >/dev/null 2>&1
35 yes print1 >/dev/null &
[all …]
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java97 new TestSSLHandshakeCallbacks(null, 0, null);
161 if (SERVER_PRIVATE_KEY != null) { in initCerts()
223 if (CHANNEL_ID_PRIVATE_KEY != null) { in initChannelIdKey()
274 NativeCrypto.X509_cmp(expected[i], null, actual[i], null); in assertEqualCertificateChains()
284 NativeCrypto.EVP_PKEY_cmp(null, null); in EVP_PKEY_cmp_BothNullParameters()
292 NativeCrypto.EVP_PKEY_cmp(pkey1, null); in EVP_PKEY_cmp_withNullShouldThrow()
323 NativeCrypto.SSL_CTX_free(c, null); in test_SSL_CTX_new()
324 NativeCrypto.SSL_CTX_free(c2, null); in test_SSL_CTX_new()
329 NativeCrypto.SSL_CTX_free(NULL, null); in test_SSL_CTX_free_NullArgument()
334 NativeCrypto.SSL_CTX_free(NativeCrypto.SSL_CTX_new(), null); in test_SSL_CTX_free() local
[all …]

12345678910>>...454