Searched defs:Id (Results 1 - 25 of 102) sorted by path

12345

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreePatternLexer.cs41 public const int Id = 3; field in class:Antlr.Runtime.Tree.TreePatternLexer
91 return Id;
/external/chromium_org/cc/quads/
H A Drender_pass.h46 struct Id { struct in class:cc::RenderPass
50 Id(int layer_id, int index) : layer_id(layer_id), index(index) {} function in struct:cc::RenderPass::Id
53 bool operator==(const Id& other) const {
56 bool operator!=(const Id& other) const {
59 bool operator<(const Id& other) const {
72 scoped_ptr<RenderPass> Copy(Id new_id) const;
78 void SetNew(Id id,
83 void SetAll(Id id,
95 Id id;
129 inline size_t hash_value(const cc::RenderPass::Id
[all...]
/external/chromium_org/cc/resources/
H A Dtile.h25 typedef uint64 Id; typedef in class:cc::Tile
27 Id id() const {
167 Id id_;
168 static Id s_next_id_;
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_util_unittest.cc64 InputMethodDescriptor pinyin_ime(Id(pinyin_ime_id),
90 std::string Id(const std::string& id) { function in class:chromeos::input_method::InputMethodUtilTest
102 return InputMethodDescriptor(Id(id),
268 EXPECT_TRUE(util_.IsValidInputMethodId(Id("xkb:us:colemak:eng")));
269 EXPECT_TRUE(util_.IsValidInputMethodId(Id(pinyin_ime_id)));
275 EXPECT_FALSE(InputMethodUtil::IsKeyboardLayout(Id(pinyin_ime_id)));
283 EXPECT_EQ("us", util_.GetKeyboardLayoutName(Id(pinyin_ime_id)));
284 EXPECT_EQ("es", util_.GetKeyboardLayoutName(Id("xkb:es::spa")));
285 EXPECT_EQ("es(cat)", util_.GetKeyboardLayoutName(Id("xkb:es:cat:cat")));
286 EXPECT_EQ("gb(extd)", util_.GetKeyboardLayoutName(Id("xk
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dmenu_manager.cc64 const MenuItem::Id& id) {
121 MenuItem::MenuItem(const Id& id,
138 MenuItem* MenuItem::ReleaseChild(const Id& child_id,
161 std::set<MenuItem::Id> MenuItem::RemoveAllDescendants() {
162 std::set<Id> result;
166 std::set<Id> removed = child->RemoveAllDescendants();
193 item->parent_id_.reset(new Id(id_));
228 Id id(incognito, MenuItem::ExtensionKey(extension_id));
272 scoped_ptr<Id> parent_id(
273 new Id(incognit
917 MenuItem::Id::Id() : incognito(false), uid(0) {} function in class:extensions::MenuItem::Id
919 MenuItem::Id::Id(bool incognito, const MenuItem::ExtensionKey& extension_key) function in class:extensions::MenuItem::Id
[all...]
H A Dmenu_manager.h66 // An Id uniquely identifies a context menu item registered by an extension.
67 struct Id { struct in class:extensions::MenuItem
68 Id();
72 Id(bool incognito, const ExtensionKey& extension_key);
73 ~Id();
75 bool operator==(const Id& other) const;
76 bool operator!=(const Id& other) const;
77 bool operator<(const Id& other) const;
152 MenuItem(const Id& id,
167 const Id
[all...]
/external/chromium_org/chrome/browser/predictors/
H A Dautocomplete_action_predictor_table.h42 typedef std::string Id; typedef in struct:predictors::AutocompleteActionPredictorTable::Row
47 Row(const Id& id,
55 Id id;
65 void GetRow(const Row::Id& id, Row* row);
70 void DeleteRows(const std::vector<Row::Id>& id_list);
/external/chromium_org/content/public/browser/
H A Ddesktop_media_id.h31 typedef intptr_t Id; typedef in struct:content::DesktopMediaID
49 DesktopMediaID(Type type, Id id)
67 Id id;
/external/chromium_org/mojo/services/public/cpp/view_manager/
H A Dtypes.h17 typedef uint32_t Id; typedef in namespace:mojo::view_manager
20 // id. For example, the Id for a node consists of the ConnectionSpecificId of
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_var_manager.h46 typedef uint64_t Id; typedef in class:FakeVarManager
47 typedef std::map<Id, FakeVarData> VarMap;
49 Id next_id_;
/external/chromium_org/sync/syncable/
H A Dsyncable_id.h30 class Id;
32 SYNC_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& out, const Id& id);
34 // For historical reasons, 3 concepts got everloaded into the Id:
44 class SYNC_EXPORT Id { class in namespace:syncer::syncable
48 inline Id() : s_("r") { } function in class:syncer::syncable::Id
49 inline Id(const Id& that) { function in class:syncer::syncable::Id
52 inline Id& operator = (const Id& that) {
56 inline void Copy(const Id
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelector.h111 Id, // Example: #id enumerator in enum:WebCore::CSSSelector::Match
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTParser.h64 Id, enumerator in enum:WebCore::FINAL::ParseState
H A DVTTRegion.h112 Id, enumerator in enum:WebCore::FINAL::RegionSetting
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c106 unsigned int Id; member in struct:rc_class
572 rc_class_list[class_index].Id = ra_alloc_reg_class(regs);
575 node_classes[node_index] = rc_class_list[class_index].Id;
590 ra_class_add_reg(regs, class.Id, reg_id);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h1929 GLuint Id; member in struct:gl_program
2143 GLuint Id; member in struct:ati_fragment_shader
2492 GLuint Id; /**< hash table ID/name */ member in struct:gl_query_object
/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_impl.h206 int32_t Id() {return _id;} function in class:webrtc::AudioDeviceModuleImpl
/external/chromium_org/third_party/webrtc/modules/audio_device/ios/
H A Daudio_device_ios.h179 int32_t Id() { function in class:webrtc::AudioDeviceIPhone
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.h193 int32_t Id() function in class:webrtc::AudioDeviceMac
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.h243 int32_t Id() {return _id;} function in class:webrtc::AudioDeviceWindowsCore
H A Daudio_device_wave_win.h166 int32_t Id() {return _id;} function in class:webrtc::AudioDeviceWindowsWave
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dvideo_processing_impl.cc59 int32_t VideoProcessingModuleImpl::Id() const { function in class:webrtc::VideoProcessingModuleImpl
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Dvideo_render_impl.cc396 int32_t ModuleVideoRenderImpl::Id() function in class:webrtc::ModuleVideoRenderImpl
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_transport_impl.h141 int32_t Id() const {return _id;} function in class:webrtc::test::UdpTransportImpl
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_frame_provider_base.cc23 ViEFrameProviderBase::ViEFrameProviderBase(int Id, int engine_id) argument
24 : id_(Id),
43 int ViEFrameProviderBase::Id() { function in class:webrtc::ViEFrameProviderBase

Completed in 872 milliseconds

12345