HomeSort by relevance Sort by last modified time
    Searched refs:use (Results 1 - 25 of 3026) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/samsung/crespo/alsa-lib/include/
sys.h 1 #warning This header is deprecated, use <alsa/asoundlib.h> instead.
  /external/skia/src/animator/
SkDrawTo.cpp 6 ** you may not use this file except in compliance with the License.
27 SK_MEMBER(use, Bitmap)
34 SkDrawTo::SkDrawTo() : drawOnce(false), use(NULL), fDrawnOnce(false) {
46 SkCanvas canvas(use->fBitmap);
59 if (use)
60 SkDebugf("use=\"%s\" ", use->id);
SkDisplayAdd.cpp 6 ** you may not use this file except in compliance with the License.
30 SK_MEMBER(use, Drawable),
45 offset(SK_MaxS32), use(NULL), where(NULL) {
49 SkDrawable* saveUse = use;
51 use = NULL;
54 copy->use = use = saveUse;
60 SkASSERT(use);
61 SkASSERT(use->isDrawable());
63 use->draw(maker)
    [all...]
SkDrawTo.h 6 ** you may not use this file except in compliance with the License.
36 SkDrawBitmap* use; member in class:SkDrawTo
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Application.mk 1 # The ARMv7 is significanly faster due to the use of the hardware FPU
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
Application.mk 1 # The ARMv7 is significanly faster due to the use of the hardware FPU
  /external/zlib/examples/
enough.c 9 1.1 4 Jan 2007 Use faster incremental table usage computation
16 Use a macro to compute the history index
36 properties are: we cannot use more bit patterns than are available; and when
204 int least; /* least number of syms to use at this juncture */
205 int most; /* most number of syms to use at this juncture */
206 int use; /* number of bit patterns to use in next call */ local
222 /* we need to use at least this many bit patterns so that the code won't be
228 /* we can use at most this many bit patterns, lest there not be enough
236 for (use = least; use <= most; use++)
323 int use; \/* number of bit patterns to use in next call *\/ local
    [all...]
  /external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultPolicyDelegate.m 4 * Redistribution and use in source and binary forms, with or without
23 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
70 [listener use];
74 [listener use];
87 [listener use];
89 [listener use];
105 [listener use];
  /external/skia/src/svg/
SkSVGClipPath.cpp 6 ** you may not use this file except in compliance with the License.
38 SkSVGUse* use = (SkSVGUse*) child; local
40 const char* refStr = &use->f_xlink_href.c_str()[1];
  /external/stlport/stlport/stl/
_ioserr.h 9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
  /ndk/sources/android/stlport/stlport/stl/
_ioserr.h 9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
  /external/stlport/
libstlport.mk 1 # Add a couple include paths to use stlport.
3 # Only use this on the device or emulator.
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 5 * you may not use this file except in compliance with the License.
41 /** Maximum constants to collect per method. Puts cap on reg use */
227 // Sort by use, with most used at the beginning of the list.
265 for (SsaInsn use : ssaMeth.getUseListForRegister(origReg.getReg())) {
266 RegisterSpec localAssignment = use.getLocalAssignment();
271 if (use.getResult() == null) {
281 // Un-associate original use.
282 use.setResultLocal(null);
292 use.getBlock());
294 ArrayList<SsaInsn> insns = use.getBlock().getInsns()
    [all...]
EscapeAnalysis.java 5 * you may not use this file except in compliance with the License.
335 for (SsaInsn use : useList) {
336 Rop useOpcode = use.getOpcode();
340 processPhiUse(use, escSet, regWorklist);
343 processUse(def, use, escSet, regWorklist);
354 * @param use {@code non-null;} phi use being processed
359 private void processPhiUse(SsaInsn use, EscapeSet escSet,
361 int setIndex = findSetIndex(use.getResult());
377 escSet.regSet.set(use.getResult().getReg())
    [all...]
  /external/icu4c/samples/ufortune/
fortunedefs.mk 13 # (must be locatable by ICU_PATH - use 'make check')
15 # files - will use separate files, such as es.res, fi.res, etc.
16 # (use 'make check')
  /external/webkit/JavaScriptCore/wtf/
ThreadSpecificWin.cpp 26 #if USE(PTHREADS)
27 #error This file should not be compiled by ports that do not use Windows native ThreadSpecific implementation.
  /frameworks/base/services/camera/libcameraservice/
Android.mk 3 # Set USE_CAMERA_STUB if you don't want to use the hardware camera.
5 # force these builds to use camera stub only
  /build/libs/host/
Android.mk 20 # acp uses libhost, so we can't use
  /external/qemu/
Android.mk 2 # through the 'm' or 'mm' build commands. if not, we use the
  /external/stlport/stlport/stl/config/
compat.h 78 # error STLport do not support anymore the wrapper mode. If you want to use STLport \
79 use its iostreams implementation or no iostreams at all.
  /external/tinyxml/
Android.mk 5 # Add -DTIXML_USE_STL to CFLAGS to use STL.
  /ndk/sources/android/stlport/stlport/stl/config/
compat.h 78 # error STLport do not support anymore the wrapper mode. If you want to use STLport \
79 use its iostreams implementation or no iostreams at all.
  /prebuilt/android-arm/gdbserver/
Android.mk 13 # Any prebuilt files with default TAGS can use the below:
  /external/webkit/WebKit/win/
DefaultPolicyDelegate.cpp 4 * Redistribution and use in source and binary forms, with or without
19 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38 // FIXME: move this enum to a separate header file when other code begins to use it.
120 listener->use();
122 listener->use();
145 listener->use();
172 listener->use();
176 listener->use();
  /system/extras/tests/bionic/libstdc++/
Android.mk 4 # you may not use this file except in compliance with the License.
26 # you can use EXTRA_CFLAGS to indicate additional CFLAGS to use
42 # you can use EXTRA_LDLIBS to indicate additional linker flags
76 # host environments don't provide it unless you use specific

Completed in 504 milliseconds

1 2 3 4 5 6 7 8 91011>>