OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogEntry
(Results
26 - 40
of
40
) sorted by null
1
2
/sdk/dumpeventlog/src/com/android/dumpeventlog/
DumpEventLog.java
28
import com.android.ddmlib.log.LogReceiver.
LogEntry
;
61
public void newEntry(
LogEntry
entry) {
/external/chromium_org/chrome/browser/extensions/api/log_private/
filter_handler.cc
32
const api::log_private::
LogEntry
& entry) const {
/external/chromium_org/net/cert/
ct_serialization.cc
216
// Writes a
LogEntry
of type X.509 cert to |output|.
217
// |input| is the
LogEntry
containing the certificate.
218
// Returns true if the leaf_certificate in the
LogEntry
does not exceed
220
bool EncodeAsn1CertLogEntry(const
LogEntry
& input, std::string* output) {
225
// Writes a
LogEntry
of type PreCertificate to |output|.
226
// |input| is the
LogEntry
containing the TBSCertificate and issuer key hash.
227
// Returns true if the TBSCertificate component in the
LogEntry
does not
229
bool EncodePrecertLogEntry(const
LogEntry
& input, std::string* output) {
277
bool EncodeLogEntry(const
LogEntry
& input, std::string* output) {
280
case
LogEntry
::LOG_ENTRY_TYPE_X509
[
all
...]
ct_objects_extractor_nss.cc
443
LogEntry
* result) {
488
result->type = ct::
LogEntry
::LOG_ENTRY_TYPE_PRECERT;
503
bool GetX509LogEntry(X509Certificate::OSCertHandle leaf,
LogEntry
* result) {
511
result->type = ct::
LogEntry
::LOG_ENTRY_TYPE_X509;
ct_serialization_unittest.cc
79
ct::
LogEntry
entry;
/sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java
31
import com.android.ddmlib.log.LogReceiver.
LogEntry
;
408
// we ignore raw data. New entries are processed in #newEntry(
LogEntry
)
413
* @see com.android.ddmlib.log.LogReceiver.ILogListener#newEntry(com.android.ddmlib.log.LogReceiver.
LogEntry
)
415
public void newEntry(
LogEntry
entry) {
/packages/apps/Music/src/com/android/music/
MusicUtils.java
[
all
...]
/external/chromium_org/ui/v2/src/
view_unittest.cc
381
typedef std::pair<ViewObserver::DispositionChangePhase, bool>
LogEntry
;
382
typedef std::vector<
LogEntry
> LogEntries;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar
/prebuilts/devtools/tools/lib/
osgi-4.0.0.jar
ddmlib.jar
/prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar
/prebuilts/tools/common/osgi/
osgi.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar
/prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar
Completed in 2317 milliseconds
1
2