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

1 2 3 4 5 6 7

  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 170 WRAP(malloc), WRAP(free), WRAP(calloc),
171 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
174 WRAP(calloc), WRAP(free), WRAP(mallinfo),
175 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign)
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
WrapContentBasicTest.java 51 private static int WRAP = View.MeasureSpec.makeMeasureSpec(10, View.MeasureSpec.AT_MOST);
81 mRecyclerView.onMeasure(WRAP, WRAP);
82 mRecyclerView.onMeasure(WRAP, WRAP);
91 mRecyclerView.onMeasure(WRAP, WRAP);
92 mRecyclerView.onMeasure(WRAP, WRAP);
103 mLayoutManager.setMeasuredDimensionFromChildren(WRAP, WRAP)
    [all...]
  /external/compiler-rt/lib/interception/
interception_win.h 42 (::__interception::uptr)WRAP(func), \
47 (::__interception::uptr)WRAP(func), \
interception.h 35 // Suppose you need to wrap/replace system function (generally, from libc):
105 { reinterpret_cast<const uptr>(WRAP(func_name)), \
119 # define WRAP(x) wrap_##x
125 # define WRAP(x) __asan_wrap_##x
133 # define WRAP(x) __interceptor_ ## x
143 # define WRAP(x) __interceptor_ ## x
169 extern "C" ret_type WRAP(func)(__VA_ARGS__);
191 ret_type WRAP(func)(__VA_ARGS__)
201 extern "C" ret_type WRAP(func)(__VA_ARGS__); \
203 extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__
    [all...]
interception_linux.h 35 (::__interception::uptr) & WRAP(func))
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Sampler.java 48 WRAP (3),
105 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
125 * Retrieve a sampler with min and mag set to linear and wrap modes set to
146 * wrap modes set to clamp.
165 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
166 * wrap.
177 b.setWrapS(Value.WRAP);
178 b.setWrapT(Value.WRAP);
185 * Retrieve a sampler with min and mag set to linear and wrap modes set to
186 * wrap
    [all...]
  /external/libvpx/libvpx/test/
convolve_test.cc     [all...]
  /frameworks/base/rs/java/android/renderscript/
Sampler.java 35 WRAP (3),
93 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
117 * Retrieve a sampler with min and mag set to linear and wrap modes set to
142 * wrap modes set to clamp.
165 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
166 * wrap.
179 b.setWrapS(Value.WRAP);
180 b.setWrapT(Value.WRAP);
189 * Retrieve a sampler with min and mag set to linear and wrap modes set to
190 * wrap
    [all...]
  /external/freetype/src/gzip/
infutil.h 80 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}}
82 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
infutil.h 80 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}}
82 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_sampler.java 57 b.setWrapS(Sampler.Value.WRAP);
61 b.setWrapT(Sampler.Value.WRAP);
111 _RS_ASSERT("wrapS.getWrapS() == Sampler.Value.WRAP",
112 wrapS.getWrapS() == Sampler.Value.WRAP);
124 _RS_ASSERT("wrapT.getWrapT() == Sampler.Value.WRAP",
125 wrapT.getWrapT() == Sampler.Value.WRAP);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_sampler.java 57 b.setWrapS(Sampler.Value.WRAP);
61 b.setWrapT(Sampler.Value.WRAP);
111 _RS_ASSERT("wrapS.getWrapS() == Sampler.Value.WRAP",
112 wrapS.getWrapS() == Sampler.Value.WRAP);
124 _RS_ASSERT("wrapT.getWrapT() == Sampler.Value.WRAP",
125 wrapT.getWrapT() == Sampler.Value.WRAP);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_sampler.java 57 b.setWrapS(Sampler.Value.WRAP);
61 b.setWrapT(Sampler.Value.WRAP);
111 _RS_ASSERT("wrapS.getWrapS() == Sampler.Value.WRAP",
112 wrapS.getWrapS() == Sampler.Value.WRAP);
124 _RS_ASSERT("wrapT.getWrapT() == Sampler.Value.WRAP",
125 wrapT.getWrapT() == Sampler.Value.WRAP);
  /sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/internal/preferences/
UsagePreferencePage.java 56 Label l = new Label(top, SWT.WRAP);
62 Link privacyPolicyLink = new Link(top, SWT.WRAP);
  /external/compiler-rt/lib/tsan/rtl/
tsan_libdispatch_mac.cc 136 // We wrap dispatch_async, dispatch_sync and friends where we allocate a new
188 WRAP(dispatch_once)(predicate, ^(void) {
228 WRAP(dispatch_async)(queue, ^(void) {
230 WRAP(dispatch_group_leave)(group);
241 WRAP(dispatch_async)(queue, ^(void) {
243 WRAP(dispatch_group_leave)(group);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
SamplerTest.java 44 mWrapValues[1] = Sampler.Value.WRAP;
128 assertEquals(Value.WRAP, Value.valueOf("WRAP"));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
UsagePermissionPage.java 66 Label label = new Label(container, SWT.WRAP);
85 Label laterLabel = new Label(container, SWT.WRAP);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
UpdateToolsPage.java 42 Label label = new Label(container, SWT.WRAP);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
ShaderSourceDetailsProvider.java 44 | SWT.MULTI | SWT.WRAP | SWT.V_SCROLL | SWT.H_SCROLL);
VertexAttribPointerDataDetailProvider.java 46 | SWT.WRAP | SWT.V_SCROLL | SWT.H_SCROLL);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java 80 m_valueText = new Text(area, SWT.BORDER | SWT.MULTI | SWT.WRAP);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltip.java 69 Label label = new Label(this, SWT.WRAP);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
InputDensityDialog.java 52 Label lblWhatIsThe = new Label(container, SWT.WRAP);
  /external/e2fsprogs/debugfs/
logdump.c 69 #define WRAP(jsb, blocknr) \
443 WRAP(jsb, blocknr);
451 WRAP(jsb, blocknr);
488 WRAP(jsb, blocknr);
513 WRAP(jsb, blocknr);
  /bionic/libc/bionic/
time64.c 149 #define WRAP(a,b,m) ((a) = ((a) < 0 ) ? ((b)--, (a) + (m)) : (a))
557 WRAP (v_tm_sec, v_tm_min, 60);
558 WRAP (v_tm_min, v_tm_hour, 60);
559 WRAP (v_tm_hour, v_tm_tday, 24);

Completed in 504 milliseconds

1 2 3 4 5 6 7