Home
last modified time | relevance | path

Searched refs:nickname (Results 1 – 15 of 15) sorted by relevance

/third_party/elfutils/debuginfod/
Ddebuginfod.cxx934 const string nickname; member
942 sqlite_ps (sqlite3* d, const string& n, const string& s): db(d), nickname(n), sql(s) { in sqlite_ps()
945 obatched(clog) << nickname << " prep " << sql << endl; in sqlite_ps()
953 tmp_ms_metric tick("sqlite3","reset",nickname); in reset()
961 obatched(clog) << nickname << " bind " << parameter << "=" << str << endl; in bind()
971 obatched(clog) << nickname << " bind " << parameter << "=" << value << endl; in bind()
981 obatched(clog) << nickname << " bind " << parameter << "=" << "NULL" << endl; in bind()
990 tmp_ms_metric tick("sqlite3","step_done",nickname); in step_ok_done()
993 obatched(clog) << nickname << " step-ok-done(" << sqlite3_errstr(rc) << ") " << sql << endl; in step_ok_done()
1001 tmp_ms_metric tick("sqlite3","step",nickname); in step()
[all …]
/third_party/cups-filters/filter/
Dbannertopdf.c351 opt = add_opt(opt, "make-and-model", ppd->nickname); in get_known_opts()
459 info_line(s, "Make and Model", ppd->nickname); in generate_banner_pdf()
/third_party/openssl/external/perl/Text-Template-1.56/
DREADME21 Mark "{nickname(rand 20)}" Dominus
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkenc.c222 coding_option_get_value (const gchar * key, const gchar * nickname) in coding_option_get_value() argument
224 if (!g_strcmp0 (nickname, "on")) { in coding_option_get_value()
226 } else if (!g_strcmp0 (nickname, "off")) { in coding_option_get_value()
228 } else if (!g_strcmp0 (nickname, "auto")) { in coding_option_get_value()
232 GST_ERROR ("\"%s\" illegal option \"%s\", set to \"off\"", key, nickname); in coding_option_get_value()
/third_party/mesa3d/src/freedreno/rnn/
Drnn.c784 char* nickname = 0; in parsecopyright() local
787 nickname = strdup(getattrib(db, file, authorchild->line, nickattr)); in parsecopyright()
793 if(!nickname) { in parsecopyright()
796 ADDARRAY(author->nicknames, nickname); in parsecopyright()
/third_party/elfutils/
DCONTRIBUTING96 committers may also create git branches starting with <nickname>/...
/third_party/cups-filters/utils/
Dcups-browsed.c185 char *nickname; member
5612 printer, ppd->nickname); in record_printer_options()
6819 if (p->nickname == NULL || makemodel == NULL || in queue_overwritten()
6820 strcasecmp(p->nickname, makemodel)) { in queue_overwritten()
6828 p->queue_name, (p->nickname ? p->nickname : "(no PPD)"), in queue_overwritten()
7238 p->nickname = NULL; in create_remote_printer_entry()
7590 if (p->nickname) free (p->nickname); in create_remote_printer_entry()
7915 if (p->nickname) free (p->nickname); in update_cups_queues()
8721 if (!strncmp(line, "*NickName:", 10) && p->nickname == NULL) { in update_cups_queues()
8760 p->nickname = (char*)calloc(nickname_len + 1, sizeof(char)); in update_cups_queues()
[all …]
/third_party/openssl/doc/man1/
Dopenssl-x509.pod.in245 Prints the certificate "alias" (nickname), if any.
527 and prohibited uses of the certificate and possibly an "alias" (nickname).
557 to be referred to using a nickname for example "Steve's Certificate".
/third_party/rust/crates/libc/src/
Dpsp.rs2377 pub nickname: [u8; 128usize],
2388 pub nickname: [u8; 128usize],
3869 pub fn sceNetAdhocctlGetNameByAddr(mac: *mut u8, nickname: *mut u8) -> i32; in sceNetAdhocctlGetNameByAddr()
3871 nickname: *mut u8, in sceNetAdhocctlGetAddrByName()
/third_party/python/Doc/library/
Dconfigparser.rst399 nickname: Two Sheds
/third_party/tzdata/
Dnorthamerica3476 # Manley's supporters associated this act with Manley's nickname "Joshua"
/third_party/icu/icu4j/perf-tests/data/collation/
Dvfear11a.txt5375 the nickname of "Tiger."
Dulyss10.txt32090 nickname going about with his tube from one woman to another I couldnt
/third_party/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt15621 外號 < nickname;
31778 外號 > nickname;
/third_party/gstreamer/gstplugins_bad/
DChangeLog137943 frei0r: improve readability of RGB and XY property nickname strings
137944 Also fix the Y prop nickname string being incorrect.