Home
last modified time | relevance | path

Searched refs:scope (Results 926 - 950 of 1103) sorted by relevance

1...<<31323334353637383940>>...45

/third_party/node/src/crypto/
H A Dcrypto_dh.cc473 HandleScope scope(args.GetIsolate()); in VerifyErrorGetter()
H A Dcrypto_sig.cc224 HandleScope scope(env->isolate()); in ValidateDSAParameters()
H A Dcrypto_util.h434 v8::HandleScope scope(isolate); in Initialize()
H A Dcrypto_util.cc577 HandleScope scope(env->isolate()); in SetFipsCrypto()
/third_party/node/src/
H A Dnode_process_methods.cc560 v8::HandleScope scope(context->GetIsolate()); in Deserialize()
H A Dstream_base.cc514 HandleScope scope(isolate); in AddMethods()
H A Dnode_snapshotable.cc1139 HandleScope scope(isolate); in Generate()
1431 HandleScope scope(realm->isolate()); in SerializeSnapshotableObjects()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.cc589 BlockInlineReduction scope(this); in AddNode()
/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.cc10 #include "src/common/assert-scope.h"
318 // If a function-scope block exists, overwrite the function count. It has in RewriteFunctionScopeCounter()
324 // function-scope block is expected in CoverageFunction, not as a in RewriteFunctionScopeCounter()
429 // To stay compatible with non-block coverage modes, the function-scope count in CollectBlockCoverageInternal()
431 // This finds the function-scope counter, overwrites CoverageFunction::count, in CollectBlockCoverageInternal()
780 HandleScope scope(isolate); in SelectMode()
/third_party/node/deps/v8/src/heap/
H A Dscavenger.cc234 TimedScope scope(&scavenging_time); in ProcessItems()
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc419 HandleScope scope(GetIsolate()); in GetContextId()
439 // Enter no GC scope. `AttachIsolate()` removes this and allows triggering in CppHeap()
496 // Enter no GC scope. in DetachIsolate()
722 // - GC forbidden scope. in ReportBufferedAllocationSizeIfPossible()
/third_party/node/deps/v8/src/objects/
H A Dbacking-store.cc956 HandleScope scope(isolate); in UpdateSharedWasmMemoryObjects()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-operand-rn-shift-rs-narrow-out-it-block-t32.cc386 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-sp-operand-imm8-t32.cc385 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_print.c1037 nir_scope scope = in print_intrinsic_instr() local
1040 switch (scope) { in print_intrinsic_instr()
H A Dnir_builder.h1644 nir_scope scope,
1648 nir_scoped_barrier(b, NIR_SCOPE_NONE, scope, semantics, modes);
/third_party/ltp/tools/sparse/sparse-src/
H A Dpre-process.c45 #include "scope.h"
1377 if (!sym || sym->scope != file_scope) { in do_define()
1534 if (!sym || sym->scope != file_scope) { in do_handle_undef()
/third_party/python/Tools/gdb/
H A Dlibpython.py1101 Look for the named local variable, returning a (PyObjectPtr, scope) pair
1102 where scope is a string 'local', 'global', 'builtin'
2096 pyop_var, scope = pyop_frame.get_var_by_name(name)
2100 % (scope,
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp54 void* allocateSystemMem (const VkAllocationCallbacks* pAllocator, VkSystemAllocationScope scope) in allocateSystemMem() argument
56 void* ptr = pAllocator->pfnAllocation(pAllocator->pUserData, sizeof(T), sizeof(void*), scope); in allocateSystemMem()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_nir.cpp4000 enum lsc_fence_scope scope,
4012 send->desc = lsc_fence_msg_desc(devinfo, scope, flush_type, true);
4261 enum lsc_fence_scope scope = LSC_FENCE_LOCAL;
4268 scope = LSC_FENCE_TILE;
4272 scope = LSC_FENCE_THREADGROUP;
4282 /* No scope defined. */
4283 scope = LSC_FENCE_TILE;
4286 return lsc_fence_msg_desc(devinfo, scope, flush_type, true);
/third_party/typescript/lib/
H A Dtsserverlibrary.js8820 Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module: diag(2441, ts.DiagnosticCategory.Error, "Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_2441", "Duplicate identifier '{0}'. Compiler reserves name '{1}' in top level scope of a module."),
8855 Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1: diag(2481, ts.DiagnosticCategory.Error, "Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1_2481", "Cannot initialize outer scoped variable '{0}' in the same scope as block scoped declaration '{1}'."),
8899 Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_containing_async_functions: diag(2529, ts.DiagnosticCategory.Error, "Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_containing_async_func_2529", "Duplicate identifier '{0}'. Compiler reserves name '{1}' in top level scope of a module containing async functions."),
9011 Augmentations_for_the_global_scope_can_only_be_directly_nested_in_external_modules_or_ambient_module_declarations: diag(2669, ts.DiagnosticCategory.Error, "Augmentations_for_the_global_scope_can_only_be_directly_nested_in_external_modules_or_ambient_module_2669", "Augmentations for the global scope can only be directly nested in external modules or ambient module declarations."),
9012 Augmentations_for_the_global_scope_should_have_declare_modifier_unless_they_appear_in_already_ambient_context: diag(2670, ts.DiagnosticCategory.Error, "Augmentations_for_the_global_scope_should_have_declare_modifier_unless_they_appear_in_already_ambien_2670", "Augmentations for the global scope should have 'declare' modifier unless they appear in already ambient context."),
9571 Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve: diag(6270, ts.DiagnosticCategory.Message, "Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve_6270", "Directory '{0}' has no containing package.json scope. Imports will not resolve."),
9572 Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1: diag(6271, ts.DiagnosticCategory.Message, "Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1_6271", "Import specifier '{0}' does not exist in package.json scope at path '{1}'."),
9574 package_json_scope_0_has_no_imports_defined: diag(6273, ts.DiagnosticCategory.Message, "package_json_scope_0_has_no_imports_defined_6273", "package.json scope '{0}' has no imports defined."),
9575 package_json_scope_0_explicitly_maps_specifier_1_to_null: diag(6274, ts.DiagnosticCategory.Message, "package_json_scope_0_explicitly_maps_specifier_1_to_null_6274", "package.json scope '{0}' explicitly maps specifier '{1}' to null."),
9576 package_json_scope_0_has_invalid_type_for_target_of_specifier_1: diag(6275, ts.DiagnosticCategory.Message, "package_json_scope_0_has_invalid_type_for_target_of_specifier_1_6275", "package.json scope '{
[all...]
H A Dtsserver.js8821 Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module: diag(2441, ts.DiagnosticCategory.Error, "Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_2441", "Duplicate identifier '{0}'. Compiler reserves name '{1}' in top level scope of a module."),
8856 Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1: diag(2481, ts.DiagnosticCategory.Error, "Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1_2481", "Cannot initialize outer scoped variable '{0}' in the same scope as block scoped declaration '{1}'."),
8900 Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_containing_async_functions: diag(2529, ts.DiagnosticCategory.Error, "Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_containing_async_func_2529", "Duplicate identifier '{0}'. Compiler reserves name '{1}' in top level scope of a module containing async functions."),
9012 Augmentations_for_the_global_scope_can_only_be_directly_nested_in_external_modules_or_ambient_module_declarations: diag(2669, ts.DiagnosticCategory.Error, "Augmentations_for_the_global_scope_can_only_be_directly_nested_in_external_modules_or_ambient_module_2669", "Augmentations for the global scope can only be directly nested in external modules or ambient module declarations."),
9013 Augmentations_for_the_global_scope_should_have_declare_modifier_unless_they_appear_in_already_ambient_context: diag(2670, ts.DiagnosticCategory.Error, "Augmentations_for_the_global_scope_should_have_declare_modifier_unless_they_appear_in_already_ambien_2670", "Augmentations for the global scope should have 'declare' modifier unless they appear in already ambient context."),
9572 Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve: diag(6270, ts.DiagnosticCategory.Message, "Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve_6270", "Directory '{0}' has no containing package.json scope. Imports will not resolve."),
9573 Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1: diag(6271, ts.DiagnosticCategory.Message, "Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1_6271", "Import specifier '{0}' does not exist in package.json scope at path '{1}'."),
9575 package_json_scope_0_has_no_imports_defined: diag(6273, ts.DiagnosticCategory.Message, "package_json_scope_0_has_no_imports_defined_6273", "package.json scope '{0}' has no imports defined."),
9576 package_json_scope_0_explicitly_maps_specifier_1_to_null: diag(6274, ts.DiagnosticCategory.Message, "package_json_scope_0_explicitly_maps_specifier_1_to_null_6274", "package.json scope '{0}' explicitly maps specifier '{1}' to null."),
9577 package_json_scope_0_has_invalid_type_for_target_of_specifier_1: diag(6275, ts.DiagnosticCategory.Message, "package_json_scope_0_has_invalid_type_for_target_of_specifier_1_6275", "package.json scope '{
[all...]
H A Dtypescript.js8811 Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module: diag(2441, ts.DiagnosticCategory.Error, "Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_2441", "Duplicate identifier '{0}'. Compiler reserves name '{1}' in top level scope of a module."),
8846 Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1: diag(2481, ts.DiagnosticCategory.Error, "Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1_2481", "Cannot initialize outer scoped variable '{0}' in the same scope as block scoped declaration '{1}'."),
8890 Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_containing_async_functions: diag(2529, ts.DiagnosticCategory.Error, "Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_containing_async_func_2529", "Duplicate identifier '{0}'. Compiler reserves name '{1}' in top level scope of a module containing async functions."),
9002 Augmentations_for_the_global_scope_can_only_be_directly_nested_in_external_modules_or_ambient_module_declarations: diag(2669, ts.DiagnosticCategory.Error, "Augmentations_for_the_global_scope_can_only_be_directly_nested_in_external_modules_or_ambient_module_2669", "Augmentations for the global scope can only be directly nested in external modules or ambient module declarations."),
9003 Augmentations_for_the_global_scope_should_have_declare_modifier_unless_they_appear_in_already_ambient_context: diag(2670, ts.DiagnosticCategory.Error, "Augmentations_for_the_global_scope_should_have_declare_modifier_unless_they_appear_in_already_ambien_2670", "Augmentations for the global scope should have 'declare' modifier unless they appear in already ambient context."),
9562 Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve: diag(6270, ts.DiagnosticCategory.Message, "Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve_6270", "Directory '{0}' has no containing package.json scope. Imports will not resolve."),
9563 Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1: diag(6271, ts.DiagnosticCategory.Message, "Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1_6271", "Import specifier '{0}' does not exist in package.json scope at path '{1}'."),
9565 package_json_scope_0_has_no_imports_defined: diag(6273, ts.DiagnosticCategory.Message, "package_json_scope_0_has_no_imports_defined_6273", "package.json scope '{0}' has no imports defined."),
9566 package_json_scope_0_explicitly_maps_specifier_1_to_null: diag(6274, ts.DiagnosticCategory.Message, "package_json_scope_0_explicitly_maps_specifier_1_to_null_6274", "package.json scope '{0}' explicitly maps specifier '{1}' to null."),
9567 package_json_scope_0_has_invalid_type_for_target_of_specifier_1: diag(6275, ts.DiagnosticCategory.Message, "package_json_scope_0_has_invalid_type_for_target_of_specifier_1_6275", "package.json scope '{
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c515 __u8 scope = RT_SCOPE_UNIVERSE; in __build_flow_key() local
521 scope = ip_sock_rt_scope(sk); in __build_flow_key()
526 flowi4_init_output(fl4, oif, mark, tos & IPTOS_RT_MASK, scope, in __build_flow_key()
/third_party/curl/lib/
H A Durl.c1733 unsigned long scope = strtoul(zoneid, &endp, 10); local
1734 if(!*endp && (scope < UINT_MAX))
1735 /* A plain number, use it directly as a scope id. */
1736 conn->scope_id = (unsigned int)scope;
1847 scope. */
1983 /* Override any scope that was set above. */

Completed in 128 milliseconds

1...<<31323334353637383940>>...45