Home
last modified time | relevance | path

Searched defs:cd (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/transformations/ast/body/
H A DConstructorDeclarationTransformationsTest.java53 ConstructorDeclaration cd = consider("A(){}"); in settingName() local
64 ConstructorDeclaration cd = consider("A(){}"); in addingModifiers() local
71 ConstructorDeclaration cd = consider("public A(){}"); in removingModifiers() local
78 ConstructorDeclaration cd = consider("public A(){}"); in replacingModifiers() local
87 ConstructorDeclaration cd = consider("A(){}"); in addingParameters() local
94 ConstructorDeclaration cd = consider("public A(double d){}"); in removingOnlyParameter() local
101 ConstructorDeclaration cd = consider("public A(double d, float f){}"); in removingFirstParameterOfMany() local
108 ConstructorDeclaration cd = consider("public A(double d, float f){}"); in removingLastParameterOfMany() local
115 ConstructorDeclaration cd = consider("public A(float f){}"); in replacingOnlyParameter() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparser/
H A DNavigator.java90 ClassOrInterfaceDeclaration cd = demandClassOrInterface(cu, qualifiedName); in demandClass() local
98 ClassOrInterfaceDeclaration cd = demandClassOrInterface(cu, qualifiedName); in demandInterface() local
116 public static MethodDeclaration demandMethod(TypeDeclaration<?> cd, String name) { in demandMethod()
148 ConstructorDeclaration cd = (ConstructorDeclaration) bd; in demandConstructor() local
162 public static VariableDeclarator demandField(ClassOrInterfaceDeclaration cd, String name) { in demandField()
/aosp_15_r20/external/turbine/java/com/google/turbine/zip/
H A DZip.java109 private final MappedByteBuffer cd; field in Zip.ZipIterator
112 ZipIterator(Path path, FileChannel chan, MappedByteBuffer cd) { in ZipIterator()
154 private final MappedByteBuffer cd; field in Zip.ZipIterable
253 private final ByteBuffer cd; field in Zip.Entry
256 public Entry(Path path, FileChannel chan, String name, ByteBuffer cd, int cdindex) { in Entry()
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/
H A DChannelDiagnosticsTest.java27 ChannelDiagnostics cd = new ChannelDiagnostics(new EmbeddedChannel()); in stopIdleTimer_noPreviousCallToStartIdleTimer_noDurationCalculated() local
34 ChannelDiagnostics cd = new ChannelDiagnostics(new EmbeddedChannel()); in stopIdleTimer_previousCallToStartIdleTimer_durationCalculated() local
42 ChannelDiagnostics cd = new ChannelDiagnostics(new EmbeddedChannel()); in incrementResponseCount_reflectsCorrectValue() local
/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_compress.c195 codec_t *cd; in TIFFFindCODEC() local
209 codec_t *cd = (codec_t *)_TIFFmallocExt( in TIFFRegisterCODEC() local
234 codec_t *cd; in TIFFUnRegisterCODEC() local
264 codec_t *cd; in TIFFGetConfiguredCODECs() local
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Dstress2.c197 struct celldata *cd = (struct celldata *)arg; in cleanup() local
210 struct celldata *cd = (struct celldata *)arg; in worker() local
269 struct celldata *cd = (struct celldata *)arg; in signaler() local
305 struct celldata *cd = (struct celldata *)arg; in cellmanager() local
H A Dstress1.c208 struct childdata cd[NTOT]; member
221 struct childdata *cd = (struct childdata *)arg; in threaded_B() local
270 struct childdata *cd = (struct childdata *)arg; in threaded_A() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparser/
H A DNavigator.java81 ClassOrInterfaceDeclaration cd = demandClassOrInterface(cu, qualifiedName); in demandClass() local
99 public static MethodDeclaration demandMethod(TypeDeclaration<?> cd, String name) { in demandMethod()
118 public static VariableDeclarator demandField(ClassOrInterfaceDeclaration cd, String name) { in demandField()
204 ClassOrInterfaceDeclaration cd = (ClassOrInterfaceDeclaration) res.get(); in demandClassOrInterface() local
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
H A Dstress2.c206 struct celldata *cd = (struct celldata *)arg; in cleanup() local
219 struct celldata *cd = (struct celldata *)arg; in worker() local
278 struct celldata *cd = (struct celldata *)arg; in signaler() local
314 struct celldata *cd = (struct celldata *)arg; in cellmanager() local
H A Dstress.c206 struct celldata *cd = (struct celldata *)arg; in cleanup() local
219 struct celldata *cd = (struct celldata *)arg; in worker() local
278 struct celldata *cd = (struct celldata *)arg; in signaler() local
314 struct celldata *cd = (struct celldata *)arg; in cellmanager() local
H A Dstress1.c217 struct childdata cd[NTOT]; member
229 struct childdata *cd = (struct childdata *)arg; in threaded_B() local
269 struct childdata *cd = (struct childdata *)arg; in threaded_A() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
Derase_fn_imps.hpp54 cond_dtor<size_type> cd(m_a_values, m_end_it, m_size); in clear() local
93 cond_dtor<size_type> cd(a_new_values, target_it, new_size); in erase_if() local
145 cond_dtor<size_type> cd(a_values, target_it, m_size - 1); in erase_imp() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
Derase_fn_imps.hpp54 cond_dtor<size_type> cd(m_a_values, m_end_it, m_size); in clear() local
93 cond_dtor<size_type> cd(a_new_values, target_it, new_size); in erase_if() local
145 cond_dtor<size_type> cd(a_values, target_it, m_size - 1); in erase_imp() local
/aosp_15_r20/external/libxml2/os400/iconv/
H A Diconv.c101 iconv_t * cd; in IconvOpen() local
127 Iconv(Iconv_t cd, char * * inbuf, size_t * inbytesleft, in Iconv()
141 IconvClose(Iconv_t cd) in IconvClose()
/aosp_15_r20/external/musl/src/locale/
H A Diconv.c130 static size_t extract_from(iconv_t cd) in extract_from()
135 static size_t extract_to(iconv_t cd) in extract_to()
151 iconv_t cd = combine_to_from(t, f); in iconv_open() local
227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *res… in iconv()
/aosp_15_r20/external/trusty/musl/src/locale/
Diconv.c130 static size_t extract_from(iconv_t cd) in extract_from()
135 static size_t extract_to(iconv_t cd) in extract_to()
151 iconv_t cd = combine_to_from(t, f); in iconv_open() local
227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *res… in iconv()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
H A Dcivil_time_test.cc52 constexpr civil_day cd(2016, 1, 28); in TEST() local
65 constexpr civil_day cd(cm); in TEST() local
308 constexpr civil_day cd(2016, 1, 28); in TEST() local
314 constexpr civil_day cd(2016, 1, 28); in TEST() local
322 constexpr civil_day cd(2016, 1, 28); in TEST() local
330 constexpr civil_day cd(2016, 1, 28); in TEST() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dcivil_time_test.cc52 constexpr civil_day cd(2016, 1, 28); in TEST() local
65 constexpr civil_day cd(cm); in TEST() local
308 constexpr civil_day cd(2016, 1, 28); in TEST() local
314 constexpr civil_day cd(2016, 1, 28); in TEST() local
322 constexpr civil_day cd(2016, 1, 28); in TEST() local
330 constexpr civil_day cd(2016, 1, 28); in TEST() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/time/internal/cctz/src/
H A Dcivil_time_test.cc52 constexpr civil_day cd(2016, 1, 28); in TEST() local
65 constexpr civil_day cd(cm); in TEST() local
308 constexpr civil_day cd(2016, 1, 28); in TEST() local
314 constexpr civil_day cd(2016, 1, 28); in TEST() local
322 constexpr civil_day cd(2016, 1, 28); in TEST() local
330 constexpr civil_day cd(2016, 1, 28); in TEST() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dcivil_time_test.cc52 constexpr civil_day cd(2016, 1, 28); in TEST() local
65 constexpr civil_day cd(cm); in TEST() local
308 constexpr civil_day cd(2016, 1, 28); in TEST() local
314 constexpr civil_day cd(2016, 1, 28); in TEST() local
322 constexpr civil_day cd(2016, 1, 28); in TEST() local
330 constexpr civil_day cd(2016, 1, 28); in TEST() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dcivil_time_test.cc52 constexpr civil_day cd(2016, 1, 28); in TEST() local
65 constexpr civil_day cd(cm); in TEST() local
308 constexpr civil_day cd(2016, 1, 28); in TEST() local
314 constexpr civil_day cd(2016, 1, 28); in TEST() local
322 constexpr civil_day cd(2016, 1, 28); in TEST() local
330 constexpr civil_day cd(2016, 1, 28); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dcivil_time_test.cc52 constexpr civil_day cd(2016, 1, 28); in TEST() local
65 constexpr civil_day cd(cm); in TEST() local
308 constexpr civil_day cd(2016, 1, 28); in TEST() local
314 constexpr civil_day cd(2016, 1, 28); in TEST() local
322 constexpr civil_day cd(2016, 1, 28); in TEST() local
330 constexpr civil_day cd(2016, 1, 28); in TEST() local
/aosp_15_r20/external/abseil-cpp/absl/time/internal/cctz/src/
H A Dcivil_time_test.cc52 constexpr civil_day cd(2016, 1, 28); in TEST() local
65 constexpr civil_day cd(cm); in TEST() local
308 constexpr civil_day cd(2016, 1, 28); in TEST() local
314 constexpr civil_day cd(2016, 1, 28); in TEST() local
322 constexpr civil_day cd(2016, 1, 28); in TEST() local
330 constexpr civil_day cd(2016, 1, 28); in TEST() local
/aosp_15_r20/external/libcxx/test/std/numerics/complex.number/complex.special/
H A Ddouble_float_implicit.pass.cpp26 const std::complex<float> cd(2.5, 3.5); in main() local
33 constexpr std::complex<float> cd(2.5, 3.5); in main() local
H A Ddouble_long_double_explicit.pass.cpp26 const std::complex<long double> cd(2.5, 3.5); in main() local
33 constexpr std::complex<long double> cd(2.5, 3.5); in main() local

12345678910>>...24