Searched refs:apps (Results 1 – 23 of 23) sorted by relevance
36 all: libs apps install46 apps: $(APPLICATIONS) target
15 # domain and it does not run Android apps. Thus, the laxer access restrictions of this domain16 # do not impact how compatible the resulting Android emulator appears to system services and apps.
1 See: https://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EmbeddedPkg/Fdt
1 # Qualcomm telephony apps, such as AtFwd and FastDormancy
196 # This is labeled as same_process_hal_file as it needs to be read by apps200 # Vendor libs that are exposed to apps (those listed in /vendor/etc/public.libraries.txt
28 user=_app seinfo=googlepulse name=com.google.android.apps.googlecamera.fishfood domain=google_camer…
186 # This is labeled as same_process_hal_file as it needs to be read by apps190 # Vendor libs that are exposed to apps (those listed in /vendor/etc/public.libraries.txt
13 # AtFwd and FastDormancy apps
23 user=_app seinfo=googlepulse name=com.google.android.apps.googlecamera.fishfood domain=google_camer…
9 …Build Instructions: http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=ArmPkg/Binaries
192 struct App apps[32]; variable227 struct App *currApp = &apps[appCount++]; in parseInstalledAppInfo()242 if (apps[i].id == appId) { in findApp()243 return &apps[i]; in findApp()
255 std::vector<HubAppInfo> apps; in handleOsMessage() local267 apps.push_back(app); in handleOsMessage()271 cb->handleAppsInfo(apps); in handleOsMessage()
1066 Json::Value::Members apps = appsObject->getMemberNames(); in restoreApps() local1067 for (auto &it : apps) { in restoreApps()1349 int SystemComm::AppManager::getAppsToStart(std::vector<hub_app_name_t> &apps) in getAppsToStart() argument1352 apps.clear(); in getAppsToStart()1360 apps.push_back({ .id = id }); in getAppsToStart()
339 int getAppsToStart(std::vector<hub_app_name_t> &apps);
36 2.1 to build nanohub OS and all apps
16 Build Instructions are available on this page http://sourceforge.net/apps/mediawiki/tianocore/index…
11 set OPENSSL_CONF=%OPENSSL_HOME%\apps\openssl.cnf
38 Our format allows apps that are up to 256MB of flash and 256MB of ram in size.
56 # If an app forces screen rotation, revert it once the apps closes
24 diff --git a/apps/apps.c b/apps/apps.c26 --- a/apps/apps.c27 +++ b/apps/apps.c