Searched refs:keystring (Results 1 – 8 of 8) sorted by relevance
/external/autotest/client/profilers/powertop/src/ |
D | suggestions.c | 49 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()
|
D | powertop.h | 115 void add_suggestion(char *text, int weight, char key, char *keystring, suggestion_func *func);
|
/external/AFLplusplus/src/ |
D | afl-fuzz-stats.c | 158 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/ |
D | README.json-lejp.md | 86 |JSON Map entry key string|`keystring`|
|
D | README.cbor-lecp.md | 145 |CBOR Map entry key string|`keystring`|
|
/external/openthread/tests/toranj/cli/ |
D | cli.py | 534 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/ |
D | printers.c | 2865 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/ |
D | README.md | 468 ### ba ephemeralkey start \<keystring\> \[timeout\] \[port\] 478 The `keystring` string is directly used as the ephemeral PSK (excluding the trailing null `\0` char…
|