Searched
full:actual (Results
851 -
875 of
10182) sorted by null
<<31323334353637383940>>
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/ |
glossary.rst | 14 rasterizing pipeline prior to the actual rasterization of vertices into
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_setup.h | 67 /* The actual generated setup function:
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/times/ |
usparc.cc | 14 actual 'speed' numbers look better which is a realistic version of
|
/external/chromium_org/third_party/skia/include/core/ |
SkDrawFilter.h | 21 * used for the actual drawing. Note: this modification only lasts for the
|
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/ |
lcmessage.m4 | 11 dnl Please note that the actual code of the GNU gettext library is covered
|
nls.m4 | 11 dnl Please note that the actual code of the GNU gettext library is covered
|
/external/chromium_org/tools/gn/ |
input_file.h | 31 // The physical name tells the actual name on disk, if there is one.
|
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/ |
xml_writer_base_unittest.py | 37 output: Actual XML text.
|
/external/chromium_org/tools/grit/grit/tool/ |
preprocess_unittest.py | 8 provide the actual rctext data.
|
/external/chromium_org/tools/perf/metrics/ |
histogram.py | 18 subtracted from the actual measurement."""
|
/external/chromium_org/ui/base/ |
view_prop.h | 43 // Stores the actual data.
|
/external/chromium_org/ui/shell_dialogs/ |
selected_file_info.h | 21 // The actual local path to the selected file. This can be a snapshot file
|
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_origin_database_interface.h | 40 // (This doesn't remove the actual path).
|
/external/chromium_org/win8/metro_driver/ |
metro_dialog_box.h | 58 // The actual dialog box.
|
/external/clang/test/CodeGenObjC/ |
debug-info-self.m | 19 // the actual source file. (see the metadata node after the arg name in each
|
/external/clang/test/Index/ |
complete-pch.m | 17 // Run the actual tests
|
/external/droiddriver/src/com/google/android/droiddriver/base/ |
AbstractUiElement.java | 98 // String actual = getText(); 99 // if (!text.equals(actual)) { 101 // "setText failed: expected=\"%s\", actual=\"%s\"", text, actual));
|
/external/easymock/src/org/easymock/internal/ |
ErrorMessage.java | 45 buffer.append("\n ").append(message).append(", actual: ");
|
Invocation.java | 135 public boolean matches(Invocation actual, org.easymock.ArgumentsMatcher matcher) {
136 return this.mock.equals(actual.mock)
137 && this.method.equals(actual.method)
138 && matcher.matches(this.arguments, actual.arguments);
|
/external/elfutils/m4/ |
lcmessage.m4 | 13 dnl Please note that the actual code of the GNU gettext library is covered
|
nls.m4 | 11 dnl Please note that the actual code of the GNU gettext library is covered
|
/external/freetype/src/autofit/ |
afloader.h | 32 * actual fonts. If necessary, `local' data like the current face, the
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
ServerHostKeyVerifier.java | 18 * The actual verifier method, it will be called by the key exchange code
|
/external/gtest/test/ |
gtest_repeat_test.cc | 63 #define GTEST_CHECK_INT_EQ_(expected, actual) \ 66 const int actual_val = (actual);\ 68 ::std::cout << "Value of: " #actual "\n"\ 69 << " Actual: " << actual_val << "\n"\
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionToArrayTester.java | 177 private void expectArrayContentsAnyOrder(Object[] expected, Object[] actual) { 179 Arrays.asList(expected), Arrays.asList(actual)); 182 private void expectArrayContentsInOrder(List<E> expected, Object[] actual) { 184 expected, Arrays.asList(actual));
|
Completed in 661 milliseconds
<<31323334353637383940>>