Searched refs:get_id (Results 1 - 13 of 13) sorted by relevance

/external/llvm/unittests/Support/
H A DProcessTest.cpp27 EXPECT_EQ(getpid(), process::get_self()->get_id());
29 EXPECT_EQ(GetCurrentProcessId(), process::get_self()->get_id());
/external/llvm/include/llvm/Support/
H A DProcess.h65 virtual id_type get_id() = 0;
107 virtual id_type get_id();
/external/libexif/libexif/
H A Dexif-mnote-data-priv.h49 unsigned int (* get_id) (ExifMnoteData *, unsigned int); member in struct:_ExifMnoteDataMethods
H A Dexif-mnote-data.c119 if (!d || !d->methods.get_id) return 0;
120 return d->methods.get_id (d, n);
/external/chromium_org/google_apis/gcm/base/
H A Dmcs_util_unittest.cc76 int get_id = GetLastStreamIdReceived(*protobuf); local
77 ASSERT_EQ(tag, get_id);
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_node_data.h60 int64 get_id() { function in struct:BookmarkNodeData::Element
/external/libexif/libexif/fuji/
H A Dexif-mnote-data-fuji.c342 d->methods.get_id = exif_mnote_data_fuji_get_id;
/external/dnsmasq/src/
H A Dforward.c23 static unsigned short get_id(int force, unsigned short force_id, unsigned int crc);
253 forward->new_id = get_id(is_sign, forward->orig_id, crc);
1073 static unsigned short get_id(int force, unsigned short force_id, unsigned int crc) function
/external/libexif/libexif/canon/
H A Dexif-mnote-data-canon.c380 d->methods.get_id = exif_mnote_data_canon_get_id;
/external/libexif/libexif/pentax/
H A Dexif-mnote-data-pentax.c442 d->methods.get_id = exif_mnote_data_pentax_get_id;
/external/chromium_org/chrome_frame/
H A Dchrome_frame_activex.cc518 hr = elem->get_id(id);
/external/libexif/libexif/olympus/
H A Dexif-mnote-data-olympus.c652 d->methods.get_id = exif_mnote_data_olympus_get_id;
/external/netperf/
H A Dnetlib.c2897 /* get_id() */
2907 get_id()
2969 local_id = get_id();
2884 get_id() function

Completed in 393 milliseconds