HomeSort by relevance Sort by last modified time
    Searched refs:trans (Results 101 - 125 of 534) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bison/src/
print_graph.c 142 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/sync/engine/
sync_directory_commit_contribution.cc 29 syncable::ModelNeutralWriteTransaction trans(FROM_HERE, SYNCER, dir);
30 GetCommitIdsForType(&trans, type, max_entries, &metahandles);
39 syncable::ModelNeutralMutableEntry entry(&trans, GET_BY_HANDLE, *it);
70 syncable::ModelNeutralWriteTransaction trans(FROM_HERE, SYNCER, dir_);
74 &trans,
90 syncable::Entry e(&trans, GET_BY_HANDLE, metahandles_[i]);
106 MarkDeletedChildrenSynced(dir_, &trans, &deleted_folders);
155 syncable::ModelNeutralWriteTransaction trans(FROM_HERE, SYNCER, dir_);
158 syncable::ModelNeutralMutableEntry entry(&trans, GET_BY_HANDLE, *it);
update_applicator.cc 47 syncable::WriteTransaction* trans,
57 syncable::MutableEntry entry(trans, syncable::GET_BY_HANDLE, *i);
59 trans, &entry, cryptographer_);
  /external/chromium_org/chrome/browser/sync/glue/
synced_device_tracker.cc 44 const syncer::BaseTransaction* trans,
57 syncer::ReadTransaction trans(FROM_HERE, user_share_);
58 return ReadLocalDeviceInfo(trans);
62 const syncer::BaseTransaction& trans) const {
63 syncer::ReadNode node(&trans);
80 syncer::ReadTransaction trans(FROM_HERE, user_share_);
81 syncer::ReadNode node(&trans);
104 syncer::ReadTransaction trans(FROM_HERE, user_share_);
105 syncer::ReadNode root_node(&trans);
120 syncer::ReadNode node(&trans);
    [all...]
typed_url_change_processor.cc 91 syncer::WriteTransaction trans(FROM_HERE, share_handle());
97 CreateOrUpdateSyncNode(*url, &trans);
103 history::URLRow url, syncer::WriteTransaction* trans) {
112 syncer::ReadNode typed_url_root(trans);
126 syncer::WriteNode update_node(trans);
133 syncer::Cryptographer* crypto = trans->GetCryptographer();
134 syncer::ModelTypeSet encrypted_types(trans->GetEncryptedTypes());
166 syncer::WriteNode create_node(trans);
184 syncer::WriteTransaction trans(FROM_HERE, share_handle());
195 if (!model_associator_->DeleteAllNodes(&trans)) {
    [all...]
  /external/chromium_org/sync/syncable/
directory.h 200 bool InitialSyncEndedForType(BaseTransaction* trans, ModelType type);
223 Cryptographer* GetCryptographer(const BaseTransaction* trans);
229 bool unrecoverable_error_set(const BaseTransaction* trans) const;
241 void OnUnrecoverableError(const BaseTransaction* trans,
267 bool HasChildren(BaseTransaction* trans, const Id& id);
273 Id GetFirstChildId(BaseTransaction* trans, const EntryKernel* parent);
306 void GetAllEntryKernels(BaseTransaction* trans,
315 void GetUnsyncedMetaHandles(BaseTransaction* trans,
323 void GetUnappliedUpdateMetaHandles(BaseTransaction* trans,
341 syncable::BaseTransaction* trans,
    [all...]
model_neutral_mutable_entry.cc 22 ModelNeutralMutableEntry::ModelNeutralMutableEntry(BaseWriteTransaction* trans,
25 : Entry(trans), base_write_transaction_(trans) {
26 Entry same_id(trans, GET_BY_ID, id);
34 kernel->put(META_HANDLE, trans->directory()->NextMetahandle());
35 kernel->mark_dirty(&trans->directory()->kernel_->dirty_metahandles);
39 if (!trans->directory()->InsertEntry(trans, kernel.get())) {
42 trans->TrackChangesTo(kernel.get());
48 BaseWriteTransaction* trans, GetById, const Id& id
    [all...]
entry.cc 21 Entry::Entry(BaseTransaction* trans, GetById, const Id& id)
22 : basetrans_(trans) {
23 kernel_ = trans->directory()->GetEntryById(id);
26 Entry::Entry(BaseTransaction* trans, GetByClientTag, const string& tag)
27 : basetrans_(trans) {
28 kernel_ = trans->directory()->GetEntryByClientTag(tag);
31 Entry::Entry(BaseTransaction* trans, GetByServerTag, const string& tag)
32 : basetrans_(trans) {
33 kernel_ = trans->directory()->GetEntryByServerTag(tag);
36 Entry::Entry(BaseTransaction* trans, GetByHandle, int64 metahandle
    [all...]
  /external/chromium_org/net/http/
http_network_layer_unittest.cc 75 scoped_ptr<HttpTransaction> trans; local
76 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans, NULL);
79 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());
85 rv = ReadTransaction(trans.get(), &contents);
91 EXPECT_TRUE(trans->GetResponseInfo()->headers->HasHeaderValue(
280 scoped_ptr<HttpTransaction> trans; local
281 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans, NULL);
283 EXPECT_TRUE(trans.get() != NULL);
287 scoped_ptr<HttpTransaction> trans; local
288 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans, NULL)
331 scoped_ptr<HttpTransaction> trans; local
542 scoped_ptr<HttpTransaction> trans; local
595 scoped_ptr<HttpTransaction> trans; local
765 scoped_ptr<HttpTransaction> trans; local
798 scoped_ptr<HttpTransaction> trans; local
    [all...]
http_cache.cc 135 WorkItem(WorkItemOperation operation, Transaction* trans, ActiveEntry** entry)
137 trans_(trans),
140 WorkItem(WorkItemOperation operation, Transaction* trans,
143 trans_(trans),
174 bool Matches(Transaction* trans) const { return trans == trans_; }
191 explicit MetadataWriter(HttpCache::Transaction* trans)
192 : transaction_(trans),
381 HttpCache::Transaction* trans = local
383 MetadataWriter* writer = new MetadataWriter(trans);
885 Transaction* trans = entry->writer; local
    [all...]
http_cache.h 194 scoped_ptr<HttpTransaction>* trans,
248 // provided transaction to use the object. Returns an error code. |trans|
252 int GetBackendForTransaction(Transaction* trans);
261 // Dooms the entry selected by |key|. |trans| will be notified via its IO
264 int DoomEntry(const std::string& key, Transaction* trans);
266 // Dooms the entry selected by |key|. |trans| will be notified via its IO
269 int AsyncDoomEntry(const std::string& key, Transaction* trans);
298 // in |*entry|. |trans| will be notified via its IO callback if this method
301 Transaction* trans);
304 // ActiveEntry in |*entry|. |trans| will be notified via its IO callback i
    [all...]
  /external/chromium/chrome/browser/sync/glue/
extension_sync.cc 27 sync_api::ReadTransaction trans(user_share);
28 sync_api::ReadNode node(&trans);
137 sync_api::WriteTransaction trans(user_share);
138 sync_api::ReadNode root(&trans);
146 sync_api::ReadNode sync_node(&trans);
208 sync_api::WriteTransaction* trans) {
213 sync_api::WriteNode write_node(trans);
217 sync_api::ReadNode root(trans);
222 sync_api::WriteNode create_node(trans);
244 sync_api::WriteTransaction trans(user_share)
    [all...]
extension_model_associator.cc 62 sync_api::ReadTransaction trans(user_share_);
64 GetEncryptedDataTypes(trans.GetWrappedTrans());
66 trans.GetCryptographer()->is_ready();
  /external/chromium/net/http/
http_cache.h 186 virtual int CreateTransaction(scoped_ptr<HttpTransaction>* trans);
242 // provided transaction to use the object. Returns an error code. |trans|
246 int GetBackendForTransaction(Transaction* trans);
251 // Dooms the entry selected by |key|. |trans| will be notified via its IO
254 int DoomEntry(const std::string& key, Transaction* trans);
256 // Dooms the entry selected by |key|. |trans| will be notified via its IO
259 int AsyncDoomEntry(const std::string& key, Transaction* trans);
285 // in |*entry|. |trans| will be notified via its IO callback if this method
288 Transaction* trans);
291 // ActiveEntry in |*entry|. |trans| will be notified via its IO callback i
    [all...]
http_cache.cc 139 WorkItem(WorkItemOperation operation, Transaction* trans, ActiveEntry** entry)
140 : operation_(operation), trans_(trans), entry_(entry), callback_(NULL),
142 WorkItem(WorkItemOperation operation, Transaction* trans,
144 : operation_(operation), trans_(trans), entry_(NULL), callback_(cb),
173 bool Matches(Transaction* trans) const { return trans == trans_; }
221 explicit MetadataWriter(HttpCache::Transaction* trans)
222 : transaction_(trans),
447 HttpCache::Transaction* trans = new HttpCache::Transaction(this); local
448 MetadataWriter* writer = new MetadataWriter(trans);
896 Transaction* trans = entry->writer; local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
post_commit_message_command.cc 37 syncable::WriteTransaction trans(dir, syncable::SYNCER, __FILE__, __LINE__);
40 syncable::MutableEntry entry(&trans, syncable::GET_BY_ID, commit_ids[i]);
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl_unittest.cc 147 ReadTransaction trans(FROM_HERE, user_share());
148 ReadNode nigori_node(&trans);
240 WriteTransaction trans(FROM_HERE, user_share());
241 WriteNode nigori_node(&trans);
273 WriteTransaction trans(FROM_HERE, user_share());
274 WriteNode nigori_node(&trans);
310 WriteTransaction trans(FROM_HERE, user_share());
311 WriteNode nigori_node(&trans);
358 WriteTransaction trans(FROM_HERE, user_share());
361 trans.GetWrappedTrans())
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
complete.c 112 static const u8 trans[8][8] = { local
128 static const u8 trans[3][3] = { local
250 state = trans[state][token];
  /external/ceres-solver/internal/ceres/
lapack.cc 99 char trans = 'N';
104 dgels_(&trans,
131 char trans = 'N';
140 dgels_(&trans,
  /external/chromium_org/sync/internal_api/public/
read_transaction.h 29 ReadTransaction(UserShare* share, syncable::BaseTransaction* trans);
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp 75 btTransform trans = btTransform(mtx); local
76 jmeBulletUtil::convert(env, childLocation, &trans.getOrigin());
77 jmeBulletUtil::convert(env, childRotation, &trans.getBasis());
78 shape->addChildShape(trans, child);
jmeMotionState.h 44 btTransform* trans; member in class:jmeMotionState
  /external/chromium_org/chrome/tools/
history-viz.py 95 for trans in self.transitions:
96 all[trans] = all.get(trans, 0) + 1
99 # if trans & 0x30000000 != 0:
101 # if trans & 0x10000000:
103 # if trans & 0x20000000:
162 for src, dst, url, trans in db.Run('SELECT from_visit, id, url, transition '
170 # a bitfield. Below does "unsigned trans = static_cast<unsigned>(trans)".
171 trans = struct.unpack('I', struct.pack('i', int(trans)))[0
    [all...]
  /external/e2fsprogs/e2fsck/
gen_crc32table.c 62 static void output_table(uint32_t table[], int len, const char *trans)
69 printf("%s(0x%8.8xL), ", trans, table[i]);
71 printf("%s(0x%8.8xL)\n", trans, table[len - 1]);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SCPInputStream.java 100 int trans = (int) remaining; local
103 trans = len;
106 int read = super.read(b, off, trans);

Completed in 1230 milliseconds

1 2 3 45 6 7 8 91011>>