HomeSort by relevance Sort by last modified time
    Searched refs:dta (Results 1 - 9 of 9) sorted by null

  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestCharLiteralPrinter.java 81 getFormatter('a').formatTo(dta, buf);
86 getFormatter('a').formatTo(dta, buf);
TestStringLiteralPrinter.java 81 getFormatter("hello").formatTo(dta, buf);
89 getFormatter("hello").formatTo(dta, buf);
TestSettingsParser.java 77 getFormatter().formatTo(dta, buf);
83 getFormatter().formatTo(dta, buf);
AbstractTestPrinterParser.java 86 protected TemporalAccessor dta; field in class:AbstractTestPrinterParser
95 dta = ZonedDateTime.of(LocalDateTime.of(2011, 6, 30, 12, 30, 40, 0), ZoneId.of("Europe/Paris"));
  /toolchain/binutils/binutils-2.25/bfd/
pei-x86_64.c 175 const bfd_byte *dta = ui->rawUnwindCodes + 2 * i; local
178 if (PEX64_UNWCODE_CODE (dta[1]) != UWOP_EPILOG)
180 off = dta[0] | (PEX64_UNWCODE_INFO (dta[1]) << 8);
191 const bfd_byte *dta = ui->rawUnwindCodes + 2 * i; local
192 unsigned int info = PEX64_UNWCODE_INFO (dta[1]);
195 fprintf (file, "\t pc+0x%02x: ", (unsigned int) dta[0]);
196 switch (PEX64_UNWCODE_CODE (dta[1]))
204 tmp = bfd_get_16 (abfd, &dta[2]) * 8;
209 tmp = bfd_get_32 (abfd, &dta[2])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
__init__.py 73 from .dta import DomainTransitionAnalysis
  /external/toybox/toys/posix/
ls.c 161 struct dirtree *dta = *(struct dirtree **)a; local
166 if (dta->st.st_size > dtb->st.st_size) ret = -1;
167 else if (dta->st.st_size < dtb->st.st_size) ret = 1;
170 if (dta->st.st_mtime > dtb->st.st_mtime) ret = -1;
171 else if (dta->st.st_mtime < dtb->st.st_mtime) ret = 1;
173 if (!ret) ret = strcmp(dta->name, dtb->name);
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format5.h 107 static int32_t NumGlyphs(ReadableFontData* dta, int32_t table_offset);
  /toolchain/binutils/binutils-2.25/include/coff/
pe.h 497 bfd_byte dta[2]; member in struct:external_pex64_unwind_code

Completed in 260 milliseconds