HomeSort by relevance Sort by last modified time
    Searched full:assembled (Results 1 - 25 of 246) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/courgette/
encoded_program_unittest.cc 50 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();
encode_decode_unittest.cc 58 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();
adjustment_method.h 36 // assembled.
encoded_program_fuzz_unittest.cc 180 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();
assembly_program.h 53 // * Later, the EncodedProgram can be deserialized and assembled into
72 // Instructions will be assembled in the order they are emitted.
83 // Following instruction will be assembled at address 'rva'.
  /external/chromium_org/tools/gyp/test/rules/src/noaction/
no_action_with_rules_fails.gyp 18 'rule_name': 'assembled',
  /device/google/accessory/demokit/
make-download.sh 46 echo "packaged directories assembled. Next: create zip"
55 echo "download zip assembled. Next: remove package directories"
  /external/llvm/test/Assembler/
2002-08-16-ConstExprInlined.ll 2 ; ConstExpr reference. Disassembling this program assembled yields invalid
  /external/llvm/test/MC/MachO/ARM/
thumb-bl-jbits.s 18 # the branch is assembled with a label not a displacement.
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jsimdcpu.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
jcgrammx.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
13 ; can *not* be assembled with Microsoft's MASM or any compatible
jcgrass2-64.asm 9 ; This file should be assembled with NASM (Netwide Assembler),
10 ; can *not* be assembled with Microsoft's MASM or any compatible
jcgrass2.asm 9 ; This file should be assembled with NASM (Netwide Assembler),
10 ; can *not* be assembled with Microsoft's MASM or any compatible
jccolmmx.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
13 ; can *not* be assembled with Microsoft's MASM or any compatible
  /device/google/accessory/demokit/hardware/fab/shield/
README.txt 12 MARK AND STAMP MUST NOT BE VISIBLE ONCE BOARD IS ASSEMBLED.
  /external/llvm/test/Bitcode/
old-aliases.ll 3 ; old-aliases.bc consist of this file assembled with an old llvm-as (3.5 trunk)
  /external/llvm/test/Linker/
global_ctors.ll 4 ; old_global_ctors.3.4.bc contains the following LLVM IL, assembled into
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiUtils.java 173 * @param data to be assembled
174 * @return assembled value
183 * @param data to be assembled
185 * @return assembled value
194 * @param data to be assembled
195 * @return assembled value
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
EllipsizedMultilineTextView.java 95 // Now copy the original spans into the assembled string, modified for any ellipsizing.
98 // spans in the assembled version if a CharacterStyle spanned across the lastLineStart
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsSimplify.cpp 203 SkPathWriter assembled(temp);
204 Assemble(simple, &assembled);
205 *result = *assembled.nativePath();
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 203 SkPathWriter assembled(temp);
204 Assemble(simple, &assembled);
205 *result = *assembled.nativePath();
  /external/chromium_org/third_party/skia/experimental/Intersection/
ShapeOps.cpp 275 Op::PathWrapper assembled(temp);
276 assemble(wrapper, assembled);
277 result = *assembled.nativePath();
  /external/skia/experimental/Intersection/
ShapeOps.cpp 275 Op::PathWrapper assembled(temp);
276 assemble(wrapper, assembled);
277 result = *assembled.nativePath();
  /external/arduino/
readme.txt 5 The boards can be assembled by hand or purchased preassembled; the open-source
  /external/chromium_org/sandbox/win/src/
resolver_32.cc 28 // convention. It is assembled as:

Completed in 1211 milliseconds

1 2 3 4 5 6 7 8 910