Home
last modified time | relevance | path

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

12345678910>>...22

/external/mockito/src/test/java/org/mockitoutil/
DClassLoadersTest.java30 ClassLoader cl = isolatedClassLoader().build(); in isolated_class_loader_cannot_load_classes_when_no_given_prefix() local
44 ClassLoader cl = in isolated_class_loader_cannot_load_classes_if_no_code_source_path() local
62 ClassLoader cl = in isolated_class_loader_cannot_load_classes_if_dependent_classes_do_not_match_the_prefixes() local
83 ClassLoader cl = in isolated_class_loader_can_load_classes_when_dependent_classes_are_matching_the_prefixes() local
103 ClassLoader cl = in isolated_class_loader_can_load_classes_isolated_classes_in_isolation() local
121 ClassLoader cl = in isolated_class_loader_cannot_load_classes_if_prefix_excluded() local
142 ClassLoader cl = in isolated_class_loader_has_no_parent() local
155 ClassLoader cl = excludingClassLoader().withCodeSourceUrlOf(this.getClass()).build(); in excluding_class_loader_cannot_load_classes_when_no_correct_source_url_set() local
170 ClassLoader cl = excludingClassLoader().withCodeSourceUrlOf(Mockito.class).build(); in excluding_class_loader_can_load_classes_when_correct_source_url_set() local
182 ClassLoader cl = in excluding_class_loader_cannot_load_class_when_excluded_prefix_match_class_to_load() local
[all …]
/external/llvm/docs/
DCommandLine.rst810 .. _cl::ConsumeAfter: target
930 .. _cl::desc(...): target
936 .. _cl::value_desc: target
942 .. _cl::init: target
956 .. _cl::location: target
962 .. _cl::aliasopt: target
967 .. _cl::values: target
989 .. _cl::multi_val: target
999 .. _cl::cat: target
1037 .. _cl::NotHidden: target
[all …]
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_cl.h56 #define __gen_unpack_address(cl, s, e) __unpack_address(cl, s, e) argument
59 __unpack_address(const uint8_t *cl, uint32_t s, uint32_t e) in __unpack_address()
82 static inline uint32_t cl_offset(struct v3d_cl *cl) in cl_offset()
87 static inline struct v3d_cl_reloc cl_get_address(struct v3d_cl *cl) in cl_get_address()
93 cl_advance(struct v3d_cl_out **cl, uint32_t n) in cl_advance()
99 cl_start(struct v3d_cl *cl) in cl_start()
105 cl_end(struct v3d_cl *cl, struct v3d_cl_out *next) in cl_end()
127 cl_u8(struct v3d_cl_out **cl, uint8_t n) in cl_u8()
134 cl_u16(struct v3d_cl_out **cl, uint16_t n) in cl_u16()
141 cl_u32(struct v3d_cl_out **cl, uint32_t n) in cl_u32()
[all …]
Dv3d_cl.c36 v3d_init_cl(struct v3d_job *job, struct v3d_cl *cl) in v3d_init_cl()
45 v3d_cl_ensure_space(struct v3d_cl *cl, uint32_t space, uint32_t alignment) in v3d_cl_ensure_space()
66 v3d_cl_ensure_space_with_branch(struct v3d_cl *cl, uint32_t space) in v3d_cl_ensure_space_with_branch()
110 v3d_destroy_cl(struct v3d_cl *cl) in v3d_destroy_cl()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_cl.h51 pack_emit_reloc(void *cl, const void *reloc) {} in pack_emit_reloc()
58 #define __gen_unpack_address(cl, s, e) __unpack_address(cl, s, e) argument
70 __unpack_address(const uint8_t *cl, uint32_t s, uint32_t e) in __unpack_address()
78 v3dv_cl_offset(struct v3dv_cl *cl) in v3dv_cl_offset()
94 v3dv_cl_get_address(struct v3dv_cl *cl) in v3dv_cl_get_address()
103 cl_start(struct v3dv_cl *cl) in cl_start()
109 cl_end(struct v3dv_cl *cl, struct v3dv_cl_out *next) in cl_end()
116 cl_advance(struct v3dv_cl_out **cl, uint32_t n) in cl_advance()
122 cl_advance_and_end(struct v3dv_cl *cl, uint32_t n) in cl_advance_and_end()
129 cl_aligned_u32(struct v3dv_cl_out **cl, uint32_t n) in cl_aligned_u32()
[all …]
Dv3dv_cl.c35 v3dv_cl_init(struct v3dv_job *job, struct v3dv_cl *cl) in v3dv_cl_init()
46 v3dv_cl_destroy(struct v3dv_cl *cl) in v3dv_cl_destroy()
65 cl_alloc_bo(struct v3dv_cl *cl, uint32_t space, enum in cl_alloc_bo()
156 v3dv_cl_ensure_space(struct v3dv_cl *cl, uint32_t space, uint32_t alignment) in v3dv_cl_ensure_space()
171 v3dv_cl_ensure_space_with_branch(struct v3dv_cl *cl, uint32_t space) in v3dv_cl_ensure_space_with_branch()
/external/grpc-grpc/test/core/util/
Dcmdline_test.cc34 gpr_cmdline* cl; in TEST() local
50 gpr_cmdline* cl; in TEST() local
65 gpr_cmdline* cl; variable
81 gpr_cmdline* cl; variable
96 gpr_cmdline* cl; in TEST() local
112 gpr_cmdline* cl; in TEST() local
127 gpr_cmdline* cl; variable
143 gpr_cmdline* cl; variable
158 gpr_cmdline* cl; in TEST() local
173 gpr_cmdline* cl; in TEST() local
[all …]
Dcmdline.cc67 gpr_cmdline* cl = grpc_core::Zalloc<gpr_cmdline>(); in gpr_cmdline_create() local
75 void gpr_cmdline_set_survive_failure(gpr_cmdline* cl) { in gpr_cmdline_set_survive_failure()
79 void gpr_cmdline_destroy(gpr_cmdline* cl) { in gpr_cmdline_destroy()
88 static void add_arg(gpr_cmdline* cl, const char* name, const char* help, in add_arg()
105 void gpr_cmdline_add_int(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_int()
110 void gpr_cmdline_add_flag(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_flag()
115 void gpr_cmdline_add_string(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_string()
121 gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_on_extra_arg()
151 std::string gpr_cmdline_usage_string(gpr_cmdline* cl, const char* argv0) { in gpr_cmdline_usage_string()
169 static int print_usage_and_die(gpr_cmdline* cl) { in print_usage_and_die()
[all …]
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_cl.h76 static inline uint32_t cl_offset(struct vc4_cl *cl) in cl_offset()
82 cl_advance(struct vc4_cl_out **cl, uint32_t n) in cl_advance()
88 cl_start(struct vc4_cl *cl) in cl_start()
94 cl_end(struct vc4_cl *cl, struct vc4_cl_out *next) in cl_end()
116 cl_u8(struct vc4_cl_out **cl, uint8_t n) in cl_u8()
123 cl_u16(struct vc4_cl_out **cl, uint16_t n) in cl_u16()
130 cl_u32(struct vc4_cl_out **cl, uint32_t n) in cl_u32()
137 cl_aligned_u32(struct vc4_cl_out **cl, uint32_t n) in cl_aligned_u32()
144 cl_ptr(struct vc4_cl_out **cl, void *ptr) in cl_ptr()
151 cl_f(struct vc4_cl_out **cl, float f) in cl_f()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/func.invoke/
Dinvoke_constexpr.pass.cpp154 TestClass cl(42); in bullet_one_two_tests() local
162 DerivedFromTestClass cl(42); in bullet_one_two_tests() local
171 std::reference_wrapper<TestClass> cl(cl_obj); in bullet_one_two_tests() local
180 std::reference_wrapper<DerivedFromTestClass> cl(cl_obj); in bullet_one_two_tests() local
189 TestClass *cl = &cl_obj; in bullet_one_two_tests() local
195 DerivedFromTestClass *cl = &cl_obj; in bullet_one_two_tests() local
205 Fn cl(42); in bullet_three_four_tests() local
214 Fn cl(42); in bullet_three_four_tests() local
223 Fn cl(42); in bullet_three_four_tests() local
229 Fn cl(42); in bullet_three_four_tests() local
[all …]
Dinvoke.pass.cpp157 TestClass cl(42); in bullet_one_two_tests() local
169 DerivedFromTestClass cl(42); in bullet_one_two_tests() local
182 std::reference_wrapper<TestClass> cl(cl_obj); in bullet_one_two_tests() local
195 std::reference_wrapper<DerivedFromTestClass> cl(cl_obj); in bullet_one_two_tests() local
208 TestClass *cl = &cl_obj; in bullet_one_two_tests() local
216 DerivedFromTestClass *cl = &cl_obj; in bullet_one_two_tests() local
227 Fn cl(42); in bullet_three_four_tests() local
240 Fn cl(42); in bullet_three_four_tests() local
253 Fn cl(42); in bullet_three_four_tests() local
261 Fn cl(42); in bullet_three_four_tests() local
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/func.invoke/
Dinvoke_constexpr.pass.cpp154 TestClass cl(42); in bullet_one_two_tests() local
162 DerivedFromTestClass cl(42); in bullet_one_two_tests() local
171 std::reference_wrapper<TestClass> cl(cl_obj); in bullet_one_two_tests() local
180 std::reference_wrapper<DerivedFromTestClass> cl(cl_obj); in bullet_one_two_tests() local
189 TestClass *cl = &cl_obj; in bullet_one_two_tests() local
195 DerivedFromTestClass *cl = &cl_obj; in bullet_one_two_tests() local
205 Fn cl(42); in bullet_three_four_tests() local
214 Fn cl(42); in bullet_three_four_tests() local
223 Fn cl(42); in bullet_three_four_tests() local
229 Fn cl(42); in bullet_three_four_tests() local
[all …]
Dinvoke.pass.cpp157 TestClass cl(42); in bullet_one_two_tests() local
169 DerivedFromTestClass cl(42); in bullet_one_two_tests() local
182 std::reference_wrapper<TestClass> cl(cl_obj); in bullet_one_two_tests() local
195 std::reference_wrapper<DerivedFromTestClass> cl(cl_obj); in bullet_one_two_tests() local
208 TestClass *cl = &cl_obj; in bullet_one_two_tests() local
216 DerivedFromTestClass *cl = &cl_obj; in bullet_one_two_tests() local
227 Fn cl(42); in bullet_three_four_tests() local
240 Fn cl(42); in bullet_three_four_tests() local
253 Fn cl(42); in bullet_three_four_tests() local
261 Fn cl(42); in bullet_three_four_tests() local
[all …]
/external/pigweed/seed/
Dseed_metadata.json6 "cl": "116577", string
16 "cl": "123090", string
26 "cl": "128010", string
36 "cl": "128811", string
46 "cl": "133971", string
56 "cl": "150793", string
66 "cl": "154190", string
76 "cl": "155430", string
86 "cl": "157090", string
96 "cl": "158190", string
[all …]
/external/python/cpython3/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 …]
/external/cronet/stable/build/android/incremental_install/java/org/chromium/incrementalinstall/
DBootstrapAppComponentFactory.java21 public ClassLoader instantiateClassLoader(ClassLoader cl, ApplicationInfo aInfo) { in instantiateClassLoader()
29 public Application instantiateApplication(ClassLoader cl, String className) in instantiateApplication()
38 public ContentProvider instantiateProvider(ClassLoader cl, String className) in instantiateProvider()
47 public Activity instantiateActivity(ClassLoader cl, String className, Intent intent) in instantiateActivity()
56 public BroadcastReceiver instantiateReceiver(ClassLoader cl, String className, Intent intent) in instantiateReceiver()
65 public Service instantiateService(ClassLoader cl, String className, Intent intent) in instantiateService()
/external/cronet/tot/build/android/incremental_install/java/org/chromium/incrementalinstall/
DBootstrapAppComponentFactory.java21 public ClassLoader instantiateClassLoader(ClassLoader cl, ApplicationInfo aInfo) { in instantiateClassLoader()
29 public Application instantiateApplication(ClassLoader cl, String className) in instantiateApplication()
38 public ContentProvider instantiateProvider(ClassLoader cl, String className) in instantiateProvider()
47 public Activity instantiateActivity(ClassLoader cl, String className, Intent intent) in instantiateActivity()
56 public BroadcastReceiver instantiateReceiver(ClassLoader cl, String className, Intent intent) in instantiateReceiver()
65 public Service instantiateService(ClassLoader cl, String className, Intent intent) in instantiateService()
/external/angle/build/android/incremental_install/java/org/chromium/incrementalinstall/
DBootstrapAppComponentFactory.java21 public ClassLoader instantiateClassLoader(ClassLoader cl, ApplicationInfo aInfo) { in instantiateClassLoader()
29 public Application instantiateApplication(ClassLoader cl, String className) in instantiateApplication()
38 public ContentProvider instantiateProvider(ClassLoader cl, String className) in instantiateProvider()
47 public Activity instantiateActivity(ClassLoader cl, String className, Intent intent) in instantiateActivity()
56 public BroadcastReceiver instantiateReceiver(ClassLoader cl, String className, Intent intent) in instantiateReceiver()
65 public Service instantiateService(ClassLoader cl, String className, Intent intent) in instantiateService()
/external/crosvm/kernel_cmdline/src/
Dkernel_cmdline.rs142 let mut cl = Cmdline::new(); in insert_hello_world() localVariable
155 let mut cl = Cmdline::new(); in insert_multi() localVariable
163 let mut cl = Cmdline::new(); in insert_space() localVariable
173 let mut cl = Cmdline::new(); in insert_equals() localVariable
184 let mut cl = Cmdline::new(); in insert_emoji() localVariable
192 let mut cl = Cmdline::new(); in insert_string() localVariable
202 let mut cl = Cmdline::new(); in as_str_too_large() localVariable
208 let mut cl = Cmdline::new(); in as_str_too_large() localVariable
215 let mut cl = Cmdline::new(); in as_str_too_large() localVariable
/external/libcxx/test/std/utilities/function.objects/func.invoke/
Dinvoke.pass.cpp152 TestClass cl(42); in bullet_one_two_tests() local
164 DerivedFromTestClass cl(42); in bullet_one_two_tests() local
177 std::reference_wrapper<TestClass> cl(cl_obj); in bullet_one_two_tests() local
190 std::reference_wrapper<DerivedFromTestClass> cl(cl_obj); in bullet_one_two_tests() local
203 TestClass *cl = &cl_obj; in bullet_one_two_tests() local
211 DerivedFromTestClass *cl = &cl_obj; in bullet_one_two_tests() local
222 Fn cl(42); in bullet_three_four_tests() local
235 Fn cl(42); in bullet_three_four_tests() local
248 Fn cl(42); in bullet_three_four_tests() local
256 Fn cl(42); in bullet_three_four_tests() local
[all …]
/external/cronet/stable/base/
Dcommand_line_unittest.cc77 CommandLine cl(std::size(argv), argv); in TEST() local
138 CommandLine cl = CommandLine::FromArgvWithoutProgram(argv); in TEST() local
147 CommandLine cl = CommandLine::FromString( in TEST() local
235 CommandLine cl(CommandLine::NO_PROGRAM); in TEST() local
294 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program"))); in TEST() local
333 CommandLine cl(std::size(raw_argv), raw_argv); in TEST() local
422 CommandLine cl = CommandLine::FromString( in TEST_P() local
430 CommandLine cl(FilePath(FILE_PATH_LITERAL("program"))); in TEST_P() local
439 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program"))); in TEST_P() local
454 CommandLine cl = CommandLine::FromString(kCommandLine); in TEST_P() local
[all …]
/external/cronet/tot/base/
Dcommand_line_unittest.cc77 CommandLine cl(std::size(argv), argv); in TEST() local
138 CommandLine cl = CommandLine::FromArgvWithoutProgram(argv); in TEST() local
147 CommandLine cl = CommandLine::FromString( in TEST() local
235 CommandLine cl(CommandLine::NO_PROGRAM); in TEST() local
294 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program"))); in TEST() local
333 CommandLine cl(std::size(raw_argv), raw_argv); in TEST() local
422 CommandLine cl = CommandLine::FromString( in TEST_P() local
430 CommandLine cl(FilePath(FILE_PATH_LITERAL("program"))); in TEST_P() local
439 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program"))); in TEST_P() local
454 CommandLine cl = CommandLine::FromString(kCommandLine); in TEST_P() local
[all …]
/external/grpc-grpc-java/api/src/test/java/io/grpc/
DServiceProvidersTest.java59 ClassLoader cl = new ReplacingClassLoader( in contextClassLoaderProvider() local
83 ClassLoader cl = new ReplacingClassLoader( in noProvider() local
97 ClassLoader cl = new ReplacingClassLoader(getClass().getClassLoader(), serviceFile, in multipleProvider() local
115 ClassLoader cl = new ReplacingClassLoader(getClass().getClassLoader(), serviceFile, in unavailableProvider() local
125 ClassLoader cl = new ReplacingClassLoader(getClass().getClassLoader(), serviceFile, in unknownClassProvider() local
138 ClassLoader cl = new ReplacingClassLoader(getClass().getClassLoader(), serviceFile, in exceptionSurfacedToCaller_failAtInit() local
153 ClassLoader cl = new ReplacingClassLoader(getClass().getClassLoader(), serviceFile, in exceptionSurfacedToCaller_failAtPriority() local
167 ClassLoader cl = new ReplacingClassLoader(getClass().getClassLoader(), serviceFile, in exceptionSurfacedToCaller_failAtAvailable() local
/external/fsck_msdos/
Dfat.c88 bitmap_clear(long_bitmap_t *lbp, cl_t cl) in bitmap_clear()
99 bitmap_get(long_bitmap_t *lbp, cl_t cl) in bitmap_get()
108 bitmap_none_in_range(long_bitmap_t *lbp, cl_t cl) in bitmap_none_in_range()
186 fat_clear_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_clear_cl_head()
192 fat_is_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head()
198 fat_is_cl_head_in_range(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head_in_range()
215 fat_get_fat12_ptr(struct fat_descriptor *fat, cl_t cl) in fat_get_fat12_ptr()
221 fat_get_fat12_next(struct fat_descriptor *fat, cl_t cl) in fat_get_fat12_next()
240 fat_set_fat12_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) in fat_set_fat12_next()
272 fat_get_fat16_ptr(struct fat_descriptor *fat, cl_t cl) in fat_get_fat16_ptr()
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/
DCustomAppComponentFactory.java17 public BroadcastReceiver instantiateReceiver(ClassLoader cl, String className, Intent intent) in instantiateReceiver()
30 public Service instantiateService(ClassLoader cl, String className, Intent intent) in instantiateService()
45 public ContentProvider instantiateProvider(ClassLoader cl, String className) in instantiateProvider()
56 public Activity instantiateActivity(ClassLoader cl, String className, Intent intent) in instantiateActivity()

12345678910>>...22