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

1 2 3 4

  /external/webkit/Source/WebCore/bindings/objc/
DOMUtility.mm 98 #define WRAP(className) \
102 WRAP(CSSRule)
103 WRAP(CSSRuleList)
104 WRAP(CSSStyleDeclaration)
105 WRAP(CSSValue)
106 WRAP(Counter)
107 WRAP(Event)
108 WRAP(HTMLOptionsCollection)
109 WRAP(MediaList)
110 WRAP(NamedNodeMap
    [all...]
  /external/compiler-rt/lib/interception/
interception_linux.h 34 (::__interception::uptr)&WRAP(func))
interception.h 35 // Suppose you need to wrap/replace system function (generally, from libc):
90 # define WRAP(x) wrap_##x
96 # define WRAP(x) x
100 # define WRAP(x) wrap_##x
106 # define WRAP(x) __interceptor_ ## x
132 extern "C" ret_type WRAP(func)(__VA_ARGS__);
161 ret_type convention WRAP(func)(__VA_ARGS__)
interception_mac.h 46 # define INTERCEPT_FUNCTION_MAC(func) OVERRIDE_FUNCTION_MAC(func, WRAP(func))
interception_win.h 40 (::__interception::uptr)WRAP(func), \
  /frameworks/base/graphics/java/android/renderscript/
Sampler.java 41 WRAP (3),
97 * 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
138 * to and wrap modes set to clamp.
157 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
158 * wrap.
169 b.setWrapS(Value.WRAP);
170 b.setWrapT(Value.WRAP);
177 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
178 * wrap
    [all...]
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
Sampler.java 41 WRAP (3),
97 * 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
138 * to and wrap modes set to clamp.
157 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
158 * wrap.
169 b.setWrapS(Value.WRAP);
170 b.setWrapT(Value.WRAP);
177 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
178 * wrap
    [all...]
  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 39 WRAP(malloc), WRAP(free), WRAP(calloc), WRAP(realloc), WRAP(memalign)
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_sampler.java 59 b.setWrapS(Value.WRAP);
63 b.setWrapT(Value.WRAP);
113 _RS_ASSERT("wrapS.getWrapS() == Sampler.Value.WRAP",
114 wrapS.getWrapS() == Sampler.Value.WRAP);
126 _RS_ASSERT("wrapT.getWrapT() == Sampler.Value.WRAP",
127 wrapT.getWrapT() == Sampler.Value.WRAP);
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsPermissionDialog.java 104 final Label title = new Label(composite, SWT.CENTER | SWT.WRAP);
113 final Label notice = new Label(composite, SWT.WRAP);
120 final Label bodyText = new Label(composite, SWT.WRAP);
147 final Label footer = new Label(composite, SWT.WRAP);
  /external/compiler-rt/lib/asan/dynamic/
asan_interceptors_dynamic.cc 28 { reinterpret_cast<const uptr>(WRAP(function)), \
68 INTERPOSE_FUNCTION_2(index, WRAP(strchr)),
  /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);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
SamplerTest.java 44 mWrapValues[1] = Sampler.Value.WRAP;
125 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 43 mTextControl = new Text(parent, SWT.BORDER | SWT.READ_ONLY | SWT.MULTI | SWT.WRAP);
VertexAttribPointerDataDetailProvider.java 46 | SWT.WRAP | SWT.V_SCROLL | SWT.H_SCROLL);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 21 import static android.renderscript.Sampler.Value.WRAP;
163 samplerBuilder.setWrapS(WRAP);
164 samplerBuilder.setWrapT(WRAP);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java 21 import static android.renderscript.Sampler.Value.WRAP;
127 samplerBuilder.setWrapS(WRAP);
128 samplerBuilder.setWrapT(WRAP);
  /tools/motodev/src/plugins/installer/src/com/motorola/studio/android/installer/ui/dialogs/
AcceptLicensesDialog.java 118 licenseArea = new Text(sashLeft, SWT.MULTI | SWT.BORDER | SWT.V_SCROLL | SWT.WRAP);
119 detailsArea = new Text(sashLeft, SWT.MULTI | SWT.BORDER | SWT.V_SCROLL | SWT.WRAP);
135 licenseArea = new Text(sash, SWT.MULTI | SWT.BORDER | SWT.V_SCROLL | SWT.WRAP);
  /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);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 206 builder.setWrapS(Value.WRAP);
207 builder.setWrapT(Value.WRAP);
215 builder.setWrapS(Value.WRAP);
216 builder.setWrapT(Value.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);
  /tools/motodev/src/plugins/videos/src/com/motorola/studio/android/videos/ui/views/
VideoComposite.java 259 new Composite(this, SWT.WRAP | SWT.BACKGROUND);
268 videoTitle = new StyledText(titleAndDescriptionComposite, SWT.WRAP | SWT.BACKGROUND);
278 new StyledText(titleAndDescriptionComposite, SWT.WRAP | SWT.BACKGROUND);
301 final Label moreText = new Label(playButtonArea, SWT.WRAP | SWT.BACKGROUND);

Completed in 363 milliseconds

1 2 3 4