Searched defs:trans (Results 1 - 25 of 190) sorted by relevance

12345678

/external/chromium_org/third_party/icu/source/i18n/
H A Dcpdtrans.h40 Transliterator** trans; member in class:CompoundTransliterator
/external/icu/icu4c/source/i18n/
H A Dcpdtrans.h40 Transliterator** trans; member in class:CompoundTransliterator
/external/chromium_org/sync/internal_api/public/
H A Dwrite_transaction.h62 void SetTransaction(syncable::WriteTransaction* trans) { argument
63 transaction_ = trans;
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_transaction_factory.cc25 scoped_ptr<net::HttpTransaction>* trans) {
31 trans->reset(
23 CreateTransaction( net::RequestPriority priority, scoped_ptr<net::HttpTransaction>* trans) argument
/external/chromium_org/net/http/
H A Dhttp_network_layer.cc61 scoped_ptr<HttpTransaction>* trans) {
65 trans->reset(new HttpNetworkTransaction(priority, GetSession()));
60 CreateTransaction(RequestPriority priority, scoped_ptr<HttpTransaction>* trans) argument
/external/chromium_org/sync/engine/
H A Dupdate_applicator.cc47 syncable::WriteTransaction* trans,
57 syncable::MutableEntry entry(trans, syncable::GET_BY_HANDLE, *i);
59 trans, &entry, cryptographer_);
46 AttemptApplications( syncable::WriteTransaction* trans, const std::vector<int64>& handles) argument
H A Dapply_control_data_updates.cc28 syncable::WriteTransaction trans(FROM_HERE, SYNCER, dir);
32 &trans, ToFullModelTypeSet(ControlTypes()), &handles);
42 syncable::MutableEntry entry(&trans, syncable::GET_TYPE_ROOT, iter.Get());
51 ApplyNigoriUpdate(&trans,
53 dir->GetCryptographer(&trans));
55 ApplyControlUpdate(&trans,
57 dir->GetCryptographer(&trans));
65 syncable::MutableEntry entry(&trans, syncable::GET_BY_HANDLE, *iter);
75 ApplyControlUpdate(&trans,
77 dir->GetCryptographer(&trans));
92 ApplyNigoriUpdate(syncable::WriteTransaction* const trans, syncable::MutableEntry* const entry, Cryptographer* cryptographer) argument
200 ApplyControlUpdate(syncable::WriteTransaction* const trans, syncable::MutableEntry* const entry, Cryptographer* cryptographer) argument
[all...]
/external/chromium_org/sync/internal_api/
H A Ddelete_journal.cc15 BaseTransaction* trans, BookmarkDeleteJournalList *delete_journal_list) {
17 trans->GetDirectory()->delete_journal()->GetDeleteJournals(
18 trans->GetWrappedTrans(), BOOKMARKS, &deleted_entries);
31 std::string plaintext_data = trans->GetCryptographer()->DecryptToString(
46 trans->GetDirectory()->delete_journal()->PurgeDeleteJournals(
47 trans->GetWrappedTrans(), undecryptable_journal);
52 void DeleteJournal::PurgeDeleteJournals(BaseTransaction* trans, argument
54 trans->GetDirectory()->delete_journal()->PurgeDeleteJournals(
55 trans->GetWrappedTrans(), ids);
14 GetBookmarkDeleteJournals( BaseTransaction* trans, BookmarkDeleteJournalList *delete_journal_list) argument
H A Dread_transaction.cc24 syncable::BaseTransaction* trans)
26 transaction_(trans),
23 ReadTransaction(UserShare* share, syncable::BaseTransaction* trans) argument
H A Dread_node.cc33 syncable::BaseTransaction* trans = transaction_->GetWrappedTrans(); local
34 entry_ = new syncable::Entry(trans, syncable::GET_BY_ID, trans->root_id());
42 syncable::BaseTransaction* trans = transaction_->GetWrappedTrans(); local
43 entry_ = new syncable::Entry(trans, syncable::GET_BY_HANDLE, id);
85 syncable::BaseTransaction* trans = transaction_->GetWrappedTrans();
86 entry_ = new syncable::Entry(trans, syncable::GET_BY_SERVER_TAG, tag);
101 syncable::BaseTransaction* trans = transaction_->GetWrappedTrans();
102 entry_ = new syncable::Entry(trans, syncable::GET_TYPE_ROOT, type);
/external/chromium_org/sync/test/
H A Dnull_directory_change_delegate.cc14 BaseTransaction* trans,
25 BaseTransaction* trans,
36 BaseTransaction* trans) {
12 HandleCalculateChangesChangeEventFromSyncApi( const ImmutableWriteTransactionInfo& write_transaction_info, BaseTransaction* trans, std::vector<int64>* entries_changed) argument
23 HandleCalculateChangesChangeEventFromSyncer( const ImmutableWriteTransactionInfo& write_transaction_info, BaseTransaction* trans, std::vector<int64>* entries_changed) argument
34 HandleTransactionEndingChangeEvent( const ImmutableWriteTransactionInfo& write_transaction_info, BaseTransaction* trans) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock_internal.cc61 const SpinLockWaitTransition trans[]) {
67 for (i = 0; i != n && v != trans[i].from; i++) {
71 } else if (trans[i].to == v || // null transition
72 base::subtle::Acquire_CompareAndSwap(w, v, trans[i].to) == v) {
73 done = trans[i].done;
60 SpinLockWait(volatile Atomic32 *w, int n, const SpinLockWaitTransition trans[]) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dspinlock_internal.cc61 const SpinLockWaitTransition trans[]) {
67 for (i = 0; i != n && v != trans[i].from; i++) {
71 } else if (trans[i].to == v || // null transition
72 base::subtle::Acquire_CompareAndSwap(w, v, trans[i].to) == v) {
73 done = trans[i].done;
60 SpinLockWait(volatile Atomic32 *w, int n, const SpinLockWaitTransition trans[]) argument
/external/e2fsprogs/e2fsck/
H A Dgen_crc32table.c62 static void output_table(uint32_t table[], int len, const char *trans) argument
69 printf("%s(0x%8.8xL), ", trans, table[i]);
71 printf("%s(0x%8.8xL)\n", trans, table[len - 1]);
/external/eigen/Eigen/src/SparseCore/
H A DSparseTranspose.h40 EIGEN_STRONG_INLINE InnerIterator(const TransposeImpl& trans, typename TransposeImpl<MatrixType,Sparse>::Index outer) argument
41 : Base(trans.derived().nestedExpression(), outer)
/external/eigen/bench/btl/libs/BLAS/
H A Dblas_interface.hh58 static char trans = 'T'; variable
/external/eigen/lapack/
H A Dlu.cpp46 EIGEN_LAPACK_FUNC(getrs,(char *trans, int *n, int *nrhs, RealScalar *pa, int *lda, int *ipiv, RealScalar *pb, int *ldb, int *info)) argument
49 if(OP(*trans)==INVALID) *info = -1;
67 if(OP(*trans)==NOTR)
73 else if(OP(*trans)==TR)
79 else if(OP(*trans)==ADJ)
/external/pixman/demos/
H A Dclip-in.c20 pixman_transform_t trans = { local
37 pixman_image_set_transform (src_img, &trans);
H A Dgradient-test.c24 pixman_transform_t trans = {
31 pixman_transform_t trans = { local
75 pixman_image_set_transform (src_img, &trans);
/external/stlport/test/unit/
H A Dtransform_test.cpp61 int trans[] = {-11, 4, -6, -6, -18, 0, 18, -14, 6, 0, -1, -59}; local
63 int trans[] = {-4, 4, -6, -6, -10, 0, 10, -6, 6, 0, -1, -77};
69 transform(n, n + count, trans, back_inserter(res), map_char);
/external/valgrind/main/VEX/unused/
H A Ddispatch.c19 return transtab[i].trans;
30 char* trans; member in struct:__anon32337
39 /* Call here to add a translation to the trans cache.
44 void add_translation ( char* orig, int orig_size, char* trans, int trans_size ) argument
52 transtab[n_transtab_used].trans = malloc(trans_size);
53 assert(transtab[n_transtab_used].trans != NULL);
55 transtab[n_transtab_used].trans[i] = trans[i];
58 arm_notify_new_code(transtab[n_transtab_used].trans, trans_size);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_controller_unittest.cc79 void NavigateWithTransition(ui::PageTransition trans) { argument
81 test_web_contents_->GetMainFrame(), 1, GURL("about:blank"), trans);
/external/chromium_org/sync/test/engine/
H A Dtest_syncable_utils.cc68 void CreateTypeRoot(WriteTransaction* trans, argument
72 syncable::MutableEntry node(trans,
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/sqlite/src/src/
H A Dcomplete.c112 static const u8 trans[8][8] = { local
128 static const u8 trans[3][3] = { local
250 state = trans[state][token];

Completed in 1502 milliseconds

12345678