Searched refs:strings (Results 1 - 10 of 10) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dnfc.h21 #include <strings.h>
H A Daudio.h22 #include <strings.h>
134 /* Query supported formats. The response is a '|' separated list of strings from
137 /* Query supported channel masks. The response is a '|' separated list of strings from
H A Daudio_effect.h23 #include <strings.h>
57 // Maximum length of character strings in structures defines by this API.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dtools_common.sh266 # Filters strings from positional parameter one using the filter specified by
268 # positional parameter. When parameter three is present, strings that match the
269 # filter are excluded. When omitted, strings matching the filter are included.
272 strings=${1}
277 # When positional parameter three exists the caller wants to remove strings.
285 for s in ${strings}; do
291 filtered_strings="${strings}"
353 # strings.
/hardware/ril/reference-ril/
H A Dreference-ril.c311 // Some lame implementations return strings
1853 const char** strings = (const char**)data;; local
1856 asprintf(&cmd, "AT+CPIN=%s", strings[0]);
1858 asprintf(&cmd, "AT+CPIN=%s,%s", strings[0], strings[1]);
2251 // echo back strings
/hardware/intel/img/psb_video/src/
H A Dvsp_VPP.c36 #include <strings.h>
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c21 #include <strings.h>
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c35 #include <strings.h>
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc333 # include <strings.h> // NOLINT
347 // On z/OS we additionally need strings.h for strcasecmp.
348 # include <strings.h> // NOLINT
1473 // Abstract base class for writing strings to a socket.
1490 // Concrete class for actually writing strings to a socket.
2355 // Compares two C strings. Returns true iff they have the same content.
2473 // and their values, as strings. For example, for ASSERT_EQ(foo, bar)
2881 // Utility functions for encoding Unicode text (wide strings) in
3015 // Compares two wide C strings. Returns true iff they have the same
3029 // Helper function for *_STREQ on wide strings
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h284 // GetInjectableArgvs() - returns the command line as a vector of strings.
389 # include <strings.h>
1784 // Determines whether the system compiler uses UTF-16 for encoding wide strings.
3394 // able to pass strings to Win32 APIs on CE we need to convert them
3418 // Compares two C strings. Returns true iff they have the same content.
3431 // Compares two wide C strings. Returns true iff they have the same
3439 // Compares two C strings, ignoring case. Returns true iff they
3448 // Compares two wide C strings, ignoring case. Returns true iff they
7138 // and their values, as strings. For example, for ASSERT_EQ(foo, bar)
9572 // types, strings, plai
9975 TersePrintPrefixToStrings(const Tuple& t, Strings* strings) argument
10006 TersePrintPrefixToStrings(const Tuple& t, Strings* strings) argument
[all...]

Completed in 392 milliseconds