Home
last modified time | relevance | path

Searched refs:keystring (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/profilers/powertop/src/
Dsuggestions.c49 char *keystring; member
69 free(ptr->keystring); in reset_suggestions()
80 void add_suggestion(char *text, int weight, char key, char *keystring, suggestion_func *func) in add_suggestion() argument
94 if (keystring) in add_suggestion()
95 new->keystring = strdup(keystring); in add_suggestion()
128 if (ptr->keystring) in pick_suggestion()
129 strncpy(status_bar_slots[8],ptr->keystring, 40); in pick_suggestion()
Dpowertop.h115 void add_suggestion(char *text, int weight, char key, char *keystring, suggestion_func *func);
/external/AFLplusplus/src/
Dafl-fuzz-stats.c158 u8 keystring[MAX_LINE]; local
175 strcpy(keystring, lstartptr);
181 if (!strcmp(keystring, "run_time "))
185 if (!strcmp(keystring, "cycles_done "))
190 if (!strcmp(keystring, "execs_done "))
194 if (!strcmp(keystring, "corpus_count ")) {
209 if (!strcmp(keystring, "corpus_found "))
213 if (!strcmp(keystring, "corpus_imported "))
217 if (!strcmp(keystring, "max_depth "))
221 if (!strcmp(keystring, "saved_crashes "))
[all …]
/external/libwebsockets/READMEs/
DREADME.json-lejp.md86 |JSON Map entry key string|`keystring`|
DREADME.cbor-lecp.md145 |CBOR Map entry key string|`keystring`|
/external/openthread/tests/toranj/cli/
Dcli.py534 def ba_ephemeral_key_start(self, keystring, timeout=None, port=None): argument
535 self._cli_no_output('ba ephemeralkey start', keystring, timeout, port)
/external/libcups/scheduler/
Dprinters.c2865 keystring[41]; /* Keyword from line */ in cupsdUpdatePrinterPPD() local
2939 if (sscanf(line, "*%40[^:]:", keystring) == 1 && in cupsdUpdatePrinterPPD()
2940 cupsGetOption(keystring, num_keywords, keywords)) in cupsdUpdatePrinterPPD()
/external/openthread/src/cli/
DREADME.md468 ### ba ephemeralkey start \<keystring\> \[timeout\] \[port\]
478 The `keystring` string is directly used as the ephemeral PSK (excluding the trailing null `\0` char…