Home
last modified time | relevance | path

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

12

/system/core/liblog/
Dlog_event_list.c383 elem.complete = true; in android_log_read_next_internal()
394 elem.complete = !context->count[0] && (!context->list_nest_depth || in android_log_read_next_internal()
414 elem.complete = true; in android_log_read_next_internal()
432 elem.complete = !context->list_nest_depth && !context->count[0]; in android_log_read_next_internal()
451 elem.complete = !context->list_nest_depth && !context->count[0]; in android_log_read_next_internal()
464 elem.complete = true; in android_log_read_next_internal()
471 elem.complete = true; in android_log_read_next_internal()
480 elem.complete = !context->list_nest_depth && !context->count[0]; in android_log_read_next_internal()
493 elem.complete = true; in android_log_read_next_internal()
496 elem.complete = context->list_nest_depth >= ANDROID_MAX_LIST_NEST_DEPTH; in android_log_read_next_internal()
[all …]
/system/extras/tests/sdcard/
Dplot_sdcard.py95 self.complete = False
111 self.complete = True
142 if not metadata.complete:
176 if not metadata.complete:
/system/extras/pagecache/
DREADME3 dumpcache.c: dumps complete pagecache of device.
/system/connectivity/shill/
Dshill.rc11 on property:wifi-setup.complete=1
/system/weaved/brillo/android/weave/
DIWeaveCommand.aidl30 void complete(in String results); in complete() method
/system/connectivity/apmanager/
Dapmanager.rc12 on property:wifi-setup.complete=1
/system/weaved/buffet/
Dbinder_command_proxy.h45 android::binder::Status complete(const android::String16& results) override;
Dbinder_command_proxy_unittest.cc143 EXPECT_TRUE(GetCommandProxy()->complete(result).isOk()); in TEST_F()
Dbinder_command_proxy.cc124 android::binder::Status BinderCommandProxy::complete( in complete() function in buffet::BinderCommandProxy
/system/extras/perfprofd/tests/
Dperfprofd_test.cc615 I: profile collection complete in TEST_F()
671 I: profile collection complete in TEST_F()
675 I: profile collection complete in TEST_F()
679 I: profile collection complete in TEST_F()
/system/core/bootstat/
Dbootstat.rc16 # complete signal.
/system/extras/tests/workloads/
Dpwrtest.sh233 echo Wait 30s to complete boot activities...
235 echo Restart complete.
/system/connectivity/shill/init/
Dnetwork-services.conf.in17 description "Abstract job that runs when boot-services is complete"
/system/weaved/libweaved/
Dcommand.cc140 return StatusToError(binder_proxy_->complete(ToString16(results)), error); in Complete()
/system/tpm/attestation/common/
Dattestation_ca.proto24 // order to complete enrollment.
170 // information required by enterprise server to complete the verification.
/system/core/liblog/tests/
Dliblog_test.cpp1994 elem.complete = true; in android_log_buffer_to_string()
1999 if (elem.complete) { in android_log_buffer_to_string()
2021 if (elem.complete) { in android_log_buffer_to_string()
2028 if (!next.complete && (is_real_element(next.type) || in android_log_buffer_to_string()
2038 } while ((elem.type != EVENT_TYPE_UNKNOWN) && !overflow && !elem.complete); in android_log_buffer_to_string()
2053 if ((elem.type == EVENT_TYPE_UNKNOWN) && !elem.complete) { in android_log_buffer_to_string()
/system/core/include/log/
Dlog.h564 uint16_t complete; member
/system/sepolicy/tools/fc_sort/
DNOTICE138 a) Accompany it with the complete corresponding machine-readable
144 cost of physically performing source distribution, a complete
156 making modifications to it. For an executable work, complete source
/system/core/fastboot/
Dfastboot_protocol.txt200 Once the handshake is complete, fastboot data will be sent as follows:
301 complete, must always be 512 bytes or less.
/system/connectivity/shill/doc/
Dservice-api.txt758 additonal x509 CA certificates to be used to complete
1407 "ready" Layer 3 setup is complete; ready to
1410 "portal" Layer 3 setup is complete but
1414 "online" Layer 3 setup is complete and an
1596 The complete set depends on the capabilities of the
1631 This list is not necessarily complete, as:
Ddevice-api.txt51 minute to complete. When the results are available,
/system/tpm/trunks/generator/
Draw_commands.txt1761 command did not complete and the state of the TPM is unchanged. An exception to this general rule is
1768 same command could be resubmitted and may complete normally.
1795 cancelled, the TPM may complete the command or return this code. If this code
2038 complete;
2989 TPM2_PCR_Read() or TPM2_PolicyPCR() could not complete until the hashes have been checked
3027 b) perform the tests and return the test result when complete.
3035 would allow the TPM to generate an interrupt when the “background” processing is complete. This
3191 requested testing is complete.
3208 complete.
3348 TPM_RC_NEEDS_TEST. If TPM2_SelfTest() has been received and the tests are not complete,
[all …]
Draw_commands_fixed.txt1761 command did not complete and the state of the TPM is unchanged. An exception to this general rule is
1768 same command could be resubmitted and may complete normally.
1795 cancelled, the TPM may complete the command or return this code. If this code
2038 complete;
2989 TPM2_PCR_Read() or TPM2_PolicyPCR() could not complete until the hashes have been checked
3027 b) perform the tests and return the test result when complete.
3035 would allow the TPM to generate an interrupt when the “background” processing is complete. This
3191 requested testing is complete.
3208 complete.
3348 TPM_RC_NEEDS_TEST. If TPM2_SelfTest() has been received and the tests are not complete,
[all …]
Draw_structures.txt3324 Any command may be delayed in order for the TPM to complete
3331 on an authorization failure but the command does not complete
4322 When a command fails to complete for any reason, the TPM shall return
8695 This attribute has no effect if the command does not complete successfully.
12879 This structure is the scheme data for schemes that only require a hash to complete the scheme defin…
13241 …ECDH, KDFe is used for the key derivation function that only a hash algorithm is needed to complete
/system/core/metricsd/uploader/proto/
Dsystem_profile.proto508 // The number of times the program began, but did not complete, the shutdown

12