Home
last modified time | relevance | path

Searched refs:old_flag (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/testing/test/
Dgmock-internal-utils_test.cc386 const string old_flag = GMOCK_FLAG(verbose); in TestLogWithSeverity() local
399 GMOCK_FLAG(verbose) = old_flag; in TestLogWithSeverity()
/external/u-boot/common/
Dcli_hush.c205 int old_flag; /* for figuring out valid reserved words */ member
2366 ctx->old_flag=0;
2421 } else if ( ctx->w == RES_NONE || ! (ctx->old_flag & (1<<r->code))) {
2428 ctx->old_flag = r->flag;
2429 if (ctx->old_flag & FLAG_END) {
3204 if (rcode != 1 && ctx.old_flag != 0) {
3210 if (rcode != 1 && ctx.old_flag == 0) {
3231 if (ctx.old_flag != 0) {
/external/googletest/googlemock/test/
Dgmock-internal-utils_test.cc406 const std::string old_flag = GMOCK_FLAG(verbose); in TestLogWithSeverity() local
419 GMOCK_FLAG(verbose) = old_flag; in TestLogWithSeverity()