Home
last modified time | relevance | path

Searched refs:accounting (Results 1 – 25 of 221) sorted by relevance

123456789

/external/libaom/libaom/av1/decoder/
Daccounting.c32 int aom_accounting_dictionary_lookup(Accounting *accounting, const char *str) { in aom_accounting_dictionary_lookup() argument
36 dictionary = &accounting->syms.dictionary; in aom_accounting_dictionary_lookup()
38 while (accounting->hash_dictionary[hash] != -1) { in aom_accounting_dictionary_lookup()
39 if (strcmp(dictionary->strs[accounting->hash_dictionary[hash]], str) == 0) { in aom_accounting_dictionary_lookup()
40 return accounting->hash_dictionary[hash]; in aom_accounting_dictionary_lookup()
47 accounting->hash_dictionary[hash] = dictionary->num_strs; in aom_accounting_dictionary_lookup()
55 void aom_accounting_init(Accounting *accounting) { in aom_accounting_init() argument
57 accounting->num_syms_allocated = 1000; in aom_accounting_init()
58 accounting->syms.syms = in aom_accounting_init()
59 malloc(sizeof(AccountingSymbol) * accounting->num_syms_allocated); in aom_accounting_init()
[all …]
Daccounting.h71 void aom_accounting_init(Accounting *accounting);
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);
Dinspection.c60 fd->accounting = &pbi->accounting; in ifd_inspect()
Dinspection.h64 Accounting *accounting; member
/external/libaom/libaom/test/
Daccounting_test.cc40 Accounting accounting; in TEST() local
41 aom_accounting_init(&accounting); in TEST()
42 br.accounting = &accounting; in TEST()
47 GTEST_ASSERT_EQ(accounting.syms.num_syms, 1); in TEST()
48 GTEST_ASSERT_EQ(accounting.syms.syms[0].samples, (unsigned int)kSymbols); in TEST()
50 aom_accounting_reset(&accounting); in TEST()
51 GTEST_ASSERT_EQ(accounting.syms.num_syms, 0); in TEST()
55 br.accounting = &accounting; in TEST()
61 GTEST_ASSERT_EQ(accounting.syms.num_syms, kSymbols * 2); in TEST()
63 for (int i = 0; i < accounting.syms.num_syms; i++) { in TEST()
[all …]
/external/icu/icu4c/source/test/testdata/
Dnumberpermutationtest.txt928 compact-short percent sign-accounting-except-zero
942 compact-short currency/EUR sign-accounting-except-zero
956 compact-short measure-unit/length-furlong sign-accounting-except-zero
970 scientific/+ee/sign-always percent sign-accounting-except-zero
984 scientific/+ee/sign-always currency/EUR sign-accounting-except-zero
998 scientific/+ee/sign-always measure-unit/length-furlong sign-accounting-except-zero
1600 compact-short unit-width-narrow sign-accounting-except-zero
1614 compact-short unit-width-full-name sign-accounting-except-zero
1628 scientific/+ee/sign-always unit-width-narrow sign-accounting-except-zero
1642 scientific/+ee/sign-always unit-width-full-name sign-accounting-except-zero
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dnumberpermutationtest.txt928 compact-short percent sign-accounting-except-zero
942 compact-short currency/EUR sign-accounting-except-zero
956 compact-short measure-unit/length-furlong sign-accounting-except-zero
970 scientific/+ee/sign-always percent sign-accounting-except-zero
984 scientific/+ee/sign-always currency/EUR sign-accounting-except-zero
998 scientific/+ee/sign-always measure-unit/length-furlong sign-accounting-except-zero
1600 compact-short unit-width-narrow sign-accounting-except-zero
1614 compact-short unit-width-full-name sign-accounting-except-zero
1628 scientific/+ee/sign-always unit-width-narrow sign-accounting-except-zero
1642 scientific/+ee/sign-always unit-width-full-name sign-accounting-except-zero
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
Dnumberpermutationtest.txt928 compact-short percent sign-accounting-except-zero
942 compact-short currency/EUR sign-accounting-except-zero
956 compact-short measure-unit/length-furlong sign-accounting-except-zero
970 scientific/+ee/sign-always percent sign-accounting-except-zero
984 scientific/+ee/sign-always currency/EUR sign-accounting-except-zero
998 scientific/+ee/sign-always measure-unit/length-furlong sign-accounting-except-zero
1600 compact-short unit-width-narrow sign-accounting-except-zero
1614 compact-short unit-width-full-name sign-accounting-except-zero
1628 scientific/+ee/sign-always unit-width-narrow sign-accounting-except-zero
1642 scientific/+ee/sign-always unit-width-full-name sign-accounting-except-zero
[all …]
/external/libaom/libaom/aom_dsp/
Dbitreader.h58 Accounting *accounting; member
83 if (r->accounting != NULL) { in aom_process_accounting()
86 aom_accounting_record(r->accounting, ACCT_STR_NAME, in aom_process_accounting()
87 tell_frac - r->accounting->last_tell_frac); in aom_process_accounting()
88 r->accounting->last_tell_frac = tell_frac; in aom_process_accounting()
93 if (r->accounting != NULL) { in aom_update_symb_counts()
94 r->accounting->syms.num_multi_syms += !is_binary; in aom_update_symb_counts()
95 r->accounting->syms.num_binary_syms += !!is_binary; in aom_update_symb_counts()
Dbitreader.c22 r->accounting = NULL; in aom_reader_init()
/external/iptables/extensions/
Dlibxt_nfacct.man1 The nfacct match provides the extended accounting infrastructure for iptables.
9 accounting the traffic that this rule-set is matching.
11 To use this extension, you have to create an accounting object:
15 Then, you have to attach it to the accounting object via iptables:
Dlibxt_connbytes.man13 NOTE that for connections which have no accounting information, the match will
16 flows will not be gaining/losing a/the accounting structure when be sysctl flag
/external/libwebsockets/lib/misc/
Dspawn.c184 lsp->accounting[0] = ((uint64_t)tms.tms_cstime * 1000000) / hz; in lws_spawn_reap()
185 lsp->accounting[1] = ((uint64_t)tms.tms_cutime * 1000000) / hz; in lws_spawn_reap()
186 lsp->accounting[2] = ((uint64_t)tms.tms_stime * 1000000) / hz; in lws_spawn_reap()
187 lsp->accounting[3] = ((uint64_t)tms.tms_utime * 1000000) / hz; in lws_spawn_reap()
202 cb(opaque, temp.accounting, &temp.si, in lws_spawn_reap()
/external/selinux/python/sepolgen/tests/
Daudit.txt36 …auid=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c255 msg='PAM: accounting acct=root : exe=…
45 …auid=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c255 msg='PAM: accounting acct=root : exe=…
51 …auid=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c255 msg='PAM: accounting acct=root : exe=…
57 …auid=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c255 msg='PAM: accounting acct=root : exe=…
63 …auid=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c255 msg='PAM: accounting acct=root : exe=…
69 …auid=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c255 msg='PAM: accounting acct=root : exe=…
75 …auid=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c255 msg='PAM: accounting acct=root : exe=…
82 …4294967295 subj=system_u:system_r:unconfined_t:s0-s0:c0.c255 msg='PAM: accounting acct=kmacmill : …
87 …4294967295 subj=system_u:system_r:unconfined_t:s0-s0:c0.c255 msg='PAM: accounting acct=kmacmill : …
91 …auid=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c255 msg='PAM: accounting acct=root : exe=…
[all …]
/external/libcap/doc/values/
D20.txt1 Allows a process to configure process accounting.
D12.txt5 accounting
/external/e2fsprogs/tests/t_dangerous/
Dexpect10 Writing superblocks and filesystem accounting information: done
29 Writing superblocks and filesystem accounting information: done
108 Writing superblocks and filesystem accounting information: done
/external/python/google-api-python-client/docs/
Dauth.md3accounting are accomplished. For all API calls, your application needs to be authenticated. When a…
11 …o your Google API Console project. This is needed to measure project usage for accounting purposes.
/external/libaom/libaom/examples/
Dinspect.c575 const Accounting *accounting = frame_data.accounting; in put_accounting() local
576 if (accounting == NULL) { in put_accounting()
580 const int num_syms = accounting->syms.num_syms; in put_accounting()
581 const int num_strs = accounting->syms.dictionary.num_strs; in put_accounting()
585 accounting->syms.dictionary.strs[i]); in put_accounting()
595 sym = &accounting->syms.syms[i]; in put_accounting()
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/
Dracoon.conf-radius28 accounting radius;
/external/e2fsprogs/tests/d_dumpe2fs_group_only/
Dexpect8 Writing superblocks and filesystem accounting information: done
/external/e2fsprogs/tests/m_hugefile_slack/
Dexpect10 Writing superblocks and filesystem accounting information: done
/external/e2fsprogs/tests/m_hugefile/
Dexpect8 Writing superblocks and filesystem accounting information: done
/external/e2fsprogs/tests/f_large_dir/
Dexpect7 Writing superblocks and filesystem accounting information: done
/external/e2fsprogs/doc/RelNotes/
Dv1.43.5.txt51 Fix libext2fs to correctly handle accounting for an external xattr
54 Fix e2fsck to correctly handle quota accounting when deleting files
64 The e2fsck program now properly updates the quota accounting when

123456789