Searched defs:trans (Results 26 - 50 of 190) sorted by relevance

12345678

/external/e2fsprogs/lib/ext2fs/
H A Dgen_crc32ctable.c75 static void output_table(uint32_t table[8][256], int len, char trans) argument
80 printf("static const uint32_t t%d_%ce[] = {", j, trans);
84 printf("to%ce(0x%8.8xL),", trans, table[j][i]);
88 printf("to%ce(0x%8.8xL)};\n\n", trans, table[j][len - 1]);
90 if (trans == 'l') {
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
H A Dgen_xmlpool.py109 for lang,trans in translations:
119 text = escapeCString (trans.ugettext (unicode (expandCString (
124 text = escapeCString (trans.ugettext (unicode (expandCString (
137 trans = gettext.translation ("options", ".", [lang]) variable
141 translations.append ((lang, trans))
/external/pixman/demos/
H A Dalpha-test.c29 pixman_transform_t trans = {
36 pixman_transform_t trans = { local
96 pixman_image_set_transform (grad_img, &trans);
H A Dcheckerboard.c16 pixman_transform_t trans = { { local
59 pixman_image_set_transform (checkerboard, &trans);
H A Dclip-test.c44 pixman_transform_t trans = { local
77 pixman_image_set_transform (src_img, &trans);
/external/bison/src/
H A Dprint_graph.c142 transitions const *trans = s->transitions; local
145 if (!trans->num && !s->reductions)
148 for (i = 0; i < trans->num; i++)
149 if (!TRANSITION_IS_DISABLED (trans, i))
151 state *s1 = trans->states[i];
156 (TRANSITION_IS_ERROR (trans, i) ? "dotted"
157 : TRANSITION_IS_SHIFT (trans, i) ? "solid"
160 if (TRANSITION_IS_ERROR (trans, i)
164 TRANSITION_IS_ERROR (trans, i) ? NULL : symbols[sym]->tag,
/external/chromium_org/content/test/data/indexeddb/
H A Dcursor_prefetch.js19 window.trans = event.target.transaction;
20 shouldBeTrue("trans !== null");
27 var trans = db.transaction(['store'], 'readwrite');
28 trans.onabort = unexpectedAbortCallback;
29 trans.oncomplete = firstTest;
31 var store = trans.objectStore('store');
46 var trans = db.transaction(['store'], 'readwrite');
47 trans.onabort = unexpectedAbortCallback;
48 trans.oncomplete = secondTest;
50 var store = trans
[all...]
/external/chromium_org/sync/internal_api/
H A Dsync_backup_manager.cc48 syncable::BaseTransaction* trans) {
76 WriteTransaction trans(FROM_HERE, GetUserShare());
80 syncable::MutableEntry entry(trans.GetWrappedWriteTrans(),
97 WriteTransaction trans(FROM_HERE, GetUserShare());
98 ReadNode pref_root(&trans);
105 syncable::MutableEntry entry(trans.GetWrappedWriteTrans(),
119 trans.GetWrappedWriteTrans(), &entry);
46 HandleTransactionEndingChangeEvent( const syncable::ImmutableWriteTransactionInfo& write_transaction_info, syncable::BaseTransaction* trans) argument
/external/chromium_org/sync/syncable/
H A Dsyncable_delete_journal.cc22 size_t DeleteJournal::GetDeleteJournalSize(BaseTransaction* trans) const {
23 DCHECK(trans);
28 BaseTransaction* trans, bool was_deleted, const EntryKernel& entry) {
29 DCHECK(trans);
67 void DeleteJournal::GetDeleteJournals(BaseTransaction* trans, argument
70 DCHECK(trans);
81 void DeleteJournal::PurgeDeleteJournals(BaseTransaction* trans, argument
83 DCHECK(trans);
97 void DeleteJournal::TakeSnapshotAndClear(BaseTransaction* trans, argument
100 DCHECK(trans);
27 UpdateDeleteJournalForServerDelete( BaseTransaction* trans, bool was_deleted, const EntryKernel& entry) argument
118 AddJournalBatch(BaseTransaction* trans, const EntryKernelSet& entries) argument
[all...]
H A Dsyncable_util.cc21 int GetUnsyncedEntries(BaseTransaction* trans, argument
23 trans->directory()->GetUnsyncedMetaHandles(trans, handles);
29 bool IsLegalNewParent(BaseTransaction* trans, const Id& entry_id, argument
38 Entry new_parent(trans, GET_BY_ID, ancestor_id);
42 trans))
50 BaseWriteTransaction* trans,
55 Entry old_entry(trans, GET_BY_ID, new_id);
64 trans->directory()->GetChildHandlesById(trans, old_i
49 ChangeEntryIDAndUpdateChildren( BaseWriteTransaction* trans, ModelNeutralMutableEntry* entry, const Id& new_id) argument
82 SyncAssert(bool condition, const tracked_objects::Location& location, const char* msg, BaseTransaction* trans) argument
[all...]
/external/chromium_org/sync/test/
H A Dfake_sync_encryption_handler.cc28 syncable::BaseTransaction* const trans) {
57 syncable::BaseTransaction* const trans) const {
64 syncable::BaseTransaction* const trans) const {
70 syncable::BaseTransaction* const trans) {
87 syncable::BaseTransaction* const trans) const {
26 ApplyNigoriUpdate( const sync_pb::NigoriSpecifics& nigori, syncable::BaseTransaction* const trans) argument
68 SetKeystoreKeys( const google::protobuf::RepeatedPtrField<google::protobuf::string>& keys, syncable::BaseTransaction* const trans) argument
/external/chromium_org/third_party/WebKit/Source/platform/audio/ffmpeg/
H A DFFTFrameFFMPEG.cpp164 RDFTContext* FFTFrame::contextForSize(unsigned fftSize, int trans) argument
173 RDFTContext* context = av_rdft_init(pow2size, (RDFTransformType)trans);
/external/chromium_org/third_party/icu/source/i18n/
H A Dztrans.cpp37 ztrans_close(ZTrans *trans) { argument
38 delete (TimeZoneTransition*)trans;
42 ztrans_clone(ZTrans *trans) { argument
43 return (ZTrans*) (((TimeZoneTransition*)trans)->TimeZoneTransition::clone());
52 ztrans_getTime(ZTrans* trans) { argument
53 return ((TimeZoneTransition*)trans)->TimeZoneTransition::getTime();
57 ztrans_setTime(ZTrans* trans, UDate time) { argument
58 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTime(time);
62 ztrans_getFrom(ZTrans* & trans) { argument
63 return (void*) (((TimeZoneTransition*)trans)
67 ztrans_setFrom(ZTrans* trans, const void* from) argument
72 ztrans_adoptFrom(ZTrans* trans, void* from) argument
77 ztrans_getTo(ZTrans* trans) argument
82 ztrans_setTo(ZTrans* trans, const void* to) argument
87 ztrans_adoptTo(ZTrans* trans, void* to) argument
92 ztrans_getStaticClassID(ZTrans* trans) argument
97 ztrans_getDynamicClassID(ZTrans* trans) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h35 const float *trans = pvs->draw->viewport.translate; local
138 position[0] = position[0] * w * scale[0] + trans[0];
139 position[1] = position[1] * w * scale[1] + trans[1];
140 position[2] = position[2] * w * scale[2] + trans[2];
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_transfer.c88 struct r300_transfer *trans; local
101 trans = CALLOC_STRUCT(r300_transfer);
102 if (trans) {
104 pipe_resource_reference(&trans->transfer.resource, texture);
105 trans->transfer.level = level;
106 trans->transfer.usage = usage;
107 trans->transfer.box = *box;
150 trans->linear_texture = r300_resource(
154 if (!trans->linear_texture) {
159 trans
209 r300_texture_transfer_destroy(struct pipe_context *ctx, struct pipe_transfer *trans) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dztrans.cpp37 ztrans_close(ZTrans *trans) { argument
38 delete (TimeZoneTransition*)trans;
42 ztrans_clone(ZTrans *trans) { argument
43 return (ZTrans*) (((TimeZoneTransition*)trans)->TimeZoneTransition::clone());
52 ztrans_getTime(ZTrans* trans) { argument
53 return ((TimeZoneTransition*)trans)->TimeZoneTransition::getTime();
57 ztrans_setTime(ZTrans* trans, UDate time) { argument
58 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTime(time);
62 ztrans_getFrom(ZTrans* & trans) { argument
63 return (void*) (((TimeZoneTransition*)trans)
67 ztrans_setFrom(ZTrans* trans, const void* from) argument
72 ztrans_adoptFrom(ZTrans* trans, void* from) argument
77 ztrans_getTo(ZTrans* trans) argument
82 ztrans_setTo(ZTrans* trans, const void* to) argument
87 ztrans_adoptTo(ZTrans* trans, void* to) argument
92 ztrans_getStaticClassID(ZTrans* trans) argument
97 ztrans_getDynamicClassID(ZTrans* trans) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h35 const float *trans = pvs->draw->viewport.translate; local
138 position[0] = position[0] * w * scale[0] + trans[0];
139 position[1] = position[1] * w * scale[1] + trans[1];
140 position[2] = position[2] * w * scale[2] + trans[2];
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_transfer.c88 struct r300_transfer *trans; local
101 trans = CALLOC_STRUCT(r300_transfer);
102 if (trans) {
104 pipe_resource_reference(&trans->transfer.resource, texture);
105 trans->transfer.level = level;
106 trans->transfer.usage = usage;
107 trans->transfer.box = *box;
150 trans->linear_texture = r300_resource(
154 if (!trans->linear_texture) {
159 trans
209 r300_texture_transfer_destroy(struct pipe_context *ctx, struct pipe_transfer *trans) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DHopImpl.java72 * @param trans transport
74 public HopImpl(String hostName, int portNumber, String trans) { argument
84 transport = trans;
/external/oprofile/daemon/
H A Dopd_extended.c175 odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg) argument
180 return ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->get(trans, is_cg);
H A Dopd_ibs_trans.c29 void trans_ibs_fetch (struct transient * trans, unsigned int selected_flag) argument
31 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
127 void trans_ibs_op (struct transient * trans, unsigned int selected_flag) argument
129 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
209 void trans_ibs_op_ls (struct transient * trans, unsigned int selected_flag) argument
211 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
414 void trans_ibs_op_nb (struct transient * trans, unsigned int selected_flag) argument
416 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
513 int trans_ibs_op_rip_invalid (struct transient * trans) argument
515 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans
524 trans_ibs_op_mask_reserved(unsigned int family, struct transient * trans) argument
564 trans_ibs_op_bta(struct transient * trans) argument
604 trans_ibs_op_ls_memaccess(struct transient * trans) argument
[all...]
H A Dopd_kernel.c202 * @param trans holds PC value to look up
208 struct kernel_image * find_kernel_image(struct transient const * trans) argument
216 if (image->start <= trans->pc && image->end > trans->pc)
221 if (image->start <= trans->pc && image->end > trans->pc)
225 if (xen_image.start <= trans->pc && xen_image.end > trans->pc)
H A Dopd_spu.c33 static void process_spu_samples(struct transient * trans);
42 * trans.buffer is empty.
44 void code_spu_profiling(struct transient * trans) argument
47 unsigned long long num_spus = pop_buffer_value(trans);
52 process_spu_samples(trans);
55 void code_spu_ctx_switch(struct transient * trans) argument
57 clear_trans_current(trans);
59 if (!enough_remaining(trans, 6)) {
60 trans->remaining = 0;
67 trans
91 cache_spu_context_info(struct transient * trans) argument
101 update_trans_for_spu(struct transient * trans) argument
113 opd_put_spu_sample(struct transient * trans, unsigned long long pc) argument
147 process_spu_samples(struct transient * trans) argument
[all...]
H A Dopd_trans.c37 void clear_trans_last(struct transient * trans) argument
39 trans->last = NULL;
40 trans->last_anon = NULL;
44 void clear_trans_current(struct transient * trans) argument
46 trans->current = NULL;
47 trans->anon = NULL;
51 uint64_t pop_buffer_value(struct transient * trans) argument
55 if (!trans->remaining) {
61 uint32_t const * lbuf = (void const *)trans->buffer;
64 uint64_t const * lbuf = (void const *)trans
74 enough_remaining(struct transient * trans, size_t size) argument
85 opd_put_sample(struct transient * trans, unsigned long long pc) argument
142 code_ctx_switch(struct transient * trans) argument
169 code_cpu_switch(struct transient * trans) argument
183 code_cookie_switch(struct transient * trans) argument
202 code_kernel_enter(struct transient * trans) argument
215 code_user_enter(struct transient * trans) argument
238 code_trace_begin(struct transient * trans) argument
244 code_xen_enter(struct transient * trans) argument
292 struct transient trans = { local
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_change_processor.cc92 syncer::WriteTransaction trans(FROM_HERE, share_handle());
98 CreateOrUpdateSyncNode(*url, &trans);
104 history::URLRow url, syncer::WriteTransaction* trans) {
113 syncer::ReadNode typed_url_root(trans);
129 syncer::WriteNode update_node(trans);
142 syncer::WriteNode create_node(trans);
164 syncer::WriteTransaction trans(FROM_HERE, share_handle());
175 if (!model_associator_->DeleteAllNodes(&trans)) {
186 syncer::WriteNode sync_node(&trans);
203 syncer::WriteTransaction trans(FROM_HER
103 CreateOrUpdateSyncNode( history::URLRow url, syncer::WriteTransaction* trans) argument
226 ApplyChangesFromSyncModel( const syncer::BaseTransaction* trans, int64 model_version, const syncer::ImmutableChangeRecordList& changes) argument
[all...]

Completed in 401 milliseconds

12345678