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

  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 88 EGLBoolean sucess = eglSwapBuffers((EGLDisplay)displays[0]->dpy, local
90 if (!sucess) {
  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 368 bool sucess; local
371 sucess = spl_table->init_table(kMaxPinyinSize - 1, 2 * kMaxYmNum, false);
372 assert(sucess);
378 sucess = spl_table->put_spelling(spl_str, 0);
379 assert(sucess);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 71 @debug_listener.memoize( rule, rule_start_index, sucess )

Completed in 306 milliseconds