OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prerequisite
(Results
1 - 25
of
269
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/autotest/server/site_tests/brillo_BootLoader/
brillo_BootLoader.py
33
Prerequisite
: The DUT is in ADB mode.
47
Prerequisite
: The DUT is in ADB mode.
55
Prerequisite
: The DUT is in ADB mode.
65
Prerequisite
: The DUT is in ADB mode.
76
Prerequisite
: The DUT is in ADB mode.
91
Prerequisite
: The DUT is in ADB mode and booted from slot A.
105
Prerequisite
: The DUT is in ADB mode with populated A and B slots.
119
Prerequisite
: The DUT is in ADB mode with populated A and B slots.
141
Prerequisite
: The DUT is in ADB mode with populated A and B slots.
162
Prerequisite
: The DUT is in ADB mode with populated A and B slots
[
all
...]
/external/vogar/src/vogar/tasks/
Task.java
49
public Task after(Task
prerequisite
) {
50
tasksThatMustFinishFirst.add(
prerequisite
);
59
public Task afterSuccess(Task
prerequisite
) {
60
tasksThatMustFinishSuccessfullyFirst.add(
prerequisite
);
/external/autotest/server/site_tests/android_DummyTest/
android_DummyTest.py
16
Prerequisite
: The DUT is in ADB mode.
/external/autotest/server/site_tests/testbed_DummyTest/
testbed_DummyTest.py
16
Prerequisite
: All connected DUTs are in ADB mode.
/external/bison/m4/
wchar_t.m4
9
dnl
Prerequisite
: AC_PROG_CC
wint_t.m4
9
dnl
Prerequisite
: AC_PROG_CC
/external/deqp/android/cts/master/src/
gles3-pixelformat.txt
4
dEQP-GLES3.functional.
prerequisite
.*
gles3-multisample.txt
4
dEQP-GLES3.functional.
prerequisite
.*
gles3-rotation.txt
4
dEQP-GLES3.functional.
prerequisite
.*
/external/deqp/android/cts/mnc/src/
gles3-pixelformat.txt
4
dEQP-GLES3.functional.
prerequisite
.*
gles3-multisample.txt
4
dEQP-GLES3.functional.
prerequisite
.*
gles3-rotation.txt
4
dEQP-GLES3.functional.
prerequisite
.*
/external/vboot_reference/msc/
README.txt
4
Microsoft Visual C 2008 (or later) is the
prerequisite
for this to work.
/ndk/sources/host-tools/make-3.81/config/
wchar_t.m4
11
dnl
Prerequisite
: AC_PROG_CC
wint_t.m4
11
dnl
Prerequisite
: AC_PROG_CC
longdouble.m4
11
dnl
Prerequisite
: AC_PROG_CC
/external/opencv3/samples/winrt/ImageManipulations/
App.xaml.cpp
74
auto
prerequisite
= task<void>([](){});
variable
79
prerequisite
= SuspensionManager::RestoreAsync();
81
prerequisite
.then([=]()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PrimaryUserDeviceAdmin.java
23
* test to set a lockscreen password which is
prerequisite
of installKeyPair().
/external/google-tv-pairing-protocol/cpp/
INSTALL
26
* Build the required
prerequisite
libraries.
/external/valgrind/none/tests/
allexec.c
36
Note that this test can only be run after the
prerequisite
have been
/external/deqp/modules/gles2/functional/
es2fPrerequisiteTests.cpp
21
* \brief
Prerequisite
tests.
270
: TestCaseGroup(context, "
prerequisite
", "
Prerequisite
Test Cases")
es2fPrerequisiteTests.hpp
23
* \brief
Prerequisite
tests.
/external/deqp/modules/gles3/functional/
es3fPrerequisiteTests.cpp
21
* \brief
Prerequisite
tests.
269
: TestCaseGroup(context, "
prerequisite
", "
Prerequisite
Test Cases")
es3fPrerequisiteTests.hpp
23
* \brief
Prerequisite
tests.
/external/mdnsresponder/Clients/
Makefile
19
# $< means "The name of the first
prerequisite
"
Completed in 436 milliseconds
1
2
3
4
5
6
7
8
9
10
11