/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
zlib.h | 77 struct internal_state {int dummy;}; member in struct:internal_state
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
zlib.h | 77 struct internal_state {int dummy;}; member in struct:internal_state
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
zlib.h | 77 struct internal_state {int dummy;}; member in struct:internal_state
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
NullSdkLog.java | 20 * Dummy implementation of an {@link ISdkLog}.
|
/external/bluetooth/bluez/ |
acinclude.m4 | 57 AC_CHECK_FUNC(ppoll, dummy=yes, AC_DEFINE(NEED_PPOLL, 1, 124 PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.0, dummy=yes, 126 AC_CHECK_LIB(dbus-1, dbus_watch_get_unix_fd, dummy=yes, 134 PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.14, dummy=yes, 165 AC_CHECK_LIB(usb, usb_get_busses, dummy=yes, 168 AC_CHECK_LIB(usb, usb_interrupt_read, dummy=yes, 214 telephony_driver=dummy
|
/frameworks/base/libs/surfaceflinger/DisplayHardware/ |
DisplayHardware.cpp | 124 EGLint w, h, dummy; local 168 if (eglGetConfigAttrib(display, config, EGL_CONFIG_CAVEAT, &dummy) == EGL_TRUE) { 169 if (dummy == EGL_SLOW_CONFIG) 186 if (eglQuerySurface(display, surface, EGL_SWAP_BEHAVIOR, &dummy) == EGL_TRUE) { 187 if (dummy == EGL_BUFFER_PRESERVED) {
|
/external/jpeg/ |
jpeglib.h | 136 * Any dummy blocks added to complete an MCU are not counted; therefore 168 int last_col_width; /* # of non-dummy blocks across in last MCU */ 169 int last_row_height; /* # of non-dummy blocks down in last MCU */ 1062 struct jvirt_sarray_control { long dummy; }; member in struct:jvirt_sarray_control 1063 struct jvirt_barray_control { long dummy; }; member in struct:jvirt_barray_control 1064 struct jpeg_comp_master { long dummy; }; member in struct:jpeg_comp_master 1065 struct jpeg_c_main_controller { long dummy; }; member in struct:jpeg_c_main_controller 1066 struct jpeg_c_prep_controller { long dummy; }; member in struct:jpeg_c_prep_controller 1067 struct jpeg_c_coef_controller { long dummy; }; member in struct:jpeg_c_coef_controller 1068 struct jpeg_marker_writer { long dummy; }; member in struct:jpeg_marker_writer 1069 struct jpeg_color_converter { long dummy; }; member in struct:jpeg_color_converter 1070 struct jpeg_downsampler { long dummy; }; member in struct:jpeg_downsampler 1071 struct jpeg_forward_dct { long dummy; }; member in struct:jpeg_forward_dct 1072 struct jpeg_entropy_encoder { long dummy; }; member in struct:jpeg_entropy_encoder 1073 struct jpeg_decomp_master { long dummy; }; member in struct:jpeg_decomp_master 1074 struct jpeg_d_main_controller { long dummy; }; member in struct:jpeg_d_main_controller 1075 struct jpeg_d_coef_controller { long dummy; }; member in struct:jpeg_d_coef_controller 1076 struct jpeg_d_post_controller { long dummy; }; member in struct:jpeg_d_post_controller 1077 struct jpeg_input_controller { long dummy; }; member in struct:jpeg_input_controller 1078 struct jpeg_marker_reader { long dummy; }; member in struct:jpeg_marker_reader 1079 struct jpeg_entropy_decoder { long dummy; }; member in struct:jpeg_entropy_decoder 1080 struct jpeg_inverse_dct { long dummy; }; member in struct:jpeg_inverse_dct 1081 struct jpeg_upsampler { long dummy; }; member in struct:jpeg_upsampler 1082 struct jpeg_color_deconverter { long dummy; }; member in struct:jpeg_color_deconverter 1083 struct jpeg_color_quantizer { long dummy; }; member in struct:jpeg_color_quantizer [all...] |
/external/dbus/ |
config.guess | 111 dummy=$tmp/dummy ; 112 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; 114 ,,) echo "int x;" > $dummy.c ; 116 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then 426 sed 's/^ //' << EOF >$dummy. [all...] |
/external/libpcap/ |
config.guess | 111 dummy=$tmp/dummy ; 112 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; 114 ,,) echo "int x;" > $dummy.c ; 116 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then 425 sed 's/^ //' << EOF >$dummy. [all...] |
/external/tcpdump/ |
config.guess | 111 dummy=$tmp/dummy ; 112 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; 114 ,,) echo "int x;" > $dummy.c ; 116 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then 425 sed 's/^ //' << EOF >$dummy. [all...] |
/external/opencore/nodes/pvomxbasedecnode/src/ |
pvmf_omx_basedec_callbacks.cpp | 35 // MUST do a dummy ALLOC HERE TO Create mempool. Otherwise the mempool will be 38 OsclAny *dummy = iMemoryPool->allocate(sizeof(EventHandlerSpecificData)); local 39 iMemoryPool->deallocate(dummy); 182 // MUST do a dummy ALLOC HERE TO Create mempool. Otherwise the mempool will be 185 OsclAny *dummy = iMemoryPool->allocate(sizeof(EmptyBufferDoneSpecificData)); local 186 iMemoryPool->deallocate(dummy); 323 // MUST do a dummy ALLOC HERE TO Create mempool. Otherwise the mempool will be 326 OsclAny *dummy = iMemoryPool->allocate(sizeof(FillBufferDoneSpecificData)); local 327 iMemoryPool->deallocate(dummy);
|
/external/opencore/nodes/pvomxencnode/src/ |
pvmf_omx_enc_callbacks.cpp | 35 // MUST do a dummy ALLOC HERE TO Create mempool. Otherwise the mempool will be 38 OsclAny *dummy = iMemoryPool->allocate(sizeof(EventHandlerSpecificData)); local 39 iMemoryPool->deallocate(dummy); 183 // MUST do a dummy ALLOC HERE TO Create mempool. Otherwise the mempool will be 186 OsclAny *dummy = iMemoryPool->allocate(sizeof(EmptyBufferDoneSpecificData)); local 187 iMemoryPool->deallocate(dummy); 325 // MUST do a dummy ALLOC HERE TO Create mempool. Otherwise the mempool will be 328 OsclAny *dummy = iMemoryPool->allocate(sizeof(FillBufferDoneSpecificData)); local 329 iMemoryPool->deallocate(dummy);
|
/hardware/broadcom/wlan/bcm4329/src/shared/ |
sbutils.c | 96 volatile uint32 dummy; local 115 dummy = R_REG(sii->osh, sbr); 117 dummy = R_REG(sii->osh, sbr); 120 dummy = R_REG(sii->osh, sbr); 122 dummy = R_REG(sii->osh, sbr); 751 volatile uint32 dummy; local 769 dummy = R_SBREG(sii, &sb->sbtmstatelow); 777 dummy = R_SBREG(sii, &sb->sbimstate); 786 dummy = R_SBREG(sii, &sb->sbtmstatelow); 809 volatile uint32 dummy; local [all...] |