Home
last modified time | relevance | path

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

1234567891011

/external/mockito/src/test/java/org/mockitoutil/
DClassLoadersTest.java27 ClassLoader cl = isolatedClassLoader().build(); in isolated_class_loader_cannot_load_classes_when_no_given_prefix() local
38 ClassLoader cl = isolatedClassLoader() in isolated_class_loader_cannot_load_classes_if_no_code_source_path() local
55 ClassLoader cl = isolatedClassLoader() in isolated_class_loader_cannot_load_classes_if_dependent_classes_do_not_match_the_prefixes() local
73 ClassLoader cl = isolatedClassLoader() in isolated_class_loader_can_load_classes_when_dependent_classes_are_matching_the_prefixes() local
91 ClassLoader cl = isolatedClassLoader() in isolated_class_loader_can_load_classes_isolated_classes_in_isolation() local
108 ClassLoader cl = isolatedClassLoader() in isolated_class_loader_cannot_load_classes_if_prefix_excluded() local
127 ClassLoader cl = isolatedClassLoader() in isolated_class_loader_has_no_parent() local
139 ClassLoader cl = excludingClassLoader() in excluding_class_loader_cannot_load_classes_when_no_correct_source_url_set() local
152 ClassLoader cl = excludingClassLoader() in excluding_class_loader_can_load_classes_when_correct_source_url_set() local
165 ClassLoader cl = excludingClassLoader() 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/swiftshader/third_party/llvm-7.0/llvm/docs/
DCommandLine.rst804 .. _cl::ConsumeAfter: target
924 .. _cl::desc(...): target
930 .. _cl::value_desc: target
936 .. _cl::init: target
950 .. _cl::location: target
956 .. _cl::aliasopt: target
961 .. _cl::values: target
982 .. _cl::multi_val: target
992 .. _cl::cat: target
1030 .. _cl::NotHidden: target
[all …]
/external/grpc-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.cc59 gpr_cmdline* cl = static_cast<gpr_cmdline*>(gpr_zalloc(sizeof(gpr_cmdline))); in gpr_cmdline_create() local
67 void gpr_cmdline_set_survive_failure(gpr_cmdline* cl) { in gpr_cmdline_set_survive_failure()
71 void gpr_cmdline_destroy(gpr_cmdline* cl) { in gpr_cmdline_destroy()
80 static void add_arg(gpr_cmdline* cl, const char* name, const char* help, in add_arg()
97 void gpr_cmdline_add_int(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_int()
102 void gpr_cmdline_add_flag(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_flag()
107 void gpr_cmdline_add_string(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_string()
113 gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_on_extra_arg()
149 char* gpr_cmdline_usage_string(gpr_cmdline* cl, const char* argv0) { in gpr_cmdline_usage_string()
177 static int print_usage_and_die(gpr_cmdline* cl) { in print_usage_and_die()
[all …]
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_cl.h72 static inline uint32_t cl_offset(struct vc5_cl *cl) in cl_offset()
77 static inline struct vc5_cl_reloc cl_get_address(struct vc5_cl *cl) in cl_get_address()
83 cl_advance(struct vc5_cl_out **cl, uint32_t n) in cl_advance()
89 cl_start(struct vc5_cl *cl) in cl_start()
95 cl_end(struct vc5_cl *cl, struct vc5_cl_out *next) in cl_end()
117 cl_u8(struct vc5_cl_out **cl, uint8_t n) in cl_u8()
124 cl_u16(struct vc5_cl_out **cl, uint16_t n) in cl_u16()
131 cl_u32(struct vc5_cl_out **cl, uint32_t n) in cl_u32()
138 cl_aligned_u32(struct vc5_cl_out **cl, uint32_t n) in cl_aligned_u32()
145 cl_aligned_reloc(struct vc5_cl *cl, in cl_aligned_reloc()
[all …]
Dvc5_cl.c33 vc5_init_cl(struct vc5_job *job, struct vc5_cl *cl) in vc5_init_cl()
42 vc5_cl_ensure_space(struct vc5_cl *cl, uint32_t space, uint32_t alignment) in vc5_cl_ensure_space()
61 vc5_cl_ensure_space_with_branch(struct vc5_cl *cl, uint32_t space) in vc5_cl_ensure_space_with_branch()
87 vc5_destroy_cl(struct vc5_cl *cl) in vc5_destroy_cl()
Dvc5_rcl.c38 load_general(struct vc5_cl *cl, struct pipe_surface *psurf, int buffer) in load_general()
91 struct vc5_cl *cl, struct pipe_surface *psurf, int buffer, in store_general()
185 flush_last_load(struct vc5_cl *cl) in flush_last_load()
197 vc5_rcl_emit_loads(struct vc5_job *job, struct vc5_cl *cl) in vc5_rcl_emit_loads()
252 vc5_rcl_emit_stores(struct vc5_job *job, struct vc5_cl *cl) in vc5_rcl_emit_stores()
379 struct vc5_cl *cl = &job->indirect; in vc5_rcl_emit_generic_per_tile_list() local
/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 …]
Dvc4_cl.c29 vc4_init_cl(struct vc4_job *job, struct vc4_cl *cl) in vc4_init_cl()
38 cl_ensure_space(struct vc4_cl *cl, uint32_t space) in cl_ensure_space()
53 vc4_reset_cl(struct vc4_cl *cl) in vc4_reset_cl()
/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/python/cpython2/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/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/ltp/utils/ffsb-6.0-rc2/
Dcirlist.c24 void init_cirlist(struct cirlist *cl) in init_cirlist()
30 int cl_empty(struct cirlist *cl) in cl_empty()
35 void cl_insert_tail(struct cirlist *cl, cldatatype object) in cl_insert_tail()
66 cldatatype cl_remove_head(struct cirlist *cl) in cl_remove_head()
/external/grpc-grpc-java/core/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
DServiceProvidersTestUtil.java42 ClassLoader cl, in testHardcodedClasses()
74 String callableClassName, ClassLoader cl) throws Exception { in invokeIteratorCallable()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DClassLoaderUtil.java54 ClassLoader cl = null; in getBootstrapClassLoader() local
79 ClassLoader cl = cls.getClassLoader(); in getClassLoader() local
91 ClassLoader cl = Thread.currentThread().getContextClassLoader(); in getClassLoader() local
/external/icu/android_icu4j/src/main/java/android/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
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DServiceProviders.java40 ClassLoader cl, in load()
58 ClassLoader cl, in loadAll()
87 static boolean isAndroid(ClassLoader cl) { in isAndroid()
102 public static <T> Iterable<T> getCandidatesViaServiceLoader(Class<T> klass, ClassLoader cl) { in getCandidatesViaServiceLoader()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DURLClassLoaderTest.java79 public Class<?> findClass(String cl) throws ClassNotFoundException { in findClass()
108 ClassLoader cl = new BogusClassLoader(); in test_Constructor$Ljava_net_URLLjava_lang_ClassLoader() local
174 Class cl = ucl.loadClass("ucl.ResClass"); in test_newInstance$Ljava_net_URL() local
193 ClassLoader cl = new BogusClassLoader(); in test_newInstance$Ljava_net_URLLjava_lang_ClassLoader() local
211 ClassLoader cl = new BogusClassLoader(); in test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory() local
322 URLClassLoaderExt cl = new URLClassLoaderExt(new URL[557]); in test_findClassLjava_lang_String() local
330 URLClassLoader cl = new URLClassLoader(new URL[] { new URL( in test_findClassLjava_lang_String() local
/external/libchrome/base/
Dcommand_line_unittest.cc50 CommandLine cl(arraysize(argv), argv); in TEST() local
109 CommandLine cl = CommandLine::FromString( in TEST() local
198 CommandLine cl(CommandLine::NO_PROGRAM); in TEST() local
273 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program"))); in TEST() local
310 CommandLine cl(arraysize(raw_argv), raw_argv); in TEST() local
410 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program"))); in TEST() local
425 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program"))); in TEST() local
/external/u-boot/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 …]
/external/fsck_msdos/
Dfat.c135 checkclnum(struct bootblock *boot, u_int fat, cl_t cl, cl_t *next) in checkclnum()
206 cl_t cl; in readfat() local
326 rsrvdcltype(cl_t cl) in rsrvdcltype()
338 clustdiffer(cl_t cl, cl_t *cp1, cl_t *cp2, u_int fatnum) in clustdiffer()
411 cl_t cl; in comparefat() local
563 cl_t cl; in writefat() local
/external/mesa3d/src/mesa/vbo/
Dvbo_context.c52 init_array(struct gl_context *ctx, struct gl_vertex_array *cl, in init_array()
83 struct gl_vertex_array *cl = &vbo->currval[VERT_ATTRIB_FF(i)]; in init_legacy_currval() local
99 struct gl_vertex_array *cl = &vbo->currval[VBO_ATTRIB_GENERIC0 + i]; in init_generic_currval() local
116 struct gl_vertex_array *cl = in init_mat_currval() local
/external/mesa3d/src/broadcom/cle/
Dv3d_packet_helpers.h156 __gen_unpack_uint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_uint()
170 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_sint()
180 __gen_unpack_sfixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, in __gen_unpack_sfixed()
188 __gen_unpack_ufixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, in __gen_unpack_ufixed()
196 __gen_unpack_float(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_float()

1234567891011