Home
last modified time | relevance | path

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

12345678910

/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/
DWorkContinuationImplTest.java145 WorkContinuationImpl dependent = (WorkContinuationImpl) (continuation.then( in testContinuation_singleChain()
172 continuation.then(createTestWorker()).then(createTestWorker(), createTestWorker())); in testContinuation_chainEnqueue()
183 continuation.then(createTestWorker()).then(createTestWorker(), createTestWorker())); in testContinuation_chainEnqueueNoOpOnRetry()
346 WorkContinuation continuationBC = continuationB.then(cWork); in testContinuation_hasCycles()
352 WorkContinuationImpl withCycles = (WorkContinuationImpl) join.then(bWork); in testContinuation_hasCycles()
364 WorkContinuationImpl withCycles = (WorkContinuationImpl) continuationA.then(aWork); in testContinuation_hasCycles2()
376 WorkContinuation first = continuationA.then(aWork); in testContinuation_hasCycles3()
378 WorkContinuation second = continuationA.then(aWork); in testContinuation_hasCycles3()
402 WorkContinuation continuationC = continuationB.then(cWork); in testContinuation_hasCycles4()
407 WorkContinuationImpl withCycles = (WorkContinuationImpl) continuationC.then(aWork); in testContinuation_hasCycles4()
[all …]
DWorkManagerImplTest.java158 mWorkManagerImpl.beginWith(workArray[0]).then(workArray[1]) in testEnqueue_insertWork()
159 .then(workArray[2]) in testEnqueue_insertWork()
225 mWorkManagerImpl.beginWith(work1a, work1b).then(work2) in testEnqueue_insertWithDependencies()
226 .then(work3a, work3b) in testEnqueue_insertWithDependencies()
266 workContinuation.then(work2).synchronous().enqueueSync(); in testEnqueue_insertWithCompletedDependencies_isNotStatusBlocked()
283 workContinuation.then(work2).synchronous().enqueueSync(); in testEnqueue_insertWithFailedDependencies_isStatusFailed()
300 workContinuation.then(work2).synchronous().enqueueSync(); in testEnqueue_insertWithCancelledDependencies_isStatusCancelled()
324 mWorkManagerImpl.beginWith(work0).then(work1).synchronous().enqueueSync(); in testEnqueue_insertWorkConstraints()
364 mWorkManagerImpl.beginWith(work0).then(work1).synchronous().enqueueSync(); in testEnqueue_insertWorkInitialDelay()
380 mWorkManagerImpl.beginWith(work0).then(work1).synchronous().enqueueSync(); in testEnqueue_insertWorkBackoffPolicy()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSelectorTestUtil.java183 .then(new AnswerWithArguments() { in prepareConfigStore()
194 .then(new AnswerWithArguments() { in prepareConfigStore()
205 .then(new AnswerWithArguments() { in prepareConfigStore()
215 .then(new AnswerWithArguments() { in prepareConfigStore()
231 .then(new AnswerWithArguments() { in prepareConfigStore()
245 .then(new AnswerWithArguments() { in prepareConfigStore()
260 .then(new AnswerWithArguments() { in prepareConfigStore()
376 .then(new AnswerWithArguments() { in setupEphemeralNetwork()
383 .then(new AnswerWithArguments() { in setupEphemeralNetwork()
394 .then(new AnswerWithArguments() { in setupEphemeralNetwork()
/frameworks/support/work/workmanager/src/main/java/androidx/work/
DWorkContinuation.java39 public final WorkContinuation then(@NonNull OneTimeWorkRequest... work) { in then() method in WorkContinuation
40 return then(Arrays.asList(work)); in then()
51 public abstract WorkContinuation then(@NonNull List<OneTimeWorkRequest> work); in then() method in WorkContinuation
/frameworks/compile/mclinker/unittests/
Dtest3.txt69 VER = ` if grep 'AM_INIT_AUTOMAKE.*BFD_VERSION' $(TOOL)/configure.in >/dev/null 2>&1; then \
71 elif grep AM_INIT_AUTOMAKE $(TOOL)/configure.in >/dev/null 2>&1; then \
73 elif test -f $(TOOL)/version.in; then \
75 elif grep VERSION $(TOOL)/Makefile.in > /dev/null 2>&1; then \
148 if [ -d $$d ]; then \
149 if [ ! -f $$d/Makefile ] ; then true ; \
150 elif grep '^diststuff:' $$d/Makefile >/dev/null ; then \
153 elif grep '^info:' $$d/Makefile >/dev/null ; then \
157 if [ -d $$d/proto-$$d.dir ]; then \
168 # the gcc version of intl/ the master version and then push
[all …]
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt46 then retrieve those cached shaders during subsequent executions of the same
128 If eglSetBlobCacheFuncsANDROID generates an error then all client APIs must
130 <dpy>. If <set> or <get> is NULL then an EGL_BAD_PARAMETER error is
132 made for <dpy> and the display has not since been terminated then an
151 with the given key in the past then it is undefined which value, if any, is
165 a value associated with the given key then the size of that binary value in
169 less than or equal to <valueSize> then the value is written to the memory
190 could then leave a number of values in the cache that will never be
/frameworks/wilhelm/doc/
DDoxyfile43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
91 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
110 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
134 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
142 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
158 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
164 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
185 # sources only. Doxygen will then generate output that is more tailored for C.
192 # sources only. Doxygen will then generate output that is more tailored for
[all …]
/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md135 if [[ $ADB == "" ]]; then
139 if [[ $CMD != "on" && $CMD != "off" ]]; then
144 if [[ "$2" != "" ]]; then
152 if [ $CMD == "on" ]; then
154 if [[ "$HHMM" != "" ]]; then
168 elif [ $CMD == "off" ]; then
/frameworks/opt/setupwizard/library/
Dbuild.gradle15 * And then you can include the :setup-wizard-lib project as one of your dependencies
28 // And then in rules.gradle you can reference the dependency by
Dstandalone-rules.gradle10 * And then you can include the :setup-wizard-lib project as one of your dependencies
23 // And then in rules.gradle you can reference the dependency by
/frameworks/av/media/libnbaio/
DREADME.txt32 if configured to block, then will wait until space available before returning
33 if configured to not block, then will return a short transfer count
/frameworks/native/docs/
DDoxyfile57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
128 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
134 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
160 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
168 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
184 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
190 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
218 # sources only. Doxygen will then generate output that is more tailored for C.
225 # sources only. Doxygen will then generate output that is more tailored for
[all …]
/frameworks/base/core/proto/android/os/
Denums.proto83 // button, then the SCREEN_DIM_WAKE_LOCK will be implicitly released by
89 // button, then the SCREEN_BRIGHT_WAKE_LOCK will be implicitly released
94 // brightness. If the user presses the power button, then the
106 // locks are held, then the device will fall asleep (and lock) as usual.
/frameworks/base/tools/orientationplot/
DREADME.txt19 for interesting data and then plotting it.
43 less than about 1Hz, then the filtered accelorometer data becomes too smooth
45 is by holding the device vertically in one orientation then sharply turning
73 greatly exceeds 60ms then there is a problem with the accelerometer or the
/frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/sherlockholmes/
DAnalyzeSherlockHolmesActivity.java84 .then(TextMappingWorker.create("advs.txt").build(), in enqueueWork()
89 .then(textReducingWork) in enqueueWork()
/frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/imageprocessing/
DImageProcessingActivity.java104 .then(processingWork) in onActivityResult()
114 .then(processingWork) in onActivityResult()
/frameworks/av/media/libaaudio/
DDoxyfile63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
165 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
174 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
194 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
200 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
232 # only. Doxygen will then generate output that is more tailored for C. For
240 # Python sources only. Doxygen will then generate output that is more tailored
248 # sources. Doxygen will then generate output that is tailored for Fortran.
254 # sources. Doxygen will then generate output that is tailored for VHDL.
[all …]
DDoxyfile.orig63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
165 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
174 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
194 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
200 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
232 # only. Doxygen will then generate output that is more tailored for C. For
240 # Python sources only. Doxygen will then generate output that is more tailored
248 # sources. Doxygen will then generate output that is tailored for Fortran.
254 # sources. Doxygen will then generate output that is tailored for VHDL.
[all …]
/frameworks/opt/net/lowpan/libandroid_net_lowpan/tests/
DREADME.md15 connected device. It will then run the tests on the device.
20 3. restart framework on the device 'adb shell stop' then 'adb shell start'
/frameworks/base/lowpan/tests/
DREADME.md15 connected device. It will then run the tests on the device.
20 3. restart framework on the device 'adb shell stop' then 'adb shell start'
/frameworks/base/wifi/tests/
DREADME.md15 connected device. It will then run the tests on the device.
20 3. restart framework on the device 'adb shell stop' then 'adb shell start'
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md7 A _bugreport_ is initially generated by dumpstate, then processed by **Shell**,
9 intent; the end user then select which app (like an email client) handles such
20 _bugreport-DATE.txt_ file, but then **Shell** creates a zip file called
104 Android defining that format, then a new _sub-version_ will be used.
/frameworks/base/tests/AccessoryDisplay/
DREADME43 devices which are then connected using a USB OTG cable.
48 on each device. The source will then begin to project display
/frameworks/compile/slang/
DRSCCOptions.td56 HelpText<"Build ASTs then convert to LLVM, emit .ll file">;
58 HelpText<"Build ASTs then convert to LLVM, emit .bc file">;
60 HelpText<"Build ASTs then convert to LLVM, but emit nothing">;
/frameworks/layoutlib/create/
DREADME.txt55 - then generate the output jar (AsmGenerator class),
62 dependencies and then only keep the ones we want.
78 are kept. The analysis then finds all the dependencies of the classes that are to be kept using an
82 The output of the analyzer is a set of ASM ClassReader instances which are then fed to the
106 The TransformClassAdapter is then used to process the potentially renamed class. All protected or
110 changed from protected/private to public. The code of the methods is then kept as-is, except for
121 The class is then fed to RefactorClassAdapter which is like RenameClassAdapter but updates the
190 bridge then registers a listener on the method signature and can provide an implementation.

12345678910