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

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ioserr.h 5 * iostreams part of STLport cannot be used when the symbols were defined
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).
11 # error STLport iostreams header cannot be used; your compiler do not support it.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ioserr.h 5 * iostreams part of STLport cannot be used when the symbols were defined
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).
11 # error STLport iostreams header cannot be used; your compiler do not support it.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ioserr.h 5 * iostreams part of STLport cannot be used when the symbols were defined
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).
11 # error STLport iostreams header cannot be used; your compiler do not support it.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ioserr.h 5 * iostreams part of STLport cannot be used when the symbols were defined
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).
11 # error STLport iostreams header cannot be used; your compiler do not support it.
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ioserr.h 5 * iostreams part of STLport cannot be used when the symbols were defined
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).
11 # error STLport iostreams header cannot be used; your compiler do not support it.
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltversion.m4 22 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
  /external/chromium_org/third_party/skia/tests/
ObjectPoolTest.cpp 41 SkTInternalSList<PoolEntry> used; local
44 used.push(pool.acquire());
54 pool.release(used.pop());
60 available += used.getCount();
61 pool.releaseAll(&used);
62 REPORTER_ASSERT(reporter, used.isEmpty());
  /external/skia/tests/
ObjectPoolTest.cpp 41 SkTInternalSList<PoolEntry> used; local
44 used.push(pool.acquire());
54 pool.release(used.pop());
60 available += used.getCount();
61 pool.releaseAll(&used);
62 REPORTER_ASSERT(reporter, used.isEmpty());
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_validate.c 58 unsigned used; member in struct:pb_validate
80 if(vl->used && vl->entries[vl->used - 1].buf == buf) {
81 vl->entries[vl->used - 1].flags |= flags;
86 if(vl->used == vl->size) {
106 assert(!vl->entries[vl->used].buf);
107 pb_reference(&vl->entries[vl->used].buf, buf);
108 vl->entries[vl->used].flags = flags;
109 ++vl->used;
121 for(i = 0; i < vl->used; ++i)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_validate.c 58 unsigned used; member in struct:pb_validate
80 if(vl->used && vl->entries[vl->used - 1].buf == buf) {
81 vl->entries[vl->used - 1].flags |= flags;
86 if(vl->used == vl->size) {
106 assert(!vl->entries[vl->used].buf);
107 pb_reference(&vl->entries[vl->used].buf, buf);
108 vl->entries[vl->used].flags = flags;
109 ++vl->used;
121 for(i = 0; i < vl->used; ++i)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_rename_regs.c 51 unsigned char * used; local
64 used = memory_pool_malloc(&c->Pool, sizeof(unsigned char) * used_length);
65 memset(used, 0, sizeof(unsigned char) * used_length);
67 rc_get_used_temporaries(c, used, used_length);
79 new_index = rc_find_free_temporary_list(c, used, used_length,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_rename_regs.c 51 unsigned char * used; local
64 used = memory_pool_malloc(&c->Pool, sizeof(unsigned char) * used_length);
65 memset(used, 0, sizeof(unsigned char) * used_length);
67 rc_get_used_temporaries(c, used, used_length);
79 new_index = rc_find_free_temporary_list(c, used, used_length,
  /external/proguard/src/proguard/shrink/
InterfaceUsageMarker.java 32 * classes that are being used in the visited class.
46 private boolean used; field in class:InterfaceUsageMarker
52 * @param usageMarker the usage marker that is used to mark the classes
70 // Check if any interfaces are being used.
85 // At least one if this interface's interfaces is being used.
104 used = classUsed;
111 used = true;
124 // The ClassConstant isn't marked as being used yet. But maybe it
127 classUsed = used;
131 // The class is being used. Mark the ClassConstant as being use
    [all...]
  /development/ndk/tests/dlclose-destruction/jni/
Android.mk 1 # A small sample used to demonstrate static C++ destructors
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
autostatic.c 74 __attribute__((section(".ctors"), used)) static int (*gcc_ctor)(void) = on_process_init;
75 __attribute__((section(".dtors"), used)) static int (*gcc_dtor)(void) = on_process_exit;
  /external/clang/test/Sema/
attr-decl-after-definition.c 14 int bar __attribute__((used));
19 int bar __attribute__((used,
  /external/speex/libspeex/
vq.c 17 contributors may be used to endorse or promote products derived from
78 int i,j,k,used; local
79 used = 0;
92 for (k=N-1; (k >= 1) && (k > used || dist < best_dist[k-1]); k--)
99 used++;
112 int i,j,k, sign, used; local
113 used=0;
134 for (k=N-1; (k >= 1) && (k > used || dist < best_dist[k-1]); k--)
141 used++;
  /ndk/tests/build/multi-module-path/path1/foo/
Android.mk 1 # A simple module used to demonstrate multi-path NDK_MODULE_PATH imports.
  /external/wpa_supplicant_8/src/tls/
libtommath.c 127 int used, alloc, sign; member in struct:__anon37433
133 #define mp_iszero(a) (((a)->used == 0) ? MP_YES : MP_NO)
134 #define mp_iseven(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 0)) ? MP_YES : MP_NO)
135 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO)
139 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1)
201 /* reverse an array, used for radix code */
228 if (a->used > b->used) {
229 min = b->used;
    [all...]
  /bionic/libc/bionic/
crtbrand.c 57 } abitag __attribute__ ((section (ABI_SECTION), aligned(4), used)) = {
  /development/ndk/platforms/common/src/
crtbrand.c 64 } abitag __attribute__ ((section (ABI_SECTION), aligned(4), used)) = {
  /external/chromium_org/ui/message_center/
dummy_message_center.cc 7 // This file contains dummy implementation of MessageCenter and used to compile
12 #error This file should only be used in Android or iOS builds.
  /external/valgrind/main/callgrind/
costs.h 24 Int used; member in struct:_CostChunk
30 * Typically used from ct_events.c */
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/sw/
i915_sw_batchbuffer.c 106 unsigned used = 0; local
110 used = batch->base.ptr - batch->base.map;
111 assert((used & 3) == 0);
116 used += 4;
119 if ((used & 4) == 0) {
126 used = batch->base.ptr - batch->base.map;
127 assert((used & 4) == 0);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_context.c 70 uint32_t used; member in struct:vmw_svga_winsys_context::__anon17863
77 uint32_t used; member in struct:vmw_svga_winsys_context::__anon17864
85 uint32_t used; member in struct:vmw_svga_winsys_context::__anon17865
142 for(i = 0; i < vswc->region.used; ++i) {
154 if (vswc->command.used || pfence != NULL)
159 vswc->command.used,
165 vswc->command.used = 0;
168 for(i = 0; i < vswc->surface.used + vswc->surface.staged; ++i) {
175 vswc->surface.used = 0;
178 for(i = 0; i < vswc->region.used + vswc->region.staged; ++i)
    [all...]

Completed in 451 milliseconds

12 3 4 5 6 7 8 91011>>