HomeSort by relevance Sort by last modified time
    Searched full:offset_data (Results 1 - 13 of 13) sorted by null

  /packages/apps/SecureElement/src/com/android/se/
CommandApduValidator.java 40 private static final int OFFSET_DATA = 5;
82 checkLe((((int) 0x0FF & apdu[OFFSET_DATA]) << 8)
83 + ((int) 0x0FF & apdu[OFFSET_DATA + 1]));
91 int lc = (((int) 0x0FF & apdu[OFFSET_DATA]) << 8) + ((int) 0x0FF & apdu[OFFSET_DATA + 1]);
  /art/tools/runtime_memusage/
symbol_trace_info.py 223 offset_list, offset_data = zip(*[get_dex_offset_data(line, item[0])
230 data_lists["offset_data"] = offset_data
294 dex_offset_data = (data_lists["offset_data"]
  /external/tensorflow/tensorflow/compiler/xla/tests/
batch_normalization_test.cc 524 std::unique_ptr<GlobalData> offset_data = local
536 {input_data.get(), scale_data.get(), offset_data.get()},
625 std::unique_ptr<GlobalData> offset_data = local
643 {input_data.get(), scale_data.get(), offset_data.get(), mean_data.get(),
    [all...]
  /external/python/cpython3/Lib/
tarfile.py 716 fileobj = _FileInFile(tarfile.fileobj, tarinfo.offset_data,
735 "offset", "offset_data", "pax_headers", "sparse",
757 self.offset_data = 0 # the file's data starts here
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py 787 tarinfo.offset_data,
937 self.offset_data = 0 # the file's data starts here
    [all...]
  /external/python/cpython2/Lib/
tarfile.py 801 tarinfo.offset_data,
951 self.offset_data = 0 # the file's data starts here
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py 789 tarinfo.offset_data,
939 self.offset_data = 0 # the file's data starts here
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py 789 tarinfo.offset_data,
939 self.offset_data = 0 # the file's data starts here
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 789 tarinfo.offset_data,
939 self.offset_data = 0 # the file's data starts here
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 789 tarinfo.offset_data,
939 self.offset_data = 0 # the file's data starts here
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
aout-tic30.c 158 bfd_byte offset_data = bfd_get_8 (abfd, (bfd_byte *) data + reloc_entry->address - 1); local
163 if (offset_data & 0x20)
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
reference_ops.h 566 const Dims<4>& multiplier_dims, const float* offset_data,
588 offset_data[Offset(offset_dims, c, x, y, 0)]);
601 const float* offset_data,
619 offset_data[Offset(offset_dims, c, 0, 0, 0)]);
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h     [all...]

Completed in 330 milliseconds