Searched defs:complete (Results 76 - 100 of 131) sorted by relevance

123456

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c497 insn->bits3.urb_gen5.complete = 0; /* Not used by FF_SYNC */
507 bool complete,
523 insn->bits3.urb_gen7.complete = complete;
530 insn->bits3.urb_gen5.complete = complete;
537 insn->bits3.urb.complete = complete;
2592 * writes are complete by sending the final write as a committed write."
500 brw_set_urb_message( struct brw_compile *p, struct brw_instruction *insn, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool end_of_thread, bool complete, GLuint offset, GLuint swizzle_control ) argument
H A Dbrw_structs.h927 GLuint complete:1; member in struct:brw_urb_immediate
1362 GLuint complete:1; member in struct:brw_instruction::__anon14435::__anon14450
1375 GLuint complete:1; member in struct:brw_instruction::__anon14435::__anon14451
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp228 virtual ExprResult complete(Expr *syntacticForm);
292 ExprResult complete(Expr *SyntacticForm) override;
386 ExprResult PseudoOpBuilder::complete(Expr *syntactic) {
399 return complete(syntacticBase);
449 return complete(syntactic);
496 return complete(syntactic);
943 ExprResult ObjCPropertyOpBuilder::complete(Expr *SyntacticForm) { function in class:ObjCPropertyOpBuilder
950 return PseudoOpBuilder::complete(SyntacticForm);
1039 // We must have a complete class type.
H A DSemaCast.cpp87 ExprResult complete(CastExpr *castExpr) { function in struct:__anon18003::CastOperation
264 return Op.complete(CXXConstCastExpr::Create(Context, Op.ResultType,
275 return Op.complete(CXXDynamicCastExpr::Create(Context, Op.ResultType,
287 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType,
300 return Op.complete(CXXStaticCastExpr::Create(Context, Op.ResultType,
547 // C++ 5.2.7p1: T shall be a pointer or reference to a complete class type,
582 // complete class type, [...]. If T is an lvalue reference type, v shall be
583 // an lvalue of a complete class type, [...]. If T is an rvalue reference
584 // type, v shall be an expression having a complete class type, [...]
725 // Examining subobjects for records is only possible if the complete an
[all...]
/external/e2fsprogs/e2fsck/
H A Ddict.c1086 dnode_t *complete = 0; local
1101 if (complete == NULL && botrowcount-- == 0) {
1105 complete = tree[0];
1107 if (complete != 0) {
1109 complete->right = dictnil;
1111 tree[level]->right = complete;
1112 complete->parent = tree[level];
1113 complete = tree[level];
1119 if (complete == NULL) {
1123 complete
[all...]
/external/icu/icu4c/source/i18n/
H A Drbtz.cpp66 complete(status);
143 // Mark dirty, so transitions are recalculated at next complete() call
157 ncThis->complete(status);
163 RuleBasedTimeZone::complete(UErrorCode& status) { function in class:RuleBasedTimeZone
H A Dcalendar.cpp667 // complete() method. Resolving a partial set of fields into a UTC millis
1108 if (U_SUCCESS(status)) ((Calendar*)this)->complete(status); // Cast away const
1348 Calendar::complete(UErrorCode& status) function in class:Calendar
1676 complete(status);
2079 complete(status); /* force recalculate */
3637 work->complete(status);
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java430 * See if an SQL statement is complete.
432 * one or more complete SQL statements.
437 public synchronized static boolean complete(String sql) { method in class:Database
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c497 insn->bits3.urb_gen5.complete = 0; /* Not used by FF_SYNC */
507 bool complete,
523 insn->bits3.urb_gen7.complete = complete;
530 insn->bits3.urb_gen5.complete = complete;
537 insn->bits3.urb.complete = complete;
2592 * writes are complete by sending the final write as a committed write."
500 brw_set_urb_message( struct brw_compile *p, struct brw_instruction *insn, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool end_of_thread, bool complete, GLuint offset, GLuint swizzle_control ) argument
/external/stlport/stlport/stl/
H A D_deque.h1104 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
H A D_list.h732 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
H A D_slist.h868 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
H A D_string.h1139 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
1144 * but not complete. We cannot define it as complete as nothing guaranty
H A D_vector.h755 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
H A D_rope.h2377 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
/external/chromium_org/cc/resources/
H A Dresource_provider.cc802 // them up and trying to wait for them to complete.
1574 // reuse any query id associated with this resource before they complete
1754 GLuint complete = 1; local
1756 resource->gl_upload_query_id, GL_QUERY_RESULT_AVAILABLE_EXT, &complete);
1757 if (!complete)
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_unittest.cc308 // not complete start upon entry, only when specifically told to.
1121 // complete.
2526 // Let request complete.
2665 bool complete = false; local
2666 while (!complete) {
2669 complete = true;
2717 bool complete = false; local
2718 while (!complete) {
2721 complete = true;
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js702 // complete. You should use dojo.addOnLoad() instead of doing a
3980 function complete(value){
4028 complete(value);
4038 complete(error);
11353 //Check if document already complete, and if so, just trigger page load
11359 if(dojo.isBrowser && (document.readyState === "complete" || dojo.config.afterOnLoad)){
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit.c426 static void complete(int list) function
1031 complete(last_tab);
/external/wpa_supplicant_8/src/utils/
H A Dedit.c426 static void complete(int list) function
1031 complete(last_tab);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dedit.c426 static void complete(int list) function
1031 complete(last_tab);
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp667 // complete() method. Resolving a partial set of fields into a UTC millis
1108 if (U_SUCCESS(status)) ((Calendar*)this)->complete(status); // Cast away const
1219 Calendar::complete(UErrorCode& status) function in class:Calendar
1547 complete(status);
1950 complete(status); /* force recalculate */
3476 work->complete(status);
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite3ext.h76 int (*complete)(const char*sql); member in struct:sqlite3_api_routines
272 #define sqlite3_complete sqlite3_api->complete
/external/sqlite/dist/orig/
H A Dsqlite3ext.h78 int (*complete)(const char*sql); member in struct:sqlite3_api_routines
310 #define sqlite3_complete sqlite3_api->complete
/external/sqlite/dist/
H A Dsqlite3ext.h78 int (*complete)(const char*sql); member in struct:sqlite3_api_routines
310 #define sqlite3_complete sqlite3_api->complete

Completed in 1137 milliseconds

123456