/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
TypeListItem.java | 39 /** {@code non-null;} the actual list */ 45 * @param list {@code non-null;} the actual list
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstArray.java | 27 /** {@code non-null;} the actual list of contents */ 33 * @param list {@code non-null;} the actual list of contents
|
/dalvik/dx/src/com/android/dx/dex/file/ |
TypeListItem.java | 38 /** {@code non-null;} the actual list */ 44 * @param list {@code non-null;} the actual list
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstArray.java | 25 /** {@code non-null;} the actual list of contents */ 31 * @param list {@code non-null;} the actual list of contents
|
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
ContactAccessor.java | 26 * Contacts Provider. The actual implementation used by the application depends 84 * Loads contact data for the supplied URI. The actual queries will differ for different APIs
|
/external/chromium/chrome/browser/chromeos/login/ |
owner_manager.h | 67 // Do the actual work of signing |data| with |private_key_|. First, 78 // Do the actual work of verifying that |signature| is valid over
|
/external/chromium/chrome/browser/net/ |
sdch_dictionary_fetcher.h | 38 // Delay in ms between Schedule and actual download. 67 // bandwidth from the actual page load. Create delayed tasks to spread out
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
codec.cc | 41 // If a nonzero clockrate is specified, it must match the actual clockrate. 42 // If a nonzero bitrate is specified, it must match the actual bitrate,
|
/external/chromium_org/base/i18n/ |
char_iterator.h | 50 // Advance to the next actual character. Returns false if we're at the 97 // Advance to the next actual character. Returns false if we're at the
|
/external/chromium_org/chrome/browser/diagnostics/ |
diagnostics_test.h | 38 // The actual outcome of the test should be set using the RecordXX functions. 76 // Derived classes override this method do perform the actual test.
|
/external/chromium_org/chrome/browser/net/ |
sdch_dictionary_fetcher.h | 45 // Delay in ms between Schedule and actual download. 69 // bandwidth from the actual page load. Create delayed tasks to spread out
|
/external/chromium_org/chrome/browser/sessions/ |
session_service_test_helper.cc | 91 const sessions::SerializedNavigationEntry& actual) { 93 expected, actual);
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_host_metrics.cc | 40 // record actual value later. See SpellCheckHost for more detail. 60 // Collects actual number of checked words, excluding duplication.
|
spellcheck_service_browsertest.cc | 51 size_t actual = file_util::WriteFile(bdict_path, local 54 EXPECT_EQ(arraysize(kCorruptedBDICT), actual); local
|
/external/chromium_org/chrome/test/functional/media/ |
audio_playback_perf.py | 17 RESULT audio_pesq: actual= 4.547 score 90 pyauto_utils.PrintPerfResult('audio_pesq', 'actual', pesq_values[1],
|
/external/chromium_org/content/browser/webui/ |
url_data_source_impl.h | 35 // handle the actual deletion. During shutdown |DeleteDataSources| is invoked so 73 // handle the actual work of sending the data.
|
/external/chromium_org/net/spdy/ |
spdy_write_queue.cc | 87 // Do the actual deletion and removal, preserving FIFO-ness. 105 // Do the actual deletion and removal, preserving FIFO-ness.
|
/external/chromium_org/net/test/spawned_test_server/ |
local_test_server.h | 79 // Returns the actual path of document root for test cases. This function 80 // should be called by test cases to retrieve the actual document root path.
|
/external/chromium_org/sandbox/win/src/ |
resolver.h | 17 // A resolver is the object in charge of performing the actual interception of 25 // Performs the actual interception of a function.
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocketPerMessageDeflateTest.cpp | 97 std::string actual; local 119 actual += std::string(frame.payload, frame.payloadLength); 121 EXPECT_EQ(expected, actual); 123 for (size_t i = 0; i < actual.size(); ++i) { 125 WebSocketFrame frame(opcode, &actual[i], 1); 269 std::string actual; local 483 String actual = WebSocketPerMessageDeflate().createExtensionProcessor()->handshakeString(); local 484 EXPECT_EQ(String("permessage-deflate; c2s_max_window_bits"), actual);
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
results.js | 47 var kActualImageSuffix = '-actual.png'; 50 var kActualAudioSuffix = '-actual.wav'; 52 var kActualTextSuffix = '-actual.txt'; 74 results.kActualKind = 'actual'; 223 this._actual = resultNode ? results.failureTypeList(resultNode.actual) : []; 274 return !!node.actual; 316 'failureTypeList': results.failureTypeList(resultsByTest[testName][builderName].actual), 478 if (/-actual\.[a-z]+$/.test(url))
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
print-json-test-results | 82 actual_result = result['actual'] 101 if len(data) and not "actual" in data and not "expected" in data:
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
testutils.h | 455 const void* actual, 459 && (0 == memcmp(expected, actual, expected_length))) { 470 reinterpret_cast<const char*>(actual), actual_length); 471 msg << "\n Actual: " << buffer << " [" << actual_length << "]"; 506 #define EXPECT_MEMEQ(expected, expected_length, actual, actual_length) \ 508 actual, actual_length) 510 #define ASSERT_MEMEQ(expected, expected_length, actual, actual_length) \ 512 actual, actual_length)
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
portallocatorsessionproxy.h | 92 // Forwards call to the actual PortAllocatorSession. 114 // This is the actual PortAllocatorSession, owned by PortAllocator.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/ |
xmlconfig.h | 64 * \li One in each <driver>Context with the actual values for that context */ 74 * \li Actual values in contexts
|