HomeSort by relevance Sort by last modified time
    Searched full:dummy (Results 101 - 125 of 1142) sorted by null

1 2 3 45 6 7 8 91011>>

  /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...]
  /external/bison/build-aux/
config.guess 113 dummy=$tmp/dummy ;
114 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
116 ,,) echo "int x;" > $dummy.c ;
118 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
410 sed 's/^ //' << EOF >$dummy.
    [all...]
  /external/dropbear/
config.guess 114 dummy=$tmp/dummy ;
115 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
117 ,,) echo "int x;" > $dummy.c ;
119 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
415 sed 's/^ //' << EOF >$dummy.
    [all...]
  /external/e2fsprogs/config/
config.guess 113 dummy=$tmp/dummy ;
114 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
116 ,,) echo "int x;" > $dummy.c ;
118 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
413 sed 's/^ //' << EOF >$dummy.
    [all...]
  /external/expat/conftools/
config.guess 114 dummy=$tmp/dummy ;
115 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
117 ,,) echo "int x;" > $dummy.c ;
119 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
414 sed 's/^ //' << EOF >$dummy.
    [all...]
  /external/grub/
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
440 sed 's/^ //' << EOF >$dummy.
    [all...]
  /external/icu4c/
config.guess 114 dummy=$tmp/dummy ;
115 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
117 ,,) echo "int x;" > $dummy.c ;
119 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
415 sed 's/^ //' << EOF >$dummy.
    [all...]
  /external/libffi/
config.guess 114 dummy=$tmp/dummy ;
115 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
117 ,,) echo "int x;" > $dummy.c ;
119 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
415 sed 's/^ //' << EOF >$dummy.
    [all...]
  /external/libpng/
config.guess 114 dummy=$tmp/dummy ;
115 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
117 ,,) echo "int x;" > $dummy.c ;
119 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
431 sed 's/^ //' << EOF >$dummy.
    [all...]
  /external/strace/
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
440 sed 's/^ //' << EOF >$dummy.
    [all...]
  /external/icu4c/tools/genbrk/
genbrk.cpp 79 /* dummy UDataInfo cf. udata.h */
89 { 0, 0, 0, 0 }, /* dummy dataFormat */
90 { 0, 0, 0, 0 }, /* dummy formatVersion */
91 { 0, 0, 0, 0 } /* dummy dataVersion */
185 sprintf(msg, "genbrk writes dummy %s because of UCONFIG_NO_BREAK_ITERATION, see uconfig.h", outFileName);
188 /* write the dummy data file */
  /external/icu4c/tools/gencfu/
gencfu.cpp 79 /* dummy UDataInfo cf. udata.h */
89 { 0, 0, 0, 0 }, /* dummy dataFormat */
90 { 0, 0, 0, 0 }, /* dummy formatVersion */
91 { 0, 0, 0, 0 } /* dummy dataVersion */
193 sprintf(msg, "gencfu writes dummy %s because of UCONFIG_NO_REGULAR_EXPRESSIONS, see uconfig.h", outFileName);
196 /* write the dummy data file */
  /external/icu4c/tools/genctd/
genctd.cpp 79 /* dummy UDataInfo cf. udata.h */
89 { 0, 0, 0, 0 }, /* dummy dataFormat */
90 { 0, 0, 0, 0 }, /* dummy formatVersion */
91 { 0, 0, 0, 0 } /* dummy dataVersion */
183 sprintf(msg, "genctd writes dummy %s because of UCONFIG_NO_BREAK_ITERATION, see uconfig.h", outFileName);
186 /* write the dummy data file */

Completed in 436 milliseconds

1 2 3 45 6 7 8 91011>>