HomeSort by relevance Sort by last modified time
    Searched full:blocks (Results 1226 - 1250 of 5464) sorted by null

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/ui/
crypto_module_delegate_nss.cc 56 // This method blocks on |event_| until the task completes,
  /external/chromium_org/chrome/browser/ui/views/
certificate_viewer_win.cc 49 // This next call blocks but keeps processing windows messages, making it
  /external/chromium_org/chrome/test/base/
ui_test_utils.h 129 // Blocks until an application modal dialog is showns and returns it.
143 // Blocks until |service| finishes loading.
146 // Blocks until the |history_service|'s history finishes loading.
221 // Notification observer which waits for navigation events and blocks until
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils.h 50 // Blocks until either a timeout is reached, or until the client process
  /external/chromium_org/components/web_modal/
web_contents_modal_dialog_manager.h 91 // Blocks/unblocks interaction with renderer process.
  /external/chromium_org/content/browser/renderer_host/media/
audio_sync_reader.h 49 // Blocks until data is ready for reading or a timeout expires. Returns false
  /external/chromium_org/net/disk_cache/
mapped_file.h 22 // the actual data for the blocks will be access asynchronously (most of the
  /external/chromium_org/net/disk_cache/v3/
block_bitmaps_unittest.cc 11 // Tests that we add and remove blocks correctly.
  /external/chromium_org/net/test/spawned_test_server/
remote_test_server.h 35 // blocks until the server is ready.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptableDocumentParser.h 41 // FIXME: Only the HTMLDocumentParser ever blocks script execution on
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintPhase.h 34 * The backgrounds and borders of all blocks are painted. Inlines are not painted at all.
RenderMultiColumnBlock.h 73 // These values will be cached (eventually) for multi-column blocks.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
commandtest.py 36 options.blocks = None
  /external/chromium_org/third_party/WebKit/public/platform/
WebThread.h 34 // Deleting the thread blocks until all pending, non-delayed tasks have been
  /external/chromium_org/third_party/angle/src/compiler/
PoolAlloc.h 38 // If we are using guard blocks, we must track each indivual
39 // allocation. If we aren't using guard blocks, these
80 // Find offsets to pre and post guard blocks, and user data buffer
187 // Track allocations if and only if we're using guard blocks
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
comparator.h 41 // for internal data structures like index blocks.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_linear.h 61 /* size of each tile expressed in blocks */
u_slab.h 46 /* The page is an array of blocks (allocations). */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_pipe.h 40 * Fragment processing is performed on 2x2 blocks of pixels called "quads".
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_texture.h 92 /* Height of the hardware buffer in pixel blocks */
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
testlib.h 49 * intra_unsigned: OUT If 1, port uses unsigned values for intra-coded blocks
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
ccm128.c 68 ctx->blocks = 0;
113 ctx->blocks++;
147 ctx->blocks++;
183 ctx->blocks++;
196 ctx->blocks += ((len+15)>>3)|1;
197 if (ctx->blocks > (U64(1)<<61)) return -2; /* too much data */
337 ctx->blocks++;
350 ctx->blocks += ((len+15)>>3)|1;
351 if (ctx->blocks > (U64(1)<<61)) return -2; /* too much data */
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
BlockingRpcChannel.java 42 * Call the given method of the remote service and blocks until it returns.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 129 bool MallocExtension::MallocMemoryStats(int* blocks, size_t* total,
131 *blocks = 0;
355 (int* blocks, size_t* total, int histogram[kMallocHistogramSize]),
356 (blocks, total, histogram));
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
debugallocation_test.cc 163 // Verify that the allocator doesn't return blocks that were recently freed.
174 EXPECT_NE(x, old_x); // Allocator shouldn't return recently freed blocks
189 // list of recently-freed blocks, so the following 'new' will be safe.
243 // new size is seen and the queue of recently-freed blocks is flushed.

Completed in 1243 milliseconds

<<41424344454647484950>>