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

1 2 3 4 5 6 7

  /external/clang/test/FixIt/
fixit-recompile.c 4 _Complex cd; variable
6 // CHECK: _Complex double cd;
fixit-suffix.c 5 _Complex cd; variable
fixit.c 22 // CHECK: _Complex double cd;
23 _Complex cd; // expected-warning {{assuming '_Complex double'}} variable
  /external/libcxx/test/depr/depr.c.headers/
tgmath_h.pass.cpp 20 std::complex<double> cd; local
  /external/libcxx/test/numerics/c.math/
ctgmath.pass.cpp 20 std::complex<double> cd; local
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
tgmath_h.pass.cpp 20 std::complex<double> cd; local
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
ctgmath.pass.cpp 20 std::complex<double> cd; local
  /external/openssl/crypto/cms/
cms_cd.c 75 CMS_CompressedData *cd; local
89 cd = M_ASN1_new_of(CMS_CompressedData);
91 if (!cd)
95 cms->d.compressedData = cd;
97 cd->version = 0;
99 X509_ALGOR_set0(cd->compressionAlgorithm,
103 cd->encapContentInfo->eContentType = OBJ_nid2obj(NID_pkcs7_data);
117 CMS_CompressedData *cd; local
125 cd = cms->d.compressedData;
126 X509_ALGOR_get0(&compoid, NULL, NULL, cd->compressionAlgorithm)
    [all...]
  /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/chromium_org/v8/tools/
test-push-to-trunk.sh 220 cd() { function
222 echo "cd $@" >> $TEST_OUTPUT
228 export -f cd
  /external/clang/test/CodeGen/
volatile-complex.c 11 volatile _Complex double cd; variable
30 // CHECK: load volatile double* getelementptr inbounds ({ double, double }* @cd, i32 0, i32 0), align 8
31 // CHECK-NEXT: load volatile double* getelementptr inbounds ({ double, double }* @cd, i32 0, i32 1), align 8
32 (void)(cd);
33 // CHECK-NEXT: [[R:%.*]] = load volatile double* getelementptr inbounds ({ double, double }* @cd, i32 0, i32 0), align 8
34 // CHECK-NEXT: [[I:%.*]] = load volatile double* getelementptr inbounds ({ double, double }* @cd, i32 0, i32 1), align 8
35 // CHECK-NEXT: store volatile double [[R]], double* getelementptr inbounds ({ double, double }* @cd, i32 0, i32 0), align 8
36 // CHECK-NEXT: store volatile double [[I]], double* getelementptr inbounds ({ 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();
  /external/compiler-rt/test/msan/
iconv.cc 12 iconv_t cd = iconv_open("ASCII", "ASCII"); local
13 assert(cd != (iconv_t)-1);
32 res = iconv(cd, 0, 0, 0, 0);
35 res = iconv(cd, 0, 0, &outbuf, &outbytesleft);
38 res = iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft);
46 iconv_close(cd);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
deps_updater.py 26 self.cd('')
80 self.cd('')
97 self.cd('')
109 self.cd('')
157 def cd(self, *comps): member in class:DepsUpdater
160 self.print_('cd %s' % dest)
  /external/chromium_org/third_party/skia/
make.py 34 def cd(path): function
35 print '> cd %s' % path
52 cd(SCRIPT_DIR)
100 cd(SCRIPT_DIR)
  /external/clang/test/SemaTemplate/
attributes.cpp 40 C<double> cd; member in namespace:attribute_aligned
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentDispositionParser.java 73 ContentDisposition cd = new ContentDisposition(); local
74 cd.setHeaderName(SIPHeaderNames.CONTENT_DISPOSITION);
80 cd.setDispositionType(token.getTokenValue());
82 super.parse(cd);
87 return cd;
  /external/skia/
make.py 34 def cd(path): function
35 print '> cd %s' % path
52 cd(SCRIPT_DIR)
100 cd(SCRIPT_DIR)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 39 unsigned cd[2]; local
47 cd[0] = draw_current_shader_clipdistance_output(pvs->draw, 0);
48 cd[1] = draw_current_shader_clipdistance_output(pvs->draw, 1);
50 if (cd[0] != pos || cd[1] != pos)
116 clipdist = out->data[cd[0]][i];
118 clipdist = out->data[cd[1]][i-4];
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicSubDivide.cpp 60 double cd = interp(src[4], src[6], t); local
62 double bcd = interp(bc, cd, t);
114 double cd = interp(src[4], src[6], t); local
116 double bcd = interp(bc, cd, t);
124 dst[10] = cd;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 39 unsigned cd[2]; local
47 cd[0] = draw_current_shader_clipdistance_output(pvs->draw, 0);
48 cd[1] = draw_current_shader_clipdistance_output(pvs->draw, 1);
50 if (cd[0] != pos || cd[1] != pos)
116 clipdist = out->data[cd[0]][i];
118 clipdist = out->data[cd[1]][i-4];
  /external/skia/experimental/Intersection/
CubicSubDivide.cpp 60 double cd = interp(src[4], src[6], t); local
62 double bcd = interp(bc, cd, t);
114 double cd = interp(src[4], src[6], t); local
116 double bcd = interp(bc, cd, t);
124 dst[10] = cd;
  /frameworks/wilhelm/src/
devices.c 215 const CodecDescriptor *cd = codecDescriptors; local
218 for (index = 0 ; NULL != cd->mDescriptor; ++cd) {
219 if (cd->mCodecID == codecId) {
227 for ( ; NULL != cd->mDescriptor; ++cd) {
228 if (cd->mCodecID == codecId) {
230 *pDescriptor = *cd->mDescriptor;
  /development/apps/Development/src/com/android/development/
DataList.java 92 ColumnData cd = new ColumnData(columnNames[i], str); local
93 data.add(cd);

Completed in 1002 milliseconds

1 2 3 4 5 6 7