/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
allocator_test.cc | 61 bool Success = false; 62 BufferQueue BQ(GetPageSizeCached(), 10, Success); 63 ASSERT_TRUE(Success);
|
fdr_log_writer_test.cc | 41 bool Success = false; 42 BufferQueue Buffers(kSize, 1, Success); 79 bool Success = false; 80 BufferQueue Buffers(kSize, 1, Success); 129 bool Success = false; 130 BufferQueue Buffers(kSize, 1, Success);
|
allocator_test.cc | 61 bool Success = false; 62 BufferQueue BQ(GetPageSizeCached(), 10, Success); 63 ASSERT_TRUE(Success);
|
fdr_log_writer_test.cc | 41 bool Success = false; 42 BufferQueue Buffers(kSize, 1, Success); 79 bool Success = false; 80 BufferQueue Buffers(kSize, 1, Success); 129 bool Success = false; 130 BufferQueue Buffers(kSize, 1, Success);
|
allocator_test.cc | 61 bool Success = false; 62 BufferQueue BQ(GetPageSizeCached(), 10, Success); 63 ASSERT_TRUE(Success);
|
fdr_log_writer_test.cc | 41 bool Success = false; 42 BufferQueue Buffers(kSize, 1, Success); 79 bool Success = false; 80 BufferQueue Buffers(kSize, 1, Success); 129 bool Success = false; 130 BufferQueue Buffers(kSize, 1, Success);
|
fdr_controller_test.cc | 54 bool Success; 55 BQ = llvm::make_unique<BufferQueue>(4096, 1, Success); 56 ASSERT_TRUE(Success); 306 bool Success; 309 kBuffers, Success); 310 ASSERT_TRUE(Success);
|
fdr_controller_test.cc | 54 bool Success; 55 BQ = llvm::make_unique<BufferQueue>(4096, 1, Success); 56 ASSERT_TRUE(Success); 306 bool Success; 309 kBuffers, Success); 310 ASSERT_TRUE(Success);
|
fdr_controller_test.cc | 54 bool Success; 55 BQ = llvm::make_unique<BufferQueue>(4096, 1, Success); 56 ASSERT_TRUE(Success); 306 bool Success; 309 kBuffers, Success); 310 ASSERT_TRUE(Success);
|
buffer_queue_test.cc | 30 bool Success = false; 31 BufferQueue Buffers(kSize, 1, Success); 32 ASSERT_TRUE(Success); 36 bool Success = false; 37 BufferQueue Buffers(kSize, 1, Success); 38 ASSERT_TRUE(Success); 47 bool Success = false; 48 BufferQueue Buffers(kSize, 1, Success); 49 ASSERT_TRUE(Success); 58 bool Success = false [all...] |
buffer_queue_test.cc | 30 bool Success = false; 31 BufferQueue Buffers(kSize, 1, Success); 32 ASSERT_TRUE(Success); 36 bool Success = false; 37 BufferQueue Buffers(kSize, 1, Success); 38 ASSERT_TRUE(Success); 47 bool Success = false; 48 BufferQueue Buffers(kSize, 1, Success); 49 ASSERT_TRUE(Success); 58 bool Success = false [all...] |
buffer_queue_test.cc | 30 bool Success = false; 31 BufferQueue Buffers(kSize, 1, Success); 32 ASSERT_TRUE(Success); 36 bool Success = false; 37 BufferQueue Buffers(kSize, 1, Success); 38 ASSERT_TRUE(Success); 47 bool Success = false; 48 BufferQueue Buffers(kSize, 1, Success); 49 ASSERT_TRUE(Success); 58 bool Success = false [all...] |
profile_collector_test.cc | 113 bool Success = false; 115 profilingFlags()->buffers_max, Success); 116 ASSERT_EQ(Success, true); 184 static bool Success = false; 186 profilingFlags()->buffers_max, Success);
|
/src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
InstrProfilingValue.c | 120 uint32_t Success = 0; 122 Success = 125 Success = COMPILER_RT_BOOL_CMPXCHG(&(PrevVNode->Next), 0, CurrentVNode); 127 if (!Success) {
|
InstrProfilingValue.c | 120 uint32_t Success = 0; 122 Success = 125 Success = COMPILER_RT_BOOL_CMPXCHG(&(PrevVNode->Next), 0, CurrentVNode); 127 if (!Success) {
|
InstrProfilingValue.c | 120 uint32_t Success = 0; 122 Success = 125 Success = COMPILER_RT_BOOL_CMPXCHG(&(PrevVNode->Next), 0, CurrentVNode); 127 if (!Success) {
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_buffer_queue.cc | 79 bool Success = false; 88 if (Success) 100 if (Success) 142 Success = true; 147 bool &Success) XRAY_NEVER_INSTRUMENT 159 Success = init(B, N) == BufferQueue::ErrorCode::Ok;
|
xray_x86_64.cc | 60 bool Success; 61 std::tie(BytesRead, Success) = retryingReadSome(Fd, Line, Line + BufSize); 63 if (!Success)
|
xray_buffer_queue.cc | 79 bool Success = false; 88 if (Success) 100 if (Success) 142 Success = true; 147 bool &Success) XRAY_NEVER_INSTRUMENT 159 Success = init(B, N) == BufferQueue::ErrorCode::Ok;
|
xray_x86_64.cc | 60 bool Success; 61 std::tie(BytesRead, Success) = retryingReadSome(Fd, Line, Line + BufSize); 63 if (!Success)
|
xray_buffer_queue.cc | 79 bool Success = false; 88 if (Success) 100 if (Success) 142 Success = true; 147 bool &Success) XRAY_NEVER_INSTRUMENT 159 Success = init(B, N) == BufferQueue::ErrorCode::Ok;
|
xray_x86_64.cc | 60 bool Success; 61 std::tie(BytesRead, Success) = retryingReadSome(Fd, Line, Line + BufSize); 63 if (!Success)
|
xray_interface.cc | 152 bool Success = false; 155 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry); 158 Success = patchFunctionExit(Enable, FuncId, Sled); 161 Success = patchFunctionTailExit(Enable, FuncId, Sled); 164 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry); 167 Success = patchCustomEvent(Enable, FuncId, Sled); 170 Success = patchTypedEvent(Enable, FuncId, Sled); 176 return Success; 225 return XRayPatchingStatus::SUCCESS; 310 return XRayPatchingStatus::SUCCESS; [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
FuzzerMerge.cpp | 338 bool Success = false; 348 Success = true; 352 if (!Success) {
|
FuzzerMerge.cpp | 338 bool Success = false; 348 Success = true; 352 if (!Success) {
|