/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
diagnostic.def | 20 assign this kind to an actual diagnostic, we only use this in
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
diagnostic.def | 20 assign this kind to an actual diagnostic, we only use this in
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
diagnostic.def | 20 assign this kind to an actual diagnostic, we only use this in
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ipc.h | 45 * These are passed as bitflags or-ed with the actual command
|
resource.h | 67 * Due to binary compatibility, the actual resource numbers
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ipc.h | 45 * These are passed as bitflags or-ed with the actual command
|
resource.h | 67 * Due to binary compatibility, the actual resource numbers
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm_oss.h | 52 size_t period_ptr; /* actual write pointer to period */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ipc.h | 45 * These are passed as bitflags or-ed with the actual command
|
resource.h | 67 * Due to binary compatibility, the actual resource numbers
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm_oss.h | 52 size_t period_ptr; /* actual write pointer to period */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_whichdb.py | 27 # Actual test methods are added to namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_whichdb.py | 27 # Actual test methods are added to namespace
|
/prebuilts/tools/common/proguard/ |
README | 30 such that the copied README reflects the actual contents of the
|
/sdk/apps/SdkController/assets/ |
intro_help.html | 30 <b>SdkController</b> is used to send sensor data from an actual device to an emulator. <p/>
|
/sdk/apps/SdkController/res/values/ |
strings.xml | 42 <string name="sensors_actual_rate">Actual</string>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
IUiUpdateListener.java | 42 * XML model. The actual UI element node may or may not have changed.
|
/system/media/audio_utils/include/audio_utils/ |
echo_reference.h | 46 * - frame_count is updated with the actual number of frames returned
|
/cts/tests/src/android/widget/cts/ |
WidgetTestUtils.java | 98 * Compare the expected pixels with actual, scaling for the target context density 102 public static void assertScaledPixels(int expected, int actual, Context context) { 104 actual, 3); local
|
/cts/tests/tests/content/src/android/content/res/cts/ |
PrimitiveTest.java | 107 private static void checkString(final int resid, final String actual, final String expected) { 109 + actual + "\" in resources 0x" + Integer.toHexString(resid), 110 expected, actual);
|
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_DataUsageTest.java | 144 long actual = 0; local 147 actual = Long.parseLong(record[0]); 149 assertEquals(expectedValue, actual);
|
/cts/tests/tests/util/src/android/util/cts/ |
MonthDisplayHelperTest.java | 206 private void assertArraysEqual(int[] expected, int[] actual) { 207 assertEquals("array length", expected.length, actual.length); 210 expected[i], actual[i]);
|
/cts/tests/tests/view/src/android/view/cts/ |
VelocityTrackerTest.java | 189 + "actual vx=%6.1f (%6.1f%%), vy=%6.1f (%6.1f%%)", 195 private static float error(float expected, float actual) { 196 float absError = Math.abs(actual - expected);
|
/external/chromium/chrome/browser/ |
browser_focus_uitest.cc | 480 std::string actual; local 485 &actual)); 486 ASSERT_STREQ(kExpElementIDs[j], actual.c_str()); 553 std::string actual; local 558 &actual)); 559 ASSERT_STREQ(next_element, actual.c_str()); 613 std::string actual; local 617 &actual)); 618 ASSERT_STREQ(kExpElementIDs[j], actual.c_str()); 673 std::string actual; local [all...] |
/external/chromium/chrome/browser/password_manager/ |
password_form_data.cc | 81 const PasswordForm* actual = second[i]; local 86 if (*expected == *actual) { 93 LOG(ERROR) << "No match for:" << std::endl << *actual; local
|