/external/mockito/src/test/java/org/mockitoutil/ |
D | ClassLoadersTest.java | 27 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/ |
D | CommandLine.rst | 810 .. _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/ |
D | v3d_cl.h | 56 #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 …]
|
D | v3d_cl.c | 33 v3d_init_cl(struct v3d_job *job, struct v3d_cl *cl) in v3d_init_cl() 42 v3d_cl_ensure_space(struct v3d_cl *cl, uint32_t space, uint32_t alignment) in v3d_cl_ensure_space() 61 v3d_cl_ensure_space_with_branch(struct v3d_cl *cl, uint32_t space) in v3d_cl_ensure_space_with_branch() 87 v3d_destroy_cl(struct v3d_cl *cl) in v3d_destroy_cl()
|
/external/grpc-grpc/test/core/util/ |
D | cmdline_test.cc | 32 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 …]
|
D | cmdline.cc | 59 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/vc4/ |
D | vc4_cl.h | 76 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/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/func.invoke/ |
D | invoke_constexpr.pass.cpp | 154 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 …]
|
D | invoke.pass.cpp | 157 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/mesa3d/src/broadcom/vulkan/ |
D | v3dv_cl.h | 59 __unpack_address(const uint8_t *cl, uint32_t s, uint32_t e) in __unpack_address() 67 v3dv_cl_offset(struct v3dv_cl *cl) in v3dv_cl_offset() 83 v3dv_cl_get_address(struct v3dv_cl *cl) in v3dv_cl_get_address() 92 cl_start(struct v3dv_cl *cl) in cl_start() 98 cl_end(struct v3dv_cl *cl, struct v3dv_cl_out *next) in cl_end() 105 cl_advance(struct v3dv_cl_out **cl, uint32_t n) in cl_advance() 111 cl_aligned_u32(struct v3dv_cl_out **cl, uint32_t n) in cl_aligned_u32() 118 cl_aligned_f(struct v3dv_cl_out **cl, float f) in cl_aligned_f() 124 cl_aligned_reloc(struct v3dv_cl *cl, in cl_aligned_reloc() 162 #define cl_emit(cl, packet, name) \ argument [all …]
|
D | v3dv_cl.c | 28 v3dv_cl_init(struct v3dv_job *job, struct v3dv_cl *cl) in v3dv_cl_init() 39 v3dv_cl_destroy(struct v3dv_cl *cl) in v3dv_cl_destroy() 52 cl_alloc_bo(struct v3dv_cl *cl, uint32_t space, bool use_branch) in cl_alloc_bo() 88 v3dv_cl_ensure_space(struct v3dv_cl *cl, uint32_t space, uint32_t alignment) in v3dv_cl_ensure_space() 102 v3dv_cl_ensure_space_with_branch(struct v3dv_cl *cl, uint32_t space) in v3dv_cl_ensure_space_with_branch()
|
/external/python/cpython3/Tools/freeze/ |
D | extensions_win32.ini | 52 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/ |
D | extensions_win32.ini | 52 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/rust/crates/grpcio-sys/grpc/test/core/util/ |
D | cmdline.cc | 65 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 …]
|
/external/libcxx/test/std/utilities/function.objects/func.invoke/ |
D | invoke.pass.cpp | 152 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/mesa3d/prebuilt-intermediates/cle/ |
D | v3d_packet_v21_pack.h | 45 V3D21_HALT_pack(__gen_user_data *data, uint8_t * restrict cl, in V3D21_HALT_pack() 55 V3D21_HALT_unpack(const uint8_t * restrict cl, in V3D21_HALT_unpack() 72 V3D21_NOP_pack(__gen_user_data *data, uint8_t * restrict cl, in V3D21_NOP_pack() 82 V3D21_NOP_unpack(const uint8_t * restrict cl, in V3D21_NOP_unpack() 99 V3D21_FLUSH_pack(__gen_user_data *data, uint8_t * restrict cl, in V3D21_FLUSH_pack() 109 V3D21_FLUSH_unpack(const uint8_t * restrict cl, in V3D21_FLUSH_unpack() 126 V3D21_FLUSH_ALL_STATE_pack(__gen_user_data *data, uint8_t * restrict cl, in V3D21_FLUSH_ALL_STATE_pack() 136 V3D21_FLUSH_ALL_STATE_unpack(const uint8_t * restrict cl, in V3D21_FLUSH_ALL_STATE_unpack() 153 V3D21_START_TILE_BINNING_pack(__gen_user_data *data, uint8_t * restrict cl, in V3D21_START_TILE_BINNING_pack() 163 V3D21_START_TILE_BINNING_unpack(const uint8_t * restrict cl, in V3D21_START_TILE_BINNING_unpack() [all …]
|
D | v3d_packet_v33_pack.h | 250 V3D33_HALT_pack(__gen_user_data *data, uint8_t * restrict cl, in V3D33_HALT_pack() 260 V3D33_HALT_unpack(const uint8_t * restrict cl, in V3D33_HALT_unpack() 277 V3D33_NOP_pack(__gen_user_data *data, uint8_t * restrict cl, in V3D33_NOP_pack() 287 V3D33_NOP_unpack(const uint8_t * restrict cl, in V3D33_NOP_unpack() 304 V3D33_FLUSH_pack(__gen_user_data *data, uint8_t * restrict cl, in V3D33_FLUSH_pack() 314 V3D33_FLUSH_unpack(const uint8_t * restrict cl, in V3D33_FLUSH_unpack() 331 V3D33_FLUSH_ALL_STATE_pack(__gen_user_data *data, uint8_t * restrict cl, in V3D33_FLUSH_ALL_STATE_pack() 341 V3D33_FLUSH_ALL_STATE_unpack(const uint8_t * restrict cl, in V3D33_FLUSH_ALL_STATE_unpack() 358 V3D33_START_TILE_BINNING_pack(__gen_user_data *data, uint8_t * restrict cl, in V3D33_START_TILE_BINNING_pack() 368 V3D33_START_TILE_BINNING_unpack(const uint8_t * restrict cl, in V3D33_START_TILE_BINNING_unpack() [all …]
|
/external/cronet/base/ |
D | command_line_unittest.cc | 68 CommandLine cl(std::size(argv), argv); in TEST() local 127 CommandLine cl = CommandLine::FromString( in TEST() local 215 CommandLine cl(CommandLine::NO_PROGRAM); in TEST() local 274 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program"))); in TEST() local 313 CommandLine cl(std::size(raw_argv), raw_argv); in TEST() local 390 CommandLine cl = CommandLine::FromString( in TEST() local 398 CommandLine cl(FilePath(FILE_PATH_LITERAL("program"))); in TEST() local 407 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program"))); in TEST() local 422 CommandLine cl = CommandLine::FromString(kCommandLine); in TEST() local 507 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program"))); in TEST() local [all …]
|
/external/fsck_msdos/ |
D | fat.c | 90 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 …]
|
/external/crosvm/kernel_cmdline/src/ |
D | kernel_cmdline.rs | 148 let mut cl = Cmdline::new(100); in insert_hello_world() localVariable 159 let mut cl = Cmdline::new(100); in insert_multi() localVariable 167 let mut cl = Cmdline::new(100); in insert_space() localVariable 177 let mut cl = Cmdline::new(100); in insert_equals() localVariable 188 let mut cl = Cmdline::new(100); in insert_emoji() localVariable 196 let mut cl = Cmdline::new(13); in insert_string() localVariable 206 let mut cl = Cmdline::new(4); in insert_too_large() localVariable 215 let mut cl = Cmdline::new(10); in insert_too_large() localVariable
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/ |
D | ServiceProvidersTest.java | 59 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/kotlinx.coroutines/kotlinx-coroutines-debug/src/internal/ |
D | Attach.kt | 22 val cl = Class.forName("kotlin.coroutines.jvm.internal.DebugProbesKt") in attach() constant 33 val cl = Class.forName("kotlin.coroutines.jvm.internal.DebugProbesKt") in detach() constant
|
/external/javassist/src/main/javassist/scopedpool/ |
D | ScopedClassPoolRepositoryImpl.java | 70 ClassLoader cl = Thread.currentThread().getContextClassLoader(); in ScopedClassPoolRepositoryImpl() local 102 public ScopedClassPool createScopedClassPool(ClassLoader cl, ClassPool src) { in createScopedClassPool() 107 public ClassPool findClassPool(ClassLoader cl) { in findClassPool() 156 ClassLoader cl = reg.getValue().getClassLoader(); in clearUnregisteredClassLoaders() local 172 public void unregisterClassLoader(ClassLoader cl) { in unregisterClassLoader()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ClassLoaderUtil.java | 54 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/ |
D | ClassLoaderUtil.java | 56 ClassLoader cl = null; in getBootstrapClassLoader() local 81 ClassLoader cl = cls.getClassLoader(); in getClassLoader() local 93 ClassLoader cl = Thread.currentThread().getContextClassLoader(); in getClassLoader() local
|