HomeSort by relevance Sort by last modified time
    Searched refs:block (Results 1101 - 1125 of 2246) sorted by null

<<41424344454647484950>>

  /build/tools/droiddoc/templates-sac/assets/css/
default.css 45 display: block;
52 display: inline-block; }
55 display: block;
158 display: inline-block;
162 display: block;
295 display: block;
304 display: block;
317 display:block;
347 display:inline-block;
392 display:block; }
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
NormalSsaInsn.java 37 * @param block block that contains this insn
39 NormalSsaInsn(final Insn insn, final SsaBasicBlock block) {
40 super(insn.getResult(), block); local
  /development/testrunner/
am_instrument_parser.py 130 result_block_string (string): Is a single "block" of output. A single
131 "block" would be either a "test started" status report, or a "test
  /docs/source.android.com/src/source/assets/
main.css 87 display: block;
258 display: inline-block;
295 display: block;
307 display: block;
  /external/ceres-solver/internal/ceres/
dense_sparse_matrix.cc 105 *dense_matrix = m_.block(0, 0, num_rows(), num_cols());
114 m_.block(0, 0, tmp.rows(), tmp.cols()) = tmp;
implicit_schur_complement.cc 70 // Initialize temporary storage and compute the block diagonals of
90 // The block diagonals of the augmented linear system contain
92 // the block diagonals and invert them.
142 // Given a block diagonal matrix and an optional array of diagonal
144 // inverse of each diagonal block.
151 const int row_block_pos = block_diagonal_structure->rows[r].block.position;
152 const int row_block_size = block_diagonal_structure->rows[r].block.size;
169 // Similar to RightMultiply, use the block structure of the matrix A
192 // The full solution vector y has two blocks. The first block of
194 // computed via back substitution. The second block of variable
    [all...]
  /external/chromium/chrome/browser/resources/gpu_internals/
tab_control.css 42 display: inline-block;
  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.css 34 display: inline-block;
  /external/chromium/chrome/browser/resources/options/
subpages_tab_controls.css 65 display: block;
  /external/chromium-trace/trace-viewer/src/base/
unittest.css 28 display: block;
  /external/chromium-trace/trace-viewer/src/ui/
mouse_mode_selector.css 30 display: block;
  /external/chromium_org/base/message_loop/
message_pump_glib.cc 20 // Return a timeout suitable for the glib loop, -1 to block forever,
43 // system. File descriptors can be attached to the sources. The poll may block
44 // if none of the Prepare calls returned TRUE. It will block indefinitely, or
69 // thing, respecting the timeout for the poll (and block, although it is
94 // would never block. Once the poll is finished, Check will be called.
193 // will mean that we don't block on the message pump until there was nothing
194 // more to do. We also set this to true to make sure not to block on the
202 // Don't block if we think we have more work to do.
203 bool block = !more_work_is_plausible; local
205 more_work_is_plausible = g_main_context_iteration(context_, block);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
mobile_dialogs.css 70 display: block;
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
wallpaper_manager.css 129 display: block;
143 display: block;
147 display: inline-block;
330 display: inline-block;
  /external/chromium_org/chrome/browser/resources/
gesture_config.css 21 display: inline-block;
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_view.css 7 display: inline-block;
  /external/chromium_org/chrome/browser/resources/options/
subpages_tab_controls.css 73 display: block;
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
copies_settings.css 28 display: inline-block;
  /external/chromium_org/chrome/common/extensions/docs/static/js/
popup.js 38 popup.style.display = 'block';
  /external/chromium_org/content/browser/renderer_host/media/
audio_sync_reader.cc 74 int AudioSyncReader::Read(bool block, const AudioBus* source, AudioBus* dest) {
79 if (block)
  /external/chromium_org/content/browser/resources/indexed_db/
indexeddb_internals.css 22 display: inline-block;