/external/webkit/LayoutTests/fast/encoding/ |
namespace-tolerance-expected.txt | 5 If this test passes, the UTF-8 character below should exactly match the character the character in namespace-tolerance-expected.txt. ?
|
namespace-tolerance.html | 12 If this test passes, the UTF-8 character below should exactly match the character the character in namespace-tolerance-expected.txt.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion8-expected-completion42.txt | 2 android:width : Makes the TextView be exactly this many pixels wide. [dimension]
|
/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/oprofile/libpp/ |
populate.h | 20 /// Load all sample file information for exactly one binary image.
|
/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!
|
buildvec_canonicalize.ll | 1 ; There should be exactly one vxor here. 5 ; There should be exactly one vsplti here.
|
/external/llvm/test/Transforms/Reassociate/ |
shift-factor.ll | 1 ; There should be exactly one shift and one add left.
|
mulfactor.ll | 3 ; This should have exactly 2 multiplies when we're done.
|
/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.
|
/frameworks/base/core/java/com/android/internal/widget/ |
WeightedLinearLayout.java | 69 widthMeasureSpec = MeasureSpec.makeMeasureSpec(width, EXACTLY); 77 widthMeasureSpec = MeasureSpec.makeMeasureSpec(weightedMin, EXACTLY); 80 widthMeasureSpec = MeasureSpec.makeMeasureSpec(weightedMax, EXACTLY);
|
/external/chromium/chrome/browser/ui/cocoa/ |
nsmenuitem_additions.h | 13 // Returns true exactly if the menu item would fire if it would be put into
|
/external/clang/test/CodeGenObjC/ |
assign.m | 13 // Check that we get exactly the message sends we expect, and no more.
|
/external/llvm/test/Assembler/ |
2002-04-07-HexFloatConstants.ll | 3 ; when presented with a FP constant that cannot be represented exactly in
|
/frameworks/base/media/mca/filterpacks/native/imageproc/ |
to_rgba.c | 25 // Make sure we have exactly one input 56 // Make sure we have exactly one input 88 // Make sure we have exactly one input 120 // Make sure we have exactly one input
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
ProportionalLayout.java | 92 throw new IllegalStateException("ProportionalLayout requires exactly one child"); 114 MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY), 115 MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY)); 124 throw new IllegalStateException("ProportionalLayout requires exactly one child");
|
/external/bluetooth/bluez/compat/ |
lib.h | 46 /* Read exactly len bytes (Signal safe)*/ 67 /* Write exactly len bytes (Signal safe)*/
|
/external/easymock/src/org/easymock/ |
EasyMockSupport.java | 173 * Switches all registered mock objects (more exactly: the controls of the
184 * Resets all registered mock objects (more exactly: the controls of the
194 * Verifies all registered mock objects (more exactly: the controls of the
204 * Resets all registered mock objects (more exactly: the controls of the
215 * Resets all registered mock objects (more exactly: the controls of the
226 * Resets all registered mock objects (more exactly: the controls of the
|
/external/chromium/testing/gmock/test/ |
gmock-cardinalities_test.cc | 49 using testing::Exactly; 70 Cardinality c = Exactly(1); 76 c = Exactly(2); 342 // Tests Exactly(n). 346 Exactly(-1); 351 const Cardinality c = Exactly(0); 365 const Cardinality c = Exactly(2); 373 Exactly(1).DescribeTo(&ss1); 383 Exactly(3).DescribeTo(&ss3); 389 const Cardinality c = Exactly(3) [all...] |
/development/samples/Home/src/com/example/android/home/ |
ApplicationsStackLayout.java | 170 if (widthMode != MeasureSpec.EXACTLY || heightMode != MeasureSpec.EXACTLY) { 172 + "measure spec mode=EXACTLY"); 183 final int widthSpec = MeasureSpec.makeMeasureSpec(layoutParams.width, MeasureSpec.EXACTLY); 184 final int heightSpec = MeasureSpec.makeMeasureSpec(layoutParams.height, MeasureSpec.EXACTLY); 255 widthSpec = MeasureSpec.makeMeasureSpec(layoutParams.width, MeasureSpec.EXACTLY); 256 heightSpec = MeasureSpec.makeMeasureSpec(layoutParams.height, MeasureSpec.EXACTLY);
|
/external/icu4c/common/unicode/ |
ustringtrie.h | 76 * this macro evaluates result exactly once. 87 * this macro evaluates result exactly once.
|