/external/bison/build-aux/ |
config.guess | 248 "EV6.8CB (21264C)") 1033 if test -f /usr/options/cb.name; then 1034 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name` [all...] |
/external/chromium/sdch/open-vcdiff/ |
config.guess | 253 "EV6.8CB (21264C)") [all...] |
/external/e2fsprogs/config/ |
config.guess | 253 "EV6.8CB (21264C)") [all...] |
/external/expat/conftools/ |
config.guess | 252 "EV6.8CB (21264C)") 1068 if test -f /usr/options/cb.name; then 1069 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name [all...] |
/external/grub/ |
config.guess | 281 "EV6.8CB (21264C)") 1036 if test -f /usr/options/cb.name; then 1037 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name` [all...] |
/external/libffi/ |
config.guess | 253 "EV6.8CB (21264C)") [all...] |
/external/libpcap/ |
config.guess | 270 "EV6.8CB (21264C)") 1023 if test -f /usr/options/cb.name; then 1024 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name` [all...] |
/external/libpng/ |
config.guess | 253 "EV6.8CB (21264C)") [all...] |
/external/llvm/autoconf/ |
config.guess | 254 "EV6.8CB (21264C)") 1043 if test -f /usr/options/cb.name; then 1044 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name` [all...] |
/external/pcre/ |
config.guess | 277 "EV6.8CB (21264C)") 1050 if test -f /usr/options/cb.name; then 1051 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name` [all...] |
/external/protobuf/ |
config.guess | 253 "EV6.8CB (21264C)") [all...] |
/external/protobuf/gtest/build-aux/ |
config.guess | 253 "EV6.8CB (21264C)") [all...] |
/external/srtp/ |
config.guess | 281 "EV6.8CB (21264C)") 1033 if test -f /usr/options/cb.name; then 1034 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name` [all...] |
/external/strace/ |
config.guess | 281 "EV6.8CB (21264C)") 1036 if test -f /usr/options/cb.name; then 1037 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name` [all...] |
/external/tcpdump/ |
config.guess | 270 "EV6.8CB (21264C)") 1023 if test -f /usr/options/cb.name; then 1024 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name` [all...] |
/external/valgrind/main/ |
config.guess | 253 "EV6.8CB (21264C)") [all...] |
/external/wpa_supplicant/ |
eapol_sm.c | 874 if (sm->ctx->cb && sm->cb_status != EAPOL_CB_IN_PROGRESS) { 877 sm->ctx->cb(sm, success, sm->ctx->cb_ctx); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/ |
eapol_supp_sm.c | 899 if (sm->ctx->cb && sm->cb_status != EAPOL_CB_IN_PROGRESS) { 902 sm->ctx->cb(sm, success, sm->ctx->cb_ctx); [all...] |
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.c | 921 if (sm->ctx->cb && sm->cb_status != EAPOL_CB_IN_PROGRESS) { 924 sm->ctx->cb(sm, success, sm->ctx->cb_ctx); [all...] |
/hardware/ti/omap4xxx/camera/ |
AppCallbackNotifier.cpp | 44 AppCallbackNotifier* cb = (AppCallbackNotifier*) cookie1; local 45 cb->EncoderDoneCb(main_jpeg, thumb_jpeg, type, cookie2, cookie3); [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
config.guess | 253 "EV6.8CB (21264C)") [all...] |
/external/bluetooth/bluez/plugins/ |
hciops.c | 259 bt_hci_result_t cb; member in struct:hci_cmd_data 280 cmd->cb(status, cmd->caller_data); 355 cmd->cb(status, cmd->caller_data); 634 static int hciops_encrypt_link(int index, bdaddr_t *dst, bt_hci_result_t cb, 681 cmd->cb = cb; [all...] |
/external/v8/src/ |
profile-generator.cc | 282 DeleteNodesCallback cb; local 283 TraverseDepthFirst(&cb); 367 FilteredCloneCallback cb(root_, security_token_id); 368 src->TraverseDepthFirst(&cb); 435 CalculateTotalTicksCallback cb; local 436 TraverseDepthFirst(&cb); [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDec_Utils.c | 6794 LCML_CALLBACKTYPE cb; local 7030 LCML_CALLBACKTYPE cb; local 7230 LCML_CALLBACKTYPE cb; local 7424 LCML_CALLBACKTYPE cb; local 7602 LCML_CALLBACKTYPE cb; local [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
BatteryStatsImpl.java | 123 BatteryCallback cb = mCallback; local 126 if (cb != null) { 127 cb.batteryNeedsCpuUpdate(); 131 if (cb != null) { 132 cb.batteryPowerChanged(msg.arg1 != 0); [all...] |