Searched refs:Scope (Results 26 - 50 of 427) sorted by relevance

1234567891011>>

/external/chromium_org/gin/
H A Drun_microtasks_observer.cc17 v8::Isolate::Scope scope(isolate_);
/external/chromium_org/media/formats/webm/
H A Dwebm_content_encodings.h23 enum Scope { enum in class:media::ContentEncoding
58 Scope scope() const { return scope_; }
59 void set_scope(Scope scope) { scope_ = scope; }
77 Scope scope_;
/external/chromium_org/tools/gn/
H A Dcopy_target_generator.h15 Scope* scope,
H A Dgroup_target_generator.h15 Scope* scope,
H A Dtarget_generator.h20 class Scope;
23 // Fills the variables in a Target object from a Scope (the result of a script
30 Scope* scope,
39 static void GenerateTarget(Scope* scope,
65 Scope* scope_;
H A Dfunctions_target.cc28 Scope* scope,
36 Scope block_scope(scope);
146 Value RunAction(Scope* scope,
226 Value RunActionForEach(Scope* scope,
281 Scope* scope,
305 Value RunExecutable(Scope* scope,
345 Value RunGroup(Scope* scope,
374 Value RunSharedLibrary(Scope* scope,
421 Value RunSourceSet(Scope* scope,
451 Value RunStaticLibrary(Scope* scop
[all...]
H A Dvalue.h17 class Scope;
37 // Values "shouldn't" have null scopes when type == Scope, so be sure to
42 Value(const ParseNode* origin, scoped_ptr<Scope> scope);
94 Scope* scope_value() {
98 const Scope* scope_value() const {
102 void SetScopeValue(scoped_ptr<Scope> scope);
127 scoped_ptr<Scope> scope_value_;
H A Dscope_per_file_provider.h15 class ScopePerFileProvider : public Scope::ProgrammaticProvider {
20 ScopePerFileProvider(Scope* scope, bool allow_target_vars);
H A Dvisibility.h18 class Scope;
53 static bool FillItemVisibility(Item* item, Scope* scope, Err* err);
H A Daction_target_generator.h15 Scope* scope,
H A Dbinary_target_generator.h16 Scope* scope,
H A Dcopy_target_generator.cc14 Scope* scope,
H A Dgroup_target_generator.cc11 Scope* scope,
/external/clang/include/clang/Basic/
H A DAttributes.h35 bool hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
/external/clang/lib/Basic/
H A DAttributes.cpp6 bool clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, argument
/external/chromium_org/v8/src/compiler/
H A Dsource-position.h48 class Scope { class in class:v8::internal::compiler::FINAL
50 Scope(SourcePositionTable* source_positions, SourcePosition position) function in class:v8::internal::compiler::FINAL::Scope
55 Scope(SourcePositionTable* source_positions, Node* node) function in class:v8::internal::compiler::FINAL::Scope
60 ~Scope() { source_positions_->current_position_ = prev_position_; }
71 DISALLOW_COPY_AND_ASSIGN(Scope);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptPromiseResolverTest.cpp59 ScriptState::Scope scope(scriptState());
77 ScriptState::Scope scope(scriptState());
86 ScriptState::Scope scope(scriptState());
94 ScriptState::Scope scope(scriptState());
109 ScriptState::Scope scope(scriptState());
134 ScriptState::Scope scope(scriptState());
142 ScriptState::Scope scope(scriptState());
157 ScriptState::Scope scope(scriptState());
182 ScriptState::Scope scope(scriptState());
190 ScriptState::Scope scop
[all...]
/external/clang/lib/Sema/
H A DScope.cpp1 //===- Scope.cpp - Lexical scope information --------------------*- C++ -*-===//
10 // This file implements the Scope class, which is used for recording
15 #include "clang/Sema/Scope.h"
21 void Scope::Init(Scope *parent, unsigned flags) {
91 bool Scope::containedInPrototypeScope() const {
92 const Scope *S = this;
101 void Scope::AddFlags(unsigned FlagsToSet) {
115 void Scope::mergeNRVOIntoParent() {
130 void Scope
[all...]
/external/chromium_org/third_party/WebKit/Source/core/testing/v8/
H A DWebCoreTestSupport.cpp43 ScriptState::Scope scope(scriptState);
57 ScriptState::Scope scope(scriptState);
/external/chromium_org/v8/src/heap/
H A Dgc-tracer.cc51 for (int i = 0; i < Scope::NUMBER_OF_SCOPES; i++) {
134 for (int i = 0; i < Scope::NUMBER_OF_SCOPES; i++) {
188 current_.scopes[Scope::MC_MARK]);
232 int external_time = static_cast<int>(current_.scopes[Scope::EXTERNAL]);
276 PrintF("external=%.1f ", current_.scopes[Scope::EXTERNAL]);
277 PrintF("mark=%.1f ", current_.scopes[Scope::MC_MARK]);
278 PrintF("sweep=%.2f ", current_.scopes[Scope::MC_SWEEP]);
279 PrintF("sweepns=%.2f ", current_.scopes[Scope::MC_SWEEP_NEWSPACE]);
280 PrintF("sweepos=%.2f ", current_.scopes[Scope::MC_SWEEP_OLDSPACE]);
281 PrintF("sweepcode=%.2f ", current_.scopes[Scope
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRHashMap.h42 NSInteger Scope; variable
51 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRHashMap.h42 NSInteger Scope; variable
51 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRHashMap.h42 NSInteger Scope; variable
51 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentLifecycle.cpp40 DocumentLifecycle::Scope::Scope(DocumentLifecycle& lifecycle, State finalState) function in class:blink::DocumentLifecycle::Scope
46 DocumentLifecycle::Scope::~Scope()
H A DDocumentLifecycle.h71 class Scope { class in class:blink::DocumentLifecycle
72 WTF_MAKE_NONCOPYABLE(Scope);
74 Scope(DocumentLifecycle&, State finalState);
75 ~Scope();

Completed in 1388 milliseconds

1234567891011>>