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

  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 89 EGLBoolean sucess = eglSwapBuffers((EGLDisplay)dpy, (EGLSurface)sur); 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);
  /device/samsung/crespo/libhwcomposer/
SecHWC.cpp 331 EGLBoolean sucess = eglSwapBuffers((EGLDisplay)dpy, (EGLSurface)sur); local
332 if (!sucess) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 71 @debug_listener.memoize( rule, rule_start_index, sucess )

Completed in 459 milliseconds