HomeSort by relevance Sort by last modified time
    Searched refs:used (Results 251 - 275 of 3017) sorted by null

<<11121314151617181920>>

  /external/webrtc/
android-webrtc.mk 17 # The following macros are used by modules,
24 # '-DWEBRTC_DETECT_ARM_NEON' # only used in a build configuration without Neon
  /frameworks/base/libs/hwui/
ShadowTessellator.h 29 // All SHADOW_* are used to define all the geometry property of shadows.
55 // The total number of indices used for drawing the shadow geometry as triangle strips.
107 static void checkOverflow(int used, int total, const char* bufferName);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
dhdioctl.h 42 uint used; /* bytes read or written (optional) */ member in struct:dhd_ioctl
  /hardware/intel/img/libdrm/libdrm/intel/
intel_bufmgr_priv.h 48 * bo_map() to be used by the CPU, and validated for use using bo_validate()
49 * to be used from the graphics device.
55 * Allocate a buffer object, hinting that it will be used as a render target.
138 int (*bo_exec)(drm_intel_bo *bo, int used,
173 * Create a visible name for a buffer which can be used by other apps
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdutil.h 10 #error Please include wsdapi.h instead of this header. This header cannot be used directly.
wsdxmldom.h 10 #error Please include wsdapi.h instead of this header. This header cannot be used directly.
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadLineIntersection.cpp 143 if (fIntersections->used() == 2) {
157 return fIntersections->used();
188 return fIntersections->used();
219 return fIntersections->used();
334 if (fIntersections->used() > 0 && approximately_equal((*fIntersections)[1][0], *lineT)) {
SkDLineIntersection.cpp 58 void SkIntersections::computePoints(const SkDLine& line, int used) {
60 if ((fUsed = used) == 2) {
87 int used; local
91 used = 1;
105 used = 2;
107 computePoints(a, used);
  /external/libunwind/src/x86_64/
Gtrace.c 42 size_t used; member in struct:__anon28519
130 cache->used = 0;
156 cache->used = 0;
316 if (unlikely(addr || cache->used >= cache_size / 2))
328 ++cache->used;
335 This is used by backtrace() implementation to accelerate frequent
359 are only a handful of relatively rarely used functions which do
  /external/skia/src/pathops/
SkDQuadLineIntersection.cpp 143 if (fIntersections->used() == 2) {
157 return fIntersections->used();
188 return fIntersections->used();
219 return fIntersections->used();
334 if (fIntersections->used() > 0 && approximately_equal((*fIntersections)[1][0], *lineT)) {
  /external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.cpp 520 size_t used = rec->bytesUsed(); local
521 SkASSERT(used <= bytesUsed);
529 bytesUsed -= used;
629 size_t used = 0; local
634 used += rec->bytesUsed();
635 SkASSERT(used <= fTotalBytesUsed);
644 SkASSERT(used >= rec->bytesUsed());
645 used -= rec->bytesUsed();
650 SkASSERT(0 == used);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.c 143 unsigned long used; /* for ADD */ local
168 used = 0;
219 && (used & (1<<j)) == 0) {
220 /* Mark as used */
221 used |= 1<<j;
251 && (used & (1<<j)) == 0) {
252 /* Mark as used */
253 used |= 1<<j;
280 && (used & (1<<j)) == 0) {
281 /* Mark as used */
    [all...]
  /external/skia/src/core/
SkScaledImageCache.cpp 520 size_t used = rec->bytesUsed(); local
521 SkASSERT(used <= bytesUsed);
529 bytesUsed -= used;
629 size_t used = 0; local
634 used += rec->bytesUsed();
635 SkASSERT(used <= fTotalBytesUsed);
644 SkASSERT(used >= rec->bytesUsed());
645 used -= rec->bytesUsed();
650 SkASSERT(0 == used);
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 62 #define GET_CHILD_COUNT(p) (short)((int)(p)->used / sizeof(cfg_node))
63 #define ADD_CHILD_COUNT(p, c) (p)->used += (short)((c)*sizeof(cfg_node))
64 #define DEC_CHILD_COUNT(p, c) (p)->used -= (short)((c)*sizeof(cfg_node))
84 short used; member in struct:cfg_node_s
119 bdld("p->used:%d, type:%x, p->flag:%d",
120 p->used, p->type, p->flag);
198 if(*type == node->type && value && *bytes >= node->used)
200 if(node->used > 0)
201 memcpy(value, node->value, node->used);
205 *bytes = node->used;
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection_Test.cpp 45 for (int pt = 0; pt < tIntersections.used(); ++pt) {
234 for (pt1 = 0; pt1 < intersections2.used(); ++pt1) {
239 pt2 = intersections2.fFlip ? intersections2.used() - pt1 - 1 : pt1;
250 for (pt3 = 0; pt3 < intersections3.used(); ++pt3) {
260 for (pt3 = 0; pt3 < intersections3.used(); ++pt3) {
265 for (pt1 = 0; pt1 < intersections2.used(); ++pt1) {
274 pt2 = intersections3.fFlip ? intersections3.used() - pt3 - 1 : pt3;
324 for (pt3 = 0; pt3 < intersections3.used(); ++pt3) {
330 pt2 = intersections3.fFlip ? intersections3.used() - pt3 - 1 : pt3;
425 if (i.used() == 0)
    [all...]
  /external/skia/experimental/Intersection/
CubicIntersection_Test.cpp 45 for (int pt = 0; pt < tIntersections.used(); ++pt) {
234 for (pt1 = 0; pt1 < intersections2.used(); ++pt1) {
239 pt2 = intersections2.fFlip ? intersections2.used() - pt1 - 1 : pt1;
250 for (pt3 = 0; pt3 < intersections3.used(); ++pt3) {
260 for (pt3 = 0; pt3 < intersections3.used(); ++pt3) {
265 for (pt1 = 0; pt1 < intersections2.used(); ++pt1) {
274 pt2 = intersections3.fFlip ? intersections3.used() - pt3 - 1 : pt3;
324 for (pt3 = 0; pt3 < intersections3.used(); ++pt3) {
330 pt2 = intersections3.fFlip ? intersections3.used() - pt3 - 1 : pt3;
425 if (i.used() == 0)
    [all...]
  /ndk/build/core/
default-build-commands.mk 1 # The following definitions are the defaults used by all toolchains.
7 # These flags are used to ensure that a binary doesn't reference undefined
17 # libraries. This ensures that any libgcc function used by the final
36 # These flags are used to enforce the NX (no execute) security feature in the
47 # These flags are used to mark certain regions of the resulting
56 # This flag are used to provide compiler protection against format
104 # The strip command is only used for shared libraries and executables.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
expanding_braille_translator.js 21 * is used for all text regardless of selection. If two translators
22 * are provided, then the uncontracted translator is used for some text
23 * around the selection end-points and the contracted translator is used
27 * characters is used.
29 * text when the uncontracted translator is not used.
57 * This is typically used when the user is in the middle of typing and the
64 * after the cursor. This is typically used when the user hasn't started
69 * Expand all text covered by the value span. this is typically used when
190 * Finds the ranges in which contracted braille should not be used.
284 * Used for populating {@code textToBraille} if null
    [all...]
  /external/ceres-solver/internal/ceres/
solver.cc 14 // used to endorse or promote products derived from this software without
459 StringAppendF(&report, "%45s %21s\n", "Given", "Used");
488 string used; local
489 StringifyOrdering(linear_solver_ordering_used, &used);
493 used.c_str());
506 string used; local
507 StringifyOrdering(inner_iteration_ordering_used, &used);
511 used.c_str());
542 StringAppendF(&report, "%45s %21s\n", "Given", "Used");
  /external/chromium_org/content/test/data/media/
encrypted_media_utils.js 10 // Default key used to encrypt many media files used in browser tests.
13 // KEY_ID constant used as init data while encrypting test media files.
  /external/chromium_org/third_party/mesa/src/docs/
WL_bind_wayland_display.spec 102 used to first query the wl_buffer texture format using
106 return EGL_FALSE. In that case the wl_buffer can not be used with
113 describes how many EGLImages must be used, which components will
119 value isn't used.
  /external/chromium_org/tools/gn/
scope.cc 70 found->second.used = true;
88 found->second.used = true;
176 found->second.used = true;
185 found->second.used = false;
191 if (!found->second.used) {
201 if (!i->second.used) {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1167.js 13 // contributors may be used to endorse or promote products derived
35 // ~ of a non-numeric value is used to trigger deoptimization.
40 // OSR (after deoptimization) is used to observe the stack height mismatch.
  /external/chromium_org/v8/tools/
consarray.js 13 // contributors may be used to endorse or promote products derived
30 * Constructs a ConsArray object. It is used mainly for tree traversal.
85 * A cell object used for constructing a list in ConsArray.
  /external/gtest/test/
Android.mk 40 # $(2) and $(4) must be set or cleared in sync. $(2) is used to
41 # generate the right make target (host vs device). $(4) is used in the
43 # device builds. Finally $(4) is used to pick up the right set of

Completed in 1599 milliseconds

<<11121314151617181920>>