/external/chromium_org/third_party/openssl/openssl/crypto/des/asm/ |
crypt586.pl | 30 $trans="ebp"; 41 &mov($trans,&wparam(1)); # reloaded with DES_SPtrans in D_ENCRYPT 50 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx"); 54 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx"); 79 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_; 96 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2 98 &mov( $tmp2, &DWP(&n2a(($S+1)*4),$trans,"",0)); # 2 110 &mov( $trans, &swtmp(1)); 111 &xor( $L, &DWP(" ",$trans,$tmp1,0)); 113 &xor( $L, &DWP("0x200",$trans,$tmp2,0)) [all...] |
/external/openssl/crypto/des/asm/ |
crypt586.pl | 30 $trans="ebp"; 41 &mov($trans,&wparam(1)); # reloaded with DES_SPtrans in D_ENCRYPT 50 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx"); 54 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx"); 79 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_; 96 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2 98 &mov( $tmp2, &DWP(&n2a(($S+1)*4),$trans,"",0)); # 2 110 &mov( $trans, &swtmp(1)); 111 &xor( $L, &DWP(" ",$trans,$tmp1,0)); 113 &xor( $L, &DWP("0x200",$trans,$tmp2,0)) [all...] |
/external/chromium_org/sync/syncable/ |
directory.cc | 198 void Directory::OnUnrecoverableError(const BaseTransaction* trans, 201 DCHECK(trans != NULL); 262 BaseTransaction* trans, const Id& parent_id, 264 if (!SyncAssert(this == trans->directory(), FROM_HERE, 265 "Directories don't match", trans)) 275 BaseTransaction* trans, int64 handle, 277 if (!SyncAssert(this == trans->directory(), FROM_HERE, 278 "Directories don't match", trans)) 293 BaseTransaction* trans, 295 if (!SyncAssert(this == trans->directory(), FROM_HERE [all...] |
nigori_util.cc | 24 WriteTransaction* const trans) { 25 NigoriHandler* nigori_handler = trans->directory()->GetNigoriHandler(); 26 ModelTypeSet encrypted_types = nigori_handler->GetEncryptedTypes(trans); 27 Cryptographer* cryptographer = trans->directory()->GetCryptographer(trans); 37 GetUnsyncedEntries(trans, &handles); 39 MutableEntry entry(trans, GET_BY_HANDLE, handles[i]); 45 if (!UpdateEntryWithEncryption(trans, specifics, &entry)) 52 BaseTransaction* const trans, 55 GetUnsyncedEntries(trans, &handles) [all...] |
/external/chromium_org/sync/internal_api/ |
sync_encryption_handler_impl.cc | 248 WriteTransaction trans(FROM_HERE, user_share_); 249 WriteNode node(&trans); 254 trans.GetWrappedTrans())) { 255 WriteEncryptionStateToNigori(&trans); 259 trans.GetWrappedTrans()).cryptographer.has_pending_keys(); 261 trans.GetWrappedTrans()).cryptographer.is_ready(); 305 UnlockVault(trans.GetWrappedTrans()).encrypted_types, 311 &UnlockVaultMutable(trans.GetWrappedTrans())->cryptographer)); 317 if (UnlockVault(trans.GetWrappedTrans()).cryptographer.is_ready()) 318 ReEncryptEverything(&trans); [all...] |
read_node.cc | 33 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);
|
/external/chromium/chrome/browser/sync/engine/ |
apply_updates_command.cc | 26 syncable::WriteTransaction trans(dir, syncable::SYNCER, __FILE__, __LINE__); 28 dir->GetUnappliedUpdateMetaHandles(&trans, &handles); 32 session->context()->directory_manager()->GetCryptographer(&trans), 35 while (applicator.AttemptOneApplication(&trans)) {}
|
conflict_resolver.h | 64 void OverwriteServerChanges(syncable::WriteTransaction* trans, 68 syncable::WriteTransaction* trans, 74 bool ProcessConflictSet(syncable::WriteTransaction* trans, 80 bool LogAndSignalIfConflictStuck(syncable::BaseTransaction* trans,
|
verify_updates_command.h | 37 VerifyUpdateResult VerifyUpdate(syncable::WriteTransaction* trans,
|
apply_updates_command_unittest.cc | 58 WriteTransaction trans(dir, UNITTEST, __FILE__, __LINE__); 59 MutableEntry entry(&trans, syncable::CREATE_NEW_UPDATE_ITEM, 79 WriteTransaction trans(dir, UNITTEST, __FILE__, __LINE__); 80 MutableEntry entry(&trans, syncable::CREATE_NEW_UPDATE_ITEM, 105 WriteTransaction trans(dir, UNITTEST, __FILE__, __LINE__); 106 Id predecessor_id = dir->GetLastChildId(&trans, parent_id); 107 MutableEntry entry(&trans, syncable::CREATE, parent_id, name); 224 ReadTransaction trans(dir, __FILE__, __LINE__); 226 session()->context()->directory_manager()->GetCryptographer(&trans); 279 ReadTransaction trans(dir, __FILE__, __LINE__) [all...] |
syncer_unittest.cc | 197 ReadTransaction trans(dir, __FILE__, __LINE__); 199 dir->GetChildHandles(&trans, trans.root_id(), &children); 213 void WriteTestDataToEntry(WriteTransaction* trans, MutableEntry* entry) { 222 void VerifyTestDataInEntry(BaseTransaction* trans, Entry* entry) { 282 WriteTransaction trans(dir, UNITTEST, __FILE__, __LINE__); 292 MutableEntry entry(&trans, CREATE, test->parent_id, name); 323 entry.Put(SERVER_PARENT_ID, trans.root_id()); 416 ReadTransaction trans(dir, __FILE__, __LINE__); 417 Entry entry(&trans, GET_BY_HANDLE, metahandle) [all...] |
/external/chromium/chrome/browser/sync/glue/ |
change_processor_mock.h | 23 void(const sync_api::BaseTransaction* trans,
|
autofill_change_processor.h | 53 const sync_api::BaseTransaction* trans, 78 sync_api::WriteTransaction* trans); 82 sync_api::WriteTransaction* trans, 85 sync_api::WriteTransaction* trans, 111 bool HasNotMigratedYet(const sync_api::BaseTransaction* trans);
|
/external/chromium_org/net/http/ |
http_transaction_factory.h | 25 // transaction to |*trans| and returns OK. 27 scoped_ptr<HttpTransaction>* trans,
|
/external/chromium_org/sync/engine/ |
get_commit_ids.h | 35 syncable::BaseTransaction* trans,
|
sync_directory_update_handler_unittest.cc | 103 syncable::ModelNeutralWriteTransaction trans(FROM_HERE, UNITTEST, dir()); 104 handler->UpdateSyncEntities(&trans, applicable_updates, status); 139 syncable::ReadTransaction trans(FROM_HERE, dir()); 140 syncable::Entry entry(&trans, syncable::GET_BY_ID, server_id); 177 syncable::ReadTransaction trans(FROM_HERE, dir()); 178 syncable::Entry entry(&trans, syncable::GET_BY_ID, server_id); 208 syncable::ReadTransaction trans(FROM_HERE, dir()); 209 syncable::Entry entry(&trans, syncable::GET_BY_ID, server_id); 336 syncable::ReadTransaction trans(FROM_HERE, directory()); 338 syncable::Entry parent(&trans, syncable::GET_BY_HANDLE, parent_handle) [all...] |
syncer_unittest.cc | 239 syncable::ReadTransaction trans(FROM_HERE, directory()); 241 directory()->GetChildHandlesById(&trans, trans.root_id(), &children); 257 void WriteTestDataToEntry(WriteTransaction* trans, MutableEntry* entry) { 266 void VerifyTestDataInEntry(BaseTransaction* trans, Entry* entry) { 340 WriteTransaction trans(FROM_HERE, UNITTEST, directory()); 350 MutableEntry entry(&trans, CREATE, BOOKMARKS, test->parent_id, name); 382 entry.PutServerParentId(trans.root_id()); 464 Cryptographer* GetCryptographer(syncable::BaseTransaction* trans) { 465 return directory()->GetCryptographer(trans); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_transfer.h | 40 struct pipe_transfer *trans);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
spinlock_internal.h | 53 // Wait until *w can transition from trans[i].from to trans[i].to for some i 54 // satisfying 0<=i<n && trans[i].done, atomically make the transition, 56 // where !trans[i].done, but continue waiting. 58 const SpinLockWaitTransition trans[]);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
spinlock_internal.h | 53 // Wait until *w can transition from trans[i].from to trans[i].to for some i 54 // satisfying 0<=i<n && trans[i].done, atomically make the transition, 56 // where !trans[i].done, but continue waiting. 58 const SpinLockWaitTransition trans[]);
|
/external/clang/lib/ARCMigrate/ |
TransUnusedInitDelegate.cpp | 30 using namespace trans; 55 Transaction Trans(Pass.TA); 75 void trans::rewriteUnusedInitDelegate(MigrationPass &pass) { 76 BodyTransform<UnusedInitRewriter> trans(pass); 77 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
|
/external/jmonkeyengine/engine/src/bullet-native/ |
jmeMotionState.cpp | 40 trans = new btTransform(); 41 trans -> setIdentity(); 42 worldTransform = *trans; 88 free(trans);
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_transfer.h | 40 struct pipe_transfer *trans);
|
/external/oprofile/daemon/ |
opd_kernel.h | 39 /** Find a kernel_image based upon the given parameters in trans. */ 41 find_kernel_image(struct transient const * trans);
|
/external/chromium/chrome/browser/sync/syncable/ |
nigori_util.cc | 17 ModelTypeSet GetEncryptedDataTypes(BaseTransaction* const trans) { 19 Entry entry(trans, GET_BY_SERVER_TAG, nigori_tag); 75 WriteTransaction* const trans, 82 browser_sync::SyncerUtil::GetUnsyncedEntries(trans, &handles); 84 MutableEntry entry(trans, GET_BY_HANDLE, handles[i]); 126 BaseTransaction* const trans, 129 browser_sync::SyncerUtil::GetUnsyncedEntries(trans, &handles); 131 Entry entry(trans, GET_BY_HANDLE, handles[i]); 150 bool VerifyDataTypeEncryption(BaseTransaction* const trans, 158 Entry type_root(trans, GET_BY_SERVER_TAG, type_tag) [all...] |