/external/droiddriver/src/io/appium/droiddriver/runner/ |
D | TestRunner.java | 49 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/ |
D | RobolectricPackageManagerTest.java | 68 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/ |
D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/valgrind/docs/internals/ |
D | module-structure.txt | 7 modularisation activities are aimed at dealing with this problem.
|
/external/clang/docs/ |
D | Tooling.rst | 87 They are targeted at automating and improving core development activities of
|
/external/valgrind/ |
D | README_DEVELOPERS_processes | 2 developers for development and release activities.
|
/external/bison/ |
D | NOTICE | 97 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
|
D | COPYING | 97 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
|
D | ChangeLog-2012 | 14622 Use it to report symbol activities.
|
/external/dnsmasq/ |
D | COPYING-v3 | 97 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/ |
D | COPYING | 97 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/ |
D | LICENSE.markdown | 127 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/ |
D | COPYING.GPL | 97 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/ |
D | gpl-3.0.texi | 106 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
|
D | bison.info | 521 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/ |
D | WritingAnLLVMBackend.rst | 1764 target-specific code-generation activities, such as emitting machine code and 1904 code-generation activities, such as emitting machine code and stubs. At
|
D | CodeGenerator.rst | 316 Just-In-Time code generator to perform target-specific activities, such as
|
/external/tcpdump/ |
D | CHANGES | 262 Update dhcp6 options table as per IETF standardization activities
|
/external/openssh/ |
D | ssh.0 | 396 to perform activities such as keystroke monitoring.
|
D | ssh_config.0 | 370 be able to perform activities such as keystroke monitoring if the
|
/external/libvncserver/x11vnc/ |
D | RELEASE-NOTES | 951 This provides an alternative to OSXvnc; some activities
|
D | README | 1366 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/ |
D | tight-vncviewer-full.patch | 1898 + " 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/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |