Home
last modified time | relevance | path

Searched refs:nine (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_helpers.h76 #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 Dproc_macro_hack.rs8 let nine = add_one!(two) + add_one!(2 + 3); in main()
9 println!("nine = {}", nine); in main()
/third_party/skia/gm/
H A Dwindowrectangles.cpp93 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 Dstrict_test.js47 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 Ddate.rs199 /// fractional seconds, they aren't written at all. And up to nine digits if
/third_party/python/Lib/lib2to3/tests/data/
H A Dpy3_test_grammar.py522 global one, two, three, four, five, six, seven, eight, nine, ten
H A Dpy2_test_grammar.py516 global one, two, three, four, five, six, seven, eight, nine, ten
/third_party/python/Lib/test/
H A Dtest_enum.py2506 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 Dtest_grammar.py1238 global one, two, three, four, five, six, seven, eight, nine, ten
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex7676 % nonrecursive macros of zero, one, up to nine, and many arguments.

Completed in 24 milliseconds