HomeSort by relevance Sort by last modified time
    Searched refs:part (Results 226 - 250 of 859) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
mullu.S 28 # Make upper part of INT64 Multiplier 0 and use __aeabi_lmul
mullu.asm 31 // Make upper part of INT64 Multiplier 0 and use __aeabi_lmul
  /external/curl/docs/cmdline-opts/
ftp-method.d 11 curl does a single CWD operation for each path part in the given URL. For deep
  /external/curl/
maketgz 15 # you should have received as part of this distribution. The terms
111 for part in `echo $PATH| tr ':' ' '`; do
112 path="$part/$file"
  /external/fonttools/Lib/fontTools/encodings/
codecs.py 43 part = codecs.encode(input, self.base_encoding)
44 out += part
47 # Convert the correct part
  /external/kmod/libkmod/python/kmod/
_util.pxd 3 # This file is part of python-kmod.
_util.pyx 3 # This file is part of python-kmod.
kmod.pxd 3 # This file is part of python-kmod.
list.pxd 3 # This file is part of python-kmod.
module.pxd 3 # This file is part of python-kmod.
  /external/perfetto/test/trace_processor/
span_left_join_unpartitioned.sql 15 -- Then insert some rows into t1 in part 1, 3, 4 and 5.
  /external/python/cpython2/Lib/test/
test__locale.py 13 maj, min, mic = [int(part) for part in uname()[2].split(".")]
  /external/python/cpython3/Lib/email/
header.py 510 for fws, part in zip(*[iter(parts)]*2):
511 self._append_chunk(fws, part)
531 fws, part = self._current_line.pop()
539 self._current_line.push(fws, part)
566 return sum((len(fws)+len(part) for fws, part in self),
570 return EMPTYSTRING.join((EMPTYSTRING.join((fws, part))
571 for fws, part in self))
  /external/python/cpython3/Lib/test/test_tools/
test_md5sum.py 38 for part in self.fodder.split(os.path.sep):
39 self.assertIn(part.encode(), out)
  /external/tensorflow/tensorflow/lite/toco/
args.cc 120 for (absl::string_view part : absl::StrSplit(text, ',')) {
121 if (!SimpleAtoi(part, &element)) return false;
  /external/u-boot/arch/arm/mach-omap2/
utils.c 89 static u32 omap_mmc_get_part_size(const char *part)
103 res = part_get_info_by_name_type(dev_desc, part, &info, PART_TYPE_EFI);
  /external/u-boot/include/
dfu.h 55 unsigned int part; member in struct:mmc_internal_data
64 unsigned int part; member in struct:nand_internal_data
  /bionic/libc/kernel/uapi/linux/
switchtec_ioctl.h 54 __u32 part[48]; member in struct:switchtec_ioctl_event_summary
  /build/soong/android/
package_ctx.go 123 // initialization - either from the init() function or as part of a
138 // function or as part of a package-scoped variable's initialization.
157 // as part of a package-scoped variable's initialization.
170 // package's initialization - either from the init() function or as part of a
184 // package's initialization - either from the init() function or as part of a
203 // part of a package-scoped variable's initialization.
216 // package's initialization - either from the init() function or as part of a
227 // function or as part of a package-scoped variable's initialization.
  /build/soong/third_party/zip/
zip_test.go 170 part := &r.buf[i]
171 return part.off+part.n > off
177 part := parts[0]
178 for i := skipBytes; i < part.n; i++ {
182 p[n] = part.b
234 const size = 1 << 32 // before the "END\n" part
248 const size = 1<<32 - 1 - int64(len("END\n")) // before the "END\n" part
  /external/autotest/scheduler/
luciferlib.py 64 """Return True if HQE is part of a job with HQEs in a different group.
408 safe_cmd = ' '.join(pipes.quote(part) for part in cmd_parts)
414 safe_cmd = ' '.join(pipes.quote(part) for part in cmd_parts)
  /external/bcc/examples/lua/
uprobe-tailkt.lua 57 -- User-space part of the program
  /external/grpc-grpc/tools/http2_interop/
s6.5.go 60 // The server by default sends a settings frame as part of the handshake, and another
61 // after the receipt of the initial settings frame as part of our conneection preface.
  /external/kernel-headers/original/uapi/linux/
switchtec_ioctl.h 58 __u32 part[48]; member in struct:switchtec_ioctl_event_summary
  /external/llvm/test/MC/Mips/
hilo-addressing.s 11 # Check that 1 is added to the high 16 bits if bit 15 of the low part is 1.

Completed in 1592 milliseconds

1 2 3 4 5 6 7 8 91011>>