/external/clang/test/CXX/expr/expr.mptr.oper/ |
D | p5.cpp | 19 const X0 &oc, in test_object_cvquals() argument 47 …(oc.*pm)(); // expected-error{{call to pointer to member function of type 'void ()' drops 'const' … in test_object_cvquals() 48 (oc.*pmc)(); in test_object_cvquals() 49 …(oc.*pmv)(); // expected-error{{call to pointer to member function of type 'void () volatile' drop… in test_object_cvquals() 50 (oc.*pmcv)(); in test_object_cvquals()
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | config_unittest.py | 108 oc = outputcapture.OutputCapture() 109 oc.capture_output() 111 oc.restore_output() 113 oc.capture_output() 115 oc.restore_output() 137 oc = outputcapture.OutputCapture() 138 oc.capture_output() 140 oc.restore_output()
|
D | base_unittest.py | 77 oc = outputcapture.OutputCapture() 78 oc.capture_output() 85 oc.restore_output()
|
/external/clang/test/SemaCXX/ |
D | PR9461.cpp | 11 template<typename aT,typename,typename oc> 15 basic_string(const aT*,const oc&a=int());
|
/external/llvm/test/Bindings/Ocaml/ |
D | bitreader.ml | 57 begin let oc = open_out fn in 58 output_string oc "not a bitcode file\n"; 59 close_out oc
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | ObjectStreamFieldTest.java | 169 ObjectStreamClass oc = obj.getObjectStreamClass(); in test_getType_Deserialized() local 170 ObjectStreamField field = oc.getField("i"); in test_getType_Deserialized() 190 ObjectStreamClass oc = ois.getObjectStreamClass(); in test_getType_MockObjectInputStream() local 191 ObjectStreamField field = oc.getField("i"); in test_getType_MockObjectInputStream()
|
/external/libvpx/vp8/decoder/ |
D | detokenize.c | 184 const VP8_COMMON *const oc = & dx->common; in vp8_decode_mb_tokens() local 239 coef_probs = oc->fc.coef_probs [type] [ 0 ] [0]; in vp8_decode_mb_tokens() 351 coef_probs = oc->fc.coef_probs [type] [ 0 ] [0]; in vp8_decode_mb_tokens() 359 coef_probs = oc->fc.coef_probs [type] [ 0 ] [0]; in vp8_decode_mb_tokens()
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | manager_worker_broker_unittest.py | 196 oc = outputcapture.OutputCapture() 197 oc.capture_output() 209 oc.restore_output()
|
/external/icu4c/data/lang/ |
D | nl_BE.txt | 12 oc{"Occitaans (na 1500); Provençaals"}
|
D | ur.txt | 76 oc{"آکيٹانی"}
|
D | ti.txt | 73 oc{"ኦኪታንኛ"}
|
D | kok.txt | 98 oc{"ओसिटान्"}
|
D | am.txt | 100 oc{"ኦኪታንኛ"}
|
D | cy.txt | 74 oc{"Ocsitaneg"}
|
D | be.txt | 121 oc{"правансальская"}
|
D | fil.txt | 79 oc{"Occitan"}
|
D | ka.txt | 116 oc{"ოციტანური"}
|
D | rw.txt | 80 oc{"Inyogusitani"}
|
D | om.txt | 70 oc{"Afaan Occit"}
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
D | rebaseline_chromium_webkit_tests_unittest.py | 339 oc = outputcapture.OutputCapture() 340 oc.capture_output() 343 oc.restore_output()
|
D | run_webkit_tests_unittest.py | 115 oc = outputcapture.OutputCapture() 117 oc.capture_output() 124 oc.restore_output()
|
/external/bluetooth/glib/po/ |
D | LINGUAS | 59 oc
|
/external/skia/src/images/ |
D | SkImageDecoder_libpvjpeg.cpp | 144 OsclCleanupper oc; in onDecode() local
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderInline.cpp | 1414 Color oc = styleToUse->visitedDependentColor(CSSPropertyOutlineColor); in paintOutlineForLine() local 1430 oc, os, in paintOutlineForLine() 1441 oc, os, in paintOutlineForLine() 1451 BSTop, oc, os, in paintOutlineForLine() 1461 BSTop, oc, os, in paintOutlineForLine() 1472 BSBottom, oc, os, in paintOutlineForLine() 1482 BSBottom, oc, os, in paintOutlineForLine()
|
/external/pcre/ |
D | pcre_compile.c | 4856 open_capitem *oc; in compile_branch() local 4858 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch() 4861 PUT2INC(code, 0, oc->number); in compile_branch() 6018 open_capitem *oc; in compile_branch() local 6033 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch() 6035 if (oc->number == recno) in compile_branch() 6037 oc->flag = TRUE; in compile_branch()
|