/external/chromium_org/chrome/browser/resources/net_internals/ |
status_view.css | 46 display: inline-block;
|
/external/chromium_org/chrome/browser/resources/print_preview/settings/ |
destination_settings.css | 11 display: block;
|
/external/chromium_org/chrome/browser/resources/signin_internals/ |
signin_index.css | 25 display: inline-block;
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
sync_node_browser.css | 25 display: inline-block;
|
/external/chromium_org/chrome/browser/resources/uber/ |
uber.css | 64 display: block;
|
/external/chromium_org/chrome/browser/resources/user_manager/ |
control_bar.css | 26 display: inline-block;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
jsunittest.js | 532 assertBlock: function(message, block) { 534 block.call(this) ? this.pass() : this.fail(message); 587 var block = function() { 596 this.assertBlock(message, block); 604 var block = function() { 613 this.assertBlock(message, block); 688 var block = function() { 697 this.assertBlock(message, block); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XMLViewer.css | 60 display: inline-block;
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/ |
failures.css | 31 display: inline-block;
|
results.css | 31 display: inline-block; 47 display: inline-block; 123 display: inline-block; 183 display: block;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
multisect1.asm | 13 mov ah, 4Ah ; DOS resize mem.block
|
/external/chromium_org/ui/webui/resources/css/ |
tree.css | 6 display: block; 31 display: inline-block; 93 display: block; 102 display: inline-block;
|
/external/chromium_org/v8/src/ |
lithium-allocator.h | 478 bool CanEagerlyResolveControlFlow(HBasicBlock* block) const; 483 BitVector* ComputeLiveOut(HBasicBlock* block); 484 void AddInitialIntervals(HBasicBlock* block, BitVector* live_out); 485 void ProcessInstructions(HBasicBlock* block, BitVector* live); 486 void MeetRegisterConstraints(HBasicBlock* block); 490 void ResolvePhis(HBasicBlock* block); 568 HBasicBlock* block, 579 // Return the block which contains give lifetime position. 590 LGap* GetLastGap(HBasicBlock* block); 604 // During liveness analysis keep a mapping from block id to live_in set [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
DeadStoresChecker.cpp | 76 bool isReachable(const CFGBlock *block) const { 77 return reachable[block->getBlockID()]; 90 const CFGBlock *block = worklist.back(); local 92 llvm::BitVector::reference isReachable = reachable[block->getBlockID()]; 96 for (CFGBlock::const_succ_iterator i = block->succ_begin(), 97 e = block->succ_end(); i != e; ++i) 255 virtual void observeStmt(const Stmt *S, const CFGBlock *block, 258 currentBlock = block;
|
/external/clang/tools/libclang/ |
CIndexHigh.cpp | 518 CXCursorAndRangeVisitorBlock block = (CXCursorAndRangeVisitorBlock)context; local 519 return INVOKE_BLOCK2(block, cursor, range); 524 CXCursorAndRangeVisitorBlock block) { 525 CXCursorAndRangeVisitor visitor = { block, 526 block ? _visitCursorAndRange : 0 }; 532 CXCursorAndRangeVisitorBlock block) { 533 CXCursorAndRangeVisitor visitor = { block, 534 block ? _visitCursorAndRange : 0 };
|
/external/clang/www/analyzer/ |
menu.css | 50 display: block;
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
LocalVariableInfo.java | 34 * {@code non-null;} {@link RegisterSpecSet} to use when indicating a block 42 * sets of variables already assigned upon entry to each block, 43 * where array indices correspond to block labels 73 * Sets the register set associated with the start of the block with 76 * @param label {@code >= 0;} the block label 77 * @param specs {@code non-null;} the register set to associate with the block 95 * Merges the given register set into the set for the block with the 101 * @param label {@code >= 0;} the block label 103 * for the block 135 * Gets the register set associated with the start of the block [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
LocalVariableInfo.java | 36 * {@code non-null;} {@link com.android.dx.rop.code.RegisterSpecSet} to use when indicating a block 44 * sets of variables already assigned upon entry to each block, 45 * where array indices correspond to block indices 74 * Sets the register set associated with the start of the block with 77 * @param index {@code >= 0;} the block index 78 * @param specs {@code non-null;} the register set to associate with the block 96 * Merges the given register set into the set for the block with the 102 * @param index {@code >= 0;} the block index 104 * for the block 132 * Gets the register set associated with the start of the block [all...] |
/external/e2fsprogs/po/ |
at-expand.pl | 14 "#. if \"bblock\" (which indicated that \"\@b\" would be expanded to \"block\")\n", 26 "#. %b <blk> block number\n", 28 "#. %c <blk2> block number\n", 73 $msg =~ s/\@b/block/g; 76 $msg =~ s/\@C/conflicts with some other fs block/g;
|
/external/eigen/Eigen/src/Eigenvalues/ |
RealSchur.h | 33 * matrix is a block-triangular matrix whose diagonal consists of 1-by-1 418 v = m_matT.template block<3,1>(k,k-1); 432 m_matT.block(k, k, 3, size-k).applyHouseholderOnTheLeft(ess, tau, workspace); 433 m_matT.block(0, k, (std::min)(iu,k+3) + 1, 3).applyHouseholderOnTheRight(ess, tau, workspace); 435 m_matU.block(0, k, size, 3).applyHouseholderOnTheRight(ess, tau, workspace); 439 Matrix<Scalar, 2, 1> v = m_matT.template block<2,1>(iu-1, iu-2); 447 m_matT.block(iu-1, iu-1, 2, size-iu+1).applyHouseholderOnTheLeft(ess, tau, workspace); 448 m_matT.block(0, iu-1, iu+1, 2).applyHouseholderOnTheRight(ess, tau, workspace); 450 m_matU.block(0, iu-1, size, 2).applyHouseholderOnTheRight(ess, tau, workspace);
|
/external/eigen/Eigen/src/Householder/ |
BlockHouseholder.h | 14 // This file contains some helper function to deal with block householder reflectors 34 triFactor.col(i).head(i).noalias() = -hCoeffs(i) * vectors.block(i, 0, rs, i).adjoint() 38 triFactor.col(i).head(i) = triFactor.block(0,0,i,i).template triangularView<Upper>()
|
/external/eigen/test/eigen2/ |
eigen2_svd.cpp | 36 sigma.block(0,0,cols,cols) = svd.singularValues().asDiagonal(); 37 matU.block(0,0,rows,cols) = svd.matrixU();
|
/external/eigen/test/ |
eigen2support.cpp | 39 VERIFY_IS_EQUAL((m1.corner(TopLeft,1,1)), (m1.block(0,0,1,1))); 40 VERIFY_IS_EQUAL((m1.template corner<1,1>(TopLeft)), (m1.template block<1,1>(0,0)));
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_quantize.c | 152 int block; member in struct:plane_block_idx 164 res.block = b_idx; 167 res.block = b_idx - y_blocks; 171 res.block = b_idx - v_offset; 183 vp9_quantize_b(BLOCK_OFFSET(mb->plane[pb_idx.plane].coeff, pb_idx.block), 189 BLOCK_OFFSET(xd->plane[pb_idx.plane].qcoeff, pb_idx.block), 190 BLOCK_OFFSET(xd->plane[pb_idx.plane].dqcoeff, pb_idx.block), 193 &xd->plane[pb_idx.plane].eobs[pb_idx.block],
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 15 (* Create an alloca instruction in the entry block of the function. This 103 (* Grab the first block so that we might later add the conditional branch 114 (* Codegen of 'then' can change the current block, update then_bb for the 124 (* Codegen of 'else' can change the current block, update else_bb for the 128 (* Emit merge block. *) 134 (* Return to the start block to add the conditional branch. *) 138 (* Set a unconditional branch at the end of the 'then' block and the 139 * 'else' block to the 'merge' block. *) 143 (* Finally, set the builder to the end of the merge block. * [all...] |