HomeSort by relevance Sort by last modified time
    Searched full:trans (Results 1 - 25 of 299) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/daemon/
opd_trans.c 37 void clear_trans_last(struct transient * trans)
39 trans->last = NULL;
40 trans->last_anon = NULL;
44 void clear_trans_current(struct transient * trans)
46 trans->current = NULL;
47 trans->anon = NULL;
51 uint64_t pop_buffer_value(struct transient * trans)
55 if (!trans->remaining) {
61 uint32_t const * lbuf = (void const *)trans->buffer;
64 uint64_t const * lbuf = (void const *)trans->buffer
292 struct transient trans = { local
    [all...]
opd_spu.c 33 static void process_spu_samples(struct transient * trans);
42 * trans.buffer is empty.
44 void code_spu_profiling(struct transient * trans)
47 unsigned long long num_spus = pop_buffer_value(trans);
52 process_spu_samples(trans);
55 void code_spu_ctx_switch(struct transient * trans)
57 clear_trans_current(trans);
59 if (!enough_remaining(trans, 6)) {
60 trans->remaining = 0;
67 trans->cpu = pop_buffer_value(trans)
    [all...]
opd_anon.c 47 static void do_lru(struct transient * trans)
56 if (trans->anon == entry)
57 clear_trans_current(trans);
58 if (trans->last_anon == entry)
59 clear_trans_last(trans);
77 static void clear_anon_maps(struct transient * trans)
79 unsigned long hash = hash_anon(trans->tgid, trans->app_cookie);
80 pid_t tgid = trans->tgid;
81 cookie_t app = trans->app_cookie
    [all...]
opd_sfile.c 42 sfile_hash(struct transient const * trans, struct kernel_image * ki)
47 val ^= trans->tid << 2;
48 val ^= trans->tgid << 2;
51 if (separate_kernel || ((trans->anon || separate_lib) && !ki))
52 val ^= trans->app_cookie >> (DCOOKIE_SHIFT + 3);
55 val ^= trans->cpu;
58 if (trans->in_kernel) {
64 if (trans->cookie != NO_COOKIE) {
65 val ^= trans->cookie >> DCOOKIE_SHIFT;
70 val ^= trans->tgid << 2
    [all...]
opd_ibs.c 72 static void opd_log_ibs_fetch(struct transient * trans)
74 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
78 trans_ibs_fetch(trans, ibs_fetch_selected_flag, ibs_fetch_selected_size);
86 static void opd_log_ibs_op(struct transient * trans)
88 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
92 trans_ibs_op(trans, ibs_op_selected_flag, ibs_op_selected_size);
93 trans_ibs_op_ls(trans, ibs_op_ls_selected_flag, ibs_op_ls_selected_size);
94 trans_ibs_op_nb(trans, ibs_op_nb_selected_flag, ibs_op_nb_selected_size);
98 static void opd_put_ibs_sample(struct transient * trans)
102 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch
    [all...]
opd_trans.h 63 uint64_t pop_buffer_value(struct transient * trans);
64 int enough_remaining(struct transient * trans, size_t size);
65 static inline void update_trans_last(struct transient * trans)
67 trans->last = trans->current;
68 trans->last_anon = trans->anon;
69 trans->last_pc = trans->pc;
81 void clear_trans_last(struct transient * trans);
    [all...]
opd_ibs_trans.h 27 extern void trans_ibs_fetch (struct transient * trans, unsigned int selected_flag, unsigned int size);
28 extern void trans_ibs_op (struct transient * trans, unsigned int selected_flag, unsigned int size);
29 extern void trans_ibs_op_ls (struct transient * trans, unsigned int selected_flag, unsigned int size);
30 extern void trans_ibs_op_nb (struct transient * trans, unsigned int selected_flag, unsigned int size);
  /external/icu4c/i18n/
ztrans.cpp 35 ztrans_close(ZTrans *trans) {
36 delete (TimeZoneTransition*)trans;
40 ztrans_clone(ZTrans *trans) {
41 return (ZTrans*) (((TimeZoneTransition*)trans)->TimeZoneTransition::clone());
50 ztrans_getTime(ZTrans* trans) {
51 return ((TimeZoneTransition*)trans)->TimeZoneTransition::getTime();
55 ztrans_setTime(ZTrans* trans, UDate time) {
56 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTime(time);
60 ztrans_getFrom(ZTrans* & trans) {
61 return (void*) (((TimeZoneTransition*)trans)->TimeZoneTransition::getFrom())
    [all...]
ztrans.h 51 * @param trans the object to dispose of
55 ztrans_close(ZTrans *trans);
64 ztrans_clone(ZTrans *trans);
79 * param trans, the transition to use
84 ztrans_getTime(ZTrans* trans);
88 * param trans, the transition to use
93 ztrans_setTime(ZTrans* trans, UDate time);
97 * param trans, the transition to use
102 ztrans_getFrom(ZTrans* & trans);
107 * param trans, the transition to us
    [all...]
  /frameworks/base/tools/localize/testdata/
strip_xliff.xliff 16 <trans-unit id="string:string-000-0">
17 </trans-unit>
18 <trans-unit id="string:string-001-0">
19 <alt-trans>
21 </alt-trans>
22 </trans-unit>
23 <trans-unit id="string:string-010-0">
24 <alt-trans>
26 </alt-trans>
27 </trans-unit
    [all...]
import.xliff 15 <trans-unit id="string:changed_in_xx">
18 </trans-unit>
19 <trans-unit id="string:first_translation">
22 </trans-unit>
23 <trans-unit id="string:deleted_string">
26 </trans-unit>
27 <trans-unit id="array:0:growing_array">
30 </trans-unit>
31 <trans-unit id="array:1:growing_array">
34 </trans-unit
    [all...]
merge.xliff 15 <trans-unit id="string:changed_in_xx">
18 </trans-unit>
19 <trans-unit id="string:first_translation">
22 </trans-unit>
23 <trans-unit id="string:deleted_string">
26 </trans-unit>
27 <trans-unit id="array:0:growing_array">
30 </trans-unit>
31 <trans-unit id="array:1:growing_array">
34 </trans-unit
    [all...]
pseudo.xliff 15 <trans-unit id="string:complex">
17 </trans-unit>
18 <trans-unit id="string:complex-quoted">
20 </trans-unit>
21 <trans-unit id="string:simple">
23 </trans-unit>
24 <trans-unit id="array:0:simple">
26 </trans-unit>
27 <trans-unit id="array:1:simple">
29 </trans-unit
    [all...]
xliff1.xliff 15 <trans-unit id="string:complex">
18 </trans-unit>
19 <trans-unit id="string:complex-quoted">
22 </trans-unit>
23 <trans-unit id="string:simple">
26 </trans-unit>
27 <trans-unit id="array:0:simple">
30 </trans-unit>
31 <trans-unit id="array:1:simple">
34 </trans-unit
    [all...]
  /external/clearsilver/python/examples/trans/
TODO 3 ** trans.py TODO
10 trans.py.
13 trans is called.
16 in a single trans database.
18 - make web UI for browsing trans database
20 - clearsilver/trans 'z-tag live language QA system' like
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/
de-DE_aut_wpho1.utf 37 :TRANS 1 :TO 2 1 1 1 3 4 4 4 4 4 5 0 0 0
38 :TRANS 2 :TO 2 1 1 1 3 4 4 4 4 6 5 0 0 0
39 :TRANS 3 :TO 7 1 3 3 0 8 8 8 8 8 9 3 0 0
40 :TRANS 4 :TO 10 1 1 4 8 4 4 4 4 4 5 0 11 0
41 :TRANS 5 :TO 10 1 1 12 13 14 14 15 14 14 0 0 11 16
42 :TRANS 6 :TO 10 1 1 4 8 4 4 4 0 4 5 0 11 17
43 :TRANS 7 :TO 7 1 3 3 0 8 8 8 8 18 9 3 0 0
44 :TRANS 8 :TO 19 1 3 8 0 8 8 8 8 8 9 8 20 0
45 :TRANS 9 :TO 19 1 3 13 0 21 21 22 21 21 0 13 20 23
46 :TRANS 10 :TO 24 1 1 24 25 0 0 0 0 26 0 0 0 0
    [all...]
de-DE_aut_spho1.utf 45 :TRANS 1 :TO 1 1 1 1 1 1 1 1 1 1 1 2 2 2 3 4 0 0 0
46 :TRANS 2 :TO 1 1 1 1 1 1 1 1 5 6 1 2 2 2 3 4 0 0 0
47 :TRANS 3 :TO 1 1 1 1 1 1 1 1 5 6 1 2 0 2 3 4 2 0 0
48 :TRANS 4 :TO 1 1 1 1 1 1 1 1 7 6 1 2 2 2 3 4 0 0 0
49 :TRANS 5 :TO 1 1 1 1 1 1 1 1 1 1 8 2 2 2 3 4 0 0 0
50 :TRANS 6 :TO 1 1 1 1 1 1 1 1 1 1 9 2 2 2 3 4 0 0 0
51 :TRANS 7 :TO 1 1 1 1 1 1 1 1 1 1 10 2 2 2 3 4 0 0 0
52 :TRANS 8 :TO 11 11 12 11 13 14 1 14 1 1 1 2 2 2 3 4 0 15 16
53 :TRANS 9 :TO 1 1 1 1 17 1 1 1 1 1 1 2 2 2 3 4 0 0 18
54 :TRANS 10 :TO 1 1 1 1 19 1 1 1 1 1 1 2 2 2 3 4 0 0 20
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_aut_wpho1.utf 40 :TRANS 1 :TO 2 2 2 2 2 2 2 3 2 2 4 1 1 1 1 0 0
41 :TRANS 2 :TO 2 2 2 2 5 6 2 3 5 2 4 1 1 1 1 7 8
42 :TRANS 3 :TO 2 2 2 2 2 6 2 3 2 2 4 1 1 1 1 0 8
43 :TRANS 4 :TO 9 10 11 12 12 13 12 14 12 12 0 15 1 1 1 0 16
44 :TRANS 5 :TO 0 0 0 0 0 0 2 0 0 0 4 1 17 1 0 7 0
45 :TRANS 6 :TO 18 19 2 2 5 6 2 3 5 2 4 1 1 1 1 7 8
46 :TRANS 7 :TO 9 10 11 12 12 13 0 14 12 12 0 0 20 0 1 0 21
47 :TRANS 8 :TO 0 0 0 0 0 22 0 0 0 0 0 0 0 0 0 0 0
48 :TRANS 9 :TO 23 23 11 23 24 25 23 26 24 23 0 15 1 1 1 0 27
49 :TRANS 10 :TO 23 23 11 23 24 25 23 26 24 23 0 15 1 1 1 0 28
    [all...]
en-US_aut_wpho2.utf 36 :TRANS 1 :TO 1 1 2 2 1 3 1 4 2 0 0 0 0
37 :TRANS 2 :TO 5 1 2 2 1 3 2 6 2 7 0 0 0
38 :TRANS 3 :TO 3 1 8 9 1 3 1 4 2 0 10 0 0
39 :TRANS 4 :TO 4 4 6 6 1 11 4 0 6 0 0 4 0
40 :TRANS 5 :TO 5 1 0 0 1 3 5 12 0 0 0 0 0
41 :TRANS 6 :TO 12 4 6 6 1 11 6 0 6 13 0 6 0
42 :TRANS 7 :TO 7 0 2 2 0 0 7 13 2 0 0 0 0
43 :TRANS 8 :TO 14 15 16 16 1 3 2 6 16 17 0 0 0
44 :TRANS 9 :TO 5 1 8 9 1 3 2 6 2 7 10 0 0
45 :TRANS 10 :TO 0 0 18 0 0 0 0 0 0 0 0 0 0
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
en-GB_aut_wpho1.utf 37 :TRANS 1 :TO 1 1 1 1 2 3 4 4 5 4 4 0 0 0 0
38 :TRANS 2 :TO 1 1 6 7 0 0 8 8 9 10 8 11 12 13 0
39 :TRANS 3 :TO 1 1 6 14 0 0 8 8 15 10 8 0 16 17 0
40 :TRANS 4 :TO 1 1 6 5 2 3 4 18 5 4 4 0 0 17 19
41 :TRANS 5 :TO 1 1 6 5 2 3 4 4 5 4 4 0 0 17 0
42 :TRANS 6 :TO 1 1 6 6 0 0 0 0 0 0 0 0 0 0 0
43 :TRANS 7 :TO 1 1 6 20 0 0 21 21 22 23 21 24 0 13 0
44 :TRANS 8 :TO 1 1 6 14 0 0 25 26 27 10 25 0 28 17 0
45 :TRANS 9 :TO 1 1 6 22 0 0 0 0 0 0 0 0 0 29 0
46 :TRANS 10 :TO 1 1 6 30 0 0 10 31 30 10 10 0 0 17 0
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
es-ES_aut_spho2.utf 43 :TRANS 1 :TO 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 0
44 :TRANS 2 :TO 1 3 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 0
45 :TRANS 3 :TO 1 1 1 1 4 1 1 1 1 1 1 1 2 1 1 1 1 0
46 :TRANS 4 :TO 1 1 1 5 1 1 1 1 1 1 1 1 2 1 1 1 1 0
47 :TRANS 5 :TO 1 1 1 1 1 6 1 1 1 1 1 1 2 1 1 1 1 0
48 :TRANS 6 :TO 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 7 0
49 :TRANS 7 :TO 1 1 1 1 1 1 1 1 1 1 8 1 2 1 1 1 1 0
50 :TRANS 8 :TO 1 1 1 1 1 1 1 1 1 1 1 1 9 1 1 1 1 0
51 :TRANS 9 :TO 1 3 1 1 1 1 1 1 10 1 1 1 2 1 1 1 1 0
52 :TRANS 10 :TO 1 1 1 1 1 1 11 1 1 1 1 1 2 1 1 1 1 12
    [all...]
es-ES_aut_wpho1.utf 37 :TRANS 1 :TO 2 2 2 2 3 4 2 2 2 5 6 2 7 1 0 0
38 :TRANS 2 :TO 2 2 2 2 3 8 2 2 2 9 10 2 7 1 11 0
39 :TRANS 3 :TO 12 13 14 15 0 0 16 14 14 0 15 2 17 1 16 18
40 :TRANS 4 :TO 12 13 14 15 0 0 19 14 14 0 0 2 17 1 20 21
41 :TRANS 5 :TO 12 13 14 22 0 0 16 14 14 0 0 2 17 1 16 23
42 :TRANS 6 :TO 0 0 0 0 0 0 0 0 0 0 0 0 24 0 0 0
43 :TRANS 7 :TO 2 2 2 2 3 25 2 2 2 5 6 2 7 1 0 0
44 :TRANS 8 :TO 12 13 14 15 0 0 19 14 14 0 0 2 26 1 20 27
45 :TRANS 9 :TO 12 13 14 22 0 0 16 14 14 0 0 2 17 1 16 28
46 :TRANS 10 :TO 0 0 0 0 3 0 0 0 0 0 0 0 29 0 0 0
    [all...]
es-ES_aut_spho1.utf 52 :TRANS 1 :TO 2 3 4 1 2 2 2 2 1 1 2 2 2 1 1 1 1 1 5 1 1 1 1 0 0 0 0
53 :TRANS 2 :TO 2 3 4 1 2 2 2 2 1 1 2 2 2 1 1 1 1 1 5 1 6 1 1 0 0 0 0
54 :TRANS 3 :TO 2 3 4 1 2 2 2 2 1 1 2 2 2 1 1 1 1 1 5 1 7 1 1 0 0 0 0
55 :TRANS 4 :TO 2 3 4 1 2 2 2 2 1 1 2 2 2 1 1 1 1 1 5 1 8 1 1 0 0 0 0
56 :TRANS 5 :TO 2 3 4 1 2 2 2 2 1 1 2 2 9 10 1 1 1 1 5 1 1 1 1 0 0 0 0
57 :TRANS 6 :TO 2 3 4 1 2 2 2 2 1 1 2 2 2 1 1 11 1 1 5 1 1 1 1 0 0 0 0
58 :TRANS 7 :TO 2 3 4 1 2 2 2 2 1 1 2 2 2 1 1 12 1 1 5 1 1 1 1 0 0 0 0
59 :TRANS 8 :TO 2 3 4 1 2 2 2 2 1 1 2 2 2 1 1 13 1 1 5 1 1 1 1 0 0 0 0
60 :TRANS 9 :TO 2 3 4 1 2 2 2 2 1 1 2 2 2 1 1 1 1 1 5 1 6 1 14 0 0 0 0
61 :TRANS 10 :TO 2 3 4 1 2 2 2 2 1 1 2 2 9 1 1 1 1 1 5 1 1 1 1 0 0 0 0
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
fr-FR_aut_spho7.utf 50 :TRANS 1 :TO 2 3 1 4 1 1 1 1 1 5 1 1 6 6 6 6 0 0 0 0 0
51 :TRANS 2 :TO 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 0 0 0 0
52 :TRANS 3 :TO 2 3 1 4 1 1 1 8 8 9 8 10 6 6 6 6 7 11 0 0 0
53 :TRANS 4 :TO 2 3 1 4 1 1 1 1 1 5 1 10 6 6 6 6 0 0 0 0 0
54 :TRANS 5 :TO 2 12 1 4 1 1 1 1 1 5 1 1 6 6 13 14 0 0 15 0 0
55 :TRANS 6 :TO 16 17 1 4 1 1 1 1 1 5 1 1 6 6 0 6 0 0 0 1 0
56 :TRANS 7 :TO 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11 0 0 0
57 :TRANS 8 :TO 2 3 1 0 0 0 0 1 1 5 1 1 6 18 18 6 0 0 0 0 0
58 :TRANS 9 :TO 2 12 1 0 0 0 0 1 1 5 1 1 6 18 19 14 0 0 15 0 0
59 :TRANS 10 :TO 2 3 1 4 1 1 1 8 8 9 8 1 6 6 6 6 0 0 0 0 0
    [all...]
fr-FR_aut_wpho1.utf 51 :TRANS 1 :TO 1 2 3 1 1 1 1 3 4 1 1 1 1 1 1 1 1 5 6 7 8 1 1 1 9 1 1 0 0
52 :TRANS 2 :TO 10 2 3 11 12 11 1 3 4 13 11 13 13 13 12 1 14 5 6 7 15 1 16 16 9 1 1 17 7
53 :TRANS 3 :TO 10 2 0 11 12 11 18 0 19 13 11 13 13 13 12 20 21 5 6 7 15 1 16 16 9 1 1 22 7
54 :TRANS 4 :TO 1 23 3 1 1 1 1 3 4 1 1 1 1 1 1 1 24 5 6 7 8 1 1 1 9 1 1 0 0
55 :TRANS 5 :TO 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 0 0 0 0 0 1 0 0 0
56 :TRANS 6 :TO 25 2 3 26 27 26 1 3 4 28 26 28 28 28 27 1 1 5 0 7 29 1 1 1 9 0 1 0 0
57 :TRANS 7 :TO 30 0 0 31 32 31 0 0 0 33 31 33 33 33 32 0 0 0 0 0 34 0 0 0 0 0 0 0 0
58 :TRANS 8 :TO 1 35 3 1 1 1 1 3 4 1 1 1 1 1 1 1 1 5 6 7 8 1 1 1 9 1 1 0 0
59 :TRANS 9 :TO 1 2 3 1 1 1 1 3 4 1 1 1 1 1 1 1 1 36 0 7 8 1 1 1 9 1 1 0 0
60 :TRANS 10 :TO 37 0 0 38 39 38 18 0 40 41 38 41 41 41 39 42 43 5 6 7 44 1 16 16 9 1 1 17 7
    [all...]

Completed in 938 milliseconds

1 2 3 4 5 6 7 8 91011>>