HomeSort by relevance Sort by last modified time
    Searched defs:cd (Results 1 - 25 of 500) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/FixIt/
fixit-recompile.c 4 _Complex cd; variable
6 // CHECK: _Complex double cd;
fixit-suffix.c 5 _Complex cd; variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cd.py 2 """Whimpy test script for the cd module
7 cd = import_module('cd') variable
14 # This is a very inobtrusive test for the existence of the cd module and all its
15 # attributes. More comprehensive examples can be found in Demo/cd and
16 # require that you have a CD and a CD ROM drive
19 # touch all the attributes of cd without doing anything
21 print 'Touching cd module attributes...'
25 getattr(cd, attr)
    [all...]
  /external/libcxx/test/libcxx/depr/depr.c.headers/
tgmath_h.pass.cpp 20 std::complex<double> cd; local
21 (void)cd;
  /external/libcxx/test/libcxx/numerics/c.math/
ctgmath.pass.cpp 20 std::complex<double> cd; local
21 ((void)cd);
  /external/libcxx/test/std/depr/depr.c.headers/
tgmath_h.pass.cpp 16 std::complex<double> cd; local
17 (void)cd;
  /external/libcxx/test/std/numerics/c.math/
ctgmath.pass.cpp 16 std::complex<double> cd; local
17 (void)cd;
  /external/python/cpython2/Lib/test/
test_cd.py 1 """Whimpy test script for the cd module
6 cd = import_module('cd') variable
13 # This is a very inobtrusive test for the existence of the cd module and all its
14 # attributes. More comprehensive examples can be found in Demo/cd and
15 # require that you have a CD and a CD ROM drive
18 # touch all the attributes of cd without doing anything
20 print 'Touching cd module attributes...'
24 getattr(cd, attr
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cd.py 2 """Whimpy test script for the cd module
7 cd = import_module('cd') variable
14 # This is a very inobtrusive test for the existence of the cd module and all its
15 # attributes. More comprehensive examples can be found in Demo/cd and
16 # require that you have a CD and a CD ROM drive
19 # touch all the attributes of cd without doing anything
21 print 'Touching cd module attributes...'
25 getattr(cd, attr
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cd.py 2 """Whimpy test script for the cd module
7 cd = import_module('cd') variable
14 # This is a very inobtrusive test for the existence of the cd module and all its
15 # attributes. More comprehensive examples can be found in Demo/cd and
16 # require that you have a CD and a CD ROM drive
19 # touch all the attributes of cd without doing anything
21 print 'Touching cd module attributes...'
25 getattr(cd, attr
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/depr/depr.c.headers/
tgmath_h.pass.cpp 20 std::complex<double> cd; local
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/numerics/c.math/
ctgmath.pass.cpp 20 std::complex<double> cd; local
21 ((void)cd);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
tgmath_h.pass.cpp 16 std::complex<double> cd; local
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
ctgmath.pass.cpp 16 std::complex<double> cd; local
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cd.py 2 """Whimpy test script for the cd module
7 cd = import_module('cd') variable
14 # This is a very inobtrusive test for the existence of the cd module and all its
15 # attributes. More comprehensive examples can be found in Demo/cd and
16 # require that you have a CD and a CD ROM drive
19 # touch all the attributes of cd without doing anything
21 print 'Touching cd module attributes...'
25 getattr(cd, attr
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cd.py 2 """Whimpy test script for the cd module
7 cd = import_module('cd') variable
14 # This is a very inobtrusive test for the existence of the cd module and all its
15 # attributes. More comprehensive examples can be found in Demo/cd and
16 # require that you have a CD and a CD ROM drive
19 # touch all the attributes of cd without doing anything
21 print 'Touching cd module attributes...'
25 getattr(cd, attr
    [all...]
  /external/clang/test/CodeGen/
volatile-complex.c 11 volatile _Complex double cd; variable
30 // CHECK: load volatile double, double* getelementptr inbounds ({ double, double }, { double, double }* @cd, i32 0, i32 0), align 8
31 // CHECK-NEXT: load volatile double, double* getelementptr inbounds ({ double, double }, { double, double }* @cd, i32 0, i32 1), align 8
32 (void)(cd);
33 // CHECK-NEXT: [[R:%.*]] = load volatile double, double* getelementptr inbounds ({ double, double }, { double, double }* @cd, i32 0, i32 0), align 8
34 // CHECK-NEXT: [[I:%.*]] = load volatile double, double* getelementptr inbounds ({ double, double }, { double, double }* @cd, i32 0, i32 1), align 8
35 // CHECK-NEXT: store volatile double [[R]], double* getelementptr inbounds ({ double, double }, { double, double }* @cd, i32 0, i32 0), align 8
36 // CHECK-NEXT: store volatile double [[I]], double* getelementptr inbounds ({ double, double }, { double, double }* @cd, i32 0, i32 1), align 8
37 (void)(cd=cd);
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
ClassDumper.java 41 ClassDumper cd = local
43 cd.dump();
  /libcore/ojluni/src/main/java/sun/nio/cs/
ThreadLocalCoders.java 107 CharsetDecoder cd = (CharsetDecoder)decoderCache.forName(name); local
108 cd.reset();
109 return cd;
  /external/compiler-rt/test/msan/
iconv.cc 12 iconv_t cd = iconv_open("ASCII", "ASCII"); local
13 assert(cd != (iconv_t)-1);
37 res = iconv(cd, 0, 0, 0, 0);
40 res = iconv(cd, 0, 0, &outbuf, &outbytesleft);
43 res = iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft);
51 iconv_close(cd);
  /external/libxml2/os400/
libxmlmain.c 38 iconv_t cd; local
54 cd = iconv_open(tocode, fromcode);
63 j = iconv(cd,
68 iconv(cd, NULL, &inbytesleft, &outbuf, &outbytesleft);
82 iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft);
83 iconv(cd, NULL, &inbytesleft, &outbuf, &outbytesleft);
86 iconv_close(cd);
  /external/clang/test/SemaTemplate/
attributes.cpp 40 C<double> cd; member in namespace:attribute_aligned
  /external/curl/lib/
non-ascii.c 100 iconv_t *cd = &tmpcd; local
106 cd = &data->outbound_cd;
107 if(*cd == (iconv_t)-1) {
108 *cd = iconv_open(CURL_ICONV_CODESET_OF_NETWORK,
110 if(*cd == (iconv_t)-1) {
122 rc = iconv(*cd, &input_ptr, &in_bytes,
163 iconv_t *cd = &tmpcd; local
169 cd = &data->inbound_cd;
170 if(*cd == (iconv_t)-1) {
171 *cd = iconv_open(CURL_ICONV_CODESET_OF_HOST
226 iconv_t *cd = &tmpcd; local
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/javaparser/contexts/
MethodContextResolutionTest.java 52 ClassOrInterfaceDeclaration cd = Navigator.demandClass(cu, "Main"); local
53 MethodDeclaration md = Navigator.demandMethod(cd, "methodWithLocalTypes");
  /external/libxml2/os400/iconv/
iconv.c 101 iconv_t * cd; local
110 cd = (iconv_t *) malloc(sizeof *cd);
112 if (!cd)
115 *cd = iconv_open(toibmccsid, fromibmccsid);
117 if (cd->return_value) {
118 free((char *) cd);
122 return (Iconv_t) cd;
127 Iconv(Iconv_t cd, char * * inbuf, size_t * inbytesleft,
131 if (!cd || cd == (Iconv_t) -1)
    [all...]

Completed in 476 milliseconds

1 2 3 4 5 6 7 8 91011>>