HomeSort by relevance Sort by last modified time
    Searched defs:arch (Results 251 - 275 of 661) sorted by null

<<11121314151617181920>>

  /frameworks/base/services/core/java/com/android/server/
PinnerService.java 264 String arch = "arm"; local
267 arch = arch + "64";
271 arch = arch + "64";
279 files = DexFile.getDexFileOutputPaths(baseCodePath, arch);
  /system/extras/simpleperf/
cmd_kmem.cpp 570 std::string arch = local
572 if (!arch.empty()) {
573 record_file_arch_ = GetArchType(arch);
677 fprintf(fp, "Arch: %s\n", GetArchString(record_file_arch_).c_str());
cmd_report.cpp 808 std::string arch = local
810 if (!arch.empty()) {
811 record_file_arch_ = GetArchType(arch);
    [all...]
environment.cpp 462 ArchType arch = GetArchType(uname_buf.machine); local
463 if (arch != ARCH_UNSUPPORTED) {
464 return arch;
  /system/libhidl/transport/
ServiceManagement.cpp 431 using Arch = ::android::hidl::base::V1_0::DebugInfo::Architecture;
437 static std::vector<std::pair<Arch, std::vector<const char*>>> sAllPaths{
438 {Arch::IS_64BIT,
441 {Arch::IS_32BIT,
446 Arch arch = pair.first; variable
458 .arch = arch});
  /toolchain/binutils/binutils-2.27/bfd/
libecoff.h 41 enum bfd_architecture arch; member in struct:ecoff_backend_data
libnlm.h 148 enum bfd_architecture arch; member in struct:nlm_backend_data
198 #define nlm_architecture(bfd) (nlm_backend (bfd) -> arch)
nlmcode.h 444 enum bfd_architecture arch; local
542 arch = nlm_architecture (abfd);
543 if (arch != bfd_arch_unknown)
544 bfd_default_set_arch_mach (abfd, arch, (unsigned long) 0);
    [all...]
aoutf1.h 100 enum bfd_architecture arch; local
108 arch = bfd_arch_m68k;
114 arch = bfd_arch_m68k;
120 arch = bfd_arch_m68k;
125 arch = bfd_arch_sparc;
130 arch = bfd_arch_sparc;
135 arch = bfd_arch_sparc;
141 arch = bfd_arch_i386;
146 arch = bfd_arch_m68k;
151 arch = bfd_arch_obscure
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
ar.c 177 map_over_members (bfd *arch, void (*function)(bfd *), char **files, int count)
184 for (head = arch->archive_next; head; head = head->archive_next)
198 for (head = arch->archive_next; head; head = head->archive_next)
206 for (head = arch->archive_next; head; head = head->archive_next)
227 else if (bfd_is_thin_archive (arch))
230 filename = normalize (filename, arch);
234 && !FILENAME_CMP (normalize (*files, arch), filename))
751 bfd *arch;
800 arch = open_inarch (inarch_filename,
803 if (operation == extract && bfd_is_thin_archive (arch))
748 bfd *arch; local
864 bfd *arch; local
1423 bfd *arch; local
    [all...]
  /external/fio/
gclient.c 517 const char *os, *arch; local
523 arch = fio_get_arch_string(probe->arch);
524 if (!arch)
537 gtk_label_set_text(GTK_LABEL(ge->probe.arch), arch);
    [all...]
server.h 139 uint8_t arch; member in struct:cmd_probe_reply_pdu
client.c 1378 const char *os, *arch; local
    [all...]
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 778 Half arch = elf_header->e_machine; local
779 switch (arch) {
    [all...]
  /external/libopus/celt/
celt_decoder.c 77 int arch; member in struct:OpusCustomDecoder
172 st->arch = opus_select_arch();
326 int silence, int arch)
366 clt_mdct_backward(&mode->mdct, &freq2[b], out_syn[0]+NB*b, mode->window, overlap, shift, B, arch);
368 clt_mdct_backward(&mode->mdct, &freq[b], out_syn[1]+NB*b, mode->window, overlap, shift, B, arch);
382 clt_mdct_backward(&mode->mdct, &freq[b], out_syn[0]+NB*b, mode->window, overlap, shift, B, arch);
389 clt_mdct_backward(&mode->mdct, &freq[b], out_syn[c]+NB*b, mode->window, overlap, shift, B, arch);
448 static int celt_plc_pitch_search(celt_sig *decode_mem[2], int C, int arch)
455 DECODE_BUFFER_SIZE, C, arch);
458 PLC_PITCH_LAG_MAX-PLC_PITCH_LAG_MIN, &pitch_index, arch);
    [all...]
bands.c 95 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, int LM, int arch)
99 (void)arch;
159 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, int LM, int arch)
168 sum = 1e-27f + celt_inner_prod(&X[c*N+(eBands[i]<<LM)], &X[c*N+(eBands[i]<<LM)], (eBands[i+1]-eBands[i])<<LM, arch);
270 const opus_val16 *prev2logE, const int *pulses, opus_uint32 seed, int arch)
359 renormalise_vector(X, N0<<LM, Q15ONE, arch);
426 static void stereo_merge(celt_norm * OPUS_RESTRICT X, celt_norm * OPUS_RESTRICT Y, opus_val16 mid, int N, int arch)
438 dual_inner_prod(Y, X, Y, N, &xp, &side, arch);
685 int arch; member in struct:band_ctx
740 itheta = stereo_itheta(X, Y, stereo, N, ctx->arch);
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 84 int arch; member in struct:OpusMSEncoder
256 int len, int overlap, int channels, int rate, opus_copy_channel_in_func copy_channel_in, int arch
319 overlap, celt_mode->maxLM-LM, 1, arch);
329 compute_band_energies(celt_mode, freq, tmpE, 21, 1, LM, arch);
482 st->arch = opus_select_arch();
956 surround_analysis(celt_mode, pcm, bandSMR, mem, preemph_mem, frame_size, 120, st->layout.nb_channels, Fs, copy_channel_in, st->arch);
    [all...]
  /external/seccomp-tests/linux/
