/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_helpers.h | 76 #define NINE_DEVICE_CHILD_NEW(nine, out, dev, ...) \ 79 struct Nine##nine *__data; \ 81 __data = CALLOC_STRUCT(Nine##nine); \ 84 __params.vtable = ((dev)->params.BehaviorFlags & D3DCREATE_MULTITHREADED) ? &Lock##nine##_vtable : &Nine##nine##_vtable; \ 85 __params.guids = Nine##nine##_IIDs; \ 86 __params.dtor = (void *)Nine##nine##_dtor; \ 91 HRESULT __hr = Nine##nine##_ctor(__data, &__params, ## __VA_ARGS__); \ 93 Nine##nine##_dtor(__data); \ 102 #define NINE_DEVICE_CHILD_BIND_NEW(nine, ou [all...] |
/third_party/rust/crates/proc-macro-error/tests/ui/ |
H A D | proc_macro_hack.rs | 8 let nine = add_one!(two) + add_one!(2 + 3); in main() 9 println!("nine = {}", nine); in main()
|
/third_party/skia/gm/ |
H A D | windowrectangles.cpp | 93 SkRRect nine; in onDraw() local 94 nine.setNinePatch(SkRect::MakeXYWH(550 - 30.25 - 100, 370.75, 100, 150), 12, 35, 23, 20); in onDraw() 95 stack.clipRRect(nine, SkMatrix::I(), SkClipOp::kDifference, true); in onDraw()
|
/third_party/protobuf/js/commonjs/ |
H A D | strict_test.js | 47 var simple1 = new test9_pb.jspb.exttest.strict.nine.Simple9() 48 var simple2 = new test9_pb.jspb.exttest.strict.nine.Simple9()
|
/third_party/rust/crates/humantime/src/ |
H A D | date.rs | 199 /// fractional seconds, they aren't written at all. And up to nine digits if
|
/third_party/python/Lib/lib2to3/tests/data/ |
H A D | py3_test_grammar.py | 522 global one, two, three, four, five, six, seven, eight, nine, ten
|
H A D | py2_test_grammar.py | 516 global one, two, three, four, five, six, seven, eight, nine, ten
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 2506 nine = '9' variable in TestSpecial.test_strenum.GoodbyeEnum 2507 self.assertEqual(GoodbyeEnum.nine, '9') 2508 self.assertEqual(GoodbyeEnum.nine, str(GoodbyeEnum.nine)) 2568 nine = '9' variable in TestSpecial.test_custom_strenum.GoodbyeEnum 2569 self.assertEqual(GoodbyeEnum.nine, '9') 2570 self.assertEqual(str(GoodbyeEnum.nine), 'GoodbyeEnum.nine')
|
H A D | test_grammar.py | 1238 global one, two, three, four, five, six, seven, eight, nine, ten
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 7676 % nonrecursive macros of zero, one, up to nine, and many arguments.
|