/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
AST.stg | 119 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 125 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 131 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 137 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
AST.stg | 262 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 269 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 275 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 283 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
AST.stg | 136 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 142 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 148 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 154 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
ST.stg | 73 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/checkpolicy/test/ |
dismod.c | 105 scope_datum_t *scope = local 106 (scope_datum_t *) hashtab_search(p->scope[symbol_type].table, id); 107 assert(scope != NULL); 108 if (scope->scope == SCOPE_REQ) { 521 for (j = ebitmap_startbit(&indices->scope[i]); 522 j < ebitmap_length(&indices->scope[i]); j++) { 523 if (ebitmap_get_bit(&indices->scope[i], j)) {
|
/external/chromium_org/chrome/browser/policy/ |
config_dir_policy_loader.cc | 61 PolicyScope scope) 63 scope_(scope) {}
|
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/ |
scope_approval_dialog.js | 8 * Points the webview to the starting URL of a scope authorization
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
background.js | 11 'scope' : 'http://www.google.com/m8/feeds/',
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_database_unittest.cc | 155 const std::vector<int64> scope; local 158 scope,
|
/external/chromium_org/remoting/protocol/ |
third_party_authenticator_unittest.cc | 44 const std::string& scope, 47 ASSERT_EQ(scope, kTokenScope);
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
V8TestNamedConstructor.cpp | 116 v8::HandleScope scope(isolate); 125 return scope.Close(result);
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8AbstractEventListener.cpp | 61 v8::HandleScope scope(m_isolate); 86 v8::Context::Scope scope(v8Context);
|
WorkerScriptController.cpp | 105 v8::Context::Scope scope(context); 150 v8::Context::Scope scope(context);
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
TextIterator.h | 120 static PassRefPtr<Range> rangeFromLocationAndLength(ContainerNode* scope, int rangeLocation, int rangeLength, bool spacesForReplacedElements = false); 121 static bool getLocationAndLengthFromRange(Node* scope, const Range*, size_t& location, size_t& length);
|
htmlediting.h | 182 int indexForVisiblePosition(const VisiblePosition&, RefPtr<ContainerNode>& scope); 183 VisiblePosition visiblePositionForIndex(int index, ContainerNode* scope);
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
Internals.idl | 40 [RaisesException] unsigned long numberOfScopedHTMLStyleChildren(Node scope); 123 [RaisesException] Range rangeFromLocationAndLength(Element scope, long rangeLocation, long rangeLength); 124 [RaisesException] unsigned long locationFromRange(Element scope, Range range); 125 [RaisesException] unsigned long lengthFromRange(Element scope, Range range);
|
/external/chromium_org/third_party/WebKit/Tools/qunit/test/ |
test.js | 140 module("save scope", { 148 test("scope check", function() { 157 test("scope check", function() { 173 test("scope check", function() {
|
/external/chromium_org/tools/gn/ |
function_exec_script.cc | 175 Value RunExecScript(Scope* scope, 185 const Settings* settings = scope->settings();
|
/external/chromium_org/v8/src/ |
accessors.cc | 112 HandleScope scope(isolate); 314 HandleScope scope(isolate); 387 HandleScope scope(raw_script->GetIsolate()); 462 HandleScope scope(isolate); 486 HandleScope scope(isolate); 536 HandleScope scope(isolate); 614 HandleScope scope(isolate); 737 HandleScope scope(isolate);
|
/external/chromium_org/v8/test/cctest/ |
test-alloc.cc | 98 v8::HandleScope scope(v8::Isolate::GetCurrent()); 122 v8::HandleScope scope(v8::Isolate::GetCurrent());
|
/external/chromium_org/v8/test/webkit/ |
resolve-arguments-from-scope.js | 25 "Tests that doing repeated resolves of 'arguments' from some nested scope doesn't crash."
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
IntelJITEventListener.cpp | 163 MDNode *scope = I->Loc.getScope( local 166 Filenames.getFullPath(scope));
|
/external/v8/src/ |
scopes.h | 47 Variable* Declare(Scope* scope, 59 // The dynamic scope part holds hash maps for the variables that will 61 // are allocated on-demand from Scope::NonLocal to avoid wasting memory 85 class Scope: public ZoneObject { 90 Scope(Scope* outer_scope, ScopeType type); 92 // Compute top scope and allocate variables. For lazy compilation the top 93 // scope only contains the single lazily compiled function, so this 97 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope) [all...] |
/external/v8/test/cctest/ |
test-alloc.cc | 126 v8::HandleScope scope; local 148 v8::HandleScope scope; local
|
/frameworks/base/media/java/android/media/ |
MediaDrm.java | 352 * @param scope may be a sessionId or a keySetId, depending on the specified keyType. 354 * scope should be set to the sessionId the keys will be provided to. When the keyType 355 * is KEY_TYPE_RELEASE, scope should be set to the keySetId of the keys 372 public native KeyRequest getKeyRequest(byte[] scope, byte[] init, 386 * @param scope may be a sessionId or keySetId depending on the type of the 387 * response. Scope should be set to the sessionId when the response is for either 388 * streaming or offline key requests. Scope should be set to the keySetId when 398 public native byte[] provideKeyResponse(byte[] scope, byte[] response)
|