Searched refs:str (Results 126 - 150 of 282) sorted by relevance

1234567891011>>

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dutil.c61 static int procline(struct str *l, int);
192 struct str ln;
287 procline(struct str *l, int nottext)
431 grep_strdup(const char *str) argument
435 if ((ret = strdup(str)) == NULL)
444 printline(struct str *line, int sep, regmatch_t *matches, int m)
/system/core/storaged/tools/
H A Dranker.py165 uid_stat = " ".join([str(uid_io) for uid_io in uids[uid][0]])
169 task_stat = " ".join([str(task_io) for task_io in uids[uid][1][task]])
/system/extras/perfprofd/scripts/
H A Dperf_proto_json2sqlite.py113 pid_str = str(pid)
146 parser.add_argument('--sqlite-out', help='SQLite database output', type=str,
H A Dperf_proto_stack_sqlite_flame.py54 return str(id)
216 parser.add_argument('file', help='the sqlite database to use', metavar='file', type=str)
218 parser.add_argument('--html-out', help='output file for HTML flame graph', type=str)
/system/extras/tests/memtest/
H A Dfptest.cpp51 static void endTime(const char *str, double ops) argument
55 printf("Test: %s, %f Mops\n", str, ops / ds / 1e6);
/system/media/audio_utils/include/audio_utils/
H A DErrorLog.h112 return ss.str();
138 return ss.str();
/system/netd/libnetdutils/
H A DFdTest.cpp65 EXPECT_EQ("Fd[1] Fd[8] Fd[-1] Fd[-9]", ss.str());
78 EXPECT_EQ("UniqueFd[Fd[97]]", ss.str());
/system/netd/server/
H A DNetlinkListener.cpp55 ALOGE("unhandled netlink message: %s", ss.str().c_str());
65 ALOGE("unhandled netlink message: %s", ss.str().c_str());
/system/iot/attestation/at-factory-tool/
H A Datft.py73 msg += '{' + str(self.target) + '} '
225 log_file_name = 'atft_log_' + str(timestamp)
230 log_file_name_new = log_file_name + '_' + str(i)
389 self.ATFT_VERSION = str(configs['ATFT_VERSION'])
390 self.COMPATIBLE_ATFA_VERSION = str(configs['COMPATIBLE_ATFA_VERSION'])
393 self.LOG_DIR = str(configs['LOG_DIR'])
396 self.LANGUAGE = str(configs['LANGUAGE'])
398 self.PRODUCT_ATTRIBUTE_FILE_EXTENSION = str(
1192 self.change_threshold_dialog.SetValue(str(self.key_threshold))
1203 self.configs['DEFAULT_KEY_THRESHOLD'] = str(sel
[all...]
/system/tools/hidl/
H A Dhidl-gen_y.yy224 %token<str> FQNAME "fully-qualified name"
226 %token<str> IDENTIFIER "identifier"
228 %token<str> INTEGER "integer value"
229 %token<str> FLOAT "float value"
231 %token<str> PACKAGE "keyword `package`"
234 %token<str> STRING_LITERAL "string literal"
239 %token<str> UNKNOWN "unknown character"
267 %type<str> error_stmt error
268 %type<str> package
271 %type<str> valid_identifie
[all...]
/system/bt/packet/avrcp/
H A Davrcp_browse_packet.cc83 return ss.str();
H A Dplay_item.cc85 return ss.str();
H A Dset_browsed_player.cc99 return ss.str();
/system/core/base/include/android-base/
H A Dstrings.h50 return result.str();
/system/core/libcutils/arch-arm/
H A Dmemset32.S57 str lr, [sp, #-4]!
/system/extras/tests/sdcard/
H A Dsysutil.cpp74 // @param size The size of the buffer pointed by str. Must be >= 1.
235 int kernelVersion(char *str, size_t size) argument
237 return readStringFromFile(kKernelVersion, str, size);
285 int schedFeatures(char *str, size_t size) argument
287 return readStringFromFile(kSchedFeatures, str, size);
/system/chre/host/common/
H A Dhost_protocol_host.cc36 const char *str = nullptr; local
40 str = reinterpret_cast<const char *>(vec.data());
43 return str;
/system/connectivity/wificond/net/
H A Dnl80211_attribute.cpp145 NL80211Attr<string>::NL80211Attr(int id, const string& str) { argument
146 size_t size = str.size();
152 str.copy(storage, size);
/system/core/include/utils/
H A DString16.h71 static inline std::string std_string(const String16& str);
152 inline std::string String16::std_string(const String16& str) argument
154 return std::string(String8(str).string());
H A DString8.h72 static inline std::string std_string(const String8& str);
277 inline std::string String8::std_string(const String8& str) argument
279 return std::string(str.string());
/system/core/libutils/include/utils/
H A DString16.h71 static inline std::string std_string(const String16& str);
152 inline std::string String16::std_string(const String16& str) argument
154 return std::string(String8(str).string());
H A DString8.h72 static inline std::string std_string(const String8& str);
277 inline std::string String8::std_string(const String8& str) argument
279 return std::string(str.string());
/system/core/toolbox/upstream-netbsd/bin/dd/
H A Dmisc.c165 buffer_write(const char *str, size_t size, int flush) argument
173 if (str != NULL) {
174 wbuf[cnt++] = str[i];
/system/iot/attestation/partner-tools/
H A Dprovision-test.py334 type=str,
342 type=str,
350 type=str,
/system/keymaster/km_openssl/
H A Dsoft_keymaster_enforcement.cpp132 inline keymaster_blob_t toBlob(const char* str) { argument
133 return {reinterpret_cast<const uint8_t*>(str), strlen(str)};

Completed in 634 milliseconds

1234567891011>>