/external/chromium_org/v8/test/mjsunit/harmony/ |
block-let-semantics.js | 106 // initialized upon entering a function / block scope. 130 // Test that a function declaration sees the scope it resides in.
|
module-recompile.js | 30 // Test that potential recompilation of the global scope does not screw up.
|
/external/chromium_org/v8/tools/ |
parser-shell.cc | 133 v8::Isolate::Scope isolate_scope(isolate); 139 v8::Context::Scope scope(context);
|
/external/lldb/include/lldb/Symbol/ |
SymbolContext.h | 53 /// A symbol context scope object that knows how to reconstruct 177 /// - line_entry address range if line_entry is valid and eSymbolContextLineEntry is set in \a scope 178 /// - block address range if block is not NULL and eSymbolContextBlock is set in \a scope 179 /// - function address range if function is not NULL and eSymbolContextFunction is set in \a scope 180 /// - symbol address range if symbol is not NULL and eSymbolContextSymbol is set in \a scope 182 /// @param[in] scope 193 /// If \a scope has the eSymbolContextBlock bit set, and there 209 GetAddressRange (uint32_t scope,
|
/external/llvm/include/llvm/LTO/ |
LTOModule.h | 188 void addAsmGlobalSymbol(const char *, lto_symbol_attributes scope);
|
/packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/ |
Xml2WBXml.java | 295 else if (n.getNodeName().equals("Scope")) { 371 Node scope = null; local 379 scope = n; 384 if (scope == null) { 385 throw new Exception("Scope element missing Permanent or Dynamic tag"); 388 char charScope = (scope.getNodeName().equals("Permanent")) ? (char) 1 :
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_genexps.py | 59 Test running gen when defining function is out of scope
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_genexps.py | 59 Test running gen when defining function is out of scope
|
/external/chromium_org/v8/src/ |
preparser.h | 41 // typedef Scope; 125 // FunctionState and BlockState together implement the parser's scope stack. 126 // The parser's current scope is in scope_. BlockState and FunctionState 127 // constructors push on the scope stack and the destructors pop. They are also 131 BlockState(typename Traits::Type::Scope** scope_stack, 132 typename Traits::Type::Scope* scope) 135 scope_(scope) { 141 typename Traits::Type::Scope** scope_stack_; 142 typename Traits::Type::Scope* outer_scope_ [all...] |
scopes.h | 24 Variable* Declare(Scope* scope, 41 // The dynamic scope part holds hash maps for the variables that will 43 // are allocated on-demand from Scope::NonLocal to avoid wasting memory 72 class Scope: public ZoneObject { 77 Scope(Scope* outer_scope, ScopeType scope_type, Zone* zone); 79 // Compute top scope and allocate variables. For lazy compilation the top 80 // scope only contains the single lazily compiled function, so this 84 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
AST.stg | 165 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 171 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 177 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 183 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/chromium_org/components/policy/core/common/ |
configuration_policy_provider_test.cc | 150 PolicyScope scope) 151 : level_(level), scope_(scope) {}
|
policy_bundle_unittest.cc | 46 // - kPolicyClashing1 mapped to |value|, with |level| and |scope| 52 PolicyScope scope) { 55 policy->Set(kPolicyClashing1, level, scope, 181 // - kPolicyClashing1 comes from bundle1, which has the highest level/scope
|
/external/chromium_org/content/renderer/pepper/ |
npapi_glue.cc | 48 v8::Context::Scope context_scope(context); 185 v8::HandleScope scope(instance->GetIsolate()); 195 v8::HandleScope scope(test_isolate); 196 v8::Isolate::Scope isolate_scope(test_isolate); 217 // before letting this class go out of scope, or the exception will have
|
/external/chromium_org/media/audio/mac/ |
audio_auhal_mac.cc | 331 UInt32 scope, 350 scope, 406 // inputs and outputs are handled in the AUHAL concerning scope and bus
|
/external/chromium_org/ppapi/tests/ |
test_net_address_private.cc | 164 uint32_t scope; member in struct:__anon14212 172 { // Non-zero scope. 200 { // ... with non-zero scope. 208 { // ... with non-zero scope. 221 test_cases[i].scope);
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/jni/ |
JniInterface.java | 444 public static void fetchThirdPartyToken(String tokenUrl, String clientId, String scope) { 446 app.fetchThirdPartyToken(tokenUrl, clientId, scope);
|
/external/chromium_org/remoting/client/jni/ |
chromoting_jni_runtime.cc | 272 const std::string& scope) { 280 ScopedJavaLocalRef<jstring> j_scope = ConvertUTF8ToJavaString(env, scope);
|
/external/chromium_org/remoting/webapp/ |
client_screen.js | 250 * @param {string} scope OAuth scope to request the token for. 255 tokenUrl, hostPublicKey, scope, onThirdPartyTokenFetched) { 257 tokenUrl, hostPublicKey, scope, host.tokenUrlPatterns,
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
CompositedLayerMapping.h | 198 void setNeedsGraphicsLayerUpdate(GraphicsLayerUpdateScope scope) { m_pendingUpdateScope = std::max(static_cast<GraphicsLayerUpdateScope>(m_pendingUpdateScope), scope); }
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/polyfills/ |
cacheStoragePolyfill.js | 91 }(self)); // window or worker global scope.
|
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/ |
audio_device_mac.h | 206 int32_t GetNumberDevices(const AudioObjectPropertyScope scope, 210 int32_t GetDeviceName(const AudioObjectPropertyScope scope,
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1119.js | 40 // This has to run in global scope, so cannot use assertThrows...
|
regress-115452.js | 40 // This has to run in global scope, so cannot use assertThrows...
|
regress-747.js | 31 // This can be a problem if eval is used within the scope.
|