/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
|
/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
|
/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 | 13 volatile _Complex double cd; variable 32 // CHECK: load volatile double* getelementptr inbounds ({ double, double }* @cd, i32 0, i32 0), align 8 33 // CHECK-NEXT: load volatile double* getelementptr inbounds ({ double, double }* @cd, i32 0, i32 1), align 8 34 (void)(cd); 35 // CHECK-NEXT: [[R:%.*]] = load volatile double* getelementptr inbounds ({ double, double }* @cd, i32 0, i32 0), align 8 36 // CHECK-NEXT: [[I:%.*]] = load volatile double* getelementptr inbounds ({ double, double }* @cd, i32 0, i32 1), align 8 37 // CHECK-NEXT: store volatile double [[R]], double* getelementptr inbounds ({ double, double }* @cd, i32 0, i32 0), align 8 38 // CHECK-NEXT: store volatile double [[I]], double* getelementptr inbounds ({ double, double }* @cd, i32 0, i32 1), align 8 39 (void)(cd=cd); [all...] |
/dalvik/dx/src/com/android/dx/command/dump/ |
ClassDumper.java | 41 ClassDumper cd = local 43 cd.dump();
|
/dalvik/vm/analysis/ |
VerifySubs.cpp | 33 const char* cd = "Lcom/android/server/am/ActivityManagerService;"; local 36 return (strcmp(meth->clazz->descriptor, cd) == 0 &&
|
/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/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/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];
|
/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);
|
Details.java | 86 ColumnData cd = mData.get(i); local 87 TextView label = makeView(cd.key, true, 12); 88 TextView contents = makeView(cd.value, false, 12); 124 ColumnData cd = new ColumnData(columnNames[i], str); 125 mData.add(cd); 145 ColumnData cd = mData.get(i); 146 System.out.println(" " + cd.key + ": " + cd.value);
|
/external/chromium_org/chrome_frame/ |
buggy_bho_handling.cc | 142 CONNECTDATA cd = {0}; local 144 while (connections->Next(1, &cd, &fetched) == S_OK && fetched) { 145 PatchIfBuggy(cd.pUnk, sinks[i]); 146 cd.pUnk->Release();
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
speed.c | 189 long ca,cb,cc,cd,ce; local 217 cd=count*8/BUFSIZE+1; 276 printf("Doing DES_ede_cbc_encrypt %ld times on %ld byte blocks\n",cd, 280 for (count=0,run=1; COND(cd); count++) 290 d=((double)COUNT(cd)*BUFSIZE)/d;
|
/external/chromium_org/third_party/tlslite/scripts/ |
tls.py | 649 cd = os.getcwd() 656 cd = os.chdir(cd) 668 cd = os.getcwd() variable in class:serverTest.MyHTTPServer 675 cd = os.chdir(cd) variable in class:serverTest.MyHTTPServer [all...] |
/external/openssl/crypto/des/ |
speed.c | 189 long ca,cb,cc,cd,ce; local 217 cd=count*8/BUFSIZE+1; 276 printf("Doing DES_ede_cbc_encrypt %ld times on %ld byte blocks\n",cd, 280 for (count=0,run=1; COND(cd); count++) 290 d=((double)COUNT(cd)*BUFSIZE)/d;
|
/external/stlport/test/unit/ |
deque_test.cpp | 159 deque<int> const& cd = d; local 164 CPPUNIT_ASSERT( cd.at(0) == 20 );
|
/ndk/tests/device/test-gnustl-full/unit/ |
deque_test.cpp | 159 deque<int> const& cd = d; local 164 CPPUNIT_ASSERT( cd.at(0) == 20 );
|
/ndk/tests/device/test-stlport/unit/ |
deque_test.cpp | 159 deque<int> const& cd = d; local 164 CPPUNIT_ASSERT( cd.at(0) == 20 );
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
DeviceViewAction.java | 41 ClientData cd = mClient.getClientData(); local 42 if (cd.hasFeature(ClientData.FEATURE_OPENGL_TRACING)) {
|