/hardware/qcom/display/msm8960/libqdutils/ |
profiler.h | 86 /* used to calculate the actual frame arrival step, the times might not be 91 /* actual data storage */
|
/hardware/qcom/display/msm8974/libqdutils/ |
profiler.h | 86 /* used to calculate the actual frame arrival step, the times might not be 91 /* actual data storage */
|
/hardware/qcom/display/msm8x26/libqdutils/ |
profiler.h | 86 /* used to calculate the actual frame arrival step, the times might not be 91 /* actual data storage */
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldDoubleTest.java | 73 double actual = Double.parseDouble("9e551027"); local 77 actual, 0.0D);
|
/libcore/luni/src/test/java/libcore/java/security/ |
KeyPairGeneratorTest.java | 272 private static void assertECPrivateKeyEquals(ECPrivateKey expected, ECPrivateKey actual) { 273 assertEquals(expected.getS(), actual.getS()); 274 assertECParametersEquals(expected.getParams(), actual.getParams()); 277 private static void assertECParametersEquals(ECParameterSpec expected, ECParameterSpec actual) { 278 assertEquals(expected.getCurve(), actual.getCurve()); 279 assertEquals(expected.getGenerator(), actual.getGenerator()); 280 assertEquals(expected.getOrder(), actual.getOrder()); 281 assertEquals(expected.getCofactor(), actual.getCofactor());
|
/packages/apps/Contacts/tests/src/com/android/contacts/detail/ |
ContactDetailDisplayUtilsTest.java | 95 Spanned actual = (Spanned) actualCharSequence; local 96 assertEquals(Html.toHtml(expected), Html.toHtml(actual));
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
CsvUtilsTests.java | 130 private static <T> void assertArrayEquals(final T[] expected, final T[] actual) { 131 if (expected == actual) { 134 if (expected == null || actual == null) { 135 assertEquals(Arrays.toString(expected), Arrays.toString(actual)); 138 if (expected.length != actual.length) { 139 assertEquals("[length]", Arrays.toString(expected), Arrays.toString(actual)); 144 final T a = actual[i]; 148 assertEquals("["+i+"]", expected[i], actual[i]);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
move.h | 88 * @brief Returns the actual address of the object or function 92 * @return The actual address.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
move.h | 88 * @brief Returns the actual address of the object or function 92 * @return The actual address.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
move.h | 88 * @brief Returns the actual address of the object or function 92 * @return The actual address.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
move.h | 88 * @brief Returns the actual address of the object or function 92 * @return The actual address.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
ResizeState.java | 81 * The actual view object for the layout containing the resizing operation, 91 * @param layoutView the actual View instance for the layout, or null if not known
|
/external/chromium/chrome/browser/search_engines/ |
template_url_model_unittest.cc | 155 void AssertEquals(const TemplateURL& expected, const TemplateURL& actual) { 156 ASSERT_TRUE(TemplateURLRef::SameUrlRefs(expected.url(), actual.url())); 158 actual.suggestions_url())); 159 ASSERT_EQ(expected.keyword(), actual.keyword()); 160 ASSERT_EQ(expected.short_name(), actual.short_name()); 162 JoinString(actual.input_encodings(), ';')); 163 ASSERT_TRUE(expected.GetFaviconURL() == actual.GetFaviconURL()); 164 ASSERT_EQ(expected.id(), actual.id()); 165 ASSERT_EQ(expected.safe_for_autoreplace(), actual.safe_for_autoreplace()); 166 ASSERT_EQ(expected.show_in_default_list(), actual.show_in_default_list()) [all...] |
/art/compiler/sea_ir/types/ |
types.h | 26 // TODO: Replace typedef with an actual class implementation when we have more types.
|
/art/jdwpspy/ |
Common.h | 89 * "mem" mode shows the actual memory address, and will offset the start
|
/bionic/libc/include/ |
string.h | 163 // is always <= the actual object size. Don't call __strlcpy_chk 169 // is always > the actual object size. Force a compiler error. 195 // is always <= the actual object size. Don't call __strlcat_chk 201 // is always > the actual object size. Force a compiler error.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/ |
TagVerifier.java | 55 /** @return whether or not the expected content matched the actual content of the tag */
|
/cts/tests/src/android/app/cts/ |
ActivityManagerMemoryClassLaunchActivity.java | 43 // Start the activity that runs in a separate process to do the actual testing,
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
DateSorterTest.java | 55 // cannot assert actual label contents, since resources are not public
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstAnnotation.java | 25 /** {@code non-null;} the actual annotation */
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstAnnotation.java | 25 /** {@code non-null;} the actual annotation */
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S | 30 cmp r3, r8 @ predicted class == actual class?
|
/development/build/ |
sdk-darwin-x86.atree | 21 # at build-time. Packaging will later change that to the actual build-tools
|
sdk-linux-x86.atree | 21 # at build-time. Packaging will later change that to the actual build-tools
|
/device/asus/deb/ |
device.mk | 44 # the actual meat of the device-specific product definition
|