Searched refs:expect_value (Results 1 - 5 of 5) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/example/
H A Dproduct_database_test.c36 expect_value(connect_to_database, port, 322);
45 expect_value(connect_to_database, port, 322);
H A Dcalculator_test.c352 expect_value(binary_operator, a, 1);
353 expect_value(binary_operator, b, 3);
357 expect_value(binary_operator, a, 4);
358 expect_value(binary_operator, b, 10);
/external/chromium_org/net/spdy/
H A Dspdy_headers_block_parser_test.cc128 std::string expect_value = kBaseValue + IntToString(0); local
130 StringPiece(expect_value))).Times(1);
146 std::string expect_value = kBaseValue + string("\0", 1) + IntToString(0); local
148 StringPiece(expect_value))).Times(1);
200 string expect_value = kBaseValue + IntToString(0); local
202 StringPiece(expect_value))).Times(1);
250 string expect_value = kBaseValue + IntToString(0); local
252 StringPiece(expect_value))).Times(1);
/external/cmockery/cmockery_0_1_2/src/google/
H A Dcmockery.h96 #define expect_value(function, parameter, value) \ macro
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py7997 expect_value = item['default']
7998 if isinstance(expect_value, list):
8000 expect_value = "_"
8007 expect_value))

Completed in 184 milliseconds