/third_party/gn/src/gn/ |
H A D | rust_values_generator.cc | 13 #include "gn/scope.h" 22 Scope* scope, in RustValuesGenerator() 26 scope_(scope), in RustValuesGenerator() 21 RustValuesGenerator(Target* target, Scope* scope, const FunctionCallNode* function_call, Err* err) RustValuesGenerator() argument
|
/third_party/node/src/ |
H A D | handle_wrap.cc | 129 HandleScope scope(env->isolate()); in HandleWrap() 141 HandleScope scope(env->isolate()); in OnClose()
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | usr_lib_ops.h | 44 int (*pthread_attr_setscope)(pthread_attr_t *attr, int scope); 45 int (*pthread_attr_getscope)(const pthread_attr_t *attr, int *scope);
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | trace-writer.cc | 160 if (trace_event->scope() != nullptr) { in AppendTraceEvent() 161 stream_ << ",\"scope\":\"" << trace_event->scope() << "\""; in AppendTraceEvent()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-forin.cc | 120 HandleScope scope(isolate); in RUNTIME_FUNCTION() 128 HandleScope scope(isolate); in RUNTIME_FUNCTION()
|
H A D | runtime-date.cc | 18 HandleScope scope(isolate); in RUNTIME_FUNCTION()
|
/third_party/vk-gl-cts/external/amber/src/android_gradle/ |
H A D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 72 @rem End local scope for the variables with windows NT shell
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | objects.h | 76 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ 79 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/ |
H A D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/ |
H A D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/ |
H A D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
|
/third_party/skia/third_party/externals/oboe/samples/ |
H A D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
|
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/ |
H A D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
|
/third_party/rust/crates/syn/src/ |
H A D | mac.rs | 138 let scope = self.delimiter.span().close(); in parse_body_with() 139 crate::parse::parse_scoped(parser, scope, self.tokens.clone()) in parse_body_with()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | QualifierTypes.h | 172 // initializes all of the qualifiers and sets the scope 173 TTypeQualifier(TQualifier scope, const TSourceLoc &loc); 193 TTypeQualifierBuilder(const TStorageQualifierWrapper *scope, int shaderVersion);
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 330 constructor(scope, properties) { 331 ObjectAssign(this, scope); 526 (scope) => scope.type !== 'global', 528 async (scope) => { 529 const { objectId } = scope.object; 534 return new ScopeSnapshot(scope, result); 589 // Repl asked for scope variables 590 if (code === '.scope') { 595 return ArrayPrototypeMap(scopes, (scope) [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord.h | 746 void SetTree(CordRep* rep, const CordzUpdateScope& scope); 750 void SetTreeOrEmpty(CordRep* rep, const CordzUpdateScope& scope); 767 const CordzUpdateScope& scope, MethodIdentifier method); 1093 const CordzUpdateScope& scope) { in SetTree() 1097 scope.SetCordRep(rep); in SetTree() 1101 const CordzUpdateScope& scope) { in SetTreeOrEmpty() 1108 scope.SetCordRep(rep); in SetTreeOrEmpty() 1112 const CordzUpdateScope& scope, in CommitTree() 1115 SetTree(rep, scope); in CommitTree() 1092 SetTree(CordRep* rep, const CordzUpdateScope& scope) SetTree() argument 1100 SetTreeOrEmpty(CordRep* rep, const CordzUpdateScope& scope) SetTreeOrEmpty() argument 1111 CommitTree(const CordRep* old_rep, CordRep* rep, const CordzUpdateScope& scope, MethodIdentifier method) CommitTree() argument
|
/third_party/node/deps/v8/src/baseline/loong64/ |
H A D | baseline-assembler-loong64-inl.h | 23 // If we haven't opened a scratch scope yet, for the first one add a in ScratchRegisterScope() 235 BaselineAssembler::ScratchRegisterScope* scope, in ToRegister() 237 Register reg = scope->AcquireScratch(); in ToRegister() 242 BaselineAssembler::ScratchRegisterScope* scope, in ToRegister() 260 BaselineAssembler::ScratchRegisterScope scope(basm); in Push() 261 basm->masm()->Push(ToRegister(basm, &scope, arg)); in Push() 234 ToRegister(BaselineAssembler* basm, BaselineAssembler::ScratchRegisterScope* scope, Arg arg) ToRegister() argument 241 ToRegister(BaselineAssembler* basm, BaselineAssembler::ScratchRegisterScope* scope, Register reg) ToRegister() argument
|
/third_party/node/deps/v8/src/baseline/ppc/ |
H A D | baseline-assembler-ppc-inl.h | 373 BaselineAssembler::ScratchRegisterScope* scope, in ToRegister() 375 Register reg = scope->AcquireScratch(); in ToRegister() 380 BaselineAssembler::ScratchRegisterScope* scope, in ToRegister() 398 BaselineAssembler::ScratchRegisterScope scope(basm); in Push() 399 basm->masm()->Push(ToRegister(basm, &scope, arg)); in Push() 372 ToRegister(BaselineAssembler* basm, BaselineAssembler::ScratchRegisterScope* scope, Arg arg) ToRegister() argument 379 ToRegister(BaselineAssembler* basm, BaselineAssembler::ScratchRegisterScope* scope, Register reg) ToRegister() argument
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-inspector-impl.cc | 423 const InjectedScript::Scope& scope) in EvaluateScope() 424 : m_scope(scope), in EvaluateScope() 425 m_isolate(scope.inspector()->isolate()), in EvaluateScope() 509 v8::EscapableHandleScope scope(m_isolate); in getAssociatedExceptionData() 520 return scope.Escape(object.As<v8::Object>()); in getAssociatedExceptionData() 422 EvaluateScope( const InjectedScript::Scope& scope) EvaluateScope() argument
|
H A D | v8-inspector-session-impl.cc | 150 v8::Isolate::Scope scope(m_inspector->isolate()); in ~V8InspectorSessionImpl() 162 auto scope = in initializeCommandLineAPIScope() local 164 auto result = scope->initialize(); in initializeCommandLineAPIScope() 169 scope->installCommandLineAPI(); in initializeCommandLineAPIScope() 171 return scope; in initializeCommandLineAPIScope()
|
/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
|
/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()
|