HomeSort by relevance Sort by last modified time
    Searched defs:GetTag (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/device/nfc/
nfc_adapter.cc 44 NfcTag* NfcAdapter::GetTag(const std::string& identifier) const {
52 if (GetTag(identifier)) {
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_view.h 56 // if (iter.GetTag() == DT_SOME_TAG) {
73 ELF::Addr GetTag() const { return dyn_->d_tag; }
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_view.h 56 // if (iter.GetTag() == DT_SOME_TAG) {
73 ELF::Addr GetTag() const { return dyn_->d_tag; }
  /external/chromium_org/sandbox/win/src/
crosscall_params.h 110 uint32 GetTag() const {
  /external/chromium_org/sync/api/
sync_data.cc 188 sync_data_local.GetTag() + ", title: " + GetTitle() +
222 const std::string& SyncDataLocal::GetTag() const {
  /external/chromium_org/net/quic/
quic_config.cc 137 QuicTag QuicNegotiableTag::GetTag() const {
457 return congestion_feedback_.GetTag();
quic_connection_test.cc 169 if (!CheckTag(ciphertext, GetTag(ciphertext))) {
183 if (!CheckTag(ciphertext, GetTag(ciphertext))) {
197 virtual uint8 GetTag(StringPiece ciphertext) {
225 virtual uint8 GetTag(StringPiece ciphertext) OVERRIDE {
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 621 // if (iter.GetTag() == SHT_NEEDED) {
650 typename ELF::Off GetTag() {
679 if (iter.GetTag() == DT_SONAME) {
694 if (iter.GetTag() == DT_NEEDED) {
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 755 const char* HeapObjectsSet::GetTag(Object* obj) {
836 const char* tag = objects_tags_.GetTag(object);
    [all...]

Completed in 161 milliseconds