Searched refs:Accounting (Results 1 – 25 of 35) sorted by relevance
12
/external/libaom/libaom/av1/decoder/ |
D | accounting.h | 62 struct Accounting { struct 71 void aom_accounting_init(Accounting *accounting); argument 72 void aom_accounting_reset(Accounting *accounting); 73 void aom_accounting_clear(Accounting *accounting); 74 void aom_accounting_set_context(Accounting *accounting, int16_t x, int16_t y); 75 int aom_accounting_dictionary_lookup(Accounting *accounting, const char *str); 76 void aom_accounting_record(Accounting *accounting, const char *str, 78 void aom_accounting_dump(Accounting *accounting);
|
D | accounting.c | 32 int aom_accounting_dictionary_lookup(Accounting *accounting, const char *str) { in aom_accounting_dictionary_lookup() 55 void aom_accounting_init(Accounting *accounting) { in aom_accounting_init() 67 void aom_accounting_reset(Accounting *accounting) { in aom_accounting_reset() 76 void aom_accounting_clear(Accounting *accounting) { in aom_accounting_clear() 86 void aom_accounting_set_context(Accounting *accounting, int16_t x, int16_t y) { in aom_accounting_set_context() 91 void aom_accounting_record(Accounting *accounting, const char *str, in aom_accounting_record() 124 void aom_accounting_dump(Accounting *accounting) { in aom_accounting_dump()
|
D | inspection.h | 64 Accounting *accounting;
|
D | decoder.h | 207 Accounting accounting;
|
/external/libaom/libaom/aom/ |
D | aomdx.h | 42 typedef struct Accounting Accounting; typedef 349 AOM_CTRL_USE_TYPE(AV1_GET_ACCOUNTING, Accounting **)
|
/external/libaom/libaom/test/ |
D | accounting_test.cc | 40 Accounting accounting; in TEST()
|
/external/one-true-awk/testdir/ |
D | test.data | 149 10adm:*:5:3:Accounting Files Owner:/usr/adm:/bin/sh 179 10 adm * 5 3 Accounting Files Owner /usr/adm /bin/sh
|
/external/libaom/libaom/examples/ |
D | analyzer.cc | 68 bool getAccountingStruct(Accounting **acct); 150 bool AV1Decoder::getAccountingStruct(Accounting **accounting) { in getAccountingStruct() 342 Accounting *acct; in computeBitsPerPixel()
|
D | inspect.c | 575 const Accounting *accounting = frame_data.accounting; in put_accounting()
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary | 171 VALUE Acct-Status-Type Accounting-On 7 172 VALUE Acct-Status-Type Accounting-Off 8
|
/external/wpa_supplicant_8/hostapd/ |
D | ChangeLog | 172 - add Event-Timestamp to all Accounting-Request packets 173 - add Acct-Session-Id to Accounting-On/Off 179 - add Acct-Delay-Time into Accounting messages 251 * fixed Accounting-Request to not include duplicated Acct-Session-Id 252 * add support for Acct-Multi-Session-Id in RADIUS Accounting messages 495 Access-Request and Accounting-Request packets 1154 * added support for Event-Timestamp (in RADIUS Accounting-Requests) 1156 * added support for RADIUS Accounting Client MIB (RFC2620) 1215 * fixed some accounting cases where Accounting-Start was sent when 1266 * added support for Accounting-On and Accounting-Off messages [all …]
|
/external/libaom/libaom/aom_dsp/ |
D | bitreader.h | 58 Accounting *accounting;
|
/external/scapy/scapy/contrib/ |
D | tacacs.uts | 137 + Tacacs+ Accounting Request 159 + Tacacs+ Accounting Reply
|
/external/libaom/libaom/av1/ |
D | av1_dx_iface.c | 1259 Accounting **acct = va_arg(args, Accounting **); in ctrl_get_accounting()
|
/external/icu/icu4c/source/data/lang/ |
D | fil.txt | 526 account{"Format ng Pera sa Accounting"}
|
D | zu.txt | 654 account{"Ifomethi yemali ye-Accounting"}
|
D | ar_XB.txt | 918 account{"Accounting Currency Format"}
|
D | en.txt | 918 account{"Accounting Currency Format"}
|
/external/cldr/common/testData/localeIdentifiers/ |
D | localeDisplayName.txt | 54 en-u-cf-account; English (Accounting Currency Format)
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.1.rst | 297 UserQuery(region='North', dept='Accounting', _2=37),
|
/external/libcups/locale/ |
D | cups.strings | 2358 // TRANSLATORS: Job Accounting Output Bin 2359 "job-accounting-output-bin" = "Job Accounting Output Bin"; 2360 // TRANSLATORS: Job Accounting Sheets 2361 "job-accounting-sheets" = "Job Accounting Sheets"; 2362 // TRANSLATORS: Type of Job Accounting Sheets 2363 "job-accounting-sheets-type" = "Type of Job Accounting Sheets"; 2368 // TRANSLATORS: Job Accounting User ID 2369 "job-accounting-user-id" = "Job Accounting User ID";
|
D | cups_en.po | 7226 #. TRANSLATORS: Job Accounting Output Bin 7228 msgstr "Job Accounting Output Bin" 7230 #. TRANSLATORS: Job Accounting Sheets 7232 msgstr "Job Accounting Sheets" 7234 #. TRANSLATORS: Type of Job Accounting Sheets 7236 msgstr "Type of Job Accounting Sheets" 7246 #. TRANSLATORS: Job Accounting User ID 7248 msgstr "Job Accounting User ID"
|
D | cups_cs.po | 6940 #. TRANSLATORS: Job Accounting Output Bin 6944 #. TRANSLATORS: Job Accounting Sheets 6948 #. TRANSLATORS: Type of Job Accounting Sheets 6960 #. TRANSLATORS: Job Accounting User ID
|
D | cups_fr.po | 6958 #. TRANSLATORS: Job Accounting Output Bin 6962 #. TRANSLATORS: Job Accounting Sheets 6966 #. TRANSLATORS: Type of Job Accounting Sheets 6978 #. TRANSLATORS: Job Accounting User ID
|
D | cups_ru.po | 7102 #. TRANSLATORS: Job Accounting Output Bin 7106 #. TRANSLATORS: Job Accounting Sheets 7110 #. TRANSLATORS: Type of Job Accounting Sheets 7122 #. TRANSLATORS: Job Accounting User ID
|
12