seccomp_bpf.c 84 __u32 arch; member in struct:seccomp_data
715 * based on arch. */
731 /* Make sure arch is non-zero. */
1144 * Registers are not touched to try to keep this relatively arch
    [all...]
  /external/valgrind/coregrind/
m_translate.c 1693 ThreadArchState* arch = &VG_(threads)[tid].arch; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 427 return "Unknown Arch";
1347 llvm::Triple::ArchType arch = triple.getArch(); local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
archive.cc 628 Archive* arch; local
632 arch = p->second;
643 arch = new Archive(*member_name, *input_file, false, this->dirpath_,
645 arch->setup();
647 this->nested_archives_.insert(std::make_pair(*member_name, arch));
650 return arch->get_file_and_offset(nested_off, input_file, memoff,
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.18.1/
org.eclipse.tycho.core.shared-0.18.1.jar 
  /build/make/core/
main.mk 522 # For binary translation config, by default only install the first arch.
668 # $(2): non-empty for 2nd arch.
722 # 4: Whether it's the second arch or not
772 define link-type-arch
773 $($(link-type-prefix)_$(link-type-2ndarchprefix)ARCH)
776 $(link-type-name) ($(link-type-class) $(link-type-os)-$(link-type-arch))
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 453 String arch = System.getProperty("os.arch"); local
457 if (arch.equals("aarch64") || arch.equals("x86_64"))
459 else if (arch.startsWith("arm") || arch.endsWith("86"))
    [all...]
  /external/honggfuzz/linux/
trace.c 492 cs_arch arch; local
495 arch = (pcRegSz == sizeof(struct user_regs_struct_64)) ? CS_ARCH_ARM64 : CS_ARCH_ARM;
496 if (arch == CS_ARCH_ARM) {
502 arch = CS_ARCH_X86;
509 cs_err err = cs_open(arch, mode, &handle);
998 * ASan report is generated once for crashing TID. Ptrace arch is not guaranteed to parse
    [all...]

Completed in 672 milliseconds

<<11121314151617181920>>