Home
last modified time | relevance | path

Searched refs:unexpected (Results 1 - 25 of 67) sorted by relevance

123

/third_party/rust/crates/syn/src/
H A Dparse.rs260 unexpected: Cell<Option<Rc<Cell<Unexpected>>>>,
383 unexpected: Rc<Cell<Unexpected>>,
390 unexpected: Cell::new(Some(unexpected)),
426 let mut unexpected = get_unexpected(buffer); in inner_unexpected() variables
428 match cell_clone(&unexpected) { in inner_unexpected()
429 Unexpected::None => return (unexpected, None), in inner_unexpected()
430 Unexpected::Some(span) => return (unexpected, Some(span)), in inner_unexpected()
431 Unexpected::Chain(next) => unexpected = next, in inner_unexpected()
437 cell_clone(&buffer.unexpected)
[all...]
H A Ddiscouraged.rs179 // Ensure toplevel 'unexpected' tokens from the fork don't in advance_to()
180 // bubble up the chain by replacing the root `unexpected` in advance_to()
181 // pointer, only 'unexpected' tokens from existing group in advance_to()
183 fork.unexpected in advance_to()
211 let unexpected = crate::parse::get_unexpected(self); in parse_any_delimiter()
212 let content = crate::parse::new_parse_buffer(scope, nested, unexpected); in parse_any_delimiter()
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dchecks.h111 int unexpected, in CheckNonEqualsHelper()
114 if (unexpected == value) { in CheckNonEqualsHelper()
236 v8::Handle<v8::Value> unexpected,
253 #define CHECK_NE(unexpected, value) CheckNonEqualsHelper(__FILE__, __LINE__, \
254 #unexpected, unexpected, #value, value)
108 CheckNonEqualsHelper(const char* file, int line, const char* unexpected_source, int unexpected, const char* value_source, int value) CheckNonEqualsHelper() argument
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DLazyFieldTest.java115 private void assertNotEqual(Object unexpected, Object actual) { in assertNotEqual() argument
116 assertFalse(unexpected == actual || (unexpected != null && unexpected.equals(actual))); in assertNotEqual()
H A DLazyFieldLiteTest.java241 private void assertNotEqual(Object unexpected, Object actual) { in assertNotEqual() argument
242 assertFalse(unexpected == actual || (unexpected != null && unexpected.equals(actual))); in assertNotEqual()
/third_party/python/Lib/unittest/
H A Dutil.py67 unexpected = []
78 unexpected.append(a)
93 unexpected.extend(actual[j:])
95 return missing, unexpected
112 # anything left in actual is unexpected
/third_party/typescript/tests/baselines/reference/
H A DjsxChildrenIndividualErrorElaborations.js20 Hello unexpected text!
44 Hello unexpected text!
69 Hello unexpected text!
92 var a = React.createElement(Blah, null, "Hello unexpected text!");
104 var a = React.createElement(Blah2, null, "Hello unexpected text!");
116 var a = React.createElement(Blah3, null, "Hello unexpected text!");
/third_party/rust/crates/proc-macro2/tests/
H A Dtest.rs174 unexpected => panic!("unexpected token: {:?}", unexpected), in literal_c_string()
178 if let Some(unexpected) = tokens.next() { in literal_c_string()
179 panic!("unexpected token: {:?}", unexpected); in literal_c_string()
183 if let Ok(unexpected) = invalid.parse::<TokenStream>() { in literal_c_string()
184 panic!("unexpected token: {:?}", unexpected); in literal_c_string()
272 unexpected in literal_iter_negative()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralRules.java1368 throw unexpected(t, condition); in parseConstraint()
1380 throw unexpected(t, condition); in parseConstraint()
1386 throw unexpected(t, condition); in parseConstraint()
1392 throw unexpected(t, condition); in parseConstraint()
1399 throw unexpected(t, condition); in parseConstraint()
1403 throw unexpected(t, condition); in parseConstraint()
1420 throw unexpected(t, condition); in parseConstraint()
1428 throw unexpected(t, condition); in parseConstraint()
1433 throw unexpected(t, condition); in parseConstraint()
1438 throw unexpected(lo in parseConstraint()
1501 private static ParseException unexpected(String token, String context) { unexpected() method in PluralRules
[all...]
/third_party/node/deps/ada/
H A Dada.h1912 class unexpected { class
1916 unexpected() = delete;
1917 constexpr explicit unexpected(const E &e) : m_val(e) {} in unexpected() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::scheme::ada::tl::unexpected
1919 constexpr explicit unexpected(E &&e) : m_val(std::move(e)) {} in unexpected() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::scheme::ada::tl::unexpected
1923 constexpr explicit unexpected(Args &&...args) in unexpected() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::scheme::ada::tl::unexpected
1929 constexpr explicit unexpected(std::initializer_list<U> l, Args &&...args) in unexpected() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::scheme::ada::tl::unexpected
1943 unexpected(E) -> unexpected<E>; member
1947 constexpr bool operator==(const unexpected<E> &lhs, const unexpected<
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_tab_autogen.cpp813 about the unexpected token YYTOKEN for the state stack whose top is
832 /* Number of reported tokens (one for the "unexpected", one per in yysyntax_error()
844 that there is no unexpected or expected token to report. In that in yysyntax_error()
904 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error()
905 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error()
906 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error()
907 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error()
908 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.cpp933 about the unexpected token YYTOKEN for the state stack whose top is
951 /* Number of reported tokens (one for the "unexpected", one per in yysyntax_error()
963 that there is no unexpected or expected token to report. In that in yysyntax_error()
1022 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error()
1023 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error()
1024 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error()
1025 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error()
1026 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error()
/third_party/vixl/test/
H A Dtest-api.cc384 const std::set<CPUFeatures::Feature>& unexpected, in CPUFeaturesPredefinedResultCheckHelper()
387 if (!unexpected.empty()) { in CPUFeaturesPredefinedResultCheckHelper()
389 for (auto f : unexpected) { in CPUFeaturesPredefinedResultCheckHelper()
399 VIXL_CHECK(unexpected.empty() && expected.empty()); in CPUFeaturesPredefinedResultCheckHelper()
405 std::set<CPUFeatures::Feature> unexpected; in TEST() local
412 if (expected.erase(f) == 0) unexpected.insert(f); in TEST()
414 CPUFeaturesPredefinedResultCheckHelper(unexpected, expected); in TEST()
383 CPUFeaturesPredefinedResultCheckHelper( const std::set<CPUFeatures::Feature>& unexpected, const std::set<CPUFeatures::Feature>& expected) CPUFeaturesPredefinedResultCheckHelper() argument
/third_party/rust/crates/clap/src/error/
H A Dkind.rs320 Self::UnknownArgument => Some("unexpected argument found"), in as_str()
324 Self::TooManyValues => Some("unexpected value for an argument found"), in as_str()
/third_party/mesa3d/src/util/
H A Dos_misc.c72 #error unexpected platform in os_sysinfo.c
272 #error unexpected platform in os_sysinfo.c in os_get_total_physical_memory()
358 #error unexpected platform in os_sysinfo.c in os_get_page_size()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.cpp1933 about the unexpected token YYTOKEN for the state stack whose top is
1951 /* Number of reported tokens (one for the "unexpected", one per in yysyntax_error()
1963 that there is no unexpected or expected token to report. In that in yysyntax_error()
2022 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error()
2023 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error()
2024 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error()
2025 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error()
2026 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java1448 throw unexpected(t, condition); in parseConstraint()
1460 throw unexpected(t, condition); in parseConstraint()
1466 throw unexpected(t, condition); in parseConstraint()
1472 throw unexpected(t, condition); in parseConstraint()
1479 throw unexpected(t, condition); in parseConstraint()
1483 throw unexpected(t, condition); in parseConstraint()
1500 throw unexpected(t, condition); in parseConstraint()
1508 throw unexpected(t, condition); in parseConstraint()
1513 throw unexpected(t, condition); in parseConstraint()
1518 throw unexpected(lo in parseConstraint()
1581 private static ParseException unexpected(String token, String context) { unexpected() method in PluralRules
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/lexer/
H A Dlexer_test.go119 t.Errorf(`%v returned unexpected token kind: got "%+v", expected "%+v"`, name, got[0], test.expect)
121 t.Errorf(`%v returned unexpected token runes: got "%+v", expected "%+v"`, name, string(got[0].Runes), string(test.expect.Runes))
123 t.Errorf(`%v returned unexpected token source: got %+v, expected %+v`, name, got[0].Source, test.expect.Source)
137 {"*", "test.txt:1:1: unexpected '*'"},
/third_party/json/docs/mkdocs/scripts/
H A Dcheck_structure.py68 report('structure/unexpected_section', f'{file}:{lineno+1}', f'unexpected top-level title "{line}"')
92 unexpected = [x for x in documented_overloads[current_section] if x not in expected]
95 if len(unexpected):
96 report('style/numbering', f'{file}:{lineno} ({current_section})', f'unexpected overloads: {", ".join([f"({x})" for x in unexpected])}')
104 report('structure/section_order', f'{file}:{lineno+1}', f'section "{current_section}" is in an unexpected order (should be before "{expected_sections[section_idx]}")')
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_tab_autogen.cpp1933 about the unexpected token YYTOKEN for the state stack whose top is
1952 /* Number of reported tokens (one for the "unexpected", one per in yysyntax_error()
1964 that there is no unexpected or expected token to report. In that in yysyntax_error()
2024 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error()
2025 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error()
2026 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error()
2027 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error()
2028 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error()
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
H A Dyacc.c1095 about the unexpected token YYTOKEN for the state stack whose top is
1116 /* Number of reported tokens (one for the "unexpected", one per
1128 that there is no unexpected or expected token to report. In that
1210 YYCASE_(1, YY_("syntax error, unexpected %s"));
1211 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1212 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1213 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1214 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
/third_party/node/test/common/
H A Dwpt.js661 if (item.fail?.unexpected) {
705 `${failures.length} unexpected failures,`,
706 `${unexpectedPasses.length} unexpected passes`);
710 `Found ${failures.length} unexpected failures. ` +
716 `Found ${unexpectedPasses.length} unexpected passes. ` +
791 // unexpected: [ ... ] } }}
795 const key = item.expected ? 'expected' : 'unexpected';
/third_party/node/test/parallel/
H A Dtest-http-client-default-headers-exist.js45 `${req.method} was an unexpected method`);
/third_party/node/deps/npm/node_modules/ip-address/node_modules/sprintf-js/src/
H A Dsprintf.js202 throw new SyntaxError('[sprintf] unexpected placeholder')
/third_party/gn/src/gn/
H A Dninja_build_writer_unittest.cc233 #define EXPECT_NO_SNIPPET(str, unexpected) \ in TEST_F()
234 EXPECT_EQ(std::string::npos, str.find(unexpected)) \ in TEST_F()
235 << "Found unexpected: " << unexpected << "\n" \ in TEST_F()

Completed in 38 milliseconds

123