Searched refs:string (Results 151 - 175 of 282) sorted by relevance

1234567891011>>

/system/wlan/ti/sta_dk_4_0_4_32/
H A DMakefile77 OS_SRCS += $(DK_ROOT)/pform/linux/src/string.c
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Dbmtrace.c40 #include <linux/string.h>
/system/core/libnetutils/
H A Difc_utils.c20 #include <string.h>
40 #include <string.h>
H A Dpacket.c33 #include <string.h>
/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp64 void ARMAssemblerProxy::comment(const char* string) { argument
65 mTarget->comment(string);
H A DARMAssembler.cpp103 void ARMAssembler::comment(const char* string) argument
105 mComments.add(mPC, string);
H A DARMAssembler.h58 virtual void comment(const char* string);
/system/core/debuggerd/
H A Ddebuggerd.c619 write_string(const char* file, const char* string) argument
625 len = strlen(string);
628 amt = write(fd, string, len);
H A Dgetevent.c3 #include <string.h>
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A Dosapi.c43 #include <linux/string.h>
52 #include <linux/string.h>
124 INPUT: format - Specifies the string, to be printed
/system/core/adb/
H A Dadb_client.c3 #include <string.h>
H A Dtransport_local.c19 #include <string.h>
/system/core/cpio/
H A Dmkbootfs.c5 #include <string.h>
/system/core/fastboot/
H A Dengine.c32 #include <string.h>
/system/core/libcutils/
H A Dconfig_utils.c17 #include <string.h>
H A Dproperties.c20 #include <string.h>
218 * If the value isn't defined, hand back an empty string and
H A Dselector.c23 #include <string.h>
/system/core/libdiskconfig/
H A Dconfig_mbr.c21 #include <string.h>
/system/core/liblog/
H A Devent_tag_map.c20 #include <string.h>
357 "%s: missing tag string on line %d\n", OUT_TAG, lineNum);
H A Dlogd_write.c24 #include <string.h>
/system/core/libpixelflinger/
H A Draster.cpp20 #include <string.h>
/system/core/libpixelflinger/tinyutils/
H A DTypeHelpers.h13 #include <string.h>
/system/core/libzipfile/
H A Dcentraldir.c3 #include <string.h>
/system/core/mkbootimg/
H A Dmkbootimg.c20 #include <string.h>
/system/core/sh/
H A Dcd.c47 #include <string.h>
210 * This routine overwrites the string pointed to by cdcomppath.

Completed in 222 milliseconds

1234567891011>>