HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1876 - 1900 of 3043) sorted by null

<<71727374757677787980>>

  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 18 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 301 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
302 SmilXmlSerializer.serialize(document, out);
307 smilPart.setData(out.toByteArray());
668 // Figure out if we have any media items that need to be resized and total up the
719 // This will write out all the new parts to:
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.1.1/
javawriter-2.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.2.1/
javawriter-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 481 * Figure out actual row and column numbers for views that do not specify explicit row
502 // an earlier number... find out what the layout does in that case!
1579 PrintWriter out = new PrintWriter(stringWriter); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 191 // Attempt to lay the views out in a grid with constraints (though not that widgets
1257 PrintWriter out = new PrintWriter(stringWriter); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 463 StringWriter out = new StringWriter(); local
464 inputsTemplate.process(paramMap, out);
465 out.flush();
466 xml = out.toString();
586 StringWriter out = new StringWriter(); local
587 freemarkerTemplate.process(paramMap, out);
588 out.flush();
589 String xml = out.toString();
739 Writer out = new StringWriter(); local
740 template.process(paramMap, out);
971 Writer out = new StringWriter(1024); local
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 430 void writeToXml(XmlSerializer out)
432 out.startTag(null, TAG_POLICIES);
433 info.writePoliciesToXml(out);
434 out.endTag(null, TAG_POLICIES);
436 out.startTag(null, TAG_PASSWORD_QUALITY);
437 out.attribute(null, ATTR_VALUE, Integer.toString(passwordQuality));
438 out.endTag(null, TAG_PASSWORD_QUALITY);
440 out.startTag(null, TAG_MIN_PASSWORD_LENGTH);
441 out.attribute(null, ATTR_VALUE, Integer.toString(minimumPasswordLength));
442 out.endTag(null, TAG_MIN_PASSWORD_LENGTH)
1252 XmlSerializer out = new FastXmlSerializer(); local
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/
Gen.java 253 // Write out our header info
665 public void toBinary(DataOutputStream out) throws IOException {
666 out.writeInt(ByteSwapper.swapInt(nodeNameOffset));
667 out.writeShort(ByteSwapper.swapShort(nodeType));
670 out.writeInt(ByteSwapper.swapInt(metaNodeIDOffset));
673 out.writeByte(accessType);
674 out.writeByte(mimeType);
675 out.writeShort(ByteSwapper.swapShort( (short) children.size()));
682 out.writeInt(ByteSwapper.swapInt( ( (MDFNode) children.get(
687 out.writeByte(numConstraints)
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 
  /art/compiler/
oat_writer.cc 43 DCHECK_EQ(static_cast<off_t>(file_offset + relative_offset), out->Seek(0, kSeekCurrent)) \
47 DCHECK_EQ(static_cast<off_t>(file_offset + offset_), out->Seek(0, kSeekCurrent)) \
480 // so we can simply compare the pointers to find out if things are duplicated.
521 // so we can simply compare the pointers to find out if things are duplicated.
564 WriteCodeMethodVisitor(OatWriter* writer, OutputStream* out, const size_t file_offset,
567 out_(out),
577 OutputStream* out = out_; local
589 if (UNLIKELY(!out->WriteFully(kPadding, aligned_code_delta))) {
609 if (!out->WriteFully(&method_header, sizeof(method_header))) {
616 if (!out->WriteFully(&(*quick_code)[0], code_size))
657 OutputStream* out = out_; local
    [all...]
  /art/compiler/optimizing/
code_generator_arm.cc 457 if (locations != nullptr && locations->Out().Equals(location)) {
510 Move32(location, locations->Out());
514 Move64(location, locations->Out());
627 __ mov(locations->Out().AsArm().AsCoreRegister(), ShifterOperand(1),
629 __ mov(locations->Out().AsArm().AsCoreRegister(), ShifterOperand(0),
895 __ add(locations->Out().AsArm().AsCoreRegister(),
899 __ AddConstant(locations->Out().AsArm().AsCoreRegister(),
906 __ adds(locations->Out().AsArm().AsRegisterPairLow(),
909 __ adc(locations->Out().AsArm().AsRegisterPairHigh(),
1170 Register out = locations->Out().AsArm().AsCoreRegister(); local
1176 Register out = locations->Out().AsArm().AsCoreRegister(); local
1182 Register out = locations->Out().AsArm().AsCoreRegister(); local
1188 Register out = locations->Out().AsArm().AsCoreRegister(); local
1195 Register out = locations->Out().AsArm().AsCoreRegister(); local
1202 ArmManagedRegister out = locations->Out().AsArm(); local
1255 Register out = locations->Out().AsArm().AsCoreRegister(); local
1268 Register out = locations->Out().AsArm().AsCoreRegister(); local
1281 Register out = locations->Out().AsArm().AsCoreRegister(); local
1294 Register out = locations->Out().AsArm().AsCoreRegister(); local
1309 Register out = locations->Out().AsArm().AsCoreRegister(); local
1322 ArmManagedRegister out = locations->Out().AsArm(); local
1449 Register out = locations->Out().AsArm().AsCoreRegister(); local
    [all...]
code_generator_x86.cc 468 Move32(location, instruction->GetLocations()->Out());
472 Move64(location, instruction->GetLocations()->Out());
615 __ setb(X86Condition(comp->GetCondition()), locations->Out().AsX86().AsCpuRegister());
834 locations->Out().AsX86().AsCpuRegister());
851 locations->Out().AsX86().AsRegisterPair());
907 locations->Out().AsX86().AsCpuRegister());
997 Location out = locations->Out(); local
1160 Register out = locations->Out().AsX86().AsCpuRegister(); local
1166 Register out = locations->Out().AsX86().AsCpuRegister(); local
1172 Register out = locations->Out().AsX86().AsCpuRegister(); local
1178 Register out = locations->Out().AsX86().AsCpuRegister(); local
1185 Register out = locations->Out().AsX86().AsCpuRegister(); local
1192 X86ManagedRegister out = locations->Out().AsX86(); local
1249 Register out = locations->Out().AsX86().AsCpuRegister(); local
1261 Register out = locations->Out().AsX86().AsCpuRegister(); local
1273 Register out = locations->Out().AsX86().AsCpuRegister(); local
1285 Register out = locations->Out().AsX86().AsCpuRegister(); local
1298 Register out = locations->Out().AsX86().AsCpuRegister(); local
1310 X86ManagedRegister out = locations->Out().AsX86(); local
1444 Register out = locations->Out().AsX86().AsCpuRegister(); local
    [all...]
code_generator_x86_64.cc 353 Move(location, instruction->GetLocations()->Out());
494 comp->GetLocations()->Out().AsX86_64().AsCpuRegister());
566 __ movl(locations->Out().AsX86_64().AsCpuRegister(), Immediate(0));
570 __ movl(locations->Out().AsX86_64().AsCpuRegister(), Immediate(-1));
574 __ movl(locations->Out().AsX86_64().AsCpuRegister(), Immediate(1));
779 locations->Out().AsX86_64().AsCpuRegister().AsRegister());
845 locations->Out().AsX86_64().AsCpuRegister().AsRegister());
924 locations->Out().AsX86_64().AsCpuRegister().AsRegister());
925 __ xorq(locations->Out().AsX86_64().AsCpuRegister(), Immediate(1));
1008 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister(); local
1094 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister(); local
1106 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister(); local
1118 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister(); local
1130 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister(); local
1144 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister(); local
1156 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister(); local
1276 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister(); local
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 1043 Object** out = objects; local
    [all...]
  /bionic/libc/kernel/uapi/rdma/
rdma_user_cm.h 64 __u16 out; member in struct:rdma_ucm_cmd_hdr
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerTest.java 72 File out = new File(path); local
73 File dir = out.getParentFile();
76 copier.copyToExternalStorage(resid, out);

Completed in 1472 milliseconds

<<71727374757677787980>>