/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 800 void TiXmlElement::Print( FILE* cfile, int depth ) const in Print() argument 803 assert( cfile ); in Print() 805 fprintf( cfile, " " ); in Print() 808 fprintf( cfile, "<%s", value.c_str() ); in Print() 813 fprintf( cfile, " " ); in Print() 814 attrib->Print( cfile, depth ); in Print() 824 fprintf( cfile, " />" ); in Print() 828 fprintf( cfile, ">" ); in Print() 829 firstChild->Print( cfile, depth + 1 ); in Print() 830 fprintf( cfile, "</%s>", value.c_str() ); in Print() [all …]
|
D | tinyxml.h | 213 virtual void Print( FILE* cfile, int depth ) const = 0; 870 virtual void Print( FILE* cfile, int depth ) const { in Print() argument 871 Print( cfile, depth, 0 ); in Print() 873 void Print( FILE* cfile, int depth, TIXML_STRING* str ) const; 1126 virtual void Print( FILE* cfile, int depth ) const; 1179 virtual void Print( FILE* cfile, int depth ) const; 1240 virtual void Print( FILE* cfile, int depth ) const; 1318 virtual void Print( FILE* cfile, int depth, TIXML_STRING* str ) const; 1319 virtual void Print( FILE* cfile, int depth ) const { in Print() argument 1320 Print( cfile, depth, 0 ); in Print() [all …]
|
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 800 void TiXmlElement::Print( FILE* cfile, int depth ) const in Print() argument 803 assert( cfile ); in Print() 805 fprintf( cfile, " " ); in Print() 808 fprintf( cfile, "<%s", value.c_str() ); in Print() 813 fprintf( cfile, " " ); in Print() 814 attrib->Print( cfile, depth ); in Print() 824 fprintf( cfile, " />" ); in Print() 828 fprintf( cfile, ">" ); in Print() 829 firstChild->Print( cfile, depth + 1 ); in Print() 830 fprintf( cfile, "</%s>", value.c_str() ); in Print() [all …]
|
D | tinyxml.h | 213 virtual void Print( FILE* cfile, int depth ) const = 0; 870 virtual void Print( FILE* cfile, int depth ) const { in Print() argument 871 Print( cfile, depth, 0 ); in Print() 873 void Print( FILE* cfile, int depth, TIXML_STRING* str ) const; 1126 virtual void Print( FILE* cfile, int depth ) const; 1179 virtual void Print( FILE* cfile, int depth ) const; 1240 virtual void Print( FILE* cfile, int depth ) const; 1318 virtual void Print( FILE* cfile, int depth, TIXML_STRING* str ) const; 1319 virtual void Print( FILE* cfile, int depth ) const { in Print() argument 1320 Print( cfile, depth, 0 ); in Print() [all …]
|
/external/tinyxml/ |
D | tinyxml.cpp | 766 void TiXmlElement::Print( FILE* cfile, int depth ) const in Print() argument 771 fprintf( cfile, " " ); in Print() 774 fprintf( cfile, "<%s", value.c_str() ); in Print() 779 fprintf( cfile, " " ); in Print() 780 attrib->Print( cfile, depth ); in Print() 790 fprintf( cfile, " />" ); in Print() 794 fprintf( cfile, ">" ); in Print() 795 firstChild->Print( cfile, depth + 1 ); in Print() 796 fprintf( cfile, "</%s>", value.c_str() ); in Print() 800 fprintf( cfile, ">" ); in Print() [all …]
|
D | tinyxml.h | 167 virtual void Print( FILE* cfile, int depth ) const = 0; 782 virtual void Print( FILE* cfile, int depth ) const; 990 virtual void Print( FILE* cfile, int depth ) const; 1035 virtual void Print( FILE* cfile, int depth ) const; 1089 virtual void Print( FILE* cfile, int depth ) const; 1161 virtual void Print( FILE* cfile, int depth ) const; 1200 virtual void Print( FILE* cfile, int depth ) const; 1344 virtual void Print( FILE* cfile, int depth = 0 ) const;
|
/external/chromium_org/sdch/open-vcdiff/ |
D | compile | 35 cfile= 54 cfile=$1 64 if test -z "$ofile" || test -z "$cfile"; then 74 cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
|
/external/google-tv-pairing-protocol/cpp/ |
D | compile | 35 cfile= 54 cfile=$1 64 if test -z "$ofile" || test -z "$cfile"; then 74 cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
|
/external/chromium_org/tools/gyp/test/mac/cflags/ |
D | test.gyp | 10 'cfile.c', 33 'cfile.c', 56 'cfile.c', 78 'cfile.c', 100 'cfile.c', 122 'cfile.c',
|
/external/libusb/ |
D | compile | 83 cfile=$1 96 if test -z "$ofile" || test -z "$cfile"; then 106 cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
|
/external/libvorbis/ |
D | compile | 83 cfile=$1 96 if test -z "$ofile" || test -z "$cfile"; then 106 cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
|
/external/chromium_org/third_party/libxslt/ |
D | compile | 83 cfile=$1 96 if test -z "$ofile" || test -z "$cfile"; then 106 cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
D | compile | 83 cfile=$1 96 if test -z "$ofile" || test -z "$cfile"; then 106 cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
|
/external/cmockery/cmockery_0_1_2/ |
D | compile | 83 cfile=$1 96 if test -z "$ofile" || test -z "$cfile"; then 106 cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
|
/external/libogg/ |
D | compile | 83 cfile=$1 96 if test -z "$ofile" || test -z "$cfile"; then 106 cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
|
/external/libusb-compat/ |
D | compile | 83 cfile=$1 96 if test -z "$ofile" || test -z "$cfile"; then 106 cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
|
/external/bison/build-aux/ |
D | compile | 227 cfile= 250 cfile=$1 263 if test -z "$ofile" || test -z "$cfile"; then 273 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
/external/libcap-ng/libcap-ng-0.7/ |
D | compile | 227 cfile= 250 cfile=$1 263 if test -z "$ofile" || test -z "$cfile"; then 273 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
/external/libpng/ |
D | compile | 264 cfile= 287 cfile=$1 300 if test -z "$ofile" || test -z "$cfile"; then 310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
/external/chromium_org/third_party/opus/src/ |
D | compile | 260 cfile= 283 cfile=$1 296 if test -z "$ofile" || test -z "$cfile"; then 306 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
/external/pcre/dist/ |
D | compile | 264 cfile= 287 cfile=$1 300 if test -z "$ofile" || test -z "$cfile"; then 310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
/external/libedit/ |
D | compile | 264 cfile= 287 cfile=$1 300 if test -z "$ofile" || test -z "$cfile"; then 310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
/external/libopus/ |
D | compile | 260 cfile= 283 cfile=$1 296 if test -z "$ofile" || test -z "$cfile"; then 306 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/ |
D | goobspatch.c | 247 } cfile; typedef 253 static void cfopen(cfile *cf, const char *path, off_t off, in cfopen() 295 static void cfclose(cfile *cf) in cfclose() 321 static void cfread(cfile *cf, u_char *buf, size_t len) in cfread() 369 cfile cf, df, ef; in main()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 258 char *cfile; in openCtrlConnection() local 346 cfile = (char *) malloc(flen); in openCtrlConnection() 347 if (cfile == NULL) in openCtrlConnection() 349 snprintf(cfile, flen, "%s/%s", ctrl_iface_dir, ctrl_iface); in openCtrlConnection() 352 cfile = (char *) malloc(flen); in openCtrlConnection() 353 if (cfile == NULL) in openCtrlConnection() 355 snprintf(cfile, flen, "%s", ctrl_iface); in openCtrlConnection() 371 printf("Trying to connect to '%s'\n", cfile); in openCtrlConnection() 372 ctrl_conn = wpa_ctrl_open(cfile); in openCtrlConnection() 374 free(cfile); in openCtrlConnection() [all …]
|