Searched refs:assembled (Results 1 - 25 of 53) sorted by relevance

123

/external/chromium_org/courgette/
H A Dencoded_program_unittest.cc50 courgette::SinkStream assembled; local
51 bool can_assemble = encoded2->AssembleTo(&assembled);
55 const void* assembled_buffer = assembled.Buffer();
56 size_t assembled_length = assembled.Length();
H A Dencode_decode_unittest.cc58 courgette::SinkStream assembled; local
59 const courgette::Status assemble_status = Assemble(encoded2, &assembled);
62 const void* assembled_buffer = assembled.Buffer();
63 size_t assembled_length = assembled.Length();
H A Dencoded_program_fuzz_unittest.cc180 courgette::SinkStream assembled; local
181 const courgette::Status assemble_status = Assemble(encoded, &assembled);
184 const void* assembled_buffer = assembled.Buffer();
185 size_t assembled_length = assembled.Length();
H A Dencoded_program.cc792 bool assembled = encoded->AssembleTo(buffer); local
793 if (assembled)
/external/llvm/test/MC/MachO/ARM/
H A Dthumb-bl-jbits.s18 # the branch is assembled with a label not a displacement.
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djccolmmx.asm12 ; This file should be assembled with NASM (Netwide Assembler),
13 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djccolss2-64.asm9 ; This file should be assembled with NASM (Netwide Assembler),
10 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djccolss2.asm9 ; This file should be assembled with NASM (Netwide Assembler),
10 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djcgrammx.asm12 ; This file should be assembled with NASM (Netwide Assembler),
13 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djcgrass2-64.asm9 ; This file should be assembled with NASM (Netwide Assembler),
10 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djcgrass2.asm9 ; This file should be assembled with NASM (Netwide Assembler),
10 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djdcolmmx.asm12 ; This file should be assembled with NASM (Netwide Assembler),
13 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djdcolss2-64.asm12 ; This file should be assembled with NASM (Netwide Assembler),
13 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djdcolss2.asm12 ; This file should be assembled with NASM (Netwide Assembler),
13 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djdmermmx.asm12 ; This file should be assembled with NASM (Netwide Assembler),
13 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djdmerss2-64.asm12 ; This file should be assembled with NASM (Netwide Assembler),
13 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djdmerss2.asm12 ; This file should be assembled with NASM (Netwide Assembler),
13 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djf3dnflt.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsSimplify.cpp203 SkPathWriter assembled(temp);
204 Assemble(simple, &assembled);
205 *result = *assembled.nativePath();
H A DSkPathOpsOp.cpp317 SkPathWriter assembled(temp);
318 Assemble(wrapper, &assembled);
319 *result = *assembled.nativePath();
/external/skia/src/pathops/
H A DSkPathOpsSimplify.cpp203 SkPathWriter assembled(temp);
204 Assemble(simple, &assembled);
205 *result = *assembled.nativePath();
H A DSkPathOpsOp.cpp317 SkPathWriter assembled(temp);
318 Assemble(wrapper, &assembled);
319 *result = *assembled.nativePath();
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DShapeOps.cpp275 Op::PathWrapper assembled(temp);
276 assemble(wrapper, assembled);
277 result = *assembled.nativePath();
/external/skia/experimental/Intersection/
H A DShapeOps.cpp275 Op::PathWrapper assembled(temp);
276 assemble(wrapper, assembled);
277 result = *assembled.nativePath();
/external/chromium_org/third_party/openmax_dl/dl/api/arm/
H A DarmCOMM_s.h410 @ state being assembled for (eg Thumb) then a suitable
437 @ state being assembled for (eg Thumb) then a suitable

Completed in 383 milliseconds

123