Searched refs:needed (Results 51 - 75 of 133) sorted by relevance

123456

/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
H A DSDL_romaudio.c127 if ( audio->convert.needed ) {
249 /* Note that we install the 16bitLittleEndian Converter if needed. */
345 if ( audio->convert.needed ) {
446 /* Note that we install the 16bitLittleEndian Converter if needed. */
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp400 void ChromeClientEfl::needTouchEvents(bool needed) argument
402 ewk_view_need_touch_events_set(m_view, needed);
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dssim_opt.asm62 ; all the parms needed for 16x16 ssim so we can play with dssim as distortion
152 ; all the parms needed for 16x16 ssim so we can play with dssim as distortion
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S50 # not needed, but I had to put it here
/external/libvpx/libvpx/vp8/common/ppc/
H A Dvariance_subpixel_altivec.asm215 ;# load up and filter the additional line that is needed
310 ;# load up and filter the additional line that is needed
428 ;# load up and filter the additional line that is needed
633 ;# load up and filter the additional line that is needed
734 ;# load up and filter the additional line that is needed
/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_act.c1746 BOOLEAN needed = FALSE; local
1757 needed = TRUE;
1761 needed = TRUE;
1772 needed = TRUE;
1781 return needed;
/external/ceres-solver/docs/
H A Dbuild.tex29 \item{\blas\ and \lapack} are needed by
200 \item Eigen 3.1 from eigen.tuxfamily.org (needed on Windows; 3.0.x will not
261 It is possible to reduce the libraries needed to build Ceres and
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as3 /** The set of fields needed by an abstract recognizer to recognize input
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dshortidct4x4llm_neon.asm37 ; result of the multiplication that is needed in IDCT.
/external/llvm/
H A DREADME.android76 AsmPrinter is only needed in Android when disassembly functionality
/external/llvm/test/MC/MBlaze/
H A Dmblaze_imm.s12 # needed.
/external/icu4c/
H A Dicudefs.mk123 # configure prevents user defined DEFS, and configure's DEFS is not needed
144 OUTOPT = -o # The extra space after the argument is needed.
/external/libvpx/libvpx/vpx_scale/arm/neon/
H A Dvp8_vpxyv12_extendframeborders_neon.asm124 mov r7, lr, lsr #4 ; check to see if extra copy is needed
226 mov r7, lr, lsr #3 ; check to see if extra copy is needed
/external/llvm/lib/Support/
H A Dregengine.inc193 break; /* no further info needed */
206 break; /* no further info needed */
/external/skia/legacy/
H A DAndroid.mk9 # functions that are needed to enable that behavior.
268 # these are for emoji support, needed by webkit
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp459 bool SkGPipeCanvas::needOpBytes(size_t needed) { argument
464 needed += 4; // size of DrawOp atom
465 if (fWriter.size() + needed > fBlockSize) {
469 size_t blockSize = SkMax32(MIN_BLOCK_SIZE, needed);
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_private.h117 void ewk_view_need_touch_events_set(Evas_Object*, bool needed);
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_main.c963 BOOLEAN needed = FALSE; local
988 needed = TRUE;
995 return needed;
/external/skia/legacy/src/pipe/
H A DSkGPipeWrite.cpp258 bool SkGPipeCanvas::needOpBytes(size_t needed) {
263 needed += 4; // size of DrawOp atom
264 if (fWriter.size() + needed > fBlockSize) {
/external/libvpx/libvpx/
H A Dvpxenc.c381 size_t needed = w; local
386 const size_t more = (left < needed) ? left : needed;
389 needed -= more;
392 if (needed > 0)
394 shortread |= (fread(ptr + buf_position, 1, needed, f) < needed);
/external/zlib/src/
H A Dmake_vms.com61 $! Why is this needed? And if it is needed, why not simply ".not. vax"?
479 $! needed to build shareable image
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_mixer.c102 if ( current_audio->convert.needed ) {
/external/chromium/base/
H A Dfile_util_posix.cc104 additional space for pathname may be needed
722 additional space for pathname may be needed
/external/e2fsprogs/
H A De2fsprogs.spec42 E2fsprogs-devel contains the libraries and header files needed to
/external/elfutils/src/
H A Dld.c97 { "as-needed", ARGP_as_needed, NULL, 0,
99 { "no-as-needed", ARGP_no_as_needed, NULL, 0,
333 error (0, 0, gettext ("At least one input file needed"));
443 how many GOT entries are needed. */
931 if (ld_state.needed == NULL)
934 runp = first = ld_state.needed->next;
1485 /* Check whether the symbol is needed. */
1520 /* If the symbol only has to be provided if it is needed,

Completed in 923 milliseconds

123456