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

<<21222324252627282930>>

  /development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/
LogNode.java 33 * @param msg The actual message to be logged. The actual message to be logged.
  /external/antlr/antlr-3.4/runtime/C/doxygen/
runtime.dox 28 /// find "Base Recognizer Implementation", which documents the actual functions that are installed
32 /// the actual source code, but please don't email the author directly, use the ANTLR Interest
  /external/ceres-solver/internal/ceres/
incomplete_lq_factorization_test.cc 43 const CompressedRowSparseMatrix& actual,
45 EXPECT_EQ(expected.num_rows(), actual.num_rows());
46 EXPECT_EQ(expected.num_cols(), actual.num_cols());
48 EXPECT_EQ(expected.rows()[i], actual.rows()[i]);
51 for (int i = 0; i < actual.num_nonzeros(); ++i) {
52 EXPECT_EQ(expected.cols()[i], actual.cols()[i]);
53 EXPECT_NEAR(expected.values()[i], actual.values()[i], tolerance);
117 << "\actual: \n" << actual_l_matrix;
  /external/chromium/chrome/browser/prefs/
pref_service_mock_builder.h 49 // Specifies to use an actual command-line backed command-line pref store.
52 // Specifies to use an actual file-backed user pref store.
  /external/chromium/net/websockets/
websocket_net_log_params_unittest.cc 44 scoped_ptr<Value> actual(parameter->ToValue());
46 EXPECT_TRUE(expected.Equals(actual.get()));
  /external/chromium_org/chrome/browser/extensions/api/terminal/
terminal_private_api.h 13 // permission check before calling actual function implementation.
24 // Override with actual extension function implementation.
  /external/chromium_org/content/browser/download/
mhtml_generation_browsertest.cc 47 // Note that the actual content of the file is not tested, the purpose of this
67 // Make sure the actual generated file has some contents.
  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font.h 27 // Returns a description of the actual font. Use this to see the actual
  /external/chromium_org/media/audio/
mock_audio_manager.h 14 // 1) Avoids to use the actual (system and platform dependent) AudioManager.
15 // Some bots does not have input devices, thus using the actual AudioManager
  /external/chromium_org/media/filters/
audio_file_reader.h 50 // but are only estimates. For some encoded formats, the actual duration
52 // The Read() method returns the actual number of sample-frames it has read.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uldnames.h 127 * @return the actual buffer size needed for the display name. If it's
147 * @return the actual buffer size needed for the display name. If it's
165 * @return the actual buffer size needed for the display name. If it's
183 * @return the actual buffer size needed for the display name. If it's
201 * @return the actual buffer size needed for the display name. If it's
219 * @return the actual buffer size needed for the display name. If it's
237 * @return the actual buffer size needed for the display name. If it's
256 * @return the actual buffer size needed for the display name. If it's
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.h 48 virtual void assertUText(const char *expected, UText *actual, const char *file, int line);
49 virtual void assertUTextInvariant(const char *invariant, UText *actual, const char *file, int line);
  /external/chromium_org/third_party/skia/src/pipe/utils/
SamplePipeControllers.h 21 virtual void* requestBlock(size_t minRequest, size_t* actual) SK_OVERRIDE;
60 virtual void* requestBlock(size_t minRequest, size_t* actual) SK_OVERRIDE;
  /external/chromium_org/ui/base/keycodes/
keyboard_code_conversion.h 20 // determine the actual character that should be generate by the key. Because
22 // to do with the actual character printed on that key. In such case, the only
  /external/chromium_org/ui/gfx/
vector2d_unittest.cc 39 Vector2d actual; member in struct:gfx::__anon16763
48 int_tests[i].actual.ToString());
55 Vector2dF actual; member in struct:gfx::__anon16764
65 float_tests[i].actual.ToString());
71 Vector2d actual; member in struct:gfx::__anon16765
82 int_tests[i].actual.ToString());
86 Vector2dF actual; member in struct:gfx::__anon16766
97 float_tests[i].actual.ToString());
  /external/chromium_org/v8/test/mjsunit/
not.js 31 var actual = !x;
32 assertEquals(expected, actual, "x: " + x);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-mul-canoverflow.js 44 var actual = boom(big_int)
45 assertEquals(expected, actual);
regress-mul-canoverflowb.js 44 var actual = boom(big_int)
45 assertEquals(expected, actual);
  /external/elfutils/tests/
hash.c 37 unsigned long int actual = elf_hash (name); local
39 return actual != expected;
  /external/icu4c/i18n/unicode/
uldnames.h 128 * @return the actual buffer size needed for the display name. If it's
148 * @return the actual buffer size needed for the display name. If it's
166 * @return the actual buffer size needed for the display name. If it's
184 * @return the actual buffer size needed for the display name. If it's
202 * @return the actual buffer size needed for the display name. If it's
220 * @return the actual buffer size needed for the display name. If it's
238 * @return the actual buffer size needed for the display name. If it's
257 * @return the actual buffer size needed for the display name. If it's
  /external/icu4c/test/intltest/
regextst.h 52 virtual void assertUText(const char *expected, UText *actual, const char *file, int line);
53 virtual void assertUTextInvariant(const char *invariant, UText *actual, const char *file, int line);
  /external/kernel-headers/original/asm-arm/
semaphore.h 65 * "__down" is the actual routine that waits...
75 * "__down_interruptible" is the actual routine that waits...
  /external/mockito/src/org/mockito/internal/matchers/
Equals.java 23 public boolean matches(Object actual) {
24 return Equality.areEqual(this.wanted, actual);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AccountTest.java 45 Account actual = Account.CREATOR.createFromParcel(p); local
46 assertThat(expected, equalTo(actual));
  /external/skia/src/pipe/utils/
SamplePipeControllers.h 21 virtual void* requestBlock(size_t minRequest, size_t* actual) SK_OVERRIDE;
60 virtual void* requestBlock(size_t minRequest, size_t* actual) SK_OVERRIDE;

Completed in 1460 milliseconds

<<21222324252627282930>>