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

  /external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 63 #define asrt(s) if(!(s)) APPL_TRACE_ERROR3("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
227 asrt(callback || cmd_callback);
253 asrt(ts[h].cmd_fdr == -1 && ts[h].cmd_fdw == -1);
421 asrt(fd != -1);
430 asrt(ts[h].poll_count < MAX_POLL);
440 asrt(ts[h].poll_count < MAX_POLL);
482 asrt(ts[h].cmd_callback);
496 asrt(count <= ts[h].poll_count);
503 asrt(pfds[i].fd == ts[h].ps[ps_i].pfd.fd);
535 asrt(ts[h].poll_count <= MAX_POLL)
    [all...]
btif_sock_util.c 69 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR3("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
118 asrt(send_fd != -1);
btif_pan.c 72 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR3("btif_pan: ## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
235 asrt(conn != NULL);
534 asrt(conn != NULL);
btif_sock_rfc.c 57 #define asrt(s) if(!(s)) APPL_TRACE_ERROR3("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
300 asrt(accept_rs->rfc_port_handle != srv_rs->rfc_port_handle);
    [all...]
btif_config_util.cpp 52 #define asrt(s) if(!(s)) ALOGE ("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
  /dalvik/vm/native/
java_lang_Class.cpp 72 ALOGV("ASRT: pkg no match: '%s'(%d) vs '%s'",
75 ALOGV("ASRT: pkg match: '%s'(%d) vs '%s' --> %d",
87 ALOGV("ASRT: sys no match: '%s'", className);
89 ALOGV("ASRT: sys match: '%s' --> %d",
94 ALOGV("ASRT: class all: '%s' --> %d",
99 ALOGV("ASRT: cls no match: '%s' vs '%s'",
102 ALOGV("ASRT: cls match: '%s' vs '%s' --> %d",
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_pan.cpp 39 #define asrt(s) if(!(s)) ALOGE ("## %s(L%d): ASSERT %s failed! ##",__FUNCTION__, __LINE__, #s) macro
com_android_bluetooth_gatt.cpp 40 #define asrt(s) if(!(s)) ALOGE ("%s(L%d): ASSERT %s failed! ##",__FUNCTION__, __LINE__, #s) macro
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_api.c 43 #define asrt(s) if(!(s)) LOGE ("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c 44 #define asrt(s) if(!(s)) ALOGE ("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 758 bool Asrt=false)
759 : AcquireLoc(AcquireLoc), LKind(LKind), Asserted(Asrt), Managed(M),
    [all...]

Completed in 177 milliseconds