HomeSort by relevance Sort by last modified time
    Searched refs:C_OK (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/courgette/
patcher_x86_32.h 37 return C_OK;
42 return C_OK;
55 if (status != C_OK)
60 if (trim_status != C_OK) {
68 if (status != C_OK)
82 if (status != C_OK)
87 if (status != C_OK)
90 return C_OK;
patch_generator_x86_32.h 37 return C_OK;
47 return C_OK;
69 if (old_parse_status != C_OK) {
79 if (new_parse_status != C_OK) {
87 if (trim_old_status != C_OK) {
93 if (trim_new_status != C_OK) {
100 if (old_encode_status != C_OK) {
108 if (old_write_status != C_OK) {
115 if (adjust_status != C_OK) {
123 if (new_encode_status != C_OK)
    [all...]
ensemble_apply.cc 111 return C_OK;
116 return C_OK;
124 return C_OK;
164 if (status != C_OK)
172 return C_OK;
181 if (status != C_OK)
186 return C_OK;
209 if (status != C_OK)
219 return C_OK;
251 if (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_minimal_tool.cc 45 if (status != courgette::C_OK) {
simple_delta.cc 21 case OK: return C_OK;
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)
165 if (parse_program_status != courgette::C_OK)
173 if (parse_model_status != courgette::C_OK)
177 if (adjust_status != courgette::C_OK)
185 if (encode_status != courgette::C_OK)
192 if (write_status != courgette::C_OK)
221 if (parse_model_status != courgette::C_OK)
229 if (parse_program_status != courgette::C_OK)
    [all...]
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);
versioning_unittest.cc 39 EXPECT_EQ(status, courgette::C_OK);
ensemble_create.cc 231 return C_OK;
256 if (generators_status != C_OK)
279 if (status != C_OK)
294 if (status != C_OK)
302 if (status != C_OK)
324 if (delta1_status != C_OK)
348 if (status != C_OK)
384 if (delta2_status != C_OK)
412 if (status != C_OK)
432 if (delta3_status != C_OK)
    [all...]
disassembler.cc 66 return C_OK;
95 return 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) {
ensemble_unittest.cc 33 EXPECT_EQ(courgette::C_OK, status);
41 EXPECT_EQ(courgette::C_OK, status);
courgette.h 16 // Client code should only rely on the distintion between C_OK and the other
20 C_OK = 1, // Successful operation.
74 // Returns C_OK unless something went wrong.
80 // Returns C_OK unless something went wrong.
89 // Returns C_OK unless something when wrong (unexpected).
97 // Fill in type and detected_length, and return C_OK.
107 // Returns C_OK if successful, otherwise returns an error status and sets
117 // Returns C_OK if succeeded, otherwise returns an error status and
122 // Returns C_OK if succeeded, otherwise returns an error status.
126 // Returns C_OK if succeeded, otherwise returns an error status and leave
    [all...]
encoded_program.cc 777 return C_OK;
784 return C_OK;
793 return C_OK;
assembly_program.cc 567 return C_OK;
577 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)

Completed in 108 milliseconds