OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:traceOption
(Results
1 - 6
of
6
) sorted by null
/external/opencensus-java/api/src/main/java/io/opencensus/common/
ServerStats.java
66
* @param
traceOption
Represents set of bits to indicate properties of trace. Currently it used
73
public static ServerStats create(long lbLatencyNs, long serviceLatencyNs, byte
traceOption
) {
84
return new AutoValue_ServerStats(lbLatencyNs, serviceLatencyNs,
traceOption
);
ServerStatsEncoding.java
87
byte
traceOption
= (byte) 0;
113
traceOption
= bb.get();
119
return ServerStats.create(lbLatencyNs, serviceLatencyNs,
traceOption
);
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
AParser.h
281
int
traceOption
(int delta); // MR11
AParser.cpp
730
/*
traceOption
:
784
int ANTLRParser::
traceOption
(int delta) {
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
AParser.h
276
int
traceOption
(int delta); // MR11
AParser.cpp
699
/*
traceOption
:
753
int ANTLRParser::
traceOption
(int delta) {
Completed in 367 milliseconds