/external/autotest/client/bin/ |
job.py | 845 def complete(self, status): member in class:base_client_job 853 # We are about to exit 'complete' so clean up the control file. [all...] |
/external/autotest/client/cros/ |
cryptohome.py | 357 'through %s. See logs for complete mount-point.'
|
/external/autotest/client/tests/netperf2/ |
netperf2.py | 94 # complete 186 "Command did not complete within %d seconds"
|
/external/autotest/scheduler/shard/ |
shard_client_unittest.py | 115 'complete': False, 295 job2.hostqueueentry_set.all().update(complete=True)
|
/external/autotest/venv/lucifer/ |
handlers.py | 163 hqe.complete = True
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
GregorianCalendar.java | 689 complete(); // Force update of DST_OFFSET field method [all...] |
/external/icu/icu4c/source/i18n/ |
hebrwcal.cpp | 73 * different lengths, called "deficient", "normal", and "complete". 76 // Deficient Normal Complete 99 // Deficient Normal Complete 120 // Deficient Normal Complete 442 * 2 "Complete" year with 355 or 385 days 676 ((HebrewCalendar*)this)->complete(status); // cast away const
|
/external/icu/icu4c/source/test/intltest/ |
tzoffloc.cpp | 176 rbPT->complete(status); 178 errln("complete() failed for RuleBasedTimeZone rbPT");
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
GregorianCalendar.java | 711 complete(); // Force update of DST_OFFSET field method [all...] |
/external/skia/src/pathops/ |
SkOpContour.h | 70 void complete() { function in class:SkOpContour
|
/external/skqp/src/pathops/ |
SkOpContour.h | 70 void complete() { function in class:SkOpContour
|
/external/tensorflow/tensorflow/contrib/verbs/ |
patch_notes_verbs_with_0_copies.md | 35 * **enum RdmaWriteIDType** - Types to distinguish between different RDMA write-complete events: Ack, control message, tensor DMA write and tensor proto write. 36 * **class RdmaWriteID** - Context for RDMA write complete events. Holds the RdmaWriteIDType and additional data.
|
/external/valgrind/coregrind/m_debuginfo/ |
tytypes.c | 154 if (te->Te.TyStOrUn.complete) { 545 r = Bool__cmp(te1->Te.TyStOrUn.complete, te2->Te.TyStOrUn.complete); 698 return ent->Te.TyStOrUn.complete
|
/external/vulkan-validation-layers/demos/android/include/ |
cube.vert.h | 5 Warning, version 400 is not yet complete; most version-specific features are present, but some are missing.
|
/frameworks/base/cmds/statsd/src/logd/ |
LogEvent.cpp | 272 } while ((elem.type != EVENT_TYPE_UNKNOWN) && !elem.complete);
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
TestInteractionActivity.java | 35 static final String REQUEST_COMPLETE = "complete"; 74 mCompleteButton = (Button)findViewById(R.id.complete); 192 ((TestInteractionActivity)getActivity()).mLog.append("Canceled complete\n"); 195 Log.i(TAG, "Complete result: result=" + result); 196 ((TestInteractionActivity)getActivity()).mLog.append("Complete: result="
|
/hardware/interfaces/broadcastradio/2.0/default/ |
TunerSession.cpp | 251 chunk.complete = true;
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
ForkJoinTaskTest.java | 256 super.complete(null); 271 public final void complete() { 354 f.complete(); 379 f.complete(); 497 * helpQuiesce returns when tasks are complete. [all...] |
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
SyncManager.java | 164 * (add must complete on that thread before action transitions to new thread/stage) 272 * Called once sync is complete 274 public synchronized void complete() { method in class:SyncManager 277 + " marked as complete");
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/driver/ |
driver.go | 209 // SetAutoComplete instructs the UI to call complete(cmd) to obtain 211 SetAutoComplete(complete func(string) string)
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/plugin/ |
plugin.go | 195 // SetAutoComplete instructs the UI to call complete(cmd) to obtain 197 SetAutoComplete(complete func(string) string)
|
/prebuilts/go/darwin-x86/src/go/types/ |
gotype.go | 15 must provide a single Go source file defining a complete package. 140 must provide a single Go source file defining a complete package.
|
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/driver/ |
driver.go | 209 // SetAutoComplete instructs the UI to call complete(cmd) to obtain 211 SetAutoComplete(complete func(string) string)
|
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/plugin/ |
plugin.go | 195 // SetAutoComplete instructs the UI to call complete(cmd) to obtain 197 SetAutoComplete(complete func(string) string)
|
/prebuilts/go/linux-x86/src/go/types/ |
gotype.go | 15 must provide a single Go source file defining a complete package. 140 must provide a single Go source file defining a complete package.
|