HomeSort by relevance Sort by last modified time
    Searched defs:Id (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/chromium_org/mojo/services/public/cpp/view_manager/
types.h 16 typedef uint32_t Id;
18 // Used to identify a connection as well as a connection specific view id. For
19 // example, the Id for a view consists of the ConnectionSpecificId of the
  /external/lzma/CPP/7zip/Common/
MethodProps.h 14 PROPID Id;
20 CMethodId Id;
RegisterCodec.h 13 CMethodId Id;
CreateCoder.h 17 CMethodId Id;
  /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/chrome/browser/predictors/
autocomplete_action_predictor_table.h 21 // id A unique id.
39 // requires some investigation into how to make sure the id is unique for
42 typedef std::string Id;
47 Row(const Id& id,
55 Id id; member in struct:predictors::AutocompleteActionPredictorTable::Row
65 void GetRow(const Row::Id& id, Row* row)
    [all...]
  /external/chromium_org/content/public/browser/
desktop_media_id.h 31 typedef intptr_t Id;
40 static aura::Window* GetAuraWindowById(const DesktopMediaID& id);
47 id(0) {
49 DesktopMediaID(Type type, Id id)
51 id(id) {
56 return type < other.type || (type == other.type && id < other.id);
59 return type == other.type && id == other.id
67 Id id; member in struct:content::DesktopMediaID
    [all...]
  /external/chromium_org/ui/surface/
transport_dib.h 28 // the wire so that the remote side can map the transport DIB. The Id typedef
33 // On Windows, the Id type includes a sequence number (epoch) to solve an ABA
66 typedef HandleAndSequenceNum Id;
73 // On POSIX, the inode number of the backing file is used as an id.
75 typedef base::SharedMemoryHandle Id;
77 typedef base::SharedMemoryId Id;
107 // Returns true if the ID refers to a valid dib.
108 static bool is_valid_id(Id id);
136 Id id() const
    [all...]
  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 21 // Finder.AddMatcher(id("integer", expression(integerLiteral())), Callback);
74 /// \brief Replace an if-statement bound to \c Id with the outdented text of its
79 ReplaceIfStmtWithItsBody(StringRef Id, bool PickTrueBranch);
83 std::string Id;
  /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_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_var_manager.h 19 uint64_t id; member in struct:FakeVarData
46 typedef uint64_t Id;
47 typedef std::map<Id, FakeVarData> VarMap;
49 Id next_id_;
  /external/chromium_org/sync/syncable/
syncable_id.h 30 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:
41 // 1. c<client only opaque id> for client items that have not been committed.
43 // 3. s<server provided opaque id> for items that the server knows about.
44 class SYNC_EXPORT Id {
48 inline Id() : s_("r") { }
49 inline Id(const Id& that)
    [all...]
  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 33 const std::string *Id;
37 : Id(&Name), Loc(Location) {}
38 int operator<(const Tag &B) const { return *Id < *B.Id; }
44 OS << *Id << "\t" << BufferName << "\t" << LineAndColumn.first << "\n";
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
SendToClient.java 80 int Id = random.nextInt(100);
84 mScript.invoke_callback(Id);
91 assertEquals(createErrorMsgF(1, Id, outArray[0]), Id, outArray[0]);
  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_impl.h 42 AudioDeviceModuleImpl(const int32_t id, const AudioLayer audioLayer);
46 virtual int32_t ChangeUniqueId(const int32_t id) OVERRIDE;
53 const int32_t id,
206 int32_t Id() {return _id;}
  /external/chromium_org/third_party/webrtc/video_engine/
vie_frame_provider_base.cc 23 ViEFrameProviderBase::ViEFrameProviderBase(int Id, int engine_id)
24 : id_(Id),
43 int ViEFrameProviderBase::Id() {
  /external/clang/lib/Driver/
Types.cpp 23 ID PreprocessedType;
27 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) \
34 static const TypeInfo &getInfo(unsigned id) {
35 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID.");
36 return TypeInfos[id - 1];
39 const char *types::getTypeName(ID Id) {
40 return getInfo(Id).Name
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_util_unittest.cc 64 InputMethodDescriptor pinyin_ime(Id(pinyin_ime_id),
90 std::string Id(const std::string& id) {
91 return extension_ime_util::GetInputMethodIDByEngineID(id);
94 InputMethodDescriptor GetDesc(const std::string& id,
102 return InputMethodDescriptor(Id(id),
124 InputMethodDescriptor desc = GetDesc("invalid-id", "us", "xx", "");
259 InputMethodDescriptor desc = GetDesc("invalid-id", "us", "xx", "");
260 // You can safely ignore the "Resouce ID is not found for: invalid-id
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.h 64 Id,
VTTRegion.h 64 const String& id() const { return m_id; } function in class:blink::FINAL
115 Id,
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
video_processing_impl.cc 40 VideoProcessingModule* VideoProcessingModule::Create(const int32_t id) {
41 return new VideoProcessingModuleImpl(id);
49 int32_t VideoProcessingModuleImpl::ChangeUniqueId(const int32_t id) {
51 id_ = id;
52 brightness_detection_.ChangeUniqueId(id);
53 deflickering_.ChangeUniqueId(id);
54 frame_pre_processor_.ChangeUniqueId(id);
58 int32_t VideoProcessingModuleImpl::Id() const {
63 VideoProcessingModuleImpl::VideoProcessingModuleImpl(const int32_t id)
64 : id_(id),
    [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 203 UnqualifiedId Id;
209 /*ObjectType=*/ParsedType(), TemplateKWLoc, Id);
244 return Actions.LookupInlineAsmIdentifier(SS, TemplateKWLoc, Id, Info,
715 // Read the [id] if present.
  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.h 74 #define PH_FRINFC_NDEFRECORD_TNF_EMPTY ((uint8_t)0x00) /**< Empty Record, no type, ID or payload present. */
97 #define PH_FRINFC_NDEFRECORD_FLAGS_IL ((uint8_t)0x08) /**< The ID Length Field is present. */
114 #define PH_FRINFC_NDEFRECORD_BUF_TNF_VALUE ((uint8_t)0x00) /** \internal If TNF = Empty, Unknown and Unchanged, the id, type and payload length is ZERO */
182 * The length of the ID field. See \ref phFriNfc_NdefRecord_t::Flags .
184 * \li \b Extraction: If the IL flag indicates that an ID field is present this
187 * \li \b Composition: If the caller specifies via IL that an ID field is present
188 * the length of the ID has to be specified in this member.
194 * Record ID: This is a buffer holding the ID
199 * \li \b Extraction: If the record holds an ID (IL Flag) the function sets the pointer to th
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java 53 * - begCommandIdForTrace defines starting command ID for trace
54 * (the first command has ID=1, the second - ID=2 and so on).
60 * according to request ID value:
64 * by this specified request ID value;
206 // set first command id to 1
211 * Gets the next new id for a command.
232 // obtain the current command id
233 Integer Id = new Integer(replyPacket.getId());
235 // obtain the current command packet by command id
    [all...]
  /external/chromium_org/chrome/browser/extensions/
menu_manager.cc 64 const MenuItem::Id& id) {
65 if (id.uid == 0)
66 properties->SetString(key, id.string_uid);
68 properties->SetInteger(key, id.uid);
121 MenuItem::MenuItem(const Id& id,
127 : id_(id),
138 MenuItem* MenuItem::ReleaseChild(const Id& child_id,
142 if ((*i)->id() == child_id)
393 MenuItem::Id* id = item->parent_id(); local
    [all...]

Completed in 1856 milliseconds

1 2 3 4