/development/ndk/platforms/android-3/include/ |
D | ctype.h | 102 __CTYPE_INLINE int isalnum(int c) in isalnum() argument 104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N))); in isalnum() 107 __CTYPE_INLINE int isalpha(int c) in isalpha() argument 109 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L))); in isalpha() 112 __CTYPE_INLINE int iscntrl(int c) in iscntrl() argument 114 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C)); in iscntrl() 117 __CTYPE_INLINE int isdigit(int c) in isdigit() argument 119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N)); in isdigit() 122 __CTYPE_INLINE int isgraph(int c) in isgraph() argument 124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N))); in isgraph() [all …]
|
D | stdint.h | 75 # define INT8_C(c) c argument 76 # define INT_LEAST8_C(c) INT8_C(c) argument 77 # define INT_FAST8_C(c) INT8_C(c) argument 79 # define UINT8_C(c) c argument 80 # define UINT_LEAST8_C(c) UINT8_C(c) argument 81 # define UINT_FAST8_C(c) UINT8_C(c) argument 108 # define INT16_C(c) c argument 109 # define INT_LEAST16_C(c) INT16_C(c) argument 110 # define INT_FAST16_C(c) INT32_C(c) argument 112 # define UINT16_C(c) c argument [all …]
|
/development/ide/xcode/jpeg.xcodeproj/ |
D | project.pbxproj | 13 …AA760945DA0C0057213F /* jcapimin.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA430945DA0C… 14 …AA770945DA0C0057213F /* jcapistd.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA440945DA0C… 15 …AA780945DA0C0057213F /* jccoefct.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA450945DA0C… 16 …8AA790945DA0C0057213F /* jccolor.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA460945DA0C… 17 …AA7A0945DA0C0057213F /* jcdctmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA470945DA0C… 18 …E08AA7B0945DA0C0057213F /* jchuff.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA480945DA0… 19 …E08AA7C0945DA0C0057213F /* jcinit.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA490945DA0… 20 …AA7D0945DA0C0057213F /* jcmainct.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA4A0945DA0C… 21 …AA7E0945DA0C0057213F /* jcmarker.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA4B0945DA0C… 22 …AA7F0945DA0C0057213F /* jcmaster.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA4C0945DA0C… [all …]
|
/development/ndk/platforms/android-21/include/ |
D | stdint.h | 108 #define INT8_C(c) c argument 109 #define INT_LEAST8_C(c) INT8_C(c) argument 110 #define INT_FAST8_C(c) INT8_C(c) argument 112 #define UINT8_C(c) c argument 113 #define UINT_LEAST8_C(c) UINT8_C(c) argument 114 #define UINT_FAST8_C(c) UINT8_C(c) argument 116 #define INT16_C(c) c argument 117 #define INT_LEAST16_C(c) INT16_C(c) argument 118 #define INT_FAST16_C(c) INT32_C(c) argument 120 #define UINT16_C(c) c argument [all …]
|
/development/ndk/platforms/android-3/include/linux/ |
D | ctype.h | 26 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument 27 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument 28 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument 29 #define isdigit(c) ((__ismask(c)&(_D)) != 0) argument 30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) argument 31 #define islower(c) ((__ismask(c)&(_L)) != 0) argument 32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) argument 33 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument 34 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument 35 #define isupper(c) ((__ismask(c)&(_U)) != 0) argument [all …]
|
/development/ide/xcode/freetype2.xcodeproj/ |
D | project.pbxproj | 10 …0F710E0BE7DF00136848 /* ftadvanc.c in Sources */ = {isa = PBXBuildFile; fileRef = 003A0F560E0BE7DF… 11 …003A0F720E0BE7DF00136848 /* ftapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 003A0F570E0BE7D… 12 …03A0F730E0BE7DF00136848 /* ftbase.c in Sources */ = {isa = PBXBuildFile; fileRef = 003A0F580E0BE7D… 13 …03A0F740E0BE7DF00136848 /* ftbbox.c in Sources */ = {isa = PBXBuildFile; fileRef = 003A0F590E0BE7D… 14 …0F750E0BE7DF00136848 /* ftbitmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 003A0F5A0E0BE7DF… 15 …03A0F760E0BE7DF00136848 /* ftcalc.c in Sources */ = {isa = PBXBuildFile; fileRef = 003A0F5B0E0BE7D… 16 …0F770E0BE7DF00136848 /* ftdbgmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 003A0F5C0E0BE7DF… 17 …A0F780E0BE7DF00136848 /* ftdebug.c in Sources */ = {isa = PBXBuildFile; fileRef = 003A0F5D0E0BE7DF… 18 …03A0F790E0BE7DF00136848 /* ftgasp.c in Sources */ = {isa = PBXBuildFile; fileRef = 003A0F5E0E0BE7D… 19 …0F7A0E0BE7DF00136848 /* ftgloadr.c in Sources */ = {isa = PBXBuildFile; fileRef = 003A0F5F0E0BE7DF… [all …]
|
/development/ide/xcode/libpng.xcodeproj/ |
D | project.pbxproj | 10 …00133B080E1413E1003D4A50 /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = 00133AEF0E1413E10… 11 …3B0B0E1413E1003D4A50 /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 00133AF40E1413E1… 12 …3B0C0E1413E1003D4A50 /* pnggccrd.c in Sources */ = {isa = PBXBuildFile; fileRef = 00133AF50E1413E1… 13 …0133B0D0E1413E1003D4A50 /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = 00133AF60E1413E… 14 …0133B0E0E1413E1003D4A50 /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 00133AF70E1413E… 15 …3B0F0E1413E1003D4A50 /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = 00133AF90E1413E1… 16 …33B100E1413E1003D4A50 /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 00133AFA0E1413E1… 17 …0133B110E1413E1003D4A50 /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = 00133AFB0E1413E… 18 …3B120E1413E1003D4A50 /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 00133AFC0E1413E1… 19 …3B130E1413E1003D4A50 /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 00133AFD0E1413E1… [all …]
|
/development/ndk/platforms/android-3/include/linux/mmc/ |
D | card.h | 72 #define mmc_card_present(c) ((c)->state & MMC_STATE_PRESENT) argument 73 #define mmc_card_dead(c) ((c)->state & MMC_STATE_DEAD) argument 74 #define mmc_card_bad(c) ((c)->state & MMC_STATE_BAD) argument 75 #define mmc_card_sd(c) ((c)->state & MMC_STATE_SDCARD) argument 76 #define mmc_card_readonly(c) ((c)->state & MMC_STATE_READONLY) argument 78 #define mmc_card_set_present(c) ((c)->state |= MMC_STATE_PRESENT) argument 79 #define mmc_card_set_dead(c) ((c)->state |= MMC_STATE_DEAD) argument 80 #define mmc_card_set_bad(c) ((c)->state |= MMC_STATE_BAD) argument 81 #define mmc_card_set_sd(c) ((c)->state |= MMC_STATE_SDCARD) argument 82 #define mmc_card_set_readonly(c) ((c)->state |= MMC_STATE_READONLY) argument [all …]
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | trsMatrix.cpp | 24 void mult33d(double a[3][3], double b[3][3], double c[3][3]) in mult33d() 26 a[0][0] = b[0][0]*c[0][0] + b[0][1]*c[1][0] + b[0][2]*c[2][0]; in mult33d() 27 a[0][1] = b[0][0]*c[0][1] + b[0][1]*c[1][1] + b[0][2]*c[2][1]; in mult33d() 28 a[0][2] = b[0][0]*c[0][2] + b[0][1]*c[1][2] + b[0][2]*c[2][2]; in mult33d() 29 a[1][0] = b[1][0]*c[0][0] + b[1][1]*c[1][0] + b[1][2]*c[2][0]; in mult33d() 30 a[1][1] = b[1][0]*c[0][1] + b[1][1]*c[1][1] + b[1][2]*c[2][1]; in mult33d() 31 a[1][2] = b[1][0]*c[0][2] + b[1][1]*c[1][2] + b[1][2]*c[2][2]; in mult33d() 32 a[2][0] = b[2][0]*c[0][0] + b[2][1]*c[1][0] + b[2][2]*c[2][0]; in mult33d() 33 a[2][1] = b[2][0]*c[0][1] + b[2][1]*c[1][1] + b[2][2]*c[2][1]; in mult33d() 34 a[2][2] = b[2][0]*c[0][2] + b[2][1]*c[1][2] + b[2][2]*c[2][2]; in mult33d()
|
/development/ide/xcode/chipmunk.xcodeproj/ |
D | project.pbxproj | 10 …E1510CE26D84006BB7E0 /* chipmunk.c in Sources */ = {isa = PBXBuildFile; fileRef = FE16E1270CE26C3D… 11 …520CE26D86006BB7E0 /* cpArbiter.c in Sources */ = {isa = PBXBuildFile; fileRef = FE16E12A0CE26C3D0… 12 …6E1530CE26D87006BB7E0 /* cpArray.c in Sources */ = {isa = PBXBuildFile; fileRef = FE16E12C0CE26C3D… 13 …FE16E1540CE26D88006BB7E0 /* cpBB.c in Sources */ = {isa = PBXBuildFile; fileRef = FE16E12E0CE26C3D… 14 …E16E1550CE26D8A006BB7E0 /* cpBody.c in Sources */ = {isa = PBXBuildFile; fileRef = FE16E1300CE26C3… 15 …CE26D8B006BB7E0 /* cpCollision.c in Sources */ = {isa = PBXBuildFile; fileRef = FE16E1320CE26C3D00… 16 …570CE26D8C006BB7E0 /* cpHashSet.c in Sources */ = {isa = PBXBuildFile; fileRef = FE16E1340CE26C3D0… 17 …6E1580CE26D8F006BB7E0 /* cpJoint.c in Sources */ = {isa = PBXBuildFile; fileRef = FE16E1360CE26C3D… 18 …CE26D91006BB7E0 /* cpPolyShape.c in Sources */ = {isa = PBXBuildFile; fileRef = FE16E1380CE26C3D00… 19 …6E15E0CE26D9E006BB7E0 /* cpShape.c in Sources */ = {isa = PBXBuildFile; fileRef = FE16E13A0CE26C3D… [all …]
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
D | db_utilities_geometry.h | 31 inline void db_PointCentroid2D(double c[2],const double *X,int nr_points) in db_PointCentroid2D() 45 c[0]=cx*m; in db_PointCentroid2D() 46 c[1]=cy*m; in db_PointCentroid2D() 48 else c[0]=c[1]=0; in db_PointCentroid2D() 51 inline void db_PointCentroid2D(double c[2],const double * const *X,int nr_points) in db_PointCentroid2D() 67 c[0]=cx*m; in db_PointCentroid2D() 68 c[1]=cy*m; in db_PointCentroid2D() 70 else c[0]=c[1]=0; in db_PointCentroid2D() 75 inline void db_PointCentroid3D(double c[3],const double *X,int nr_points) in db_PointCentroid3D() 90 c[0]=cx*m; in db_PointCentroid3D() [all …]
|
D | db_image_homography.cpp | 34 inline void db_SProjImagePointPointConstraint(double c[9],int i_num,int i_den,int i_zero, in db_SProjImagePointPointConstraint() 37 db_MultiplyScalarCopy3(c+3*i_den,x, xp[i_num]); in db_SProjImagePointPointConstraint() 38 db_MultiplyScalarCopy3(c+3*i_num,x, -xp[i_den]); in db_SProjImagePointPointConstraint() 39 db_Zero3(c+3*i_zero); in db_SProjImagePointPointConstraint() 83 double c[72]; in db_StitchProjective2D_4Points() local 86 db_SProjImagePointPointConstraints(c ,c+9 ,xp1,x1); in db_StitchProjective2D_4Points() 87 db_SProjImagePointPointConstraints(c+18,c+27,xp2,x2); in db_StitchProjective2D_4Points() 88 db_SProjImagePointPointConstraints(c+36,c+45,xp3,x3); in db_StitchProjective2D_4Points() 89 db_SProjImagePointPointConstraints(c+54,c+63,xp4,x4); in db_StitchProjective2D_4Points() 91 db_NullVector8x9Destructive(H,c); in db_StitchProjective2D_4Points() [all …]
|
D | db_framestitching.cpp | 85 double c[3],cp[3],r[3],rp[3],M[9],s,sp,sc; in db_StitchSimilarity3DRaw() local 91 db_PointCentroid3D(c,X,nr_points); in db_StitchSimilarity3DRaw() 96 db_Zero3(c); in db_StitchSimilarity3DRaw() 106 r[0]=(*temp++)-c[0]; in db_StitchSimilarity3DRaw() 107 r[1]=(*temp++)-c[1]; in db_StitchSimilarity3DRaw() 108 r[2]=(*temp++)-c[2]; in db_StitchSimilarity3DRaw() 162 t[0]=cp[0]-sc*(R[0]*c[0]+R[1]*c[1]+R[2]*c[2]); in db_StitchSimilarity3DRaw() 163 t[1]=cp[1]-sc*(R[3]*c[0]+R[4]*c[1]+R[5]*c[2]); in db_StitchSimilarity3DRaw() 164 t[2]=cp[2]-sc*(R[6]*c[0]+R[7]*c[1]+R[8]*c[2]); in db_StitchSimilarity3DRaw()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | GridLayout3.java | 65 TextView c = new TextView(context); in create() local 66 c.setTextSize(32); in create() 67 c.setText("Email setup"); in create() 68 p.addView(c, new LayoutParams(titleRow, centerInAllColumns)); in create() 71 TextView c = new TextView(context); in create() local 72 c.setTextSize(16); in create() 73 c.setText("You can configure email in a few simple steps:"); in create() 74 p.addView(c, new LayoutParams(introRow, leftAlignInAllColumns)); in create() 77 TextView c = new TextView(context); in create() local 78 c.setText("Email address:"); in create() [all …]
|
/development/ide/xcode/zlib.xcodeproj/ |
D | project.pbxproj | 10 …8AA0D0944F1E40057213F /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA020944F1E4… 11 …AA0E0944F1E40057213F /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA030944F1E4… 12 …FE08AA0F0944F1E40057213F /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA040944F1E… 13 …8AA100944F1E40057213F /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA050944F1E4… 14 …8AA110944F1E40057213F /* infback.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA060944F1E4… 15 …8AA120944F1E40057213F /* inffast.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA070944F1E4… 16 …8AA130944F1E40057213F /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA080944F1E4… 17 …AA140944F1E40057213F /* inftrees.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA090944F1E4… 18 …FE08AA150944F1E40057213F /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA0A0944F1E… 19 …8AA160944F1E40057213F /* uncompr.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA0B0944F1E4… [all …]
|
/development/samples/Support7Demos/src/com/example/android/supportv7/view/ |
D | GridLayout3.java | 76 TextView c = new TextView(context); in create() local 77 c.setTextSize(32); in create() 78 c.setText("Email setup"); in create() 79 p.addView(c, new LayoutParams(titleRow, centerInAllColumns)); in create() 82 TextView c = new TextView(context); in create() local 83 c.setTextSize(16); in create() 84 c.setText("You can configure email in a few simple steps:"); in create() 85 p.addView(c, new LayoutParams(introRow, leftAlignInAllColumns)); in create() 88 TextView c = new TextView(context); in create() local 89 c.setText("Email address:"); in create() [all …]
|
/development/apps/Development/src/com/android/development/ |
D | ConfigurationViewer.java | 33 Configuration c = getResources().getConfiguration(); in onCreate() local 41 + "fontScale=" + c.fontScale + "\n" in onCreate() 42 + "hardKeyboardHidden=" + c.hardKeyboardHidden + "\n" in onCreate() 43 + "keyboard=" + c.keyboard + "\n" in onCreate() 44 + "locale=" + c.locale + "\n" in onCreate() 45 + "mcc=" + c.mcc + "\n" in onCreate() 46 + "mnc=" + c.mnc + "\n" in onCreate() 47 + "navigation=" + c.navigation + "\n" in onCreate() 48 + "navigationHidden=" + c.navigationHidden + "\n" in onCreate() 49 + "orientation=" + c.orientation + "\n" in onCreate() [all …]
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/ |
D | CubeWallpaper1.java | 155 Canvas c = null; in drawFrame() local 157 c = holder.lockCanvas(); in drawFrame() 158 if (c != null) { in drawFrame() 160 drawCube(c); in drawFrame() 161 drawTouchPoint(c); in drawFrame() 164 if (c != null) holder.unlockCanvasAndPost(c); in drawFrame() 178 void drawCube(Canvas c) { in drawCube() argument 179 c.save(); in drawCube() 180 c.translate(mCenterX, mCenterY); in drawCube() 181 c.drawColor(0xff000000); in drawCube() [all …]
|
/development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/sms/ |
D | SmsTest.java | 51 Cursor c = getSmsCursor(); in testReceivedSms() local 52 c.moveToFirst(); in testReceivedSms() 54 String number = c.getString(c.getColumnIndexOrThrow("address")); in testReceivedSms() 55 String body = c.getString(c.getColumnIndexOrThrow("body")); in testReceivedSms() 57 c.close(); in testReceivedSms() 66 Cursor c; in getSmsCursor() local 69 c = r.query(message,null,null,null,null); in getSmsCursor() 71 if(c.getCount() != 0) { in getSmsCursor() 72 return c; in getSmsCursor() 75 c.close(); in getSmsCursor()
|
/development/ndk/sources/android/ndk_helper/ |
D | interpolator.cpp | 96 float c = dest_value_ - start_value_; in Update() local 97 p = GetFormula( type_, t, b, d, c ); in Update() 108 const float c ) in GetFormula() argument 115 return (c * t / d + b); in GetFormula() 120 return (c * t1 * t1 + b); in GetFormula() 125 return (-c * t1 * (t1 - 2) + b); in GetFormula() 131 return (c / 2 * t1 * t1 + b); in GetFormula() 135 return (-c / 2 * (t1 * (t1 - 2) - 1) + b); in GetFormula() 140 return (c * t1 * t1 * t1 + b); in GetFormula() 145 return (c * (t1 * t1 * t1 + 1) + b); in GetFormula() [all …]
|
/development/samples/Vault/tests/src/com/example/android/vault/ |
D | VaultProviderTest.java | 56 Cursor c; in testDeleteDirectory() local 72 c = mProvider.queryChildDocuments(DEFAULT_DOCUMENT_ID, null, null); in testDeleteDirectory() 73 assertContains(c, "file", "dir"); in testDeleteDirectory() 74 c = mProvider.queryChildDocuments(dir, null, null); in testDeleteDirectory() 75 assertContains(c, "dirfile", "dirdir"); in testDeleteDirectory() 80 c = mProvider.queryChildDocuments(DEFAULT_DOCUMENT_ID, null, null); in testDeleteDirectory() 81 assertContains(c, "file"); in testDeleteDirectory() 91 private static void assertContains(Cursor c, String... docs) { in assertContains() argument 93 while (c.moveToNext()) { in assertContains() 94 set.add(c.getString(c.getColumnIndex(Document.COLUMN_DISPLAY_NAME))); in assertContains()
|
/development/ide/xcode/ports/ |
D | SkBitmap_Mac.cpp | 30 unsigned c = *src++; in convert565_to_32() local 31 unsigned r = SkPacked16ToR32(c); in convert565_to_32() 32 unsigned g = SkPacked16ToG32(c); in convert565_to_32() 33 unsigned b = SkPacked16ToB32(c); in convert565_to_32() 46 unsigned c = *src++; in convert4444_to_555() local 48 unsigned r = SkGetPackedR4444(c); in convert4444_to_555() 49 unsigned g = SkGetPackedG4444(c); in convert4444_to_555() 50 unsigned b = SkGetPackedB4444(c); in convert4444_to_555() 56 c = (r << 10) | (g << 5) | b; in convert4444_to_555() 59 c = (c >> 8) | (c << 8); in convert4444_to_555() [all …]
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | MorseCodeConverter.java | 75 static long[] pattern(char c) { in pattern() argument 76 if (c >= 'A' && c <= 'Z') { in pattern() 77 return LETTERS[c - 'A']; in pattern() 79 if (c >= 'a' && c <= 'z') { in pattern() 80 return LETTERS[c - 'a']; in pattern() 82 else if (c >= '0' && c <= '9') { in pattern() 83 return NUMBERS[c - '0']; in pattern() 98 char c = str.charAt(i); in pattern() local 99 if (Character.isWhitespace(c)) { in pattern() 109 len += pattern(c).length; in pattern() [all …]
|
/development/ide/xcode/gif.xcodeproj/ |
D | project.pbxproj | 14 …AB440945EFEF0057213F /* dgif_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AB410945EFEF… 15 …8AB450945EFEF0057213F /* gif_err.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AB420945EFEF… 16 …AB460945EFEF0057213F /* gifalloc.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AB430945EFEF… 24 … {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = gif_lib_pr… 25 … {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = gif_lib.h;… 26 …b.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = dg… 27 …rr.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = g… 28 …c.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = gi… 60 FE08AB410945EFEF0057213F /* dgif_lib.c */, 61 FE08AB420945EFEF0057213F /* gif_err.c */, [all …]
|
/development/ide/xcode/expat.xcodeproj/ |
D | project.pbxproj | 13 …E3DD09CEF35D0042D964 /* xmlparse.c in Sources */ = {isa = PBXBuildFile; fileRef = FEDCE3DA09CEF35D… 14 …CE3DE09CEF35D0042D964 /* xmlrole.c in Sources */ = {isa = PBXBuildFile; fileRef = FEDCE3DB09CEF35D… 16 …EDCE3E309CEF3830042D964 /* xmltok.c in Sources */ = {isa = PBXBuildFile; fileRef = FEDCE3E109CEF38… 25 …c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = xmlp… 26 …c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = xmlr… 27 … {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xmlrole.h;… 28 ….c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = xml… 29 … {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xmltok.h; … 58 FEDCE3E109CEF3830042D964 /* xmltok.c */, 59 FEDCE3DA09CEF35D0042D964 /* xmlparse.c */, [all …]
|