HomeSort by relevance Sort by last modified time
    Searched defs:App (Results 1 - 20 of 20) sorted by null

  /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
  /external/deqp/framework/common/
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...]
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);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_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);
  /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...]
  /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";
  /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";
  /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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
wsgui.py 87 class App:
219 app = App(frame)
220 self.applist.append(app)
230 for app in self.applist:
231 app.cancel()
232 app.message("[exiting...]")
  /device/linaro/bootloader/edk2/BaseTools/gcc/
mingw-gcc-build.py 537 class App:
538 """class App
563 App()
  /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/webrtc/webrtc/test/
rtcp_packet_parser.h 203 class App : public PacketType {
205 App() {}
206 virtual ~App() {}
214 void Set(const RTCPUtility::RTCPPacketAPP& app) {
215 app_ = app;
233 void Set(const RTCPUtility::RTCPPacketAPP& app) {
234 app_item_ = app;
642 App* app() { return &app_; }
677 App 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;
  /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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
LockscreenFragment.java 17 import android.app.AlertDialog;
18 import android.app.AlertDialog.Builder;
200 private static class App extends Item {
207 public App(Context context, LauncherActivityInfo info) {
  /external/opencv/cvaux/src/
cveigenobjects.cpp 92 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi;
100 App = A1[p];
102 y = 5.0e-1 * (App - Aqq);
147 A1[p] = (float) (App * c2 + Aqq * s2 - a);
148 A2[q] = (float) (App * s2 + Aqq * c2 + a);
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 96 App,
  /external/caliper/lib/
jersey-core-1.11.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/
aws-java-sdk-opsworks-1.11.18.jar 

Completed in 337 milliseconds