/external/chromium_org/third_party/libaddressinput/src/java/test/android/util/ |
D | Log.java | 23 public static int v(String tag, String msg) { return 0; } in v() 24 public static int v(String tag, String msg, Throwable tr) { return 0; } in v() 25 public static int d(String tag, String msg) { return 0; } in d() 26 public static int d(String tag, String msg, Throwable tr) { return 0; } in d() 27 public static int i(String tag, String msg) { return 0; } in i() 28 public static int i(String tag, String msg, Throwable tr) { return 0; } in i() 29 public static int w(String tag, String msg) { return 0; } in w() 30 public static int w(String tag, String msg, Throwable tr) { return 0; } in w() 31 public static boolean isLoggable(String tag, int level) { return false; } in isLoggable() 32 public static int w(String tag, Throwable tr) { return 0; } in w() [all …]
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowLog.java | 17 public static void e(String tag, String msg) { in e() 22 public static void e(String tag, String msg, Throwable throwable) { in e() 27 public static void d(String tag, String msg) { in d() 32 public static void d(String tag, String msg, Throwable throwable) { in d() 37 public static void i(String tag, String msg) { in i() 42 public static void i(String tag, String msg, Throwable throwable) { in i() 47 public static void v(String tag, String msg) { in v() 52 public static void v(String tag, String msg, Throwable throwable) { in v() 57 public static void w(String tag, String msg) { in w() 62 public static void w(String tag, Throwable throwable) { in w() [all …]
|
/external/xmlwriter/src/org/jheer/ |
D | XMLWriter.java | 159 protected void tag(String tag, String[] names, String[] values, in tag() argument 190 public void tag(String tag, String[] names, String[] values, int nattr) throws IOException in tag() argument 203 public void start(String tag, String[] names, String[] values, int nattr) throws IOException in start() 231 protected void tag(String tag, String name, String value, boolean close) throws IOException { in tag() argument 257 public void tag(String tag, String name, String value) throws IOException in tag() argument 269 public void start(String tag, String name, String value) throws IOException in start() 283 protected void tag(String tag, ArrayList names, ArrayList values, in tag() method in XMLWriter 314 public void tag(String tag, ArrayList names, ArrayList values, int nattr) throws IOException in tag() method in XMLWriter 327 public void start(String tag, ArrayList names, ArrayList values, int nattr) throws IOException in start() 337 public void start(String tag) throws IOException { in start() [all …]
|
/external/chromium_org/tools/perf/benchmarks/ |
D | dromaeo.py | 117 tag = 'domcoreattr' variable in DromaeoDomCoreAttr 123 tag = 'domcoremodify' variable in DromaeoDomCoreModify 129 tag = 'domcorequery' variable in DromaeoDomCoreQuery 135 tag = 'domcoretraverse' variable in DromaeoDomCoreTraverse 141 tag = 'jslibattrjquery' variable in DromaeoJslibAttrJquery 147 tag = 'jslibattrprototype' variable in DromaeoJslibAttrPrototype 153 tag = 'jslibeventjquery' variable in DromaeoJslibEventJquery 159 tag = 'jslibeventprototype' variable in DromaeoJslibEventPrototype 166 tag = 'jslibmodifyjquery' variable in DromaeoJslibModifyJquery 172 tag = 'jslibmodifyprototype' variable in DromaeoJslibModifyPrototype [all …]
|
D | blink_perf.py | 101 tag = 'animation' variable in BlinkPerfAnimation 110 tag = 'bindings' variable in BlinkPerfBindings 119 tag = 'css' variable in BlinkPerfCSS 128 tag = 'canvas' variable in BlinkPerfCanvas 137 tag = 'dom' variable in BlinkPerfDOM 146 tag = 'events' variable in BlinkPerfEvents 155 tag = 'interactive' variable in BlinkPerfInteractive 164 tag = 'layout' variable in BlinkPerfLayout 173 tag = 'mutation' variable in BlinkPerfMutation 182 tag = 'parser' variable in BlinkPerfParser [all …]
|
D | startup.py | 13 tag = 'cold' variable in StartupColdBlankPage 22 tag = 'warm' variable in StartupWarmBlankPage 31 tag = 'theme_cold' variable in StartupColdTheme 41 tag = 'theme_warm' variable in StartupWarmTheme 51 tag = 'many_extensions_cold' variable in StartupColdManyExtensions 61 tag = 'many_extensions_warm' variable in StartupWarmManyExtensions
|
D | peacekeeper.py | 103 tag = 'render' variable in PeaceKeeperRender 125 tag = 'array' variable in PeaceKeeperData 159 tag = 'dom' variable in PeaceKeeperDom 193 tag = 'string' variable in PeaceKeeperTextParsing 214 tag = 'experimental' variable in PeaceKeeperHTML5Canvas 248 tag = 'html5' variable in PeaceKeeperHTML5Capabilities
|
D | session_restore.py | 36 tag = 'cold' variable in SessionRestoreColdTypical25 46 tag = 'warm' variable in SessionRestoreWarmTypical25 57 tag = 'cold' variable in SessionRestoreWithUrlCold 68 tag = 'warm' variable in SessionRestoreWithUrlWarm
|
D | smoothness.py | 71 tag = 'fast_path' variable in SmoothnessFastPathKeySilkCases 82 tag = 'gpu_rasterization' variable in SmoothnessGpuRasterizationTop25 94 tag = 'gpu_rasterization' variable in SmoothnessGpuRasterizationKeyMobileSites 105 tag = 'gpu_rasterization' variable in SmoothnessGpuRasterizationKeySilkCases 118 tag = 'fast_path_gpu_rasterization' variable in SmoothnessFastPathGpuRasterizationKeySilkCases 158 tag = 'fast_path' variable in SmoothnessFastPathPolymer 168 tag = 'gpu_rasterization' variable in SmoothnessGpuRasterizationPolymer 181 tag = 'fast_path_gpu_rasterization' variable in SmoothnessFastPathGpuRasterizationPolymer
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DebugLog.java | 32 public static int v(String tag, String msg) { in v() 40 public static int v(String tag, String msg, Throwable tr) { in v() 48 public static int d(String tag, String msg) { in d() 56 public static int d(String tag, String msg, Throwable tr) { in d() 64 public static int i(String tag, String msg) { in i() 72 public static int i(String tag, String msg, Throwable tr) { in i() 80 public static int w(String tag, String msg) { in w() 88 public static int w(String tag, String msg, Throwable tr) { in w() 96 public static int w(String tag, Throwable tr) { in w() 104 public static int e(String tag, String msg) { in e() [all …]
|
/external/chromium_org/tools/chrome_proxy/integration_tests/ |
D | chrome_proxy_benchmark.py | 12 tag = 'latency' variable in ChromeProxyLatency 23 tag = 'latency_direct' variable in ChromeProxyLatencyDirect 41 tag = 'data_saving' variable in ChromeProxyDataSaving 51 tag = 'data_saving_direct' variable in ChromeProxyDataSavingDirect 69 tag = 'header_validation' variable in ChromeProxyHeaderValidation 75 tag = 'client_version' variable in ChromeProxyClientVersion 81 tag = 'bypass' variable in ChromeProxyBypass 87 tag = 'block_once' variable in ChromeProxyBlockOnce 94 tag = 'safebrowsing' variable in ChromeProxySafeBrowsing 101 tag = 'fallback-probe' variable in ChromeProxyHTTPFallbackProbeURL [all …]
|
/external/libexif/libexif/ |
D | exif-tag.c | 54 ExifTag tag; member 906 match_tag(const void *tag, const void *entry) in match_tag() 919 exif_tag_table_first(ExifTag tag) in exif_tag_table_first() 946 exif_tag_get_name_in_ifd (ExifTag tag, ExifIfd ifd) in exif_tag_get_name_in_ifd() 968 exif_tag_get_title_in_ifd (ExifTag tag, ExifIfd ifd) in exif_tag_get_title_in_ifd() 998 exif_tag_get_description_in_ifd (ExifTag tag, ExifIfd ifd) in exif_tag_get_description_in_ifd() 1040 exif_tag_get_stuff (ExifTag tag, get_stuff_func func) in exif_tag_get_stuff() 1062 exif_tag_get_name (ExifTag tag) in exif_tag_get_name() 1068 exif_tag_get_title (ExifTag tag) in exif_tag_get_title() 1074 exif_tag_get_description (ExifTag tag) in exif_tag_get_description() [all …]
|
/external/chromium_org/net/quic/crypto/ |
D | crypto_handshake_message.cc | 65 void CryptoHandshakeMessage::SetTaglist(QuicTag tag, ...) { in SetTaglist() 91 void CryptoHandshakeMessage::SetStringPiece(QuicTag tag, StringPiece value) { in SetStringPiece() 95 void CryptoHandshakeMessage::Erase(QuicTag tag) { in Erase() 99 QuicErrorCode CryptoHandshakeMessage::GetTaglist(QuicTag tag, in GetTaglist() 122 bool CryptoHandshakeMessage::GetStringPiece(QuicTag tag, in GetStringPiece() 132 QuicErrorCode CryptoHandshakeMessage::GetNthValue24(QuicTag tag, in GetNthValue24() 168 QuicErrorCode CryptoHandshakeMessage::GetUint16(QuicTag tag, in GetUint16() 173 QuicErrorCode CryptoHandshakeMessage::GetUint32(QuicTag tag, in GetUint32() 178 QuicErrorCode CryptoHandshakeMessage::GetUint64(QuicTag tag, in GetUint64() 214 QuicTag tag, void* out, size_t len) const { in GetPOD() [all …]
|
D | crypto_handshake_message.h | 40 template<class T> void SetValue(QuicTag tag, const T& v) { in SetValue() 47 template<class T> void SetVector(QuicTag tag, const std::vector<T>& v) { in SetVector() 57 QuicTag tag() const { return tag_; } in tag() function 59 void set_tag(QuicTag tag) { tag_ = tag; } in set_tag()
|
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
D | Log.java | 36 public static void d (String tag, String msg) { in d() 41 public static void i (String tag, String msg) { in i() 46 public static void w (String tag, String msg) { in w() 51 public static void w (String tag, String msg, Throwable tr) { in w() 56 public static void e (String tag, String msg) { in e() 61 public static void e (String tag, String msg, Throwable tr) { in e()
|
/external/srec/portable/include/ |
D | pmemory.h | 64 #define MALLOC(n, tag) malloc(n) argument 65 #define CALLOC(m, n, tag) calloc(m, n) argument 66 #define CALLOC_CLR(m, n, tag) calloc(m, n) argument 69 #define NEW(type, tag) ((type*)MALLOC(sizeof(type), tag)) argument 70 #define NEW_ARRAY(type, n, tag) ((type*)CALLOC(n, sizeof(type), tag)) argument 101 #define MALLOC(nbBytes, tag) (pmalloc(nbBytes, tag, L(__FILE__), __LINE__)) argument 106 #define MALLOC(nbBytes, tag) (pmalloc(nbBytes)) argument 113 #define CALLOC(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize , tag, L(__FILE__), __LINE__)) argument 114 #define CALLOC_CLR(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize , tag, L(__FILE__), __LINE__)) argument 119 #define CALLOC(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize)) argument [all …]
|
/external/qemu/android/utils/ |
D | debug.h | 64 #define VERBOSE_ENABLE(tag) \ argument 67 #define VERBOSE_DISABLE(tag) \ argument 70 #define VERBOSE_CHECK(tag) \ argument 76 #define VERBOSE_PRINT(tag,...) \ argument
|
/external/harfbuzz_ng/src/ |
D | hb-ot-tag.cc | 64 hb_ot_old_tag_to_script (hb_tag_t tag) in hb_ot_old_tag_to_script() 102 hb_ot_new_tag_to_script (hb_tag_t tag) in hb_ot_new_tag_to_script() 147 hb_ot_tag_to_script (hb_tag_t tag) in hb_ot_tag_to_script() 160 hb_tag_t tag; member 768 hb_tag_t tag; member 817 char tag[4]; in hb_ot_tag_from_language() local 868 hb_ot_tag_to_language (hb_tag_t tag) in hb_ot_tag_to_language()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-tag.cc | 64 hb_ot_old_tag_to_script (hb_tag_t tag) in hb_ot_old_tag_to_script() 102 hb_ot_new_tag_to_script (hb_tag_t tag) in hb_ot_new_tag_to_script() 147 hb_ot_tag_to_script (hb_tag_t tag) in hb_ot_tag_to_script() 160 hb_tag_t tag; member 768 hb_tag_t tag; member 817 char tag[4]; in hb_ot_tag_from_language() local 868 hb_ot_tag_to_language (hb_tag_t tag) in hb_ot_tag_to_language()
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | __init__.py | 293 def _tableToXML(self, writer, tag, progress, quiet): argument 338 def isLoaded(self, tag): argument 343 def has_key(self, tag): argument 370 def __getitem__(self, tag): argument 407 def __setitem__(self, tag, table): argument 410 def __delitem__(self, tag): argument 418 def get(self, tag, default=None): argument 611 def _writeTable(self, tag, writer, done): argument 630 def getTableData(self, tag): argument 764 def __init__(self, tag=None): argument [all …]
|
/external/chromium_org/device/nfc/ |
D | nfc_tag.h | 55 virtual void TagTypeChanged(NfcTag* tag, TagType type) {} in TagTypeChanged() 58 virtual void TagWritePermissionChanged(NfcTag* tag, bool read_only) {} in TagWritePermissionChanged() 61 virtual void TagSupportedProtocolChanged(NfcTag* tag, Protocol protocol) {} in TagSupportedProtocolChanged() 65 virtual void TagReady(NfcTag* tag) {} in TagReady()
|
/external/chromium_org/google_apis/gcm/base/ |
D | mcs_message.cc | 14 MCSMessage::Core::Core(uint8 tag, in Core() 22 uint8 tag, in Core() 41 MCSMessage::MCSMessage(uint8 tag, in MCSMessage() 49 MCSMessage::MCSMessage(uint8 tag, in MCSMessage()
|
/external/chromium_org/sandbox/win/src/ |
D | shared_handles.cc | 30 bool SharedHandles::SetHandle(uint32 tag, HANDLE handle) { in SetHandle() 45 bool SharedHandles::GetHandle(uint32 tag, HANDLE* handle) { in GetHandle() 58 SharedHandles::SharedItem* SharedHandles::FindByTag(uint32 tag) { in FindByTag()
|
/external/sfntly/cpp/src/sfntly/table/ |
D | header.cc | 24 Header::Header(int32_t tag) in Header() 34 Header::Header(int32_t tag, int32_t length) in Header() 44 Header::Header(int32_t tag, int64_t checksum, int32_t offset, int32_t length) in Header()
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/ |
D | header.cc | 24 Header::Header(int32_t tag) in Header() 34 Header::Header(int32_t tag, int32_t length) in Header() 44 Header::Header(int32_t tag, int64_t checksum, int32_t offset, int32_t length) in Header()
|