HomeSort by relevance Sort by last modified time
    Searched full:mapping (Results 601 - 625 of 4834) sorted by null

<<21222324252627282930>>

  /external/libvpx/libvpx/third_party/libyuv/source/
video_common.cc 45 // TODO(fbarchard): Consider mapping kCMPixelFormat_32BGRA to FOURCC_ARGB.
  /external/linux-tools-perf/src/tools/perf/arch/sh/util/
dwarf-regs.c 2 * Mapping of DWARF debug register numbers into register names.
  /external/linux-tools-perf/src/tools/perf/scripts/python/
futex-contention.py 22 process_names = {} # long-lived pid-to-execname mapping
  /external/llvm/lib/Support/Windows/
Path.inc 495 Mapping = ::MapViewOfFile(FileMappingHandle,
500 if (Mapping == NULL) {
508 SIZE_T Result = VirtualQuery(Mapping, &mbi, sizeof(mbi));
511 ::UnmapViewOfFile(Mapping);
526 : Size(length), Mapping() {
529 Mapping = 0;
533 if (Mapping)
534 ::UnmapViewOfFile(Mapping);
538 assert(Mapping && "Mapping failed but used anyway!")
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-mapping-across-sections.s 6 // .wibble should *not* inherit .text's mapping symbol. It's a completely different section.
mapping-across-sections.s 6 // .wibble should *not* inherit .text's mapping symbol. It's a completely different section.
  /external/llvm/test/MC/ARM/
multi-section-mapping.s 6 @ .wibble should *not* inherit .text's mapping symbol. It's a completely different section.
  /external/llvm/tools/dsymutil/
BinaryHolder.h 35 /// meaning that a mapping request will invalidate the previous memory
36 /// mapping.
57 /// mapping for the given \p Filename. This function will try to
73 /// Calling this function invalidates the previous mapping owned by
  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 75 << "A second mapping shouldn't affect the first.";
97 << "Removing one mapping doesn't affect a different one.";
102 << "Once a mapping is removed, we can point another GV at the"
131 // Make sure the reverse mapping is enabled.
  /external/llvm/unittests/MC/
YAMLTest.cpp 24 static void mapping(IO &IO, BinaryHolder &BH) { function in struct:llvm::yaml::MappingTraits
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/server/
AbstractFtpServerTestCase.java 48 Map mapping = new HashMap(); local
49 mapping.put("AAA", commandHandler);
50 mapping.put("BBB", commandHandler2);
52 ftpServer.setCommandHandlers(mapping);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerTest.java 54 Map mapping = new HashMap(); local
55 mapping.put("AAA", commandHandler);
56 mapping.put("BBB", commandHandler_NoReplyTextBundle);
58 stubFtpServer.setCommandHandlers(mapping);
  /external/parameter-framework/Schemas/
ComponentTypeSet.xsd 13 <xs:attribute name="Mapping" use="optional"/>
Subsystem.xsd 32 <xs:attribute name="Mapping" use="optional"/>
  /external/parameter-framework/parameter/
ConfigurableElement.h 101 * Get the list of all the ancestors that have a mapping.
103 * The mapping is represented as a std::string of all the mapping data (key:value) defined in the
109 * that have a mapping. Elements are added at the end of the list, so the root Element will be
  /external/parameter-framework/skeleton-subsystem/
SkeletonMappingKeys.h 32 // Mapping item types
  /external/parameter-framework/test/test-subsystem/
TESTMappingKeys.h 32 // Mapping item types
  /external/ppp/pppd/plugins/pppoatm/
atmsap.h 40 /* Mapping of "well-known" TCP, UDP, etc. port numbers to ATM BHLIs.
  /external/proguard/examples/
retrace.pro 20 # perform incremental obfuscation based on its mapping file, and only keep the
  /external/replicaisland/src/com/replica/replicaisland/
Texture.java 20 * Simple container class for textures. Serves as a mapping between Android resource ids and
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMimeTypeMap.java 14 * Shadow for {@code MimeTypeMap} that allows custom extension <-> mimetype mapping to be set up by tests.
  /external/selinux/libselinux/man/man5/
service_seusers.5 3 service_seusers \- The SELinux GNU/Linux user and service to SELinux user mapping configuration files
  /external/selinux/libselinux/src/
compute_member.c 11 #include "mapping.h"
compute_relabel.c 11 #include "mapping.h"
  /external/selinux/policycoreutils/semanage/
semanage-module.8 3 .B semanage\-module \- SELinux Policy Management module mapping tool

Completed in 336 milliseconds

<<21222324252627282930>>