HomeSort by relevance Sort by last modified time
    Searched defs:BOTH (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /external/libxkbcommon/xkbcommon/test/
test.h 45 BOTH,
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSetSpanner.java 292 BOTH,
301 * end of the string, using TrimOption.BOTH and SpanCondition.SIMPLE. For example:
315 return trim(sequence, TrimOption.BOTH, SpanCondition.SIMPLE);
333 * LEADING, TRAILING, or BOTH
355 * LEADING, TRAILING, or BOTH
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSetSpanner.java 329 BOTH,
340 * end of the string, using TrimOption.BOTH and SpanCondition.SIMPLE. For example:
356 return trim(sequence, TrimOption.BOTH, SpanCondition.SIMPLE);
374 * LEADING, TRAILING, or BOTH
398 * LEADING, TRAILING, or BOTH
  /frameworks/base/core/java/android/database/
CursorJoiner.java 38 * case BOTH:
39 * // handle case where a row with the same key is in both cursors
63 /** The rows pointed to by both cursors are the same */
64 BOTH
123 case BOTH:
153 * if the row pointed to by the right cursor is unique, BOTH if the rows in both
174 mCompareResult = Result.BOTH;
225 case BOTH:
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java 35 public static enum InterceptType { NONE, LEFT, RIGHT, BOTH }
119 (intercept == InterceptType.BOTH || intercept == InterceptType.LEFT);
121 (intercept == InterceptType.BOTH || intercept == InterceptType.RIGHT);
123 // Only check ability to page if we can't scroll in one / both directions
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
ApkInstrumentationPreparer.java 54 BEFORE, AFTER, BOTH;
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
MapField.java 62 * BOTH: mapData and listData have the same data.
68 * MAP MAP BOTH MAP LIST
69 * LIST BOTH LIST MAP LIST
70 * BOTH BOTH BOTH MAP LIST
75 private enum StorageMode {MAP, LIST, BOTH}
183 mode = StorageMode.BOTH;
238 mode = StorageMode.BOTH;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterMirrorRepresentation.java 41 NONE('N'), VERTICAL('V'), HORIZONTAL('H'), BOTH('B');
61 return BOTH;
117 if (mMirror == Mirror.BOTH
125 if (mMirror == Mirror.BOTH
138 mMirror = Mirror.BOTH;
140 case BOTH:
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 25 BOTH='both'
  /external/python/cpython3/Lib/tkinter/
constants.py 25 BOTH='both'
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 25 BOTH='both'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 25 BOTH='both'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 25 BOTH='both'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 25 BOTH='both'
  /toolchain/binutils/binutils-2.27/include/opcode/
d10v.h 70 #define BOTH 3
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AuthenticationTest.java 679 fillDatasetAuthWithClientState(ClientStateLocation.BOTH);
    [all...]
LoginActivityTest.java 310 autofillOneDatasetTest(BorderType.BOTH);
317 BOTH
333 if (borderType == BorderType.BOTH || borderType == BorderType.HEADER_ONLY) {
337 if (borderType == BorderType.BOTH || borderType == BorderType.FOOTER_ONLY) {
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.h 80 BOTH,
  /libcore/ojluni/src/main/java/javax/crypto/
Cipher.java 93 * provide authenticity assurances for both confidential data and
96 * information on AEAD and AEAD algorithms such as GCM/CCM.) Both
    [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
OptionalBinderTest.java 164 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, 3, instance("a"), null, null)
    [all...]
SpiUtils.java 35 import static com.google.inject.multibindings.SpiUtils.VisitType.BOTH;
94 /** The kind of test we should perform. A live Injector, a raw Elements (Module) test, or both. */
95 enum VisitType { INJECTOR, MODULE, BOTH }
105 * @param visitType The kind of test we should perform. A live Injector, a raw Elements (Module) test, or both.
117 if (visitType == BOTH || visitType == INJECTOR) {
122 if (visitType == BOTH || visitType == MODULE) {
413 * @param visitType The kind of test we should perform. A live Injector, a raw Elements (Module) test, or both.
425 if(visitType == BOTH || visitType == INJECTOR) {
430 if(visitType == BOTH || visitType == MODULE) {
615 * test, or both
    [all...]
MapBinderTest.java 21 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, false, 1
    [all...]
MultibinderTest.java 21 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, false, 1
    [all...]
  /external/robolectric/v1/src/main/java/android/net/
Uri__FromAndroid.java     [all...]
  /frameworks/base/core/java/android/net/
Uri.java     [all...]

Completed in 466 milliseconds

1 2 3 4 5 6 7