HomeSort by relevance Sort by last modified time
    Searched refs:App (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/deqp/framework/common/
tcuApp.hpp 25 * Platform port (see tcuPlatform.hpp) must create App and issue calls to
26 * App::iterate() until it signals that test execution is completed.
49 * must create App object and repeately call iterate() until it returns
56 * App is responsible of setting up crash handler (qpCrashHandler) and
61 class App
64 App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine);
65 virtual ~App (void);
tcuApp.cpp 80 App::App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine)
132 App::~App (void)
137 void App::cleanup (void)
155 bool App::iterate (void)
206 void App::onWatchdogTimeout (qpWatchDog* watchDog, void* userPtr)
209 static_cast<App*>(userPtr)->onWatchdogTimeout();
212 void App::onCrash (qpCrashHandler* crashHandler, void* userPtr)
215 static_cast<App*>(userPtr)->onCrash()
    [all...]
  /external/deqp/framework/platform/
tcuMain.cpp 50 de::UniquePtr<tcu::App> app (new tcu::App(*platform, archive, log, cmdLine));
55 if (!app->iterate())
  /sdk/testapps/javaProjectTest/app/src/com/android/tests/javaprojecttest/app/
App.java 1 package com.android.tests.javaprojecttest.app;
8 public class App {
11 InputStream input = App.class.getResourceAsStream("App.txt");
13 return "FAILED TO FIND App.txt";
Main.java 1 package com.android.tests.javaprojecttest.app;
3 import android.app.Activity;
23 TextView tv = (TextView) findViewById(R.id.app);
24 tv.setText("App: " + App.getContent());
  /sdk/testapps/libsAndJarTest/app/src/com/android/tests/javaprojecttest/app/
App.java 1 package com.android.tests.javaprojecttest.app;
8 public class App {
11 InputStream input = App.class.getResourceAsStream("App.txt");
13 return "FAILED TO FIND App.txt";
Main.java 1 package com.android.tests.javaprojecttest.app;
3 import android.app.Activity;
19 TextView tv = (TextView) findViewById(R.id.app);
20 tv.setText("App: " + App.getContent());
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 65 class App {
75 /** Statistics for this app */
93 * Creates a new app context.
95 App(UUID uuid, C callback, T info, String name, AppScanStats appScanStats) {
114 Log.e(TAG, "Unable to link deathRecipient for app id " + id);
127 Log.e(TAG, "Unable to unlink deathRecipient for app id " + id);
143 private List<App> mApps = new ArrayList<App>();
145 /** Internal map to keep track of logging information by app name */
158 // Assign an app name if one isn't foun
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
app.cc 11 #include "webrtc/modules/rtp_rtcp/source/rtcp_packet/app.h"
22 // Application-Defined packet (APP) (RFC 3550).
27 // |V=2|P| subtype | PT=APP=204 | length |
35 bool App::Parse(const RtcpCommonHeader& header, const uint8_t* payload) {
45 void App::WithSubType(uint8_t subtype) {
50 void App::WithData(const uint8_t* data, size_t data_length) {
53 RTC_DCHECK(data_length <= kMaxDataSize) << "App data size << " << data_length
59 bool App::Create(uint8_t* packet,
app.h 22 class App : public RtcpPacket {
26 // 12 bytes for RTCP app header
28 App() : sub_type_(0), ssrc_(0), name_(0) {}
30 virtual ~App() {}
61 RTC_DISALLOW_COPY_AND_ASSIGN(App);
app_unittest.cc 11 #include "webrtc/modules/rtp_rtcp/source/rtcp_packet/app.h"
18 using webrtc::rtcp::App;
32 void BuildPacket() { packet = app.Build(); }
43 App app; member in class:webrtc::__anon37292::RtcpPacketAppTest
45 const App& parsed() { return parsed_; }
48 App parsed_;
52 app.WithSubType(30);
53 app.WithName(kName);
64 app.From(kSenderSsrc)
    [all...]
  /sdk/testapps/libsTest/app/src/com/android/tests/libstest/app/
App.java 1 package com.android.tests.libstest.app;
3 import android.app.Activity;
11 public class App {
21 InputStream input = App.class.getResourceAsStream("App.txt");
23 return "FAILED TO FIND App.txt";
MainActivity.java 1 package com.android.tests.libstest.app;
3 import android.app.Activity;
16 App.handleTextView(this);
  /external/deqp/framework/platform/android/
tcuAndroidTestActivity.hpp 57 App m_app;
  /external/chromium-trace/catapult/telemetry/telemetry/internal/app/
__init__.py 6 class App(object):
10 the app. Or better yet:
11 with possible_app.Create(options) as app:
12 ... do all your operations on app here
android_app.py 5 from telemetry.internal import app
8 class AndroidApp(app.App):
9 """A running android app instance that can be controlled in a limited way.
12 the app. Or better yet:
23 """Returns an AppUi object to interact with the app's UI.
33 """Returns the current set of processes belonging to this app."""
41 """Returns the set of all WebViews belonging to all processes of the app."""
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 2 require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon());
134 $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/emf/includes/searchcvs.css"/>' . "\n");
138 $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
  /external/compiler-rt/lib/esan/
esan_shadow.h 41 // be an invalid app region.
61 // shadow(app) = ((app & 0x00000fff'ffffffff) + offset) >> scale
84 // disjoint from shadow(app):
102 // app regions, as the mappings interleave, and the gap between the 3rd and
158 uptr appToShadow(uptr App) {
159 return (((App & ShadowMapping::Mask) + Mapping.Offset) >> Mapping.Scale);
  /cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/
Android.mk 19 # === App 1 ===
46 # === App 2 ===
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
scan.js 22 console.log('App was granted the "documentScan" permission.');
34 console.log('App was not granted the "documentScan" permission.');
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 116 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi;
124 App = A1[p];
126 y = 5.0e-1 * (App - Aqq);
171 A1[p] = (float) (App * c2 + Aqq * s2 - a);
172 A2[q] = (float) (App * s2 + Aqq * c2 + a);
266 double *A3, Apq, App, Aqq, App2, Aqq2, Aip, Aiq, Vpi, Vqi;
275 App = A1[p];
277 y = 5.0e-1 * (App - Aqq);
322 App2 = App * c2 + Aqq * s2 - a;
323 Aqq2 = App * s2 + Aqq * c2 + a
    [all...]
  /external/skia/platform_tools/android/skp_gen/
android_skp_capture.py 61 class App:
62 """Class which describes an app to launch and actions to run."""
72 """Launch the app on the device."""
77 """Kill the app."""
136 """Load the JSON file describing an app and return an App instance."""
139 return App(app_dict['name'],
155 app_files = [os.path.join(apps_dir, app) for app in os.listdir(apps_dir)]
158 app = load_app(app_file
    [all...]
  /external/ltp/testscripts/build/
ltp-missing-install-files.py 46 re.compile("""initiation_status="pan\(\d+\): execvp of '(?P<app>.+)' \(tag (?P<tag>\w+)\) failed.+errno:2\s+No such file or directory"""),
47 re.compile("(?P<tag>\S+): line \d+: (?P<app>\S+): No such file or directory"),
48 re.compile("(?P<caller>\S+): (?P<app>\s+): No such file or directory"),
54 (\S+): (?P<app>\w+): command not found
100 missing_ent = " ".join([m.group(1), m.group('app')])
106 missing_ent = " ".join([m.group('tag'), m.group('app')])
114 print "\n".join(["%s: %s" % (os.path.basename(logfile), i) for i in ["Tag | App"] + missing_ents])
  /system/extras/tests/workloads/
systemapps.sh 3 # the app is reported as measured using atrace events and via am ThisTime.
151 printf "%-6s %7s(ms) %6s(ms) %s %s %s %s\n" App Time AmTime Restart DirReclaim Jank Latency
156 for app in $appList
158 vout Starting $app...
162 resetJankyFrames $(getPackageName $app)
164 tmpTraceOut="$tmpTraceOutBase-$app.out"
166 startInstramentation "$app-$cur"
169 startInstramentation "$app-$cur" 0
172 printf "%-8s %5s(ms) %3s(ms) %s %s\n" App Start Iter Jank Latency
176 t=$(startActivity $app)
    [all...]
  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 74 struct App
167 struct App apps[32];
202 struct App *currApp = &apps[appCount++];
203 sscanf(line, "app: %d id: %" PRIx64 " ver: %" PRIx32 " size: %" PRIx32 "\n", &currApp->num, &currApp->id, &currApp->version, &currApp->size);
212 struct App *findApp(uint64_t appId)
242 struct App *installedApp;

Completed in 891 milliseconds

1 2 3