Home
last modified time | relevance | path

Searched refs:EXCLUDES (Results 1 – 8 of 8) sorted by relevance

/external/google-benchmark/src/
Dmutex.h57 #define EXCLUDES(...) \ macro
114 void WaitForNotification() const EXCLUDES(mutex_) { in WaitForNotification()
122 void Notify() EXCLUDES(mutex_) { in Notify()
Dbenchmark.cc139 void StartTimer() EXCLUDES(lock_) { in StartTimer()
157 void StopTimer() EXCLUDES(lock_) { in StopTimer()
173 void Finalize() EXCLUDES(lock_) { in Finalize()
184 double real_time_used() EXCLUDES(lock_) { in real_time_used()
191 double cpu_time_used() EXCLUDES(lock_) { in cpu_time_used()
601 ThreadStats* total) EXCLUDES(GetBenchmarkLock()) { in RunInThread()
616 BenchmarkReporter* br) EXCLUDES(GetBenchmarkLock()) { in RunBenchmark()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DAgentOptions.java66 public static final String EXCLUDES = "excludes"; field in AgentOptions
180 DESTFILE, APPEND, INCLUDES, EXCLUDES, EXCLCLASSLOADER,
315 return getOption(EXCLUDES, ""); in getExcludes()
326 setOption(EXCLUDES, excludes); in setExcludes()
/external/clang/docs/
DThreadSafetyAnalysis.rst278 EXCLUDES(...)
283 ``EXCLUDES`` is an attribute on functions or methods, which declares that
293 void clear() EXCLUDES(mu) {
305 Unlike ``REQUIRES``, ``EXCLUDES`` is optional. The analysis will not issue a
466 and the EXCLUDES attribute prevents deadlock, by making sure that a mutex is
469 However, EXCLUDES is an optional attribute, and does not provide the same
476 As a result, EXCLUDES can easily produce false negatives:
490 void bar() { // No warning. (Should have EXCLUDES(mu)).
497 bif(); // No warning. (Should have EXCLUDES(mu)).
500 void bif() EXCLUDES(mu);
[all …]
/external/compiler-rt/cmake/Modules/
DCompilerRTDarwinUtils.cmake116 file(READ ${file} EXCLUDES)
117 string(REPLACE "\n" ";" EXCLUDES ${EXCLUDES})
118 set(${output_var} ${EXCLUDES} PARENT_SCOPE)
/external/emma/core/java12/com/vladium/util/args/
DOptsParser.java1391 KEYWORDS.put (Token.EXCLUDES.getValue (), Token.EXCLUDES); in Token.EXCLUDES.getValue()
1486 static final Token EXCLUDES = new Token (EXCLUDES_ID, "excludes"); field in OptsParser.Token
/external/owasp/sanitizer/tools/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...