OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_points
(Results
1 - 7
of
7
) sorted by null
/external/google-breakpad/src/testing/gtest/test/
gtest_output_test_.cc
269
static void ThreadWithScopedTrace(CheckPoints*
check_points
) {
274
check_points
->n1.Notify();
275
check_points
->n2.WaitForNotification();
282
check_points
->n3.Notify();
288
CheckPoints
check_points
;
local
290
&
check_points
,
292
check_points
.n1.WaitForNotification();
298
check_points
.n2.Notify();
299
check_points
.n3.WaitForNotification();
/external/gtest/test/
gtest_output_test_.cc
281
static void ThreadWithScopedTrace(CheckPoints*
check_points
) {
286
check_points
->n1.Notify();
287
check_points
->n2.WaitForNotification();
294
check_points
->n3.Notify();
300
CheckPoints
check_points
;
local
302
&
check_points
,
304
check_points
.n1.WaitForNotification();
310
check_points
.n2.Notify();
311
check_points
.n3.WaitForNotification();
/external/protobuf/gtest/test/
gtest_output_test_.cc
255
static void ThreadWithScopedTrace(CheckPoints*
check_points
) {
260
check_points
->n1.Notify();
261
check_points
->n2.WaitForNotification();
268
check_points
->n3.Notify();
274
CheckPoints
check_points
;
local
276
&
check_points
,
278
check_points
.n1.WaitForNotification();
284
check_points
.n2.Notify();
285
check_points
.n3.WaitForNotification();
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_output_test_.cc
281
static void ThreadWithScopedTrace(CheckPoints*
check_points
) {
286
check_points
->n1.Notify();
287
check_points
->n2.WaitForNotification();
294
check_points
->n3.Notify();
300
CheckPoints
check_points
;
local
302
&
check_points
,
304
check_points
.n1.WaitForNotification();
310
check_points
.n2.Notify();
311
check_points
.n3.WaitForNotification();
/ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc
281
static void ThreadWithScopedTrace(CheckPoints*
check_points
) {
286
check_points
->n1.Notify();
287
check_points
->n2.WaitForNotification();
294
check_points
->n3.Notify();
300
CheckPoints
check_points
;
local
302
&
check_points
,
304
check_points
.n1.WaitForNotification();
310
check_points
.n2.Notify();
311
check_points
.n3.WaitForNotification();
/external/freetype/include/internal/
psaux.h
494
T1_Builder_Check_Points_Func
check_points
;
member in struct:T1_Builder_FuncsRec_
[
all
...]
/external/pdfium/third_party/freetype/include/freetype/internal/
psaux.h
494
T1_Builder_Check_Points_Func
check_points
;
member in struct:T1_Builder_FuncsRec_
[
all
...]
Completed in 208 milliseconds