/frameworks/base/tools/aidl/ |
aidl.cpp | 712 char fullname[1024]; local 719 sscanf(line, "%s %[^; \r\n\t];", type, fullname); 722 char* classname = rfind(fullname, '.'); 726 packagename = fullname; 728 classname = fullname;
|
/external/icu4c/tools/tzcode/ |
zic.c | 1611 static char * fullname; local [all...] |
localtime.c | 364 char fullname[FILENAME_MAX + 1]; local 372 if ((strlen(p) + strlen(name) + 1) >= sizeof fullname) 374 (void) strcpy(fullname, p); 375 (void) strcat(fullname, "/"); 376 (void) strcat(fullname, name); 382 name = fullname; [all...] |
/bionic/libc/tzcode/ |
localtime.c | 443 char fullname[FILENAME_MAX + 1]; local 454 if ((strlen(p) + strlen(name) + 1) >= sizeof fullname) { 458 (void) strcpy(fullname, p); 459 (void) strcat(fullname, "/"); 460 (void) strcat(fullname, name); 466 name = fullname; 478 XLOG(( "tzload: could not open '%s', trying '%s'\n", fullname, INDEXFILE )); [all...] |
/external/openssl/crypto/x509/ |
x509_vfy.c | 1196 gens = b->name.fullname; 1203 gens = a->name.fullname; 1223 for (i = 0; i < sk_GENERAL_NAME_num(a->name.fullname); i++) 1225 gena = sk_GENERAL_NAME_value(a->name.fullname, i); 1226 for (j = 0; j < sk_GENERAL_NAME_num(b->name.fullname); j++) 1228 genb = sk_GENERAL_NAME_value(b->name.fullname, j); [all...] |
/system/core/libcutils/ |
tztime.c | 383 char fullname[FILENAME_MAX + 1]; local 392 if ((strlen(p) + strlen(name) + 1) >= sizeof fullname) 394 (void) strcpy(fullname, p); 395 (void) strcat(fullname, "/"); 396 (void) strcat(fullname, name); 402 name = fullname; [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/ |
arm-eabi-gccbug | 117 elif [ -f $HOME/.fullname ]; then 118 ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/ |
arm-eabi-gccbug | 116 elif [ -f $HOME/.fullname ]; then 117 ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/ |
arm-eabi-gccbug | 116 elif [ -f $HOME/.fullname ]; then 117 ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/ |
arm-eabi-gccbug | 116 elif [ -f $HOME/.fullname ]; then 117 ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
|
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/bin/ |
arm-linux-androideabi-gccbug | 116 elif [ -f $HOME/.fullname ]; then 117 ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/ |
arm-eabi-gccbug | 117 elif [ -f $HOME/.fullname ]; then 118 ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/ |
arm-eabi-gccbug | 116 elif [ -f $HOME/.fullname ]; then 117 ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/ |
arm-eabi-gccbug | 116 elif [ -f $HOME/.fullname ]; then 117 ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/ |
arm-eabi-gccbug | 116 elif [ -f $HOME/.fullname ]; then 117 ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/ |
arm-linux-androideabi-gccbug | 116 elif [ -f $HOME/.fullname ]; then 117 ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-gccbug | 116 elif [ -f $HOME/.fullname ]; then 117 ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/ |
i686-unknown-linux-gnu-gccbug | 117 elif [ -f $HOME/.fullname ]; then 118 ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
|
/external/valgrind/main/coregrind/ |
m_libcfile.c | 604 Returns -1 on failure, else the fd of the file. If fullname is 608 Int VG_(mkstemp) ( HChar* part_of_name, /*OUT*/HChar* fullname ) 637 if (fullname) 638 VG_(strcpy)( fullname, buf );
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
cpp.py | 634 fullname = self.full_name() 636 if os.path.exists(fullname): 637 project_dir = os.path.dirname(fullname) 650 return fullname[len(prefix) + 1:] 654 root_dir = os.path.dirname(fullname) 660 return fullname[len(prefix) + 1:] 663 return fullname [all...] |
/external/libxml2/include/libxml/ |
parser.h | 424 * @fullname: the attribute name 434 const xmlChar *fullname, [all...] |
/external/libxml2/ |
xmlreader.c | 637 * @fullname: The element name, including namespace prefix 643 xmlTextReaderStartElement(void *ctx, const xmlChar *fullname, 649 printf("xmlTextReaderStartElement(%s)\n", fullname); 652 reader->startElement(ctx, fullname, atts); 665 * @fullname: The element name, including namespace prefix 670 xmlTextReaderEndElement(void *ctx, const xmlChar *fullname) { 675 printf("xmlTextReaderEndElement(%s)\n", fullname); 678 reader->endElement(ctx, fullname); [all...] |
/external/elfutils/src/ |
strip.c | 366 char *fullname = alloca (prefix_len + 1 + fname_len); local 367 char *cp = fullname; [all...] |
/external/openssl/crypto/x509v3/ |
x509v3.h | 227 GENERAL_NAMES *fullname; member in union:DIST_POINT_NAME_st::__anon9063
|
/external/openssl/include/openssl/ |
x509v3.h | 227 GENERAL_NAMES *fullname; member in union:DIST_POINT_NAME_st::__anon9095
|