/external/chromium_org/chrome_frame/ |
chrome_tab.rgs | 4 NoRemove AppID { 5 '%APPID%' = s 'ChromeTab' 7 val AppID = s '%APPID%'
|
chrome_protocol.rgs | 19 val AppID = s '%APPID%'
|
chrome_active_document.rgs | 22 val AppID = s '%APPID%'
|
chrome_frame_activex.rgs | 19 val AppID = s '%APPID%'
|
/external/chromium_org/cloud_print/service/win/resources/ |
cloud_print_service.rgs | 3 NoRemove AppID 5 ForceRemove '%APPID%'
|
/external/chromium_org/tools/measure_page_load_time/ie_bho/ |
MeasurePageLoadTime.rgs | 3 NoRemove AppID
5 '%APPID%' = s 'MeasurePageLoadTime'
8 val AppID = s '%APPID%'
|
MeasurePageLoadTimeBHO.rgs | 23 val AppID = s '%APPID%'
|
/external/chromium_org/chrome/tools/build/ |
appid.py | 7 appid.py -- Chromium appid header file generation utility. 14 // This file is automatically generated by appid.py. 15 // It contains the Google Update Appid used for this build. Note that 16 // the Appid will be empty for non Google Chrome builds. 23 contents = GENERATED_APPID_INCLUDE_FILE_CONTENTS % opts.appid 37 parser.add_option('-a', '--appid', 44 if opts.appid is None or not opts.output_file: 49 print "Generating appid header... ",
|
/frameworks/base/core/java/android/os/ |
UserHandle.java | 83 * @return whether the appId is the same for both uids 93 final int appId = getAppId(uid); 94 return appId >= Process.FIRST_ISOLATED_UID && appId <= Process.LAST_ISOLATED_UID; 103 final int appId = getAppId(uid); 104 return appId >= Process.FIRST_APPLICATION_UID && appId <= Process.LAST_APPLICATION_UID; 128 * Returns the uid that is composed from the userId and the appId. 131 public static final int getUid(int userId, int appId) { 133 return userId * PER_USER_RANGE + (appId % PER_USER_RANGE) [all...] |
/frameworks/base/core/java/android/print/ |
IPrintManager.aidl | 35 List<PrintJobInfo> getPrintJobInfos(int appId, int userId); 36 PrintJobInfo getPrintJobInfo(in PrintJobId printJobId, int appId, int userId); 38 in PrintAttributes attributes, String packageName, int appId, int userId); 39 void cancelPrintJob(in PrintJobId printJobId, int appId, int userId); 40 void restartPrintJob(in PrintJobId printJobId, int appId, int userId); 43 int appId, int userId);
|
IPrintSpooler.aidl | 38 int state, int appId, int sequence); 40 int appId, int sequence);
|
/external/chromium_org/chrome/browser/extensions/ |
external_component_loader.cc | 18 std::string appId = extension_misc::kInAppPaymentsSupportAppId; 19 prefs_->SetString(appId + ".external_update_url",
|
/external/chromium/chrome/browser/ |
background_contents_service_unittest.cc | 42 std::string GetPrefURLForApp(Profile* profile, const string16& appid) { 44 EXPECT_TRUE(pref->HasKey(UTF16ToUTF8(appid))); 46 pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &value); 97 const string16& appid() { return appid_; } function in class:MockBackgroundContents 141 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid())); 146 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid())); 162 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid())); 178 &profile, "appid")); 182 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid())); 191 &profile, "appid")); [all...] |
/external/chromium_org/chrome/browser/background/ |
background_contents_service_unittest.cc | 40 std::string GetPrefURLForApp(Profile* profile, const string16& appid) { 42 EXPECT_TRUE(pref->HasKey(UTF16ToUTF8(appid))); 44 pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &value); 95 const string16& appid() { return appid_; } function in class:MockBackgroundContents 140 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid())); 145 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid())); 163 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid())); 181 &profile, "appid")); 185 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid())); 194 &profile, "appid")); [all...] |
/external/chromium_org/remoting/host/win/ |
omaha.h | 10 // The Omaha Appid of the host.
|
omaha.cc | 9 // The Omaha Appid of the host. It should be kept in sync with $(var.OmahaAppid)
|
/external/chromium_org/chrome/browser/resources/chromeos/app_launch/ |
app_launch.js | 14 var appId = params['app'] || ''; 16 chrome.send('initialize', [appId]);
|
/system/core/libcutils/ |
multiuser.c | 27 uid_t multiuser_get_uid(userid_t userId, appid_t appId) { 28 return userId * MULTIUSER_APP_PER_USER_RANGE + (appId % MULTIUSER_APP_PER_USER_RANGE);
|
/external/chromium_org/chrome/installer/mini_installer/ |
appid.h | 8 // The appid included by the mini_installer.
|
/frameworks/base/services/java/com/android/server/pm/ |
PackageSetting.java | 28 int appId; 45 appId = orig.appId; 54 + " " + name + "/" + appId + "}";
|
/external/chromium_org/win8/delegate_execute/ |
chrome_util.h | 19 // Returns the appid of the Chrome pointed to by |chrome_exe|.
|
/external/chromium/chrome/common/extensions/ |
update_manifest_unittest.cc | 13 " <app appid='12345'>" 22 " <app appid='12345'>" 41 " <app appid='12345' status='ok'>" 50 " <app appid='12345' status='ok'>" 58 " <app appid='12345' status='ok'>" 67 " <g:app appid='12345'>" 81 " <app appid='12345'>" 92 " <app appid='12345'>" 102 " <app appid='12345'>" 111 " <app appid='aaaaaaaa' status='error-unknownApplication'> [all...] |
/external/chromium_org/chrome/common/extensions/ |
update_manifest_unittest.cc | 13 " <app appid='12345'>" 22 " <app appid='12345'>" 41 " <app appid='12345' status='ok'>" 50 " <app appid='12345' status='ok'>" 58 " <app appid='12345' status='ok'>" 67 " <g:app appid='12345'>" 81 " <app appid='12345'>" 92 " <app appid='12345'>" 102 " <app appid='12345'>" 111 " <app appid='aaaaaaaa' status='error-unknownApplication'> [all...] |
/bionic/libc/bionic/ |
stubs.cpp | 226 unsigned long appid = 0; local 229 appid = strtoul(end+2, &end, 10) + AID_APP; 232 appid = strtoul(end+2, &end, 10) + AID_ISOLATED_START; 236 appid = android_ids[n].aid; 256 if (appid >= AID_USER) { 261 return (unsigned)(appid + userid*AID_USER); 264 static void print_app_name_from_appid_userid(const uid_t appid, 266 if (appid >= AID_ISOLATED_START) { 267 snprintf(buffer, bufferlen, "u%u_i%u", userid, appid - AID_ISOLATED_START); 268 } else if (userid == 0 && appid >= AID_SHARED_GID_START) 283 const uid_t appid = uid % AID_USER; local 302 const uid_t appid = uid % AID_USER; local [all...] |
/frameworks/base/services/java/com/android/server/print/ |
PrintManagerService.java | 101 PrintAttributes attributes, String packageName, int appId, int userId) { 102 final int resolvedAppId = resolveCallingAppEnforcingPermissions(appId); 119 public List<PrintJobInfo> getPrintJobInfos(int appId, int userId) { 120 final int resolvedAppId = resolveCallingAppEnforcingPermissions(appId); 135 public PrintJobInfo getPrintJobInfo(PrintJobId printJobId, int appId, int userId) { 136 final int resolvedAppId = resolveCallingAppEnforcingPermissions(appId); 151 public void cancelPrintJob(PrintJobId printJobId, int appId, int userId) { 152 final int resolvedAppId = resolveCallingAppEnforcingPermissions(appId); 167 public void restartPrintJob(PrintJobId printJobId, int appId, int userId) { 168 final int resolvedAppId = resolveCallingAppEnforcingPermissions(appId); [all...] |