HomeSort by relevance Sort by last modified time
    Searched refs:Id (Results 76 - 100 of 563) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/cc/quads/
render_pass_unittest.cc 25 RenderPass::Id id; member in struct:cc::__anon6510::RenderPassSize
37 RenderPass::Id id(3, 2);
46 pass->SetAll(id,
66 RenderPass::Id new_id(63, 4);
69 EXPECT_EQ(new_id, copy->id);
render_pass_draw_quad.cc 14 : render_pass_id(RenderPass::Id(-1, -1)),
28 RenderPass::Id copied_render_pass_id) const {
39 RenderPass::Id render_pass_id,
65 RenderPass::Id render_pass_id,
  /external/chromium_org/content/browser/renderer_host/
render_widget_helper.h 114 // Gets the next available routing id. This is thread safe.
138 // Given the id of a transport DIB, return a mapping to it or NULL on error.
139 TransportDIB* MapTransportDIB(TransportDIB::Id dib_id);
172 void FreeTransportDIB(TransportDIB::Id dib_id);
226 std::map<TransportDIB::Id, int> allocated_dibs_;
241 // The next routing id to use.
backing_store_manager.h 56 TransportDIB::Id bitmap,
test_backing_store.cc 19 TransportDIB::Id bitmap,
test_backing_store.h 22 TransportDIB::Id bitmap,
  /external/chromium_org/sync/test/engine/
mock_connection_manager.h 56 // compile for both the int64 and string id based versions of the server.
61 syncable::Id id,
62 syncable::Id parent_id,
68 sync_pb::SyncEntity* AddUpdateBookmark(syncable::Id id,
69 syncable::Id parent_id,
77 int id,
84 sync_pb::SyncEntity* AddUpdateBookmark(int id,
93 std::string id,
    [all...]
  /external/chromium_org/ui/surface/
transport_dib_win.cc 62 bool TransportDIB::is_valid_id(TransportDIB::Id id) {
63 return is_valid_handle(id.handle);
110 TransportDIB::Id TransportDIB::id() const { function in class:TransportDIB
111 return Id(handle(), sequence_num_);
  /art/compiler/sea_ir/ir/
sea_node.h 35 // - an id and corresponding string representation.
50 // Returns the id of the current block as string
54 // Returns the id of this node as int. The id is supposed to be unique among
56 int Id() const {
  /external/chromium_org/cc/resources/
tile.h 23 typedef uint64 Id;
35 Id id() const { function in class:cc::Tile
150 Id id_;
151 static Id s_next_id_;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_queryobj.c 43 "%s: query id %d, result %d\n",
44 __FUNCTION__, query->Base.Id, (int) query->Base.Result);
58 static struct gl_query_object * radeonNewQueryObject(struct gl_context *ctx, GLuint id)
64 query->Base.Id = id;
69 radeon_print(RADEON_STATE, RADEON_VERBOSE,"%s: query id %d\n", __FUNCTION__, query->Base.Id);
78 radeon_print(RADEON_STATE, RADEON_NORMAL, "%s: query id %d\n", __FUNCTION__, q->Id);
96 radeon_print(RADEON_STATE, RADEON_VERBOSE, "%s: query id %d, bo %p, offset %d\n", __FUNCTION__, q->Id, query->bo, query->curr_offset)
    [all...]
  /external/lzma/CPP/7zip/Common/
RegisterCodec.h 13 CMethodId Id;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_queryobj.c 43 "%s: query id %d, result %d\n",
44 __FUNCTION__, query->Base.Id, (int) query->Base.Result);
58 static struct gl_query_object * radeonNewQueryObject(struct gl_context *ctx, GLuint id)
64 query->Base.Id = id;
69 radeon_print(RADEON_STATE, RADEON_VERBOSE,"%s: query id %d\n", __FUNCTION__, query->Base.Id);
78 radeon_print(RADEON_STATE, RADEON_NORMAL, "%s: query id %d\n", __FUNCTION__, q->Id);
96 radeon_print(RADEON_STATE, RADEON_VERBOSE, "%s: query id %d, bo %p, offset %d\n", __FUNCTION__, q->Id, query->bo, query->curr_offset)
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 83 LOCAL_EXTERNAL_ID, // ID of an item in the external local storage that this
95 // Code in InitializeTables relies on ID being the first IdField value.
96 ID = ID_FIELDS_BEGIN,
186 // Entry e = transaction.GetById(id);
188 // Entry e(transaction, GET_BY_ID, id);
228 Id id_fields[ID_FIELDS_COUNT];
269 inline void put(IdField field, const Id& value) {
301 inline const Id& ref(IdField field) const {
333 inline Id& mutable_ref(IdField field) {
355 Entry(BaseTransaction* trans, GetById, const Id& id)
    [all...]
  /external/chromium_org/sync/syncable/
directory.h 114 // The next local ID that has not been used with this cache-GUID.
174 syncable::Id NextId();
246 // nodes) for given parent id. Clears |result| if there are no
248 bool GetChildHandlesById(BaseTransaction*, const Id& parent_id,
264 // Returns true iff |id| has children.
265 bool HasChildren(BaseTransaction* trans, const Id& id);
268 // and fill in |*first_child_id| with its id. Fills in a root Id if
271 Id GetFirstChildId(BaseTransaction* trans, const EntryKernel* parent)
    [all...]
parent_child_index_unittest.cc 33 static syncable::Id GetBookmarkRootId() {
34 return syncable::Id::CreateFromServerId("bookmark_folder");
37 static syncable::Id GetBookmarkId(int n) {
38 return syncable::Id::CreateFromServerId("b" + base::IntToString(n));
41 static syncable::Id GetClientUniqueId(int n) {
42 return syncable::Id::CreateFromServerId("c" + base::IntToString(n));
52 root->put(ID, syncable::Id());
53 root->put(PARENT_ID, syncable::Id());
54 root->put(SERVER_PARENT_ID, syncable::Id());
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreePatternLexer.cs 41 public const int Id = 3;
59 /** <summary>Set when token type is ID or ARG (name mimics Java's StreamTokenizer)</summary> */
91 return Id;
  /external/chromium/chrome/browser/sync/engine/
build_and_process_conflict_sets_command.h 18 class Id;
50 const std::vector<syncable::Id>* const update_set,
process_commit_response_command_unittest.cc 28 using syncable::Id;
72 syncable::ModelType model_type, const Id& parent_id) {
81 // Create an unsynced item in the database. If item_id is a local ID, it
82 // will be treated as a create-new. Otherwise, if it's a server ID, we'll
85 void CreateUnsyncedItem(const Id& item_id,
86 const Id& parent_id,
94 Id predecessor_id = dir->GetLastChildId(&trans, parent_id);
97 entry.Put(syncable::ID, item_id);
120 // is a local ID, the item will be a create operation. Otherwise, it
122 void CreateUnprocessedCommitResult(const Id& item_id
299 Id id = (i % 4 < 2) ? id_factory_.NewLocalId() : id_factory_.NewServerId(); local
309 Id id = (i % 4 < 2) ? id_factory_.NewLocalId() : id_factory_.NewServerId(); local
    [all...]
conflict_resolver.cc 23 using syncable::Id;
65 const Id& id) {
66 MutableEntry entry(trans, syncable::GET_BY_ID, id);
77 VLOG(1) << "Item conflicting because its parent not yet committed. Id: "
78 << id;
80 VLOG(1) << "No set for conflicting entry id " << id << ". There should "
125 entry.Get(syncable::ID),
137 // our present ID
277 Id id = parent_id; local
430 Id id = *conflicting_item_it; local
    [all...]
  /external/clang/test/SemaCXX/
pseudo-destructors.cpp 84 template<typename T> using Id = T;
86 p->~Id<int>();
  /external/libvorbis/doc/
10-tables.tex 3 % $Id$
a2-encapsulation-rtp.tex 3 % $Id$
  /external/srec/tools/grxmlcompile/
netw_arc.h 97 void AssignFromId (int Id)
99 fromId= Id;
104 void AssignToId (int Id)
106 toId= Id;
109 void AssignInput (int Id)
111 inputLabel= Id;
114 void AssignOutput (int Id)
116 outputLabel= Id;
  /external/chromium_org/cc/layers/
delegated_renderer_layer_impl.cc 24 LayerTreeImpl* tree_impl, int id)
25 : LayerImpl(tree_impl, id),
51 ResourceProvider::ResourceId id) {
54 child_to_parent_map.find(id);
60 DCHECK_EQ(it->first, id);
189 std::pair<RenderPass::Id, int>((*to_take)->id, i));
211 tree_impl, id()).PassAs<LayerImpl>();
231 static inline int IdToIndex(int id) { return id - 1;
    [all...]

Completed in 1478 milliseconds

1 2 34 5 6 7 8 91011>>