/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
CombinedParser.h | 18 #pragma mark Dynamic Global Scopes 19 #pragma mark Dynamic Rule Scopes 20 #pragma mark Rule Return Scopes start 21 #pragma mark Rule return scopes end
|
/external/elfutils/libdw/ |
dwarf_getscopevar.c | 1 /* Find a named variable or parameter within given scopes. 76 /* Search SCOPES[0..NSCOPES-1] for a variable called NAME. 77 Ignore the first SKIP_SHADOWS scopes that match the name. 83 and return N where SCOPES[N] is the scope defining the variable. 87 dwarf_getscopevar (Dwarf_Die *scopes, int nscopes, 115 if (INTUSE(dwarf_haschildren) (&scopes[out])) 117 if (INTUSE(dwarf_child) (&scopes[out], result) != 0) 153 || getfiles (&scopes[out], &files) != 0)
|
/external/chromium_org/chrome/browser/signin/ |
ubertoken_fetcher.cc | 35 OAuth2TokenService::ScopeSet scopes; local 36 scopes.insert(GaiaUrls::GetInstance()->oauth1_login_scope()); 39 access_token_request_ = token_service->StartRequest(account_id, scopes, this);
|
profile_oauth2_token_service_request.cc | 27 // Starts fetching an OAuth2 access token for |account_id| and |scopes|. It 31 const OAuth2TokenService::ScopeSet& scopes); 56 const OAuth2TokenService::ScopeSet& scopes); 98 const OAuth2TokenService::ScopeSet& scopes) { 102 StartOnUIThread(account_id, scopes); 108 this, account_id, scopes)); 140 const OAuth2TokenService::ScopeSet& scopes) { 149 service->StartRequest(account_id_to_use, scopes, this).release()); 200 const OAuth2TokenService::ScopeSet& scopes, 202 return new ProfileOAuth2TokenServiceRequest(profile, account_id, scopes, [all...] |
android_profile_oauth2_token_service.h | 82 const ScopeSet& scopes) OVERRIDE; 88 const ScopeSet& scopes,
|
fake_profile_oauth2_token_service.cc | 101 if (it->request && (all_scopes || it->scopes == scope)) 138 const ScopeSet& scopes) { 143 pending_request.scopes = scopes; 151 const ScopeSet& scopes,
|
android_profile_oauth2_token_service.cc | 28 std::string CombineScopes(const OAuth2TokenService::ScopeSet& scopes) { 29 // The Android AccountManager supports multiple scopes separated by a space: 32 for (OAuth2TokenService::ScopeSet::const_iterator it = scopes.begin(); 33 it != scopes.end(); ++it) { 109 const OAuth2TokenService::ScopeSet& scopes) { 114 std::string scope = CombineScopes(scopes); 138 const ScopeSet& scopes, 142 scopes,
|
/external/chromium_org/google_apis/gaia/ |
oauth2_token_service.h | 37 // To use this service, call StartRequest() with a given set of scopes and a 98 // A set of scopes in OAuth2 authentication. 109 // and |scopes|, and if not found starts a request for an OAuth2 access token 112 // |scopes| is the set of scopes to get an access token for, |consumer| is 116 const ScopeSet& scopes, 126 const ScopeSet& scopes, 135 const ScopeSet& scopes, 146 // Mark an OAuth2 |access_token| issued for |account_id| and |scopes| as 150 // scopes 276 ScopeSet scopes; member in struct:OAuth2TokenService::RequestParameters [all...] |
oauth2_access_token_fetcher_unittest.cc | 167 ScopeList scopes; local 168 scopes.push_back("https://www.googleapis.com/foo"); 170 "cid1", "cs1", "rt1", scopes)); 173 { // Multiple scopes. 182 ScopeList scopes; local 183 scopes.push_back("https://www.googleapis.com/foo"); 184 scopes.push_back("https://www.googleapis.com/bar"); 185 scopes.push_back("https://www.googleapis.com/baz"); 187 "cid1", "cs1", "rt1", scopes));
|
/external/chromium_org/chrome/browser/ui/webui/ |
identity_internals_ui_browsertest.js | 96 * Gets the token scopes displayed on the page for a given entry. 98 * @return {string[]} Token scopes of the token. 142 var scopes = this.getScopes(tokenListEntries[0]); 143 expectEquals(3, scopes.length); 144 expectEquals('store_scope1', scopes[0]); 145 expectEquals('store_scope2', scopes[1]); 146 expectEquals('', scopes[2]); 168 var scopes = tokenListEntries[0].querySelector('.scope-list') 171 expectEquals(scopes.length, actualScopes.length); 172 for (var i = 0; i < scopes.length; i++) [all...] |
/external/chromium_org/v8/test/mjsunit/bugs/harmony/ |
debug-blockscopes.js | 80 // Check that the scope chain contains the expected types of scopes. 81 function CheckScopeChain(scopes, exec_state) { 82 assertEquals(scopes.length, exec_state.frame().scopeCount()); 83 for (var i = 0; i < scopes.length; i++) { 86 assertEquals(scopes[i], scope.scopeType()); 89 if (scopes[i] == debug.ScopeType.Global) { 99 // Send a scopes request and check the result. 101 var request_json = '{"seq":0,"type":"request","command":"scopes"}'; 104 assertEquals(scopes.length, response.body.scopes.length) [all...] |
/external/v8/test/mjsunit/bugs/harmony/ |
debug-blockscopes.js | 80 // Check that the scope chain contains the expected types of scopes. 81 function CheckScopeChain(scopes, exec_state) { 82 assertEquals(scopes.length, exec_state.frame().scopeCount()); 83 for (var i = 0; i < scopes.length; i++) { 86 assertEquals(scopes[i], scope.scopeType()); 89 if (scopes[i] == debug.ScopeType.Global) { 99 // Send a scopes request and check the result. 101 var request_json = '{"seq":0,"type":"request","command":"scopes"}'; 104 assertEquals(scopes.length, response.body.scopes.length) [all...] |
/external/chromium_org/google_apis/drive/ |
auth_service.cc | 37 const std::vector<std::string>& scopes); 60 const std::vector<std::string>& scopes) 67 OAuth2TokenService::ScopeSet(scopes.begin(), scopes.end()), 126 const std::vector<std::string>& scopes) 130 scopes_(scopes),
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
policy_oauth2_token_fetcher.cc | 58 std::vector<std::string> scopes; local 59 scopes.push_back(GaiaConstants::kDeviceManagementServiceOAuth); 60 scopes.push_back( 68 scopes);
|
/external/chromium_org/chrome/browser/sync/ |
fake_oauth2_token_service.h | 26 const OAuth2TokenService::ScopeSet& scopes) OVERRIDE;
|
/external/chromium_org/chrome/common/extensions/api/identity/ |
oauth2_manifest_handler.h | 23 std::vector<std::string> scopes; member in struct:extensions::OAuth2Info
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
debug-blockscopes.js | 83 // Check that the scope chain contains the expected types of scopes. 84 function CheckScopeChain(scopes, exec_state) { 85 assertEquals(scopes.length, exec_state.frame().scopeCount()); 86 for (var i = 0; i < scopes.length; i++) { 89 assertEquals(scopes[i], scope.scopeType()); 92 if (scopes[i] == debug.ScopeType.Global) { 102 // Send a scopes request and check the result. 104 var request_json = '{"seq":0,"type":"request","command":"scopes"}'; 107 assertEquals(scopes.length, response.body.scopes.length) [all...] |
/external/v8/test/mjsunit/harmony/ |
debug-blockscopes.js | 83 // Check that the scope chain contains the expected types of scopes. 84 function CheckScopeChain(scopes, exec_state) { 85 assertEquals(scopes.length, exec_state.frame().scopeCount()); 86 for (var i = 0; i < scopes.length; i++) { 89 assertEquals(scopes[i], scope.scopeType()); 92 if (scopes[i] == debug.ScopeType.Global) { 102 // Send a scopes request and check the result. 104 var request_json = '{"seq":0,"type":"request","command":"scopes"}'; 107 assertEquals(scopes.length, response.body.scopes.length) [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
Fuzzy.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
FuzzyLexer.h | 22 #pragma mark Rule return scopes start 23 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
FuzzyLexer.h | 22 #pragma mark Rule return scopes start 23 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCLexer.h | 22 #pragma mark Rule return scopes start 23 #pragma mark Rule return scopes end
|
/external/chromium_org/components/policy/core/common/cloud/ |
cloud_policy_client_registration_helper.cc | 77 OAuth2TokenService::ScopeSet scopes; local 78 scopes.insert(GaiaConstants::kDeviceManagementServiceOAuth); 79 scopes.insert(kServiceScopeGetUserInfo); 80 token_request_ = token_service->StartRequest(account_id, scopes, this); 137 std::vector<std::string> scopes; local 138 scopes.push_back(GaiaConstants::kDeviceManagementServiceOAuth); 139 scopes.push_back(kServiceScopeGetUserInfo); 145 scopes);
|
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
obfuscated_gaia_id_fetcher.cc | 60 // Returns a vector of scopes needed to call the API to get obfuscated Gaia ID. 62 std::vector<std::string> scopes; local 63 scopes.push_back("https://www.googleapis.com/auth/gcm_for_chrome.readonly"); 64 return scopes;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
SymbolTableParser.h | 1 // $ANTLR 3.2 Aug 19, 2010 17:16:04 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g 2010-08-19 17:16:47 25 #pragma mark Dynamic Global Scopes 44 #pragma mark Dynamic Rule Scopes 45 #pragma mark Rule Return Scopes start 46 #pragma mark Rule return scopes end
|