/third_party/node/deps/v8/src/json/ |
H A D | json-stringifier.cc | 291 HandleScope scope(isolate_); in InitializeGap() 332 HandleScope scope(isolate_); in ApplyToJsonFunction() 348 return scope.CloseAndEscape(object); in ApplyToJsonFunction() 353 HandleScope scope(isolate_); in ApplyReplacerFunction() 360 return scope.CloseAndEscape(value); in ApplyReplacerFunction() 898 HandleScope scope(isolate_); in SerializeJSProxy()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | Server.cpp | 58 dap::Scope scope(Context::Lock &lock, const char *type, Scope *); 261 scope(lock, "locals", frame->locals.get()), in Impl() 262 scope(lock, "arguments", frame->arguments.get()), in Impl() 263 scope(lock, "registers", frame->registers.get()), in Impl() 550 dap::Scope Server::Impl::scope(Context::Lock &lock, const char *type, Scope *s) in scope() function in vk::dbg::Server::Impl
|
H A D | Context.cpp | 398 auto scope = std::make_shared<Scope>(ctx->nextScopeID++, file, std::make_shared<VariableContainer>()); in createScope() local 399 ctx->scopes.add(scope->id, scope); in createScope() 400 return scope; in createScope()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_file.cc | 545 std::string scope; in GenerateDescriptorInitializationCodeForMutable() local 547 scope = name_resolver_->GetMutableClassName(field->extension_scope()) + in GenerateDescriptorInitializationCodeForMutable() 550 scope = FileJavaPackage(field->file(), true) + "." + in GenerateDescriptorInitializationCodeForMutable() 560 " $scope$.getExtensions().get($index$),\n" in GenerateDescriptorInitializationCodeForMutable() 563 "scope", scope, "index", StrCat(field->index()), "class", in GenerateDescriptorInitializationCodeForMutable() 566 printer->Print("registry.add($scope$.getExtensions().get($index$));\n", in GenerateDescriptorInitializationCodeForMutable() 567 "scope", scope, "index", StrCat(field->index())); in GenerateDescriptorInitializationCodeForMutable()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_ctrl.c | 441 char *scope; in wpa_ctrl_open() local 464 scope = os_strchr(name, '%'); in wpa_ctrl_open() 465 if (scope) { in wpa_ctrl_open() 466 scope_id = if_nametoindex(&scope[1]); in wpa_ctrl_open() 467 scope[0] = '\0'; in wpa_ctrl_open()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_ctrl.c | 405 char *scope; in wpa_ctrl_open() local 428 scope = os_strchr(name, '%'); in wpa_ctrl_open() 429 if (scope) { in wpa_ctrl_open() 430 scope_id = if_nametoindex(&scope[1]); in wpa_ctrl_open() 431 scope[0] = '\0'; in wpa_ctrl_open()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | QualifierTypes.cpp | 78 // The first qualifier always tells the scope. in IsInvariantCorrect() 104 // The iteration starts from one since the first qualifier only reveals the scope of the in HasRepeatingQualifiers() 342 // The sorting starts from index 1, instead of 0, since the element at index 0 tells the scope in SortSequence() 903 TTypeQualifier::TTypeQualifier(TQualifier scope, const TSourceLoc &loc) in TTypeQualifier() argument 907 qualifier(scope), in TTypeQualifier() 915 TTypeQualifierBuilder::TTypeQualifierBuilder(const TStorageQualifierWrapper *scope, in TTypeQualifierBuilder() argument 919 ASSERT(IsScopeQualifier(scope->getQualifier())); in TTypeQualifierBuilder() 920 mQualifiers.push_back(scope); in TTypeQualifierBuilder()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_inline.h | 278 u8 scope; in qla2x00_set_retry_delay_timestamp() local 290 scope = (sts_qual & SQ_SCOPE_MASK) >> SQ_SCOPE_SHIFT; in qla2x00_set_retry_delay_timestamp() 291 /* Handle only scope 1 or 2, which is for I-T nexus. */ in qla2x00_set_retry_delay_timestamp() 292 if (scope != 1 && scope != 2) in qla2x00_set_retry_delay_timestamp()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_fib.h | 171 unsigned char scope; member 190 unsigned char scope; member 201 unsigned char scope); 473 int fib_check_nh(struct net *net, struct fib_nh *nh, u32 table, u8 scope,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_fib.h | 174 unsigned char scope; member 193 unsigned char scope; member 204 unsigned char scope); 523 int fib_check_nh(struct net *net, struct fib_nh *nh, u32 table, u8 scope,
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_inline.h | 278 u8 scope; in qla2x00_set_retry_delay_timestamp() local 290 scope = (sts_qual & SQ_SCOPE_MASK) >> SQ_SCOPE_SHIFT; in qla2x00_set_retry_delay_timestamp() 291 /* Handle only scope 1 or 2, which is for I-T nexus. */ in qla2x00_set_retry_delay_timestamp() 292 if (scope != 1 && scope != 2) in qla2x00_set_retry_delay_timestamp()
|
/test/xts/acts/multimedia/photoAccess/photoAccess/entry/src/main/cpp/napi/ |
H A D | mediaAssetManager.cpp | 76 napi_handle_scope scope = nullptr; in Callback() local 77 napi_open_handle_scope(context->env, &scope); in Callback() 78 if (scope == nullptr) { in Callback() 79 DEBUG_LOG("Callback scope is nullptr"); in Callback() 93 napi_close_handle_scope(context->env, scope); in Callback()
|
/third_party/curl/docs/cmdline-opts/ |
H A D | gen.pl | 344 my $scope; 416 $scope=$1; 520 if($scope) { 521 if($scope eq "global") { 525 print STDERR "$f:$line:1:ERROR: unrecognized scope: '$scope'\n";
|
/third_party/gn/src/gn/ |
H A D | metadata_unittest.cc | 114 std::unique_ptr<Scope> scope(new Scope(setup.settings())); in TEST() 115 scope->SetValue("a1", Value(nullptr, "foo2.cpp"), nullptr); in TEST() 116 scope->SetValue("a2", Value(nullptr, "foo/bar2.h"), nullptr); in TEST() 117 inner_scope.SetScopeValue(std::move(scope)); in TEST()
|
H A D | bundle_data_target_generator.h | 14 Scope* scope,
|
H A D | config_values_generator.h | 14 // This class fills in the config values from a given scope. It's shared 21 Scope* scope,
|
H A D | copy_target_generator.h | 15 Scope* scope,
|
H A D | group_target_generator.h | 14 Scope* scope,
|
H A D | rust_values_generator.h | 16 Scope* scope,
|
/third_party/musl/porting/liteos_m/user/hook/ |
H A D | los_usr_libc.c | 60 int pthread_attr_setscope(pthread_attr_t *attr, int scope) in pthread_attr_setscope() argument 62 return g_usrLibc->pthread_attr_setscope(attr, scope); in pthread_attr_setscope() 65 int pthread_attr_getscope(const pthread_attr_t *attr, int *scope) in pthread_attr_getscope() argument 67 return g_usrLibc->pthread_attr_getscope(attr, scope); in pthread_attr_getscope()
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-batch-compiler.cc | 21 #include "src/heap/parked-scope.h" 77 CodeTracer::Scope scope(isolate->GetCodeTracer()); in Install() 82 OFStream os(scope.file()); in Install() 112 CodeTracer::Scope scope(isolate->GetCodeTracer()); in BaselineBatchCompilerJob() 113 PrintF(scope.file(), "[Concurrent Sparkplug] compiling %zu functions\n", in BaselineBatchCompilerJob()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | constant-array-builder.cc | 258 size_t ConstantArrayBuilder::Insert(const Scope* scope) { in Insert() argument 260 .LookupOrInsert(reinterpret_cast<intptr_t>(scope), in Insert() 261 static_cast<uint32_t>(base::hash_value(scope)), in Insert() 262 [&]() { return AllocateIndex(Entry(scope)); }) in Insert()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | tick-sample.cc | 266 i::ExternalCallbackScope* scope = isolate->external_callback_scope(); in GetStackSample() local 268 // If there is a handler on top of the external callback scope then in GetStackSample() 271 if (scope && scope->scope_address() < handler) { in GetStackSample() 273 scope->callback_entrypoint_address(); in GetStackSample()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Queue.cpp | 401 for (const SyncScopeResourceUsage& scope : usages.renderPasses) { in ValidateSubmit() 402 for (const BufferBase* buffer : scope.buffers) { in ValidateSubmit() 406 for (const TextureBase* texture : scope.textures) { in ValidateSubmit() 410 for (const ExternalTextureBase* externalTexture : scope.externalTextures) { in ValidateSubmit()
|
/third_party/toybox/toys/net/ |
H A D | ifconfig.c | 220 *scope = "Unknown"; in display_ifconfig() local 223 if (iscope == (!!i)<<(i+3)) scope = scopes[i]; in display_ifconfig() 224 if (toys.optflags&FLAG_S) xprintf(" %s/%d@%c", toybuf, plen,*scope); in display_ifconfig() 226 ' ', toybuf, plen, scope); in display_ifconfig()
|