/third_party/json/tests/src/ |
H A D | unit-ordered_map.cpp | 22 ordered_map<std::string, std::string> om(m.begin(), m.end()); 23 CHECK(om.size() == 3); 29 ordered_map<std::string, std::string> om(m.begin(), m.end()); 30 const auto com = om; 31 om.clear(); // silence a warning by forbidding having "const auto& com = om;" 39 ordered_map<std::string, std::string> om(m.begin(), m.end()); 40 const auto com = om; 44 CHECK(om.at(std::string("eins")) == std::string("one")); 46 CHECK_THROWS_AS(om 108 ordered_map<std::string, std::string> om; global() variable 235 ordered_map<std::string, std::string> om; global() variable 252 ordered_map<std::string, std::string> om; global() variable 277 ordered_map<std::string, std::string> om; global() variable [all...] |
/third_party/python/Lib/test/ |
H A D | pyclbr_input.py | 9 def om(self): pass member in Other 16 om = Other.om variable in C
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_anlmdn.c | 43 int om; member 77 { "output", "set output mode", OFFSET(om), AV_OPT_TYPE_INT, {.i64=OUT_MODE}, 0, NB_MODES-1, AFT, "mode" }, 78 { "o", "set output mode", OFFSET(om), AV_OPT_TYPE_INT, {.i64=OUT_MODE}, 0, NB_MODES-1, AFT, "mode" }, 208 const int om = s->om; in filter_channel() local 259 switch (om) { in filter_channel()
|
H A D | vf_removegrain.c | 524 const int om = in->linesize[i] - 1; in filter_slice() local 565 const int a3 = src[-om]; in filter_slice() 569 const int a6 = src[ om]; in filter_slice()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2grep.c | 470 { OP_STRING, N_OM_SEPARATOR, &om_separator, "om-separator=text", "set separator for multiple -o output" }, 471 { OP_U32NUMBER, N_OM_CAPTURE, &capture_max, "om-capture=n", "set capture count for --only-matching" }, 1380 omstr *om = (omstr *)malloc(sizeof(omstr)); in add_number() local 1384 if (om == NULL) in add_number() 1392 om->next = NULL; in add_number() 1393 om->groupnum = n; in add_number() 1397 om->next = after->next; in add_number() 1398 after->next = om; in add_number() 1400 return om; in add_number() 2267 SUPPORT_PCRE2GREP_FORK is not defined. In this case, --om 2846 omstr *om; pcre2grep() local 3853 omstr *om; main() local [all...] |
/third_party/skia/tools/gpu/ |
H A D | YUVUtils.cpp | 75 SkMatrix om = fPixmaps.yuvaInfo().originMatrix(); variable 76 SkAssertResult(om.invert(&om)); 87 xy1 = om.mapPoint(xy1);
|
/third_party/python/Objects/ |
H A D | methodobject.c | 87 PyCMethodObject *om = PyObject_GC_New(PyCMethodObject, &PyCMethod_Type); in PyCMethod_New() local 88 if (om == NULL) { in PyCMethod_New() 92 om->mm_class = cls; in PyCMethod_New() 93 op = (PyCFunctionObject *)om; in PyCMethod_New()
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest | 559 (cd $srcdir; $valgrind $vjs $pcre2grep -o3 -Ho2 -o12 --only-matching=1 -o3 --colour=always --om-separator='|' '(\w+) binary (\w+)(\.)?' ./testdata/grepinput) >>testtrygrep 597 (cd $srcdir; $valgrind $vjs $pcre2grep --om-separator / -Mo0 -o1 -o2 'match (\d+):\n (.)\n' testdata/grepinput) >>testtrygrep 698 (cd $srcdir; $valgrind $vjs $pcre2grep -o --om-capture=0 'pattern()()()()' testdata/grepinput) >>testtrygrep 702 (cd $srcdir; $valgrind $vjs $pcre2grep -m1M -o1 --om-capture=0 'pattern()()()()' testdata/grepinput) >>testtrygrep 2>&1 740 (cd $srcdir; $valgrind $vjs $pcre2grep -m1MK -o1 --om-capture=0 'pattern()()()()' testdata/grepinput) >>testtrygrep 2>&1 742 (cd $srcdir; $valgrind $vjs $pcre2grep --max-count=1MK -o1 --om-capture=0 'pattern()()()()' testdata/grepinput) >>testtrygrep 2>&1
|
H A D | RunGrepTest.bat | 510 (pushd %srcdir% & %pcre2grep% -o3 -Ho2 -o12 --only-matching=1 -o3 --colour=always --om-separator="|" "(\w+) binary (\w+)(\.)?" ./testdata/grepinput & popd) >>testtrygrep
548 (pushd %srcdir% & %pcre2grep% --om-separator / -Mo0 -o1 -o2 "match (\d+):\n (.)\n" testdata/grepinput & popd) >>testtrygrep
|
/third_party/icu/icu4c/source/common/ |
H A D | locmap.cpp | 539 ILCID_POSIX_SUBTABLE(om) { /* TODO: Verify the country */ in ILCID_POSIX_SUBTABLE() 540 {0x72, "om"}, in ILCID_POSIX_SUBTABLE() 893 ILCID_POSIX_MAP(om), /* om Oromo 0x72 */
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locmap.cpp | 539 ILCID_POSIX_SUBTABLE(om) { /* TODO: Verify the country */ in ILCID_POSIX_SUBTABLE() 540 {0x72, "om"}, in ILCID_POSIX_SUBTABLE() 893 ILCID_POSIX_MAP(om), /* om Oromo 0x72 */
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locmap.cpp | 539 ILCID_POSIX_SUBTABLE(om) { /* TODO: Verify the country */ in ILCID_POSIX_SUBTABLE() 540 {0x72, "om"}, in ILCID_POSIX_SUBTABLE() 893 ILCID_POSIX_MAP(om), /* om Oromo 0x72 */
|
/third_party/python/Lib/test/test_email/ |
H A D | test_email.py | 3594 om = [] 3601 om.append(ol) 3604 self.assertEqual(len(om), nt) 3605 self.assertEqual(''.join([il for il, n in imt]), ''.join(om))
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 1259 SVEOffsetModifier om = in SVELoadStore1Helper() local 1261 (this->*fn)(zt, pg, SVEMemOperand(scratch, addr.GetVectorBase(), om)); in SVELoadStore1Helper()
|