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

<<61626364656667686970>>

  /external/chromium_org/media/filters/
ffmpeg_h264_to_annex_b_bitstream_converter.h 48 // Actual converter class.
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps.h 20 * the actual "Pepper Thread" which is the thread that standard events
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_getschedparam.c 69 * for the target thread. It must not return the actual thread
  /external/chromium_org/net/dns/
address_sorter_posix_unittest.cc 175 IPEndPoint actual = i < result.size() ? result[i] : IPEndPoint();
176 EXPECT_TRUE(expected.address() == actual.address()) <<
178 " Actual: " << actual.ToStringWithoutPort() << "\n" <<
  /external/chromium_org/net/proxy/
proxy_resolver.h 58 // contain the actual script bytes rather than just the URL.
  /external/chromium_org/net/spdy/
spdy_write_queue.h 81 // The actual write queue, binned by priority.
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
nacl_subprocess.h 63 // Input types must be listed in |input_signature|, with the actual
  /external/chromium_org/ppapi/proxy/
ppp_messaging_proxy_perftest.cc 25 // the actual contents of the string (e.g., by doing a lazy retrieve or
  /external/chromium_org/printing/
printed_document_win.cc 63 // account the actual shrinking factor.
  /external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client_unittest.cc 88 // We didn't go through the actual sandboxing mechanism as it is
  /external/chromium_org/sandbox/win/src/
interception.h 134 // Used to store the interception information until the actual set-up.
168 // (the actual interception info), and the current size of the buffer will
199 // Peforms the actual interceptions on ntdll.
210 // actual patch).
policy_broker.cc 89 // Interceptions provided by process_thread_policy, without actual policy.
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameTree.h 93 AtomicString m_name; // The actual frame name (may be empty).
  /external/chromium_org/third_party/WebKit/Source/core/platform/
MemoryUsageSupport.h 46 // Same as above, but always returns actual value, without any
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
AudioFIFO.h 63 // The number of actual elements in the FIFO
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
test-runner.html 215 notifyDone: function(actual)
229 if (actual === this._expected || actual === this._expected + "\n") {
239 var newLines = difflib.stringAsLines(actual);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackend.h 47 // available. This should be replaced with the actual implementation later.
  /external/chromium_org/third_party/WebKit/Source/web/tests/
URLTestHelpers.h 51 // For the actual file path: <WebKit root directory> + relativeBaseDirectory + fileName,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
find_files_unittest.py 57 # This tests the actual windows platform, to ensure we get the same
  /external/chromium_org/third_party/WebKit/public/platform/
WebContentLayer.h 52 // and the actual contents are unavailable. If false, the compositor will draw the layer's background color
  /external/chromium_org/third_party/WebKit/public/web/
WebFileChooserCompletion.h 44 // The actual path of the selected file.
  /external/chromium_org/third_party/closure_linter/closure_linter/
indentation.py 77 actual line number or the one before it in the case of a mis-wrapped
208 actual = self._GetActualIndentation(token)
220 if actual >= 0 and actual not in expected:
226 ['%d' % x for x in expected]), actual),
228 Position(actual, expected[0])])
229 self._start_index_offset[token.line_number] = expected[0] - actual
392 """Gets the actual indentation of the line containing the given token.
398 The actual indentation of the line containing the given token. Returns
  /external/chromium_org/third_party/icu/source/common/
udataswp.h 51 * verify that length>=(actual size)
55 * memcpy(outData, inData, actual size);
59 * return actual size
82 * @return The actual length of the data.
ustrenum.h 74 * ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
  /external/chromium_org/third_party/icu/source/i18n/
anytrans.h 76 * ICU "poor man's RTTI", returns a UClassID for the actual class.

Completed in 2334 milliseconds

<<61626364656667686970>>