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

1 2 3 4 5 6 7 8 9

  /external/syslinux/gpxe/src/hci/mucurses/
edging.c 49 _wputch(win,tl,WRAP);
51 _wputch(win,ts,WRAP);
53 _wputch(win,tr,WRAP);
56 _wputch(win,ls,WRAP);
58 _wputch(win,rs,WRAP);
61 _wputch(win,bl,WRAP);
63 _wputch(win,bs,WRAP);
65 _wputch(win,br,NOWRAP); /* do not wrap last char to leave
clear.c 24 _wputc( win, ' ', WRAP );
42 _wputc( win, ' ', WRAP );
mucurses.h 12 #define WRAP 0
17 extern void _wputch ( WINDOW *win, chtype ch, int wrap ) __nonnull;
18 extern void _wputc ( WINDOW *win, char c, int wrap ) __nonnull;
19 extern void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ) __nonnull;
20 extern void _wputstr ( WINDOW *win, const char *str, int wrap, int n ) __nonnull;
print.c 24 _wputch( win, ch, WRAP );
37 _wputstr( win, str, WRAP, n );
50 _wputch( wctx->win, c | wctx->win->attrs, WRAP );
kb.c 42 _wputch( win, (chtype) ( c | win->attrs ), WRAP );
71 _wputch( win, (chtype)( c | win->attrs ), WRAP );
  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 176 WRAP(malloc), WRAP(free), WRAP(calloc),
177 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
180 WRAP(calloc), WRAP(free), WRAP(mallinfo),
181 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign)
    [all...]
  /external/libvpx/libvpx/test/
convolve_test.cc     [all...]
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
WrapContentBasicTest.java 44 private static int WRAP = View.MeasureSpec.makeMeasureSpec(10, View.MeasureSpec.AT_MOST);
63 mRecyclerView.onMeasure(WRAP, WRAP);
64 mRecyclerView.onMeasure(WRAP, WRAP);
72 mRecyclerView.onMeasure(WRAP, WRAP);
73 mRecyclerView.onMeasure(WRAP, WRAP);
83 mLayoutManager.setMeasuredDimensionFromChildren(WRAP, WRAP)
    [all...]
  /external/compiler-rt/lib/interception/
interception_win.h 67 (::__interception::uptr)WRAP(func), \
72 (::__interception::uptr)WRAP(func), \
80 user_dll, provider_dll, #func, (::__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/rs/support/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...]
  /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;}
  /frameworks/rs/tests/java_api/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/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_sampler.java 54 b.setWrapS(Sampler.Value.WRAP);
58 b.setWrapT(Sampler.Value.WRAP);
107 _RS_ASSERT("wrapS.getWrapS() == Sampler.Value.WRAP",
108 wrapS.getWrapS() == Sampler.Value.WRAP);
120 _RS_ASSERT("wrapT.getWrapT() == Sampler.Value.WRAP",
121 wrapT.getWrapT() == Sampler.Value.WRAP);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_sampler.java 56 b.setWrapS(Sampler.Value.WRAP);
60 b.setWrapT(Sampler.Value.WRAP);
109 _RS_ASSERT("wrapS.getWrapS() == Sampler.Value.WRAP",
110 wrapS.getWrapS() == Sampler.Value.WRAP);
122 _RS_ASSERT("wrapT.getWrapT() == Sampler.Value.WRAP",
123 wrapT.getWrapT() == Sampler.Value.WRAP);
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidDefs.h 44 WRAP = 4,
  /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 187 // We wrap dispatch_async, dispatch_sync and friends where we allocate a new
218 WRAP(dispatch_after)(when, queue, ^(void) {
262 WRAP(dispatch_once)(predicate, ^(void) {
304 WRAP(dispatch_async)(queue, ^(void) {
307 WRAP(dispatch_group_leave)(group);
318 WRAP(dispatch_async)(queue, ^(void) {
320 WRAP(dispatch_group_leave)(group);
353 WRAP(dispatch_group_notify)(group, q, ^(void) { work(context); });
382 WRAP(dispatch_source_set_event_handler)(source, block);
412 WRAP(dispatch_source_set_cancel_handler)(source, block)
    [all...]
  /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);

Completed in 1650 milliseconds

1 2 3 4 5 6 7 8 9