HomeSort by relevance Sort by last modified time
    Searched full:exactly (Results 1 - 25 of 5180) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewMeasureSpecTest.java 20 assertEquals(View.MeasureSpec.EXACTLY,
21 MeasureSpec.getMode(MeasureSpec.makeMeasureSpec(600, View.MeasureSpec.EXACTLY)));
31 MeasureSpec.getSize(MeasureSpec.makeMeasureSpec(800, View.MeasureSpec.EXACTLY)));
40 assertEquals("MeasureSpec: EXACTLY 480",
41 MeasureSpec.toString(MeasureSpec.makeMeasureSpec(480, View.MeasureSpec.EXACTLY)));
  /external/chromium_org/base/
build_time.cc 17 // __DATE__ is exactly "Mmm DD YYYY".
18 // __TIME__ is exactly "hh:mm:ss".
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion8-expected-completion42.txt 4 android:width : Makes the TextView be exactly this many pixels wide. [dimension]
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_types.h 16 PERFECT_PRIMARY, // Exactly the same query and in primary association
17 PERFECT_SECONDARY, // Exactly the same query and in secondary association
  /external/valgrind/main/memcheck/tests/
custom-overlap.c 12 // For this one, the first custom block overlaps exactly with the start of
20 // For this one, the first custom block does not overlap exactly with the
  /dalvik/dx/tests/067-dex-switch-and-try/
info.txt 3 was created specifically because of a bug with exactly this situation.
  /external/chromium_org/tools/telemetry/unittest_data/
dom_counter_sample.html 7 counters. The test expects there to be exactly 1 document, 14 nodes,
  /external/oprofile/libpp/
populate.h 20 /// Load all sample file information for exactly one binary image.
  /packages/apps/Camera2/
version.mk 9 # m - minor version (exactly 1 digit)
10 # bbb - manually specified build number (exactly 3 digits)
11 # t - build type (exactly 1 digit). Current valid values are:
14 # a - device architecture (exactly 1 digit). Current valid values are:
20 # d - asset density (exactly 1 digit). Current valid values are:
37 # Specify the following manually. Note that base_version_minor must be exactly 1 digit and
38 # base_version_build must be exactly 3 digits.
  /cts/tests/tests/view/src/android/view/cts/
View_MeasureSpecTest.java 39 View.MeasureSpec.EXACTLY);
59 assertEquals("MeasureSpec: EXACTLY " + MEASURE_SPEC_SIZE,
68 assertEquals(View.MeasureSpec.EXACTLY,
77 assertEquals(MEASURE_SPEC_SIZE + View.MeasureSpec.EXACTLY,
  /dalvik/dx/tests/034-dex-minimal/
info.txt 5 is exactly correct. (There is arguably only one "right" answer.)
  /external/llvm/test/CodeGen/ARM/
fast-isel-redefinition.ll 2 ; This isn't exactly a useful set of command-line options, but check that it
  /external/llvm/test/CodeGen/PowerPC/
2005-09-02-LegalizeDuplicatesCalls.ll 1 ; This function should have exactly one call to fixdfdi, no more!
  /external/llvm/test/Transforms/Reassociate/
shift-factor.ll 1 ; There should be exactly one shift and one add left.
  /external/noto-fonts/
README 9 does not necessarily track it exactly, and contains only the fonts
  /external/skia/tools/tests/skdiff/identical-bits/output-expected/
stdout 6 [_] 2 file pairs contain exactly the same bits
  /external/skia/tools/tests/skdiff/identical-bits-or-pixels/output-expected/
stdout 6 [_] 2 file pairs contain exactly the same bits
  /external/chromium_org/media/audio/
audio_input_controller_unittest.cc 17 using ::testing::Exactly;
105 .Times(Exactly(1));
109 .Times(Exactly(1));
146 .Times(Exactly(1));
150 .Times(Exactly(1));
161 .Times(Exactly(1))
196 .Times(Exactly(0));
216 .Times(Exactly(1));
  /external/kernel-headers/original/linux/
efs_fs_i.h 18 * layout of an extent, in memory and on disk. 8 bytes exactly.
37 * is exactly 128 bytes long.
  /external/llvm/test/CodeGen/R600/
dot4-folding.ll 3 ; Exactly one constant vector can be folded into dot4, which means exactly
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowViewMeasureSpec.java 43 else if (mode == View.MeasureSpec.EXACTLY)
44 sb.append("EXACTLY ");
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
WeekButton.java 50 if (View.MeasureSpec.getMode(getMeasuredHeightAndState()) != MeasureSpec.EXACTLY) {
54 if (View.MeasureSpec.getMode(getMeasuredWidthAndState()) != MeasureSpec.EXACTLY) {
  /packages/apps/Gallery2/src/com/android/photos/views/
SquareImageView.java 42 if (widthMode == MeasureSpec.EXACTLY && heightMode != MeasureSpec.EXACTLY) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
proxy_unittest.cc 40 using ::testing::Exactly;
114 .Times(Exactly(1))
121 .Times(Exactly(1))
131 .Times(Exactly(1))
142 .Times(Exactly(1))
152 .Times(Exactly(1))
163 .Times(Exactly(1))
  /external/chromium_org/cloud_print/service/
service_state_unittest.cc 12 using ::testing::Exactly;
78 .Times(Exactly(1))
81 .Times(Exactly(1))

Completed in 1363 milliseconds

1 2 3 4 5 6 7 8 91011>>