/external/v8/test/mjsunit/ |
getter-in-value-prototype.js | 13 // contributors may be used to endorse or promote products derived 30 // This used to fail because of an invalid cast of the receiver to a
|
/external/v8/test/mjsunit/regress/ |
regress-3218530.js | 13 // contributors may be used to endorse or promote products derived 28 // This tests that a global key values are preserved when used in
|
regress-crbug-100859.js | 13 // contributors may be used to endorse or promote products derived 28 // This used to trigger a crash because of an unhandled stack overflow.
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
fldcw_check.S | 10 # fldcw is most often used to set the rouding mode when doing
|
/external/valgrind/main/exp-bbv/tests/x86/ |
fldcw_check.S | 10 # fldcw is most often used to set the rouding mode when doing
|
/external/webrtc/ |
android-webrtc.mk | 17 # The following macros are used by modules, 25 # '-DWEBRTC_DETECT_ARM_NEON' # only used in a build configuration without Neon
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
dhdioctl.h | 42 uint used; /* bytes read or written (optional) */ member in struct:dhd_ioctl
|
/ndk/build/core/ |
definitions-host.mk | 17 # typically used to generate shell commands during the build and their 26 # Rationale: This function is used to translate Cygwin paths into 40 # Rationale: This function expands to the host-specific shell command used 55 # Rationale: This function expands to the host-specific shell command used 70 # Rationale: This function expands to the host-specific shell command used 84 # Rationale: This function expands to the host-specific shell command used 98 # Rationale: This function expands to the host-specific shell command used 113 # Rationale: This function is used to translate Cygwin paths into
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
hwdep.h | 64 int used; member in struct:snd_hwdep
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
hwdep.h | 64 int used; member in struct:snd_hwdep
|
/external/qemu/distrib/libpng-1.2.19/ |
pnggccrd.c | 114 * it's used to index the global offset table. Commenting it out of the 124 * filtering routines (running out of regs, sigh). "diff" is still used 127 * macro determines which is used); original not yet tested. 258 * (identified by Dimitri of Trolltech) with __attribute__((used)), which 270 * symbol' can not be used when making a shared object; recompile with 369 * (module no longer used by non-x86/non-GCC builds as of libpng 1.2.19) 442 * *not* define __PIC__ when the -fPIC option is used, so we have to rely on 504 /* These constants are used in the inlined MMX assembly code. */ 532 } _c64 __attribute__((used, aligned(8))) = { 605 static PNG_CONST ull _mask8_0 __attribute__((used, aligned(8))) = 0x0102040810204080LL [all...] |
/external/chromium_org/tools/gn/ |
scope.cc | 59 found->second.used = true; 128 found->second.used = true; 137 found->second.used = false; 143 if (!found->second.used) { 153 if (!i->second.used) {
|
/external/chromium_org/third_party/skia/src/core/ |
SkScaledImageCache.cpp | 534 size_t used = rec->bytesUsed(); local 535 SkASSERT(used <= bytesUsed); 543 bytesUsed -= used; 643 size_t used = 0; local 648 used += rec->bytesUsed(); 649 SkASSERT(used <= fBytesUsed); 658 SkASSERT(used >= rec->bytesUsed()); 659 used -= rec->bytesUsed(); 664 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 | 534 size_t used = rec->bytesUsed(); local 535 SkASSERT(used <= bytesUsed); 543 bytesUsed -= used; 643 size_t used = 0; local 648 used += rec->bytesUsed(); 649 SkASSERT(used <= fBytesUsed); 658 SkASSERT(used >= rec->bytesUsed()); 659 used -= rec->bytesUsed(); 664 SkASSERT(0 == used);
|
/external/bluetooth/bluedroid/btif/src/ |
btif_config.c | 61 #define GET_CHILD_COUNT(p) (short)((int)(p)->used / sizeof(cfg_node)) 62 #define ADD_CHILD_COUNT(p, c) (p)->used += (short)((c)*sizeof(cfg_node)) 63 #define DEC_CHILD_COUNT(p, c) (p)->used -= (short)((c)*sizeof(cfg_node)) 83 short used; member in struct:cfg_node_s 120 bdld("p->used:%d, type:%x, p->flag:%d", 121 p->used, p->type, p->flag); 199 if(*type == node->type && value && *bytes >= node->used) 201 if(node->used > 0) 202 memcpy(value, node->value, node->used); 206 *bytes = node->used; [all...] |
/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/third_party/skia/src/pathops/ |
SkDLineIntersection.cpp | 58 void SkIntersections::computePoints(const SkDLine& line, int used) { 60 if ((fUsed = used) == 2) { 81 int used; local 85 used = 1; 99 used = 2; 101 computePoints(a, used);
|
/external/chromium_org/v8/src/ |
array-iterator.js | 13 // contributors may be used to endorse or promote products derived 37 // The spec draft also has "sparse" but it is never used. 73 // "sparse" is never 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 | 38 # $(2) and $(4) must be set or cleared in sync. $(2) is used to 39 # generate the right make target (host vs device). $(4) is used in the 41 # device builds. Finally $(4) is used to pick up the right set of
|
/external/libvpx/ |
libvpx.mk | 57 # Offset files are currently used in vpx_scale for NEON and some encoder 58 # functions used in both ARM and x86. These files can not be compiled and need 60 # used yet but are included in the comments for future reference.
|
/external/mesa3d/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.
|