Searched refs:BOTH (Results 1 - 25 of 37) sorted by relevance

12

/external/proguard/src/proguard/gui/
H A DTabbedPane.java56 cardConstraints.fill = GridBagConstraints.BOTH;
155 imageConstraints.fill = GridBagConstraints.BOTH;
H A DListPanel.java52 listConstraints.fill = GridBagConstraints.BOTH;
H A DMemberSpecificationDialog.java117 stretchPanelConstraints.fill = GridBagConstraints.BOTH;
H A DProGuardGUI.java199 splashPanelConstraints.fill = GridBagConstraints.BOTH;
222 stretchPanelConstraints.fill = GridBagConstraints.BOTH;
229 glueConstraints.fill = GridBagConstraints.BOTH;
H A DClassSpecificationDialog.java121 stretchPanelConstraints.fill = GridBagConstraints.BOTH;
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp1346 BOTH = VERTEX|FRAGMENT enumerator in enum:deqp::gles3::Functional::CaseFlags
1713 CASE_SPEC(sampler2d_fixed, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapFixed, evalTexture2DLod, BOTH),
1714 CASE_SPEC(sampler2d_float, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapFloat, evalTexture2DLod, BOTH),
1715 CASE_SPEC(isampler2d, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapInt, evalTexture2DLod, BOTH),
1716 CASE_SPEC(usampler2d, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapUint, evalTexture2DLod, BOTH),
1718 CASE_SPEC(samplercube_fixed, FUNCTION_TEXTURELOD, Vec4(-1.0f, -1.0f, 1.01f, 0.0f), Vec4( 1.0f, 1.0f, 1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapFixed, evalTextureCubeLod, BOTH),
1719 CASE_SPEC(samplercube_float, FUNCTION_TEXTURELOD, Vec4(-1.0f, -1.0f, -1.01f, 0.0f), Vec4( 1.0f, 1.0f, -1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapFloat, evalTextureCubeLod, BOTH),
1720 CASE_SPEC(isamplercube, FUNCTION_TEXTURELOD, Vec4(-1.0f, -1.0f, 1.01f, 0.0f), Vec4( 1.0f, 1.0f, 1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapInt, evalTextureCubeLod, BOTH),
1721 CASE_SPEC(usamplercube, FUNCTION_TEXTURELOD, Vec4(-1.0f, -1.0f, -1.01f, 0.0f), Vec4( 1.0f, 1.0f, -1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapUint, evalTextureCubeLod, BOTH),
1723 CASE_SPEC(sampler2darray_fixed, FUNCTION_TEXTURELOD, Vec4(-1.2f, -0.4f, -0.5f, 0.0f), Vec4( 1.5f, 2.3f, 3.5f, 0.0f), false, -1.0f, 8.0f, false, IVec3(0), tex2DArrayMipmapFixed, evalTexture2DArrayLod, BOTH),
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeSetSpanner.java290 BOTH, enum constant in enum:UnicodeSetSpanner.TrimOption
299 * end of the string, using TrimOption.BOTH and SpanCondition.SIMPLE. For example:
313 return trim(sequence, TrimOption.BOTH, SpanCondition.SIMPLE);
331 * LEADING, TRAILING, or BOTH
353 * LEADING, TRAILING, or BOTH
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSetSpanner.java327 BOTH, enum constant in enum:UnicodeSetSpanner.TrimOption
338 * end of the string, using TrimOption.BOTH and SpanCondition.SIMPLE. For example:
354 return trim(sequence, TrimOption.BOTH, SpanCondition.SIMPLE);
372 * LEADING, TRAILING, or BOTH
396 * LEADING, TRAILING, or BOTH
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
H A DOptionalBinderTest.java164 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 0, null, null, null);
201 VisitType.BOTH,
241 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 0, instance("a"), null, null);
280 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 0, null, instance("a"), null);
324 VisitType.BOTH,
380 VisitType.BOTH,
426 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 0, instance("a"), null, null);
468 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 0, null, instance("a"), null);
592 VisitType.BOTH,
633 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH,
[all...]
H A DMapBinderTest.java21 import static com.google.inject.multibindings.SpiUtils.VisitType.BOTH;
188 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(abc, de), BOTH, false, 0,
214 assertMapVisitor(key, stringType, stringType, setOf(module), BOTH, false, 0,
240 assertMapVisitor(key, stringType, stringType, setOf(module), BOTH, false, 0,
271 assertMapVisitor(abcKey, stringType, stringType, setOf(module), BOTH, false, 1,
273 assertMapVisitor(deKey, stringType, stringType, setOf(module), BOTH, false, 1,
306 assertMapVisitor(abcKey, stringType, stringType, setOf(module), BOTH, false, 1,
308 assertMapVisitor(deKey, stringType, stringType, setOf(module), BOTH, false, 1,
331 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(module), BOTH, false, 1,
333 assertMapVisitor(Key.get(mapOfInteger), stringType, intType, setOf(module), BOTH, fals
[all...]
H A DMultibinderTest.java21 import static com.google.inject.multibindings.SpiUtils.VisitType.BOTH;
126 assertSetVisitor(setKey, stringType, setOf(abc, de), BOTH, false, 0,
148 assertSetVisitor(setKey, stringType, setOf(module), BOTH, false, 0,
170 assertSetVisitor(setKey, stringType, setOf(module), BOTH, false, 0,
199 assertSetVisitor(abcSetKey, stringType, setOf(module), BOTH, false, 1,
201 assertSetVisitor(deSetKey, stringType, setOf(module), BOTH, false, 1,
230 assertSetVisitor(abcSetKey, stringType, setOf(module), BOTH, false, 1,
232 assertSetVisitor(deSetKey, stringType, setOf(module), BOTH, false, 1,
249 assertSetVisitor(Key.get(setOfString), stringType, setOf(module), BOTH, false, 1,
251 assertSetVisitor(Key.get(setOfInteger), intType, setOf(module), BOTH, fals
[all...]
H A DSpiUtils.java35 import static com.google.inject.multibindings.SpiUtils.VisitType.BOTH;
95 enum VisitType { INJECTOR, MODULE, BOTH } enum constant in enum:SpiUtils.VisitType
117 if (visitType == BOTH || visitType == INJECTOR) {
122 if (visitType == BOTH || visitType == MODULE) {
425 if(visitType == BOTH || visitType == INJECTOR) {
430 if(visitType == BOTH || visitType == MODULE) {
638 if (visitType == BOTH || visitType == INJECTOR) {
643 if (visitType == BOTH || visitType == MODULE) {
/external/opencv3/samples/python2/
H A Ddemo.py64 self.win.pack(fill=tk.BOTH, expand=1)
75 demos_lb.pack(side=tk.LEFT, fill=tk.BOTH, expand=1)
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
H A Dperfdiag.py415 BOTH = 'both' variable in class:PerfDiagCommand
424 PARALLEL_STRATEGIES = (FAN, SLICE, BOTH)
943 if self.parallel_strategy in (self.FAN, self.BOTH):
944 need_to_slice = (self.parallel_strategy == self.BOTH)
1001 if self.parallel_strategy in (self.FAN, self.BOTH):
1002 need_to_slice = (self.parallel_strategy == self.BOTH)
1894 perform_slice = self.parallel_strategy in (self.SLICE, self.BOTH)
/external/opencv3/modules/viz/test/
H A Dtests_simple.cpp285 viz.showWidget("sub3", WTrajectory(sub3, WTrajectory::BOTH, 0.2, Color::green()));
308 viz.showWidget("sub3", WTrajectory(Mat(path).rowRange(0, (int)path.size()/3), WTrajectory::BOTH, 0.2, Color::brown()), path.front().inv());
/external/robolectric/v1/src/main/java/android/net/
H A DUri__FromAndroid.java1899 static final int BOTH = 0; field in class:Uri__FromAndroid.AbstractPart.Representation
1928 parcel.writeInt(Representation.BOTH);
1972 case Representation.BOTH:
2156 case Representation.BOTH:
/external/opencv3/modules/viz/include/opencv2/viz/
H A Dwidgets.hpp598 enum {FRAMES = 1, PATH = 2, BOTH = FRAMES + PATH }; enumerator in enum:cv::viz::WTrajectory::__anon15785
603 @param display_mode Display mode. This can be PATH, FRAMES, and BOTH.
/external/libavc/common/arm/
H A Dih264_intra_pred_luma_16x16_a9q.s276 vld1.u8 {q0}, [r0] @BOTH LEFT AND TOP AVAILABLE
H A Dih264_intra_pred_chroma_a9q.s117 vld1.u8 {q0}, [r0] @BOTH LEFT AND TOP AVAILABLE
H A Dih264_intra_pred_luma_4x4_a9q.s282 @ BOTH LEFT AND TOP AVAILABLE
H A Dih264_intra_pred_luma_8x8_a9q.s357 vld1.u8 {d0}, [r0] @BOTH LEFT AND TOP AVAILABLE
/external/opencv3/modules/core/test/ocl/
H A Dtest_arithm.cpp1139 OCL_TEST_P(Flip, BOTH)
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...

Completed in 541 milliseconds

12