HomeSort by relevance Sort by last modified time
    Searched defs:Map (Results 51 - 75 of 249) sorted by null

1 23 4 5 6 7 8 910

  /libcore/luni/src/test/java/libcore/java/nio/file/
FileSystemsTest.java 36 import java.util.Map;
72 public void test_newFileSystem$URI$Map() throws IOException {
74 Map<String, String> stubEnv = new HashMap<>();
92 public void test_newFileSystem$URI$Map$ClassLoader() throws Exception {
94 Map<String, String> stubEnv = new HashMap<>();
119 public void test_newFileSystem$URI$Map$ClassLoader_customClassLoader() throws Exception {
120 Map<String, String> stubEnv = new HashMap<>();
  /build/blueprint/parser/
ast.go 62 Map
87 func (m *Module) End() scanner.Position { return m.Map.End() }
89 // A Property is a name: value pair within a Map, which may be a top level Module.
111 // Map, a List, an Operator that combines two expressions of the same type, or a Variable that
120 // Eval returns an expression that is fully evaluated to a simple type (List, Map, String, or
143 return "map"
203 type Map struct {
209 func (x *Map) Pos() scanner.Position { return x.LBracePos }
210 func (x *Map) End() scanner.Position { return x.RBracePos }
212 func (x *Map) Copy() Expression
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrVariable.c 16 Variable/Map manipulations routines
40 Name - Name of the variable/map
41 Guid - GUID of the variable/map
42 Var - Pointer to the variable/map
43 Size - Size of the variable/map in bytes
91 UINTN - The number of map count.
132 VOID *Map;
136 EfiLibHiiVariablePackGetMap (List->VariablePack, &MapName, &MapGuid, &MapId, &Map, &MapSize);
140 Callback (MapName, MapGuid, MapId, Map, MapSize);
166 Idx - The index of the variable/map to retrieve
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciSched.c 111 VOID *Map;
118 // 1. Allocate and map the memory for the frame list
133 Map = NULL;
136 Ehc->PeriodFrameMap = Map;
  /device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
ExtraRootBusMap.c 2 Map positions of extra PCI root buses to bus numbers.
119 the bus numbers. Create a map that gives, for each extra PCI root bus's
122 @param[out] ExtraRootBusMap The data structure implementing the map.
145 EXTRA_ROOT_BUS_MAP *Map;
150 // Handles and Collection are temporary / helper variables, while in Map we
168 Map = AllocateZeroPool (sizeof *Map);
169 if (Map == NULL) {
199 ++Map->Count;
203 if (Map->Count > 0) {
    [all...]
  /external/clang/include/clang/Lex/
DirectoryLookup.h 45 /// Map - This is the HeaderMap if this is a headermap lookup.
47 const HeaderMap *Map;
58 /// \brief Whether this is a header map used when building a framework.
77 /// 'map'.
78 DirectoryLookup(const HeaderMap *map, SrcMgr::CharacteristicKind DT,
82 u.Map = map;
108 return isHeaderMap() ? u.Map : nullptr;
111 /// isNormalDir - Return true if this is a normal directory, not a header map.
118 /// isHeaderMap - Return true if this is a header map, not a normal directory
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
FunctionSummary.h 57 MapTy Map;
61 MapTy::iterator I = Map.find(D);
62 if (I != Map.end())
66 I = Map.insert(KVPair(D, FunctionSummary())).first;
67 assert(I != Map.end());
88 MapTy::const_iterator I = Map.find(D);
89 if (I != Map.end() && I->second.InlineChecked)
106 MapTy::const_iterator I = Map.find(D);
107 if (I != Map.end())
113 MapTy::const_iterator I = Map.find(D)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 251 PersistentSValsTy& Map = *((PersistentSValsTy*) PersistentSVals);
254 FoldNodeTy* P = Map.FindNodeOrInsertPos(ID, InsertPos);
259 Map.InsertNode(P, InsertPos);
276 PersistentSValPairsTy& Map = *((PersistentSValPairsTy*) PersistentSValPairs);
279 FoldNodeTy* P = Map.FindNodeOrInsertPos(ID, InsertPos);
284 Map.InsertNode(P, InsertPos);
  /external/compiler-rt/lib/esan/
esan.cpp 158 uptr Map;
162 Map = (uptr)MmapFixedNoAccess(ShadowStart, ShadowEnd- ShadowStart,
165 Map = (uptr)MmapFixedNoReserve(ShadowStart, ShadowEnd - ShadowStart,
168 if (Map != ShadowStart) {
169 Printf("FATAL: EfficiencySanitizer failed to map its shadow memory.\n");
  /external/compiler-rt/lib/tsan/rtl/
tsan_dense_alloc.h 15 // allocates/free indices of objects and provide a functionality to map
74 T *Map(IndexT idx) {
84 *(IndexT*)Map(idx) = freelist_;
121 freelist_ = *(IndexT*)Map(idx);
129 *(IndexT*)Map(idx) = freelist_;
  /external/gemmlowp/test/
test.h 54 typedef MatrixMap<tScalar, tOrder> Map;
56 typedef typename Map::Scalar Scalar;
58 using Map::kOrder;
59 using Map::rows_;
60 using Map::cols_;
61 using Map::stride_;
62 using Map::data_;
65 Matrix() : Map(nullptr, 0, 0, 0) {}
67 Matrix(int rows, int cols) : Map(nullptr, 0, 0, 0) { Resize(rows, cols); }
69 Matrix(const Matrix& other) : Map(nullptr, 0, 0, 0) { *this = other;
92 Map& map() { return *static_cast<Map*>(this); } function in class:gemmlowp::Matrix
    [all...]
  /external/giflib/
gifalloc.c 32 Color map object functions
36 * Allocate a color map of given size; initialize with contents of
74 Free a color map object
111 ColorIn2 into the ColorUnion color map table./
122 * We don't worry about duplicates within either color map; if
124 * with an empty color map.
179 register GifColorType *Map = ColorUnion->Colors;
187 Map[j].Red = Map[j].Green = Map[j].Blue = 0
    [all...]
  /external/google-breakpad/src/testing/gtest/samples/
sample3-inl.h 153 Queue* Map(F function) const {
  /external/googletest/googletest/samples/
sample3-inl.h 153 Queue* Map(F function) const {
  /external/libmojo/third_party/catapult/devil/devil/android/
forwarder.py 66 def Map(port_pairs, device, tool=None):
92 '--map', str(device_port), str(host_port)]
136 device_port: A previously forwarded port (through Map()).
  /external/llvm/lib/CodeGen/
LiveRangeCalc.h 47 /// LiveOutMap - Map basic blocks to the value leaving the block.
56 /// Map each basic block where a live range is live out to the live-out value
71 /// The map can be shared by multiple live ranges as long as no two are
73 LiveOutMap Map;
134 /// Reset Map and Seen fields.
218 Map[MBB] = LiveOutPair(VNI, nullptr);
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 113 static unsigned Map[SystemZ::NUM_TARGET_REGS];
117 Map[GR32Regs[I]] = I;
118 Map[GRH32Regs[I]] = I;
119 Map[GR64Regs[I]] = I;
120 Map[GR128Regs[I]] = I;
121 Map[FP128Regs[I]] = I;
124 Map[VR32Regs[I]] = I;
125 Map[VR64Regs[I]] = I;
126 Map[VR128Regs[I]] = I;
130 return Map[Reg]
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
BlotMapVector.h 18 /// Map keys to indices in Vector.
20 MapTy Map;
36 assert(Vector.size() >= Map.size()); // May differ due to blotting.
37 for (typename MapTy::const_iterator I = Map.begin(), E = Map.end(); I != E;
44 assert(!I->first || (Map.count(I->first) &&
45 Map[I->first] == size_t(I - Vector.begin())));
51 Map.insert(std::make_pair(Arg, size_t(0)));
63 Map.insert(std::make_pair(InsertPair.first, size_t(0)));
74 typename MapTy::iterator It = Map.find(Key)
    [all...]
  /external/llvm/unittests/Support/
YAMLParserTest.cpp 163 yaml::MappingNode *Map = cast<yaml::MappingNode>(Doc.getRoot());
165 cast<yaml::BlockScalarNode>(Map->begin()->getValue())->getValue();
  /external/protobuf/gtest/samples/
sample3-inl.h 154 Queue* Map(F function) const {
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
BasicMDCAdapter.java 30 import java.util.Map;
46 private InheritableThreadLocal<Map<String, String>> inheritableThreadLocal = new InheritableThreadLocal<Map<String, String>>();
62 * the <code>key</code> parameter into the current thread's context map.
66 * If the current thread does not have a context map it is created as a side
76 Map<String, String> map = (Map<String, String>) inheritableThreadLocal.get(); local
77 if (map == null) {
78 map = Collections.<String, String> synchronizedMap(new HashMap<String, String>())
100 Map<String, String> map = (Map<String, String>) inheritableThreadLocal.get(); local
110 Map<String, String> map = (Map<String, String>) inheritableThreadLocal.get(); local
130 Map<String, String> map = (Map<String, String>) inheritableThreadLocal.get(); local
157 Map<String, String> map = Collections.<String, String> synchronizedMap(new HashMap<String, String>(contextMap)); local
    [all...]
  /external/v8/testing/gtest/samples/
sample3-inl.h 153 Queue* Map(F function) const {
  /external/v8/tools/
trace-maps-processor.py 27 class Map(object):
59 maps[pointer] = Map(pointer, origin)
93 assert words[2] == "map="
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample3-inl.h 153 Queue* Map(F function) const {
  /external/webrtc/webrtc/modules/video_coding/
generic_decoder.cc 110 void VCMDecodedFrameCallback::Map(uint32_t timestamp,
149 _callback->Map(frame.TimeStamp(), &_frameInfos[_nextFrameInfoIdx]);

Completed in 899 milliseconds

1 23 4 5 6 7 8 910