HomeSort by relevance Sort by last modified time
    Searched full:c_ok (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/courgette/
patcher_x86_32.h 36 return C_OK;
41 return C_OK;
54 if (status != C_OK)
59 if (trim_status != C_OK) {
67 if (status != C_OK)
81 if (status != C_OK)
86 if (status != C_OK)
89 return C_OK;
ensemble_apply.cc 111 return C_OK;
116 return C_OK;
124 return C_OK;
161 if (status != C_OK)
169 return C_OK;
178 if (status != C_OK)
183 return C_OK;
206 if (status != C_OK)
216 return C_OK;
248 if (status != C_OK)
    [all...]
patch_generator_x86_32.h 36 return C_OK;
46 return C_OK;
68 if (old_parse_status != C_OK) {
78 if (new_parse_status != C_OK) {
86 if (trim_old_status != C_OK) {
92 if (trim_new_status != C_OK) {
99 if (old_encode_status != C_OK) {
107 if (old_write_status != C_OK) {
114 if (adjust_status != C_OK) {
122 if (new_encode_status != C_OK)
    [all...]
encode_decode_unittest.cc 26 EXPECT_EQ(courgette::C_OK, parse_status);
31 EXPECT_EQ(courgette::C_OK, encode_status);
37 EXPECT_EQ(courgette::C_OK, write_status);
56 EXPECT_EQ(courgette::C_OK, read_status);
60 EXPECT_EQ(courgette::C_OK, assemble_status);
courgette.h 16 // Client code should only rely on the distintion between C_OK and the other
20 C_OK = 1, // Successful operation.
73 // Returns C_OK unless something went wrong.
79 // Returns C_OK unless something went wrong.
88 // Returns C_OK unless something when wrong (unexpected).
96 // Fill in type and detected_length, and return C_OK.
106 // Returns C_OK if successful, otherwise returns an error status and sets
116 // Returns C_OK if succeeded, otherwise returns an error status and
121 // Returns C_OK if succeeded, otherwise returns an error status.
125 // Returns C_OK if succeeded, otherwise returns an error status and leave
    [all...]
ensemble.cc 47 if (result == C_OK) {
58 return C_OK;
courgette_tool.cc 82 if (parse_status != courgette::C_OK)
90 if (encode_status != courgette::C_OK)
97 if (write_status != courgette::C_OK)
160 if (parse_program_status != courgette::C_OK)
168 if (parse_model_status != courgette::C_OK)
172 if (adjust_status != courgette::C_OK)
180 if (encode_status != courgette::C_OK)
187 if (write_status != courgette::C_OK)
216 if (parse_model_status != courgette::C_OK)
224 if (parse_program_status != courgette::C_OK)
    [all...]
simple_delta.cc 21 case OK: return C_OK;
ensemble_create.cc 222 return C_OK;
247 if (generators_status != C_OK)
270 if (status != C_OK)
285 if (status != C_OK)
293 if (status != C_OK)
315 if (delta1_status != C_OK)
339 if (status != C_OK)
375 if (delta2_status != C_OK)
403 if (status != C_OK)
423 if (delta3_status != C_OK)
    [all...]
ensemble_unittest.cc 31 EXPECT_EQ(courgette::C_OK, status);
39 EXPECT_EQ(courgette::C_OK, status);
adjustment_method_unittest.cc 64 EXPECT_EQ(courgette::C_OK, encode_status);
70 EXPECT_EQ(courgette::C_OK, write_status);
96 EXPECT_EQ(courgette::C_OK, can_adjust);
disassembler.cc 63 return C_OK;
92 return C_OK;
courgette_minimal_tool.cc 45 if (status != courgette::C_OK) {
versioning_unittest.cc 39 EXPECT_EQ(status, courgette::C_OK);
encoded_program_fuzz_unittest.cc 45 EXPECT_EQ(courgette::C_OK, parse_status);
50 EXPECT_EQ(courgette::C_OK, encode_status);
56 EXPECT_EQ(courgette::C_OK, write_status);
179 if (read_status == courgette::C_OK) {
183 if (assemble_status == courgette::C_OK) {
assembly_program.cc 567 return C_OK;
577 return C_OK;
encoded_program.cc 765 return C_OK;
772 return C_OK;
781 return C_OK;
adjustment_method.cc 688 return C_OK;
  /external/chromium_org/chrome/installer/setup/
archive_patch_helper.cc 66 if (result == courgette::C_OK)
setup_util.cc 109 const int exit_code = (patch_status != courgette::C_OK) ?
  /external/chromium_org/chrome/browser/component_updater/test/
component_patcher_unittest.cc 51 if (exit_code == courgette::C_OK)
  /external/llvm/test/Transforms/InstCombine/
add.ll 83 %C_OK = add i32 %B, %A ; <i32> [#uses=1]
87 %D = add i32 %C_OK, %A ; <i32> [#uses=1]
  /external/valgrind/main/VEX/priv/
host_x86_defs.c 2755 Bool a_ok = True, b_ok = True, c_ok = True, d_ok = True; local
    [all...]

Completed in 360 milliseconds