HomeSort by relevance Sort by last modified time
    Searched full:actual (Results 751 - 775 of 10182) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/
browser_keyevents_browsertest.cc 154 bool actual; local
158 &actual)); local
159 ASSERT_EQ(!suppress, actual);
192 std::string actual; local
196 &actual)); local
201 ASSERT_STREQ(result[i], actual.c_str());
203 ASSERT_EQ('U', actual[0]);
209 std::string actual; local
213 &actual)); local
214 ASSERT_EQ(WideToUTF8(focused), actual); local
219 bool actual; local
223 &actual)); local
230 std::string actual; local
234 &actual)); local
235 ASSERT_EQ(WideToUTF8(value), actual); local
241 std::string actual; local
245 &actual)); local
246 ASSERT_EQ(WideToUTF8(value), actual); local
251 bool actual; local
255 &actual)); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
letest.cpp 328 le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual)
331 if (actual->glyphCount != expected->glyphCount) {
333 testID, expected->glyphCount, actual->glyphCount);
339 for (i = 0; i < actual->glyphCount; i += 1) {
340 if (actual->glyphs[i] != expected->glyphs[i]) {
342 testID, i, expected->glyphs[i], actual->glyphs[i]);
347 for (i = 0; i < actual->glyphCount; i += 1) {
348 if (actual->indices[i] != expected->indices[i]) {
350 testID, i, expected->indices[i], actual->indices[i]);
355 for (i = 0; i <= actual->glyphCount; i += 1)
614 TestResult actual = {0, NULL, NULL, NULL}; local
    [all...]
  /external/icu4c/test/letest/
letest.cpp 328 le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual)
331 if (actual->glyphCount != expected->glyphCount) {
333 testID, expected->glyphCount, actual->glyphCount);
339 for (i = 0; i < actual->glyphCount; i += 1) {
340 if (actual->glyphs[i] != expected->glyphs[i]) {
342 testID, i, expected->glyphs[i], actual->glyphs[i]);
347 for (i = 0; i < actual->glyphCount; i += 1) {
348 if (actual->indices[i] != expected->indices[i]) {
350 testID, i, expected->indices[i], actual->indices[i]);
355 for (i = 0; i <= actual->glyphCount; i += 1)
614 TestResult actual = {0, NULL, NULL, NULL}; local
    [all...]
  /cts/tests/tests/jni/src/android/jni/cts/
JniCTest.java 45 * The native method that does all the actual testing.
JniCppTest.java 45 * The native method that does all the actual testing.
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptCTest.java 44 // Test actual constructor
  /dalvik/dx/tests/111-use-null-as-array/
info.txt 13 recover the "true" original meaning at the level of actual opcode
  /dalvik/libdex/
OptInvocation.cpp 101 /* Tack on the file name for the actual cache file path.
123 ssize_t actual; local
135 actual = write(fd, &optHdr, sizeof(optHdr));
136 if (actual != sizeof(optHdr)) {
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Main.java 162 int actual; local
165 actual = zis.read(copyBuf);
166 if (actual == -1)
169 raf.write(copyBuf, 0, actual);
  /development/samples/ApiDemos/res/xml/
advanced_preferences.xml 22 <!-- My custom preference type. This just replaces the actual widget
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
OnRowAdditionAnimationListener.java 23 * to prevent unpredictable behaviour during the actual cell animation.
  /device/asus/flo/
device.mk 36 # the actual meat of the device-specific product definition
  /device/asus/grouper/
device.mk 24 # the actual meat of the device-specific product definition
  /device/asus/tilapia/
device.mk 29 # the actual meat of the device-specific product definition
  /device/sample/apps/SampleEmailPolicy/
Android.mk 18 # When deploying to an actual device, you must change LOCAL_PACKAGE_NAME to the name desired for
  /device/samsung/manta/libsensors/
LightSensor.cpp 34 /* Measured raw values are 8.9 times lower than actual values*/
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ParserRuleReturnScope.js 8 * Note text is not an actual property of the return value, it is computed
  /external/bison/m4/
nls.m4 12 dnl Please note that the actual code of the GNU gettext library is covered
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.h 23 // For documentation about the actual member functions consult the documentation
  /external/chromium/chrome/browser/policy/
asynchronous_policy_provider.h 20 // other reason be performed on the file thread. The actual logic for loading
  /external/chromium/chrome/browser/sessions/
session_service_test_helper.h 58 const TabNavigation& actual);
  /external/chromium/chrome/browser/sync/protocol/
password_specifics.proto 37 // Properties of password sync objects. The actual password data is held in a
  /external/chromium/chrome/browser/ui/cocoa/
dev_tools_controller.h 43 // the actual resize).
sidebar_controller.h 42 // the actual resize).
  /external/chromium/chrome/browser/ui/views/importer/
import_lock_dialog_view.h 48 // Utility class that does the actual import.

Completed in 1271 milliseconds

<<31323334353637383940>>