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

<<31323334353637383940>>

  /developers/samples/android/ui/holo/BorderlessButtons/BorderlessButtonsSample/src/main/java/com/example/android/borderlessbuttons/
MainActivity.java 35 * See <a href="http://developer.android.com/design/building-blocks/buttons.html#borderless">
40 "http://developer.android.com/design/building-blocks/buttons.html#borderless");
  /development/samples/browseable/BorderlessButtons/src/com.example.android.borderlessbuttons/
MainActivity.java 35 * See <a href="http://developer.android.com/design/building-blocks/buttons.html#borderless">
40 "http://developer.android.com/design/building-blocks/buttons.html#borderless");
  /external/ceres-solver/internal/ceres/
block_random_access_crs_matrix.h 54 // blocks is an array of block sizes. block_pairs is a set of
57 BlockRandomAccessCRSMatrix(const vector<int>& blocks,
block_random_access_sparse_matrix.h 56 // blocks is an array of block sizes. block_pairs is a set of
59 BlockRandomAccessSparseMatrix(const vector<int>& blocks,
gradient_checking_cost_function_test.cc 71 // of blocks desired, and the size of each block.
135 // Test with 3 blocks of size 2, 3 and 4.
139 // Make a random set of blocks.
155 // size as the parameter blocks.
192 // Test with 3 blocks of size 2, 3 and 4.
196 // Make a random set of blocks.
209 // parameter blocks.
342 // Parameter blocks with arbitrarily chosen initial values.
  /external/chromium/net/disk_cache/
block_files.h 40 // blocks to allocate, and block_address is the address of the new entry.
55 // Returns true if the blocks pointed by a given address are currently used.
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
WebViewFindApisTestBase.java 64 * Invokes findAllAsync on the UI thread, blocks until find results are
91 * Invokes findNext on the UI thread, blocks until find results are
  /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
TestThread.java 75 * Starts this TestThread and blocks until it's ready to accept calls.
109 * Runs the passed Runnable on the test thread and blocks until it has finished executing.
  /external/chromium_org/chrome/app/
image_pre_reader_win.h 41 // for each section, in order, the given percentage of the blocks in that
52 // an optimized layout, such that the blocks in each section are arranged
  /external/chromium_org/chrome/browser/sessions/
session_restore.h 25 // variety is meant for startup and blocks until restore is complete.
36 // Restore blocks until complete. This is intended for use during startup
  /external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.h 25 // This method blocks until the operation is complete.
35 // method blocks until the operation is complete.
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
README.chromium 42 blocks in the patch file, and added patch file length validation to the
45 - The control, diff, and extra blocks can be compressed with bzip2, gzip, or
  /external/chromium_org/courgette/
encoded_program.h 75 MAKE_PE_RELOCATION_TABLE = 5, // Emit PE base relocation table blocks.
78 MAKE_PE64_RELOCATION_TABLE = 8, // Emit PE64 base relocation table blocks.
  /external/chromium_org/gpu/command_buffer/client/
ring_buffer.cc 26 // Free blocks pending tokens.
33 DCHECK(!blocks_.empty()) << "no free blocks";
  /external/chromium_org/media/filters/
wsola_internals.h 55 // Search a subset of all candid blocks. The search is performed every
68 // |target_block|. |energy_candidate_blocks| is the energy of all blocks within
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
index.html 70 <button type="button" id="jenga10">Block Tower (10 blocks)</button>
71 <button type="button" id="jenga20">Block Tower (20 blocks)</button>
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.h 77 // blocks (true paragraphs; line break elements don't break blocks)
  /external/chromium_org/third_party/leveldatabase/src/doc/
log_format.txt 1 The log file contents are a sequence of 32KB blocks. The only
20 blocks.
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
malloc_extension_c_test.c 98 int blocks; local
106 MallocExtension_MallocMemoryStats(&blocks, &total, hist);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
malloc_extension_c_test.c 98 int blocks; local
106 MallocExtension_MallocMemoryStats(&blocks, &total, hist);
  /external/chromium_org/v8/src/
hydrogen-infer-types.cc 35 HBasicBlock* block = graph()->blocks()->at(i);
50 // Skip all blocks already processed by the recursive call.
hydrogen-removable-simulates.cc 35 for (int i = 0; i < graph()->blocks()->length(); ++i) {
36 HBasicBlock* block = graph()->blocks()->at(i);
  /external/clang/include/clang/Analysis/Analyses/
ReachableCode.h 47 /// ScanReachableFromBlock - Mark all blocks reachable from Start.
48 /// Returns the total number of blocks that were marked reachable.
  /external/clang/include/clang/Sema/
AnalysisBasedWarnings.h 63 /// \brief Total number of blocks across all CFGs.
66 /// \brief Largest number of CFG blocks for a single function analyzed.
  /external/clang/lib/CodeGen/
README.txt 39 We should try and avoid generating basic blocks which only contain
44 On 176.gcc:expr.ll, it looks like over 12% of basic blocks are just

Completed in 852 milliseconds

<<31323334353637383940>>