Home
last modified time | relevance | path

Searched refs:empty (Results 6276 - 6290 of 6290) sorted by relevance

1...<<251252

/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc3111 DCHECK(rets.empty()); in BuildImportCall()
5609 "empty struct might require initialization of padding field"); in StructNewWithRtt()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp842 if (!offscreenData.empty()) in drawPrimitives()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageLoadStoreTests.cpp9232 if (true == tested_shader_stage_code.empty())
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc2970 // `getline` produces an empty line after a terminal "\n". in MaskAddresses()
2971 if (lines.back().empty()) lines.pop_back(); in MaskAddresses()
H A Dtest-cpu-features-aarch64.cc73 if (!errors.empty()) { in Run()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp839 if (!offscreenData.empty()) in drawPrimitives()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp4757 if (temps.empty()) {
10242 /* Discards can result in code running with an empty exec mask.
10244 * workaround, break the loop when the loop mask is empty instead of
10692 /* uniform control flow never has an empty exec-mask */
10864 return !ctx->cf_info.has_branch && !ctx->block->logical_preds.empty();
11941 /* In a merged VS+TCS HS, the VS implementation can be completely empty. */
12122 while (!if_contexts.empty()) {
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/typescript/lib/
H A DtypingsInstaller.js1100 * Returns the element at a specific offset in an array if non-empty, `undefined` otherwise.
1114 * Returns the first element of an array if non-empty, `undefined` otherwise.
1126 * Returns the last element of an array if non-empty, `undefined` otherwise.
1492 throw new Error("Queue is empty");
1497 // If more than half of the queue is empty, copy the remaining elements to the
3195 // > alphanumerics and hyphen [0-9A-Za-z-]. Identifiers MUST NOT be empty. Numeric identifiers
3202 // > comprise only ASCII alphanumerics and hyphen [0-9A-Za-z-]. Identifiers MUST NOT be empty.
3516 // an empty disjunction is treated as "*" (all versions)
8334 _0_list_cannot_be_empty: diag(1097, ts.DiagnosticCategory.Error, "_0_list_cannot_be_empty_1097", "'{0}' list cannot be empty."),
8335 Type_parameter_list_cannot_be_empty: diag(1098, ts.DiagnosticCategory.Error, "Type_parameter_list_cannot_be_empty_1098", "Type parameter list cannot be empty
[all...]
H A Dtsc.js1304 throw new Error("Queue is empty");
5471 _0_list_cannot_be_empty: diag(1097, ts.DiagnosticCategory.Error, "_0_list_cannot_be_empty_1097", "'{0}' list cannot be empty."),
5472 Type_parameter_list_cannot_be_empty: diag(1098, ts.DiagnosticCategory.Error, "Type_parameter_list_cannot_be_empty_1098", "Type parameter list cannot be empty."),
5473 Type_argument_list_cannot_be_empty: diag(1099, ts.DiagnosticCategory.Error, "Type_argument_list_cannot_be_empty_1099", "Type argument list cannot be empty."),
5494 Variable_declaration_list_cannot_be_empty: diag(1123, ts.DiagnosticCategory.Error, "Variable_declaration_list_cannot_be_empty_1123", "Variable declaration list cannot be empty."),
5567 _0_cannot_be_compiled_under_isolatedModules_because_it_is_considered_a_global_script_file_Add_an_import_export_or_an_empty_export_statement_to_make_it_a_module: diag(1208, ts.DiagnosticCategory.Error, "_0_cannot_be_compiled_under_isolatedModules_because_it_is_considered_a_global_script_file_Add_an_imp_1208", "'{0}' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module."),
5636 The_body_of_an_if_statement_cannot_be_the_empty_statement: diag(1313, ts.DiagnosticCategory.Error, "The_body_of_an_if_statement_cannot_be_the_empty_statement_1313", "The body of an 'if' statement cannot be the empty statement."),
5695 await_expressions_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module: diag(1375, ts.DiagnosticCategory.Error, "await_expressions_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_fi_1375", "'await' expressions are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module."),
5749 for_await_loops_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module: diag(1431, ts.DiagnosticCategory.Error, "for_await_loops_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_1431", "'for await' loops are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module."),
6428 Substitutions_for_pattern_0_shouldn_t_be_an_empty_array: diag(5066, ts.DiagnosticCategory.Error, "Substitutions_for_pattern_0_shouldn_t_be_an_empty_array_5066", "Substitutions for pattern '{0}' shouldn't be an empty arra
[all...]
H A Dtsserverlibrary.js1119 * Returns the element at a specific offset in an array if non-empty, `undefined` otherwise.
1133 * Returns the first element of an array if non-empty, `undefined` otherwise.
1145 * Returns the last element of an array if non-empty, `undefined` otherwise.
1511 throw new Error("Queue is empty");
1516 // If more than half of the queue is empty, copy the remaining elements to the
3214 // > alphanumerics and hyphen [0-9A-Za-z-]. Identifiers MUST NOT be empty. Numeric identifiers
3221 // > comprise only ASCII alphanumerics and hyphen [0-9A-Za-z-]. Identifiers MUST NOT be empty.
3535 // an empty disjunction is treated as "*" (all versions)
8353 _0_list_cannot_be_empty: diag(1097, ts.DiagnosticCategory.Error, "_0_list_cannot_be_empty_1097", "'{0}' list cannot be empty."),
8354 Type_parameter_list_cannot_be_empty: diag(1098, ts.DiagnosticCategory.Error, "Type_parameter_list_cannot_be_empty_1098", "Type parameter list cannot be empty
[all...]
H A Dtypescript.js1110 * Returns the element at a specific offset in an array if non-empty, `undefined` otherwise.
1124 * Returns the first element of an array if non-empty, `undefined` otherwise.
1136 * Returns the last element of an array if non-empty, `undefined` otherwise.
1502 throw new Error("Queue is empty");
1507 // If more than half of the queue is empty, copy the remaining elements to the
3205 // > alphanumerics and hyphen [0-9A-Za-z-]. Identifiers MUST NOT be empty. Numeric identifiers
3212 // > comprise only ASCII alphanumerics and hyphen [0-9A-Za-z-]. Identifiers MUST NOT be empty.
3526 // an empty disjunction is treated as "*" (all versions)
8344 _0_list_cannot_be_empty: diag(1097, ts.DiagnosticCategory.Error, "_0_list_cannot_be_empty_1097", "'{0}' list cannot be empty."),
8345 Type_parameter_list_cannot_be_empty: diag(1098, ts.DiagnosticCategory.Error, "Type_parameter_list_cannot_be_empty_1098", "Type parameter list cannot be empty
[all...]
H A DtypescriptServices.js1110 * Returns the element at a specific offset in an array if non-empty, `undefined` otherwise.
1124 * Returns the first element of an array if non-empty, `undefined` otherwise.
1136 * Returns the last element of an array if non-empty, `undefined` otherwise.
1502 throw new Error("Queue is empty");
1507 // If more than half of the queue is empty, copy the remaining elements to the
3205 // > alphanumerics and hyphen [0-9A-Za-z-]. Identifiers MUST NOT be empty. Numeric identifiers
3212 // > comprise only ASCII alphanumerics and hyphen [0-9A-Za-z-]. Identifiers MUST NOT be empty.
3526 // an empty disjunction is treated as "*" (all versions)
8344 _0_list_cannot_be_empty: diag(1097, ts.DiagnosticCategory.Error, "_0_list_cannot_be_empty_1097", "'{0}' list cannot be empty."),
8345 Type_parameter_list_cannot_be_empty: diag(1098, ts.DiagnosticCategory.Error, "Type_parameter_list_cannot_be_empty_1098", "Type parameter list cannot be empty
[all...]
H A Dtsserver.js1120 * Returns the element at a specific offset in an array if non-empty, `undefined` otherwise.
1134 * Returns the first element of an array if non-empty, `undefined` otherwise.
1146 * Returns the last element of an array if non-empty, `undefined` otherwise.
1512 throw new Error("Queue is empty");
1517 // If more than half of the queue is empty, copy the remaining elements to the
3215 // > alphanumerics and hyphen [0-9A-Za-z-]. Identifiers MUST NOT be empty. Numeric identifiers
3222 // > comprise only ASCII alphanumerics and hyphen [0-9A-Za-z-]. Identifiers MUST NOT be empty.
3536 // an empty disjunction is treated as "*" (all versions)
8354 _0_list_cannot_be_empty: diag(1097, ts.DiagnosticCategory.Error, "_0_list_cannot_be_empty_1097", "'{0}' list cannot be empty."),
8355 Type_parameter_list_cannot_be_empty: diag(1098, ts.DiagnosticCategory.Error, "Type_parameter_list_cannot_be_empty_1098", "Type parameter list cannot be empty
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js132 // We skip 'head' because it is an empty entry used to track iteration start.
154 // We skip 'head' because it is an empty entry used to track iteration start.
1295 * Returns the element at a specific offset in an array if non-empty, `undefined` otherwise.
1309 * Returns the first element of an array if non-empty, `undefined` otherwise.
1321 * Returns the last element of an array if non-empty, `undefined` otherwise.
3270 // > alphanumerics and hyphen [0-9A-Za-z-]. Identifiers MUST NOT be empty. Numeric identifiers
3276 // > comprise only ASCII alphanumerics and hyphen [0-9A-Za-z-]. Identifiers MUST NOT be empty.
3578 // an empty disjunction is treated as "*" (all versions)
8296 _0_list_cannot_be_empty: diag(1097, ts.DiagnosticCategory.Error, "_0_list_cannot_be_empty_1097", "'{0}' list cannot be empty."),
8297 Type_parameter_list_cannot_be_empty: diag(1098, ts.DiagnosticCategory.Error, "Type_parameter_list_cannot_be_empty_1098", "Type parameter list cannot be empty
[all...]

Completed in 186 milliseconds

1...<<251252