/third_party/skia/src/c/ |
H A D | sk_paint.cpp | 138 #define MAP(X, Y) case (X): skmode = (Y); break in sk_paint_set_xfermode_mode() macro 139 MAP( CLEAR_SK_XFERMODE_MODE, SkBlendMode::kClear ); in sk_paint_set_xfermode_mode() 140 MAP( SRC_SK_XFERMODE_MODE, SkBlendMode::kSrc ); in sk_paint_set_xfermode_mode() 141 MAP( DST_SK_XFERMODE_MODE, SkBlendMode::kDst ); in sk_paint_set_xfermode_mode() 142 MAP( SRCOVER_SK_XFERMODE_MODE, SkBlendMode::kSrcOver ); in sk_paint_set_xfermode_mode() 143 MAP( DSTOVER_SK_XFERMODE_MODE, SkBlendMode::kDstOver ); in sk_paint_set_xfermode_mode() 144 MAP( SRCIN_SK_XFERMODE_MODE, SkBlendMode::kSrcIn ); in sk_paint_set_xfermode_mode() 145 MAP( DSTIN_SK_XFERMODE_MODE, SkBlendMode::kDstIn ); in sk_paint_set_xfermode_mode() 146 MAP( SRCOUT_SK_XFERMODE_MODE, SkBlendMode::kSrcOut ); in sk_paint_set_xfermode_mode() 147 MAP( DSTOUT_SK_XFERMODE_MOD in sk_paint_set_xfermode_mode() 168 #undef MAP sk_paint_set_xfermode_mode() macro [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_decode.c | 244 #define MAP(va, av) { VA_FOURCC_ ## va, AV_PIX_FMT_ ## av } macro 246 MAP(Y800, GRAY8), 248 MAP(NV12, NV12), 249 MAP(YV12, YUV420P), 250 MAP(IYUV, YUV420P), 252 MAP(I420, YUV420P), 254 MAP(IMC3, YUV420P), 256 MAP(411P, YUV411P), 258 MAP(422H, YUV422P), 260 MAP(YV1 277 #undef MAP global() macro 376 #define MAP global() macro 420 #undef MAP global() macro [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | declarationsForIndirectTypeAliasReference.js | 23 const MAP: StringHash = { 32 arg2 = MAP, 43 var MAP = {
50 if (arg2 === void 0) { arg2 = MAP; }
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap10.c | 219 #define MAP(s, h, f, d) map_(s, h, f, d, __LINE__) macro 321 if (MAP(SL_TEST, 1, MAP_SHARED, "doing mmap shared with no touch") || in test_counters() 326 if (MAP(SL_TEST, 1, MAP_PRIVATE, "doing mmap private with no touch") || in test_counters() 331 if (MAP(SL_TEST, 1, MAP_SHARED, "doing mmap shared followed by touch") || in test_counters() 337 if (MAP(SL_TEST, 1, MAP_PRIVATE, "doing mmap private followed by touch") || in test_counters() 346 if (MAP(SL_TEST, 2, MAP_SHARED, "doing mmap to consume surplus") || in test_counters() 395 if (MAP(SL_SETUP, 1, MAP_SHARED, "mmap for test having prior untouched shared mmap") || in test_per_base_nr() 401 if (MAP(SL_SETUP, 1, MAP_PRIVATE, "mmap for test having prior untouched private mmap") || in test_per_base_nr() 407 if (MAP(SL_SETUP, 1, MAP_SHARED, "mmap for test having prior touched shared mmap") || in test_per_base_nr() 414 if (MAP(SL_SETU in test_per_base_nr() [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MapField.java | 62 * <li>MAP: Data is stored in mapData. 72 * <b>MAP</b> MAP BOTH MAP LIST 73 * <b>LIST</b> BOTH LIST MAP LIST 74 * <b>BOTH</b> BOTH BOTH MAP LIST 81 MAP, enum constant 143 return new MapField<K, V>(defaultEntry, StorageMode.MAP, Collections.<K, V>emptyMap()); in emptyMapField() 149 return new MapField<K, V>(defaultEntry, StorageMode.MAP, new LinkedHashMap<K, V>()); in newMapField() 193 if (mode != StorageMode.MAP) { in getMutableMap() [all...] |
H A D | FieldType.java | 92 MAP(50, Collection.MAP, JavaType.VOID); enum constant 106 case MAP: in FieldType() 171 return collection == Collection.MAP; in isMap() 333 MAP(false); enum constant
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_methodattrs.py | 9 MAP = { variable 23 new = MAP[attr.value]
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vaapi.c | 101 #define MAP(va, rt, av, swap_uv) { \ macro 110 MAP(NV12, YUV420, NV12, 0), 112 MAP(I420, YUV420, YUV420P, 0), 114 MAP(YV12, YUV420, YUV420P, 1), 115 MAP(IYUV, YUV420, YUV420P, 0), 116 MAP(422H, YUV422, YUV422P, 0), 118 MAP(YV16, YUV422, YUV422P, 1), 120 MAP(UYVY, YUV422, UYVY422, 0), 121 MAP(YUY2, YUV422, YUYV422, 0), 123 MAP(Y21 146 #undef MAP global() macro [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | alsa.c | 67 #define MAKE_REORDER_FUNC(NAME, TYPE, CHANNELS, LAYOUT, MAP) \ 76 MAP \ 82 #define MAKE_REORDER_FUNCS(CHANNELS, LAYOUT, MAP) \ 83 MAKE_REORDER_FUNC(int8, int8_t, CHANNELS, LAYOUT, MAP) \ 84 MAKE_REORDER_FUNC(int16, int16_t, CHANNELS, LAYOUT, MAP) \ 85 MAKE_REORDER_FUNC(int32, int32_t, CHANNELS, LAYOUT, MAP) \ 86 MAKE_REORDER_FUNC(f32, float, CHANNELS, LAYOUT, MAP)
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | DiffKey.java | 49 private static final ImmutableMap<String, Status> MAP = field in DiffKey.Status 63 return MAP.get(s); in parse()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | StringPrep.java | 200 private static final int MAP = 0x0001; field in StringPrep 368 values.type = MAP; in getValues() 410 }else if((val.type == MAP)){ in map()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | StringPrep.java | 185 private static final int MAP = 0x0001; field in StringPrep 351 values.type = MAP; in getValues() 393 }else if((val.type == MAP)){ in map()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectwriter.cc | 456 if (item_type == MAP) { in Item() 473 if (item_type == MAP) { in Item() 506 Push("fields", Item::MAP, true, true); in StartObject() 520 Push("fields", Item::MAP, true, true); in StartObject() 571 Push("fields", Item::MAP, true, true); in StartObject() 581 Push("fields", Item::MAP, true, true); in StartObject() 596 Push("fields", Item::MAP, true, true); in StartObject() 609 Push("fields", Item::MAP, true, true); in StartObject() 625 Push(name, Item::MAP, false, true); in StartObject()
|
H A D | default_value_objectwriter.cc | 239 if (kind_ == MAP) { in WriteTo() 366 kind = MAP; in PopulateChildren() 501 if (current_->kind() == LIST || current_->kind() == MAP || child == nullptr) { in StartObject() 506 ((current_->kind() == LIST || current_->kind() == MAP) in StartObject()
|
H A D | protostream_objectwriter.h | 263 MAP, // Proto3 map type enumerator 278 bool IsMap() { return item_type_ == MAP; } in IsMap() 376 // is of element type MAP or STRUCT_MAP.
|
H A D | default_value_objectwriter.h | 143 MAP = 3, enumerator
|
/third_party/icu/icu4c/source/tools/gensprep/ |
H A D | filterRFC3454.pl | 185 $line =~ s/Map to nothing/MAP/; 187 $line =~ s/Case map/MAP/; 188 $line =~ s/Additional folding/MAP/; 311 print $outFH "00A0; 0020; MAP\n"; 312 print $outFH "1680; 0020; MAP\n"; 313 print $outFH "2000; 0020; MAP\n"; 314 print $outFH "2001; 0020; MAP\n"; 315 print $outFH "2002; 0020; MAP\n"; 316 print $outFH "2003; 0020; MAP\n"; 317 print $outFH "2004; 0020; MAP\ [all...] |
/third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
H A D | filterRFC3454.pl | 185 $line =~ s/Map to nothing/MAP/; 187 $line =~ s/Case map/MAP/; 188 $line =~ s/Additional folding/MAP/; 311 print $outFH "00A0; 0020; MAP\n"; 312 print $outFH "1680; 0020; MAP\n"; 313 print $outFH "2000; 0020; MAP\n"; 314 print $outFH "2001; 0020; MAP\n"; 315 print $outFH "2002; 0020; MAP\n"; 316 print $outFH "2003; 0020; MAP\n"; 317 print $outFH "2004; 0020; MAP\ [all...] |
/third_party/curl/src/ |
H A D | Makefile.mk | 49 ifdef MAP
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestResultParser.cpp | 206 #define PRINT_HASHES(MAP) printHashes(#MAP, MAP, DE_LENGTH_OF_ARRAY(MAP))
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | cbor.h | 194 MAP = 5, member in v8_crdtp::cbor::MajorType
|
H A D | json.cc | 40 MAP, member in v8_crdtp::json::__anon15265::Container 117 state_.emplace(Container::MAP); 124 assert(state_.size() >= 2 && state_.top().container() == Container::MAP);
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/ |
H A D | OpCode.java | 153 * not encoded in "CODED MAP" are invalid from the current state. 158 * TODO: Figure out if we can save one bit here and merge MAP and TMAP. 161 * [ 4 | CODED MAP | JUMP_1 | ... | JUMP_N ] 165 MAP(4) { enum constant 172 * Like {@code MAP} but transitions from a terminating state.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 419 auto MAP = Worklist.pop_back_val(); in checkClobberSanity() local 422 if (!VisitedPhis.insert(MAP).second) in checkClobberSanity() 425 for (const auto *MA : def_chain(MAP.first)) { in checkClobberSanity() 436 instructionClobbersQuery(MD, MAP.second, Query.Inst, AA); in checkClobberSanity() 454 assert(!instructionClobbersQuery(MD, MAP.second, Query.Inst, AA) in checkClobberSanity() 469 upward_defs_begin({const_cast<MemoryAccess *>(MA), MAP.second}), in checkClobberSanity()
|
/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding.cc | 141 EncodeInitialByte(MajorType::MAP, 31); 894 case MajorType::MAP: in ReadNextToken() 1189 MAP, member in v8_inspector_protocol_encoding::json::__anon15492::Container 1266 state_.emplace(Container::MAP); 1273 assert(state_.size() >= 2 && state_.top().container() == Container::MAP);
|