Home
last modified time | relevance | path

Searched defs:cl (Results 1 – 25 of 209) sorted by relevance

123456789

/third_party/flutter/engine/flutter/fml/
Dcommand_line_unittest.cc19 const auto cl = CommandLineFromInitializerList( in TEST() local
57 CommandLine cl; in TEST() local
70 CommandLine cl(argv0, options, positional_args); in TEST() local
87 auto cl = in TEST() local
119 auto cl = CommandLineFromIteratorsFindFirstPositionalArg( in TEST() local
128 auto cl = CommandLineFromIteratorsFindFirstPositionalArg( in TEST() local
137 auto cl = CommandLineFromIteratorsFindFirstPositionalArg( in TEST() local
149 auto cl = CommandLineFromIterators(argv.begin(), argv.end()); in TEST() local
164 auto cl = CommandLineFromIterators(argv.begin(), argv.end()); in TEST() local
175 auto cl = CommandLineFromIterators(argv.begin(), argv.end()); in TEST() local
[all …]
/third_party/typescript/tests/cases/conformance/internalModules/DeclarationMerging/
DFunctionAndModuleWithSameNameAndCommonRoot.ts19 var cl: { x: number; y: number; } variable
20 var cl = A.Point(); variable
21 var cl = A.Point.Origin; // not expected to be an error. variable
39 var cl: { x: number; y: number; } variable
40 var cl = B.Point(); variable
41 var cl = B.Point.Origin; variable
DAmbientModuleAndAmbientFunctionWithTheSameNameAndCommonRoot.ts10 var cl: { x: number; y: number; } variable
11 var cl = Point(); variable
12 var cl = Point.Origin; variable
DAmbientModuleAndNonAmbientFunctionWithTheSameNameAndCommonRoot.ts12 var cl: { x: number; y: number; } variable
13 var cl = Point(); variable
14 var cl = Point.Origin; variable
DFunctionAndModuleWithSameNameAndDifferentCommonRoot.ts19 var cl: { x: number; y: number; } variable
20 var cl = B.Point.Origin; variable
DClassAndModuleWithSameNameAndCommonRootES6.ts23 var cl = new X.Y.Point(1,1); variable
24 var cl = X.Y.Point.Origin; // error not expected here same as bug 83996 ? variable
DClassAndModuleWithSameNameAndCommonRoot.ts22 var cl = new X.Y.Point(1,1); variable
23 var cl = X.Y.Point.Origin; // error not expected here same as bug 83996 ? variable
/third_party/grpc/test/core/util/
Dcmdline_test.cc32 gpr_cmdline* cl; in test_simple_int() local
48 gpr_cmdline* cl; in test_eq_int() local
63 gpr_cmdline* cl; in test_2dash_int() local
79 gpr_cmdline* cl; in test_2dash_eq_int() local
94 gpr_cmdline* cl; in test_simple_string() local
110 gpr_cmdline* cl; in test_eq_string() local
125 gpr_cmdline* cl; in test_2dash_string() local
141 gpr_cmdline* cl; in test_2dash_eq_string() local
156 gpr_cmdline* cl; in test_flag_on() local
171 gpr_cmdline* cl; in test_flag_no() local
[all …]
Dcmdline.cc65 gpr_cmdline* cl = static_cast<gpr_cmdline*>(gpr_zalloc(sizeof(gpr_cmdline))); in gpr_cmdline_create() local
73 void gpr_cmdline_set_survive_failure(gpr_cmdline* cl) { in gpr_cmdline_set_survive_failure()
77 void gpr_cmdline_destroy(gpr_cmdline* cl) { in gpr_cmdline_destroy()
86 static void add_arg(gpr_cmdline* cl, const char* name, const char* help, in add_arg()
103 void gpr_cmdline_add_int(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_int()
108 void gpr_cmdline_add_flag(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_flag()
113 void gpr_cmdline_add_string(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_string()
119 gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_on_extra_arg()
149 std::string gpr_cmdline_usage_string(gpr_cmdline* cl, const char* argv0) { in gpr_cmdline_usage_string()
167 static int print_usage_and_die(gpr_cmdline* cl) { in print_usage_and_die()
[all …]
/third_party/python/Tools/freeze/
Dextensions_win32.ini52 cl=/I %PYTHONPREFIX%\..\zlib-1.1.4 /D _WINDOWS /D WIN32 key
66 cl=/I %PYTHONEX%\win32\src key
71 cl=/I %PYTHONEX%\win32\src key
76 cl=/I %PYTHONEX%\win32\src key
81 cl=/I %PYTHONEX%\win32\src key
87 cl=/I %PYTHONEX%\win32\src key
91 cl=/I %PYTHONEX%\win32\src key
95 cl=/I %PYTHONEX%\win32\src key
99 cl=/I %PYTHONEX%\win32\src key
103 cl=/I %PYTHONEX%\win32\src key
[all …]
/third_party/weston/tests/
Ddevices-test.c59 struct client *cl = create_client_and_test_surface(100, 100, 100, 100); in TEST() local
115 struct client *cl = create_client_and_test_surface(100, 100, 100, 100); in TEST() local
151 struct client *cl = create_client_and_test_surface(100, 100, 100, 100); in TEST() local
206 struct client *cl = create_client_and_test_surface(100, 100, 100, 100); in TEST() local
258 struct client *cl = create_client_and_test_surface(100, 100, 100, 100); in TEST() local
328 struct client *cl = create_client_and_test_surface(100, 100, 100, 100); in TEST() local
338 struct client *cl = create_client_and_test_surface(100, 100, 100, 100); in TEST() local
/third_party/boost/libs/hana/test/functional/
Dapply.cpp153 TestClass cl(42); in main() local
165 DerivedFromTestClass cl(42); in main() local
178 TestClass *cl = &cl_obj; in main() local
186 DerivedFromTestClass *cl = &cl_obj; in main() local
196 Fn cl(42); in main() local
209 Fn cl(42); in main() local
223 Fn* cl = &cl_obj; in main() local
232 Fn* cl = &cl_obj; in main() local
251 Fn cl(42); in main() local
/third_party/fsck_msdos/
Dfat.c90 bitmap_clear(long_bitmap_t *lbp, cl_t cl) in bitmap_clear()
101 bitmap_get(long_bitmap_t *lbp, cl_t cl) in bitmap_get()
110 bitmap_none_in_range(long_bitmap_t *lbp, cl_t cl) in bitmap_none_in_range()
188 fat_clear_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_clear_cl_head()
194 fat_is_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head()
200 fat_is_cl_head_in_range(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head_in_range()
217 fat_get_fat12_ptr(struct fat_descriptor *fat, cl_t cl) in fat_get_fat12_ptr()
223 fat_get_fat12_next(struct fat_descriptor *fat, cl_t cl) in fat_get_fat12_next()
242 fat_set_fat12_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) in fat_set_fat12_next()
274 fat_get_fat16_ptr(struct fat_descriptor *fat, cl_t cl) in fat_get_fat16_ptr()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DClassLoaderUtil.java56 ClassLoader cl = null; in getBootstrapClassLoader() local
81 ClassLoader cl = cls.getClassLoader(); in getClassLoader() local
93 ClassLoader cl = Thread.currentThread().getContextClassLoader(); in getClassLoader() local
/third_party/typescript/tests/baselines/reference/
DAmbientModuleAndNonAmbientFunctionWithTheSameNameAndCommonRoot.js14 var cl: { x: number; y: number; } variable
23 var cl; variable
DFunctionAndModuleWithSameNameAndCommonRoot.js21 var cl: { x: number; y: number; } variable
41 var cl: { x: number; y: number; } variable
65 var cl; variable
81 var cl; variable
/third_party/boost/libs/callable_traits/test/
Dadd_member_lvalue_reference.cpp26 using cl = void(foo::*)() const &; in main() typedef
55 using cl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const &; in main() typedef
84 using cl = void(...) const &; in main() typedef
114 using cl = void(...) const & transaction_safe; in main() typedef
146 using cl = void(...) const & noexcept; in main() typedef
178 using cl = void(...) const & transaction_safe noexcept; in main() typedef
Dadd_member_rvalue_reference.cpp26 using cl = void(foo::*)() const &; in main() typedef
55 using cl = void(foo::*)() const &; in main() typedef
84 using cl = void(foo::*)(...) const &; in main() typedef
113 using cl = void(foo::*)() const &; in main() typedef
142 using cl = void() const &; in main() typedef
Dhas_varargs.cpp35 using cl = void(foo::*)() const LREF; in main() typedef
71 using cl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const LREF; in main() typedef
99 struct cl { int operator()() const LREF { return 0; } }; in main() argument
127 struct cl { int operator()(...) const LREF { return 0; } }; in main() argument
157 using cl = void() const LREF; in main() typedef
185 using cl = void(...) const LREF; in main() typedef
Dadd_member_cv.cpp22 using cl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const LREF; in main() typedef
50 using cl = void(foo::*)(int, int) const LREF; in main() typedef
80 using cl = void() const LREF; in main() typedef
Dadd_member_const.cpp22 using cl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const LREF; in main() typedef
50 using cl = void(foo::*)(int, int) const LREF; in main() typedef
80 using cl = void() const LREF; in main() typedef
Dremove_member_const.cpp24 using cl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const LREF; in main() typedef
52 using cl = foo const & (foo::*)(int, int) const LREF; in main() typedef
82 using cl = void() const LREF; in main() typedef
/third_party/uboot/u-boot-2020.01/drivers/net/fsl-mc/dpio/
Dqbman_portal.c200 uint32_t *cl = qb_cl(d); in qbman_eq_desc_set_no_orp() local
212 uint32_t *cl = qb_cl(d); in qbman_eq_desc_set_response() local
222 uint32_t *cl = qb_cl(d); in qbman_eq_desc_set_qd() local
238 const uint32_t *cl = qb_cl(d); in qbman_swp_enqueue() local
286 uint32_t *cl = qb_cl(d); in qbman_pull_desc_set_storage() local
302 uint32_t *cl = qb_cl(d); in qbman_pull_desc_set_numframes() local
311 uint32_t *cl = qb_cl(d); in qbman_pull_desc_set_token() local
318 uint32_t *cl = qb_cl(d); in qbman_pull_desc_set_fq() local
328 uint32_t *cl = qb_cl(d); in qbman_swp_pull() local
525 uint32_t *cl; in qbman_release_desc_clear() local
[all …]
/third_party/boost/libs/mpi/src/python/
Dpy_request.cpp92 typedef request cl; in export_request() typedef
100 typedef request_with_value cl; in export_request() typedef
/third_party/ninja/src/
Dmsvc_helper_test.cc27 CLWrapper cl; in TEST() local
35 CLWrapper cl; in TEST() local

123456789