Searched refs:scope_ (Results 1 - 25 of 66) sorted by relevance

123

/external/chromium_org/tools/gn/
H A Dgroup_target_generator.cc29 if (scope_->GetValue(variables::kDeps, false) &&
30 !scope_->GetValue(variables::kPublicDeps, false)) {
H A Dscope_per_file_provider.cc50 scope_->settings()->toolchain_label().GetUserVisibleName(false)));
58 scope_->settings()->default_toolchain_label().GetUserVisibleName(
67 FilePathToUTF8(scope_->settings()->build_settings()->python_path())));
75 scope_->settings()->build_settings()->build_dir())));
83 DirectoryWithNoLastSlash(GetToolchainGenDir(scope_->settings()))));
91 DirectoryWithNoLastSlash(GetToolchainOutputDir(scope_->settings()))));
99 DirectoryWithNoLastSlash(GetCurrentGenDir(scope_))));
107 DirectoryWithNoLastSlash(GetCurrentOutputDir(scope_))));
H A Dtarget_generator.cc29 scope_(scope),
51 if (!Visibility::FillItemVisibility(target_, scope_, err_))
133 return scope_->settings()->build_settings();
137 const Value* value = scope_->GetValue(variables::kSources, true);
142 if (!ExtractListOfRelativeFiles(scope_->settings()->build_settings(), *value,
143 scope_->GetSourceDir(), &dest_sources, err_))
150 const Value* value = scope_->GetValue(variables::kPublic, true);
158 if (!ExtractListOfRelativeFiles(scope_->settings()->build_settings(), *value,
159 scope_->GetSourceDir(), &dest_public, err_))
166 const Value* value = scope_
[all...]
H A Dbinary_target_generator.cc59 ConfigValuesGenerator gen(&target_->config_values(), scope_,
60 scope_->GetSourceDir(), err_);
67 const Value* value = scope_->GetValue(variables::kCheckIncludes, true);
78 const Value* value = scope_->GetValue(variables::kCompleteStaticLib, true);
89 const Value* value = scope_->GetValue(variables::kOutputName, true);
99 const Value* value = scope_->GetValue(variables::kOutputExtension, true);
109 const Value* value = scope_->GetValue(
115 ExtractListOfUniqueLabels(*value, scope_->GetSourceDir(),
116 ToolchainLabelForScope(scope_), &circular, err_);
H A Daction_target_generator.cc67 const Value* value = scope_->GetValue(variables::kScript, true);
76 scope_->GetSourceDir().ResolveRelativeFile(value->string_value());
86 const Value* value = scope_->GetValue(variables::kArgs, true);
93 const Value* value = scope_->GetValue(variables::kDepfile, true);
H A Dconfig_values_generator.h36 Scope* scope_; member in class:ConfigValuesGenerator
H A Dconfig_values_generator.cc56 scope_(scope),
66 GetStringList(scope_, #name, config_values_, &ConfigValues::name, err_);
68 GetDirList(scope_, #name, config_values_, input_dir_, \
H A Dtest_with_scope.h31 Scope* scope() { return &scope_; }
50 Scope scope_; member in class:TestWithScope
H A Dscope.h52 ProgrammaticProvider(Scope* scope) : scope_(scope) {
53 scope_->AddProvider(this);
56 scope_->RemoveProvider(this);
65 Scope* scope_; member in class:Scope::ProgrammaticProvider
/external/chromium_org/gin/
H A Drunner.cc18 scope_(runner->GetContextHolder()->context()) {
H A Drunner.h51 v8::Context::Scope scope_; member in class:gin::Runner::Scope
/external/chromium_org/media/formats/webm/
H A Dwebm_content_encodings.cc12 scope_(kScopeInvalid),
H A Dwebm_content_encodings.h58 Scope scope() const { return scope_; }
59 void set_scope(Scope scope) { scope_ = scope; }
77 Scope scope_; member in class:media::ContentEncoding
/external/chromium_org/v8/src/
H A Dvariables.cc39 : scope_(scope),
63 && scope_ != NULL && scope_->is_global_scope();
H A Dvariables.h69 Scope* scope() const { return scope_; }
139 Scope* scope_; member in class:v8::internal::Variable
H A Dparser.cc863 DCHECK(scope_ == NULL);
868 *scope = NewScope(scope_, GLOBAL_SCOPE);
898 FunctionState function_state(&function_state_, &scope_, *scope, zone(),
901 scope_->SetStrictMode(info->strict_mode());
913 CheckConflictingVarDeclarations(scope_, &ok);
928 ast_value_factory()->empty_string(), ast_value_factory(), scope_,
988 DCHECK(scope_ == NULL);
1004 Scope* scope = NewScope(scope_, GLOBAL_SCOPE);
1011 FunctionState function_state(&function_state_, &scope_, scope, zone(),
1102 if (is_eval && !scope_
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.h68 string scope_; member in class:google::protobuf::compiler::java::ExtensionGenerator
H A Djava_extension.cc82 scope_ = ClassName(descriptor_->extension_scope());
84 scope_ = ClassName(descriptor_->file());
130 InitTemplateVars(descriptor_, scope_, &vars);
211 "scope", scope_,
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.h68 string scope_; member in class:google::protobuf::compiler::java::ExtensionGenerator
H A Djava_extension.cc81 scope_ = ClassName(descriptor_->extension_scope());
83 scope_ = ClassName(descriptor_->file());
135 vars["scope"] = scope_;
194 "scope", scope_,
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_context_request_handler_unittest.cc41 scope_ = GURL("http://host/scope/");
44 scope_, 1L, context()->AsWeakPtr());
75 GURL scope_; member in class:content::ServiceWorkerContextRequestHandlerTest
H A Dservice_worker_controllee_request_handler_unittest.cc43 scope_ = GURL("http://host/scope/");
46 scope_, 1L, context()->AsWeakPtr());
77 GURL scope_; member in class:content::ServiceWorkerControlleeRequestHandlerTest
/external/chromium_org/components/policy/core/common/
H A Dconfig_dir_policy_loader.h55 PolicyScope scope_; member in class:policy::ConfigDirPolicyLoader
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-codegen-deopt.cc43 : scope_(scope),
55 graph = new (scope_->main_zone()) Graph(scope_->main_zone());
67 Linkage* linkage = new (scope_->main_zone()) Linkage(&info);
97 Zone* zone() { return scope_->main_zone(); }
99 HandleAndZoneScope* scope_; member in class:DeoptCodegenTester
/external/chromium_org/third_party/webrtc/base/
H A Dwin32socketserver_unittest.cc40 Win32SocketTest() : server_(NULL), scope_(&server_) {}
42 SocketServerScope scope_; member in class:rtc::Win32SocketTest

Completed in 356 milliseconds

123