Searched refs:block (Results 351 - 375 of 1527) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtemplate.rb28 def define_template( name, source, &block )
29 template_library.define_template( name, source, &block )
115 def self.new( &block )
118 block_given? and module_eval( &block )
143 def define_template( name, source, parameters = nil, &block )
294 attr_accessor :splat, :block
305 @block and names << @block.to_s
318 param.block = options.fetch( :block, fals
[all...]
/external/ceres-solver/internal/ceres/
H A Ddetect_structure.cc60 *row_block_size = row.block.size;
62 *row_block_size != row.block.size) {
63 VLOG(2) << "Dynamic row block size because the block size changed from "
65 << row.block.size;
74 VLOG(2) << "Dynamic e block size because the block size changed from "
88 VLOG(2) << "Dynamic f block size because the block size "
/external/chromium/chrome/browser/resources/options/
H A Dcookies_view.css31 display: inline-block;
38 display: inline-block;
59 display: block;
80 display: inline-block;
91 display: inline-block;
125 display: inline-block;
H A Dcontent_settings.css15 display: inline-block;
57 display: block;
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dupload_data_presenter_unittest.cc21 const char block[] = "key.with.dots=value"; local
22 net::UploadBytesElementReader element(block, sizeof(block) - 1);
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DSsaToRop.java135 * there. Furthermore, any no-op block between the exit block and
164 * predecessor block.
169 for (SsaBasicBlock block : blocks) {
171 block.forEachPhiInsn(new PhiVisitor(blocks));
174 block.removeAllPhiInsns();
181 for (SsaBasicBlock block : blocks) {
182 block.scheduleMovesFromPhis();
240 * @return rop-form basic block list
245 // Exit block ma
298 convertBasicBlock(SsaBasicBlock block) argument
[all...]
/external/eigen/test/
H A Dredux.cpp51 VERIFY_IS_APPROX(m1.block(r0,c0,r1,c1).sum(), m1.block(r0,c0,r1,c1).eval().sum());
52 VERIFY_IS_APPROX(m1.block(r0,c0,r1,c1).mean(), m1.block(r0,c0,r1,c1).eval().mean());
53 VERIFY_IS_APPROX(m1_for_prod.block(r0,c0,r1,c1).prod(), m1_for_prod.block(r0,c0,r1,c1).eval().prod());
54 VERIFY_IS_APPROX(m1.block(r0,c0,r1,c1).real().minCoeff(), m1.block(r0,c0,r1,c1).real().eval().minCoeff());
55 VERIFY_IS_APPROX(m1.block(r0,c0,r1,c1).real().maxCoeff(), m1.block(r
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
H A DBlenderModelLoader.java61 for (FileBlockHeader block : blocks) {
62 if (block.getCode() == FileBlockHeader.BLOCK_OB00) {
63 Object object = this.toObject(block.getStructure(blenderContext));
/external/valgrind/main/memcheck/tests/
H A Dbig_blocks_freed_list.stderr.exp4 Address 0x........ is 1,000 bytes inside a block of size 1,000,001 free'd
10 Address 0x........ is 1,000 bytes inside a block of size 900,000 free'd
20 Address 0x........ is 2,000 bytes inside a block of size 900,000 free'd
26 Address 0x........ is 10 bytes inside a block of size 10,000 free'd
32 Address 0x........ is 10 bytes inside a block of size 1,000,001 free'd
38 Address 0x........ is 10 bytes inside a block of size 10,000 free'd
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Dinteractive.rb24 def initialize( options = {}, &block ) # for 1.9
33 @readline = block or raise( ArgumentError, "no line-reading block was provided" )
61 def initialize( options = {}, &block )
69 @readline = block or raise( ArgumentError, "no line-reading block was provided" )
/external/blktrace/
H A Dbtrace.spec25 btrace can show detailed info about what is happening on a block
27 performance or application problems relating to block layer io.
/external/chromium/chrome/browser/resources/ntp4/
H A Drecently_closed.css14 display: block;
31 display: block;
/external/chromium-trace/trace-viewer/src/tracing/
H A Drecord_selection_dialog.css27 display: inline-block;
45 display: inline-block;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_user_image.css23 display: inline-block;
42 display: inline-block;
100 display: block;
127 display: block;
171 display: block;
201 display: block;
207 display: block;
236 display: block;
/external/chromium_org/chrome/browser/resources/help/
H A Dchannel_change_page.css16 display: block;
33 display: block !important;
/external/chromium_org/third_party/freetype/src/base/
H A Dftsystem.c66 /* The address of newly allocated block. */
89 /* cur_size :: The current size of the allocated memory block. */
93 /* block :: The current address of the block in memory. */
96 /* The address of the reallocated memory block. */
102 void* block )
107 return ft_srealloc( block, new_size );
122 /* block :: The address of block in memory to be freed. */
126 void* block )
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_network.h23 void u_socket_block(int s, boolean block);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_hw_context_priv.h33 /* these flags are used in register flags and added into block flags */
54 void r600_context_dirty_block(struct r600_context *ctx, struct r600_block *block,
/external/chromium_org/third_party/ocmock/OCMock/
H A DOCMArg.h19 + (id)checkWithBlock:(BOOL (^)(id))block; variable
H A DOCMockRecorder.h26 - (id)andDo:(void (^)(NSInvocation *))block;
/external/chromium_org/tools/gn/
H A Dfunction_define_rule.cc19 BlockNode* block,
16 RunDefineRule(Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) argument
H A Dfunction_template.cc28 " with the name is called, the block following the invocation is\n"
87 BlockNode* block,
84 RunTemplate(Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) argument
/external/chromium_org/ui/webui/resources/css/
H A Dtrash.css10 display: inline-block;
18 display: inline-block;
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.h22 DECLARE_REAL(void*, memset, void *block, int c, uptr size)
/external/e2fsprogs/lib/ext2fs/
H A Dext_attr.c63 errcode_t ext2fs_read_ext_attr(ext2_filsys fs, blk_t block, void *buf) argument
67 retval = io_channel_read_blk(fs->io, block, 1, buf);
76 errcode_t ext2fs_write_ext_attr(ext2_filsys fs, blk_t block, void *inbuf) argument
91 retval = io_channel_write_blk(fs->io, block, 1, write_buf);
100 * This function adjusts the reference count of the EA block.

Completed in 1559 milliseconds

<<11121314151617181920>>