Home
last modified time | relevance | path

Searched refs:activities (Results 1 – 25 of 25) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/runner/
DTestRunner.java49 private final Set<Activity> activities = new HashSet<Activity>(); field in TestRunner
86 synchronized (activities) { in onStart()
87 if (activities.isEmpty()) { in onStart()
90 activitiesCopy = activities.toArray(new Activity[activities.size()]); in onStart()
114 synchronized (activities) { in onStart()
115 activities.clear(); in onStart()
177 synchronized (activities) { in callActivityOnDestroy()
178 activities.remove(activity); in callActivityOnDestroy()
185 synchronized (activities) { in callActivityOnCreate()
186 activities.add(activity); in callActivityOnCreate()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
DRobolectricPackageManagerTest.java68 List<ResolveInfo> activities = rpm.queryIntentActivities(i, 0); in queryIntentActivities__EmptyResult() local
69 assertThat(activities, notNullValue()); // empty list, not null in queryIntentActivities__EmptyResult()
70 assertThat(activities.size(), equalTo(0)); in queryIntentActivities__EmptyResult()
83 List<ResolveInfo> activities = rpm.queryIntentActivities(i, 0); in queryIntentActivities__Match() local
84 assertThat(activities, notNullValue()); in queryIntentActivities__Match()
85 assertThat(activities.size(), equalTo(1)); in queryIntentActivities__Match()
86 assertThat(activities.get(0).nonLocalizedLabel.toString(), equalTo(TEST_PACKAGE_LABEL)); in queryIntentActivities__Match()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/valgrind/docs/internals/
Dmodule-structure.txt7 modularisation activities are aimed at dealing with this problem.
/external/clang/docs/
DTooling.rst87 They are targeted at automating and improving core development activities of
/external/valgrind/
DREADME_DEVELOPERS_processes2 developers for development and release activities.
/external/bison/
DNOTICE97 public, and in some countries other activities as well.
137 control those activities. However, it does not include the work's
139 programs which are used unmodified in performing those activities but
DCOPYING97 public, and in some countries other activities as well.
137 control those activities. However, it does not include the work's
139 programs which are used unmodified in performing those activities but
DChangeLog-201214622 Use it to report symbol activities.
/external/dnsmasq/
DCOPYING-v397 public, and in some countries other activities as well.
137 control those activities. However, it does not include the work's
139 programs which are used unmodified in performing those activities but
/external/elfutils/src/
DCOPYING97 public, and in some countries other activities as well.
137 control those activities. However, it does not include the work's
139 programs which are used unmodified in performing those activities but
/external/chromium-trace/trace-viewer/tracing/third_party/jszip/
DLICENSE.markdown127 public, and in some countries other activities as well.
167 control those activities. However, it does not include the work's
169 programs which are used unmodified in performing those activities but
/external/eigen/
DCOPYING.GPL97 public, and in some countries other activities as well.
137 control those activities. However, it does not include the work's
139 programs which are used unmodified in performing those activities but
/external/bison/doc/
Dgpl-3.0.texi106 public, and in some countries other activities as well.
147 control those activities. However, it does not include the work's
149 programs which are used unmodified in performing those activities but
Dbison.info521 available to the public, and in some countries other activities as
566 scripts to control those activities. However, it does not include
569 those activities but which are not part of the work. For example,
/external/llvm/docs/
DWritingAnLLVMBackend.rst1764 target-specific code-generation activities, such as emitting machine code and
1904 code-generation activities, such as emitting machine code and stubs. At
DCodeGenerator.rst316 Just-In-Time code generator to perform target-specific activities, such as
/external/tcpdump/
DCHANGES262 Update dhcp6 options table as per IETF standardization activities
/external/openssh/
Dssh.0396 to perform activities such as keystroke monitoring.
Dssh_config.0370 be able to perform activities such as keystroke monitoring if the
/external/libvncserver/x11vnc/
DRELEASE-NOTES951 This provides an alternative to OSXvnc; some activities
DREADME1366 some activities are faster)
1550 * Due to the polling nature, some activities (opaque window moves,
1557 encoding and other things, but they only speed up some activities,
1835 see my activities on the physical monitor. What can I do to prevent
3849 see my activities on the physical monitor. What can I do to prevent
3858 it more difficult for nosey people to see your x11vnc activities. The
6387 activities, although it is not as dramatic as with, say n equal 12 and
8159 you'd like to use on Mac OS X, etc. For a number of activities (e.g.
11961 actually makes some activities faster (changes in large
16521 and sleep more. Some activities with no user input can
[all …]
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch1898 + " actually makes some activities faster (changes in large\n"
13643 +/* common dtime() activities: */
18179 +actually makes some activities faster (changes in large
21457 +actually makes some activities faster (changes in large
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...