/system/netd/ |
D | BandwidthController.h | 30 TetherStats(std::string ifnIn, std::string ifnOut, in TetherStats() 36 std::string ifaceIn; 37 std::string ifaceOut; 81 int getTetherStats(TetherStats &stats, std::string &extraProcessingInfo); 92 QuotaInfo(std::string ifn, int64_t q, int64_t a) in QuotaInfo() 94 std::string ifaceName; 115 std::string makeIptablesNaughtyCmd(IptOp op, int uid); 116 std::string makeIptablesQuotaCmd(IptOp op, const char *costName, int64_t quota); 144 std::string &extraProcessingInfo); 148 std::list<std::string> sharedQuotaIfaces;
|
D | BandwidthController.cpp | 166 std::string fullCmd = cmd; in runIptablesCmd() 273 std::string BandwidthController::makeIptablesNaughtyCmd(IptOp op, int uid) { in makeIptablesNaughtyCmd() 274 std::string res; in makeIptablesNaughtyCmd() 313 std::string naughtyCmd; in maninpulateNaughtyApps() 376 std::string BandwidthController::makeIptablesQuotaCmd(IptOp op, const char *costName, int64_t quota… in makeIptablesQuotaCmd() 377 std::string res; in makeIptablesQuotaCmd() 411 std::string costString; in prepCostlyIface() 464 std::string costString; in cleanupCostlyIface() 500 std::string quotaCmd; in setInterfaceSharedQuota() 501 std::string ifaceName; in setInterfaceSharedQuota() [all …]
|
D | NetdConstants.cpp | 38 std::string args = ""; in logExecError()
|
/system/core/sh/ |
D | mystring.c | 95 prefix(const char *pfx, const char *string) in prefix() argument 98 if (*pfx++ != *string++) in prefix()
|
D | expand.c | 944 ifsbreakup(char *string, struct arglist *arglist) in ifsbreakup() argument 955 start = string; in ifsbreakup() 971 p = string + ifsp->begoff; in ifsbreakup() 974 while (p < string + ifsp->endoff) { in ifsbreakup() 1009 for (; p < string + ifsp->endoff; p++) { in ifsbreakup() 1331 patmatch(char *pattern, char *string, int squoted) in patmatch() argument 1335 return 1 - pmatch(pattern + 2, string); in patmatch() 1338 return pmatch(pattern, string, squoted); in patmatch() 1343 pmatch(char *pattern, char *string, int squoted) in pmatch() argument 1349 q = string; in pmatch()
|
D | nodetypes | 44 # string - a pointer to a nul terminated string 91 var string # the for variable 111 text string # the text of the word
|
D | input.c | 481 setinputstring(char *string, int push) in setinputstring() argument 486 parsenextc = string; in setinputstring() 487 parselleft = parsenleft = strlen(string); in setinputstring()
|
D | TOUR | 109 string was going to be: 190 The locations of these commands in the string are indicated by 263 same string as the value (using the format "name=value") so that 264 no string copying is needed to create the environment of a com- 343 input to come from a string rather than a file. (This is for the
|
/system/media/camera/docs/ |
D | metadata_parser_xml.py | 94 if element.string is not None: 95 return [element.string] 108 self.metadata.insert_tag(tag['id'], tag.string) 165 enum_notes[value_body] = notes.string 186 array_sizes.append(size.string) 209 d[i] = prop.string
|
/system/security/keystore/ |
D | keystore.cpp | 238 const uint8_t* in = reinterpret_cast<const uint8_t*>(keyName.string()); in encode_key_length() 249 const uint8_t* in = reinterpret_cast<const uint8_t*>(keyName.string()); in encode_key() 806 PKCS5_PBKDF2_HMAC_SHA1(reinterpret_cast<const char*>(pw.string()), pw.length(), salt, in generateKeyFromPassword() 1077 if (filepath8.string() == NULL) { in getKeyForName() 1082 ResponseCode responseCode = get(filepath8.string(), keyBlob, type, uid); in getKeyForName() 1092 responseCode = get(filepath8.string(), keyBlob, type, uid); in getKeyForName() 1106 if (!hasGrant(filepath8.string(), uid)) { in getKeyForName() 1111 return get(filepath8.string(), keyBlob, type, uid); in getKeyForName() 1411 ALOGW("Could not read %s", name8.string()); in get() 1448 return mKeyStore->put(filename.string(), &keyBlob, callingUid); in insert() [all …]
|
D | keystore_cli.cpp | 160 printf("%s\n", String8(*it).string()); in saw()
|
/system/core/toolbox/ |
D | dynarray.c | 84 STRLIST_FOREACH(list, string, free(string)); in strlist_done()
|
/system/core/adb/ |
D | OVERVIEW.TXT | 86 1. A 4-byte hexadecimal string giving the length of the payload 93 2. Send the string "000Chost:version" to the corresponding socket 101 1. For success, the 4-byte "OKAY" string 103 2. For failure, the 4-byte "FAIL" string, followed by a 104 4-byte hex length, followed by a string giving the reason 108 hex string corresponding to the server's internal version number
|
D | SERVICES.TXT | 11 hex string corresponding to its internal version number, without 24 and a string that will be dumped as-is by the client, then 97 Returns the state of a given device as a string. 235 the corresponding IP address as a 4-byte string. 256 <hex4>: the length of all content as a 4-char hexadecimal string
|
D | protocol.txt | 47 is represented by a quoted string or an empty string if none should be 56 --- CONNECT(version, maxdata, "system-identity-string") ---------------- 72 The system identity string should be "<systemtype>:<serialno>:<banner>" 75 or identifier string. The banner is used to transmit useful properties.
|
/system/core/libusbhost/ |
D | usbhost.c | 437 char string[256]; in usb_device_get_string() local 443 string[0] = 0; in usb_device_get_string() 464 string[i - 1] = buffer[i]; in usb_device_get_string() 465 string[i - 1] = 0; in usb_device_get_string() 466 return strdup(string); in usb_device_get_string()
|
/system/core/debuggerd/ |
D | debuggerd.c | 59 write_string(const char* file, const char* string) in write_string() argument 65 len = strlen(string); in write_string() 68 amt = write(fd, string, len); in write_string()
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 24 1. Host sends a command, which is an ascii string in a single 157 version-bootloader Version string for the Bootloader. 159 version-baseband Version string of the Baseband Software
|
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.h | 56 virtual void comment(const char* string); 256 void comment(const char* string); 257 void label(const char* string);
|
D | ARMAssemblerProxy.cpp | 68 void ARMAssemblerProxy::comment(const char* string) { in comment() argument 69 mTarget->comment(string); in comment()
|
D | ARMAssemblerProxy.h | 49 virtual void comment(const char* string);
|
D | ARMAssembler.h | 58 virtual void comment(const char* string);
|
D | ARMAssembler.cpp | 108 void ARMAssembler::comment(const char* string) in comment() argument 110 mComments.add(mPC, string); in comment()
|
/system/core/init/ |
D | readme.txt | 199 Set the current process security context to the specified string. 241 write <path> <string> [ <string> ]*
|
/system/media/audio_route/ |
D | audio_route.c | 349 static int mixer_enum_string_to_value(struct mixer_ctl *ctl, const char *string) in mixer_enum_string_to_value() argument 355 if (strcmp(mixer_ctl_get_enum_string(ctl, i), string) == 0) in mixer_enum_string_to_value()
|