| /xsrc/external/mit/MesaLib/dist/include/android_stub/log/ |
| log_safetynet.h | 25 #define android_errorWriteLog(tag, subTag) \ 26 __android_log_error_write(tag, subTag, -1, NULL, 0) 28 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ 29 __android_log_error_write(tag, subTag, uid, data, dataLen) 31 int __android_log_error_write(int tag, const char* subTag, int32_t uid,
|
| log_main.h | 82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) 84 #define android_printLog(prio, tag, ...) \ 85 __android_log_print(prio, tag, __VA_ARGS__) 87 #define android_vprintLog(prio, cond, tag, ...) \ 88 __android_log_vprint(prio, tag, __VA_ARGS__) 94 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) 101 #define LOG_PRI_VA(priority, tag, fmt, args) \ 102 android_vprintLog(priority, NULL, tag, fmt, args [all...] |
| event_tag_map.h | 31 * Open the specified file as an event log tag map. 43 * Look up a tag by index. Returns the tag string & string length, or NULL if 47 unsigned int tag); 54 unsigned int tag);
|
| log.h | 41 * LOG_TAG is the local tag used for the following simplified 43 * before using the other macros to change the tag. 81 int __android_log_bwrite(int32_t tag, const void* payload, size_t len); 82 int __android_log_btwrite(int32_t tag, char type, const void* payload, 84 int __android_log_bswrite(int32_t tag, const char* payload); 86 int __android_log_stats_bwrite(int32_t tag, const void* payload, size_t len); 88 #define android_bWriteLog(tag, payload, len) \ 89 __android_log_bwrite(tag, payload, len) 90 #define android_btWriteLog(tag, type, payload, len) \ 91 __android_log_btwrite(tag, type, payload, len [all...] |
| /xsrc/external/mit/MesaLib/dist/src/android_stub/ |
| log_stub.cpp | 5 int __android_log_print(int prio, const char* tag, const char* fmt, ...) 10 int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| glxutil.h | 38 extern DrawablePtr __glXLookupDrawableByTag(__GLXclientState *cl, GLXContextTag tag);
|
| glxswap.h | 38 extern int SGSwapBuffers(__GLXclientState *cl, XID drawId, GLXContextTag tag,
|
| /xsrc/external/mit/libepoxy/dist/.travis/ |
| run-docker.sh | 8 --tag "epoxyci" \
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/cutils/ |
| trace.h | 35 * following ATRACE_TAG_* macros. The trace tag is used to filter tracing in 50 #define ATRACE_TAG_NEVER 0 // This tag is never enabled. 51 #define ATRACE_TAG_ALWAYS (1<<0) // This tag is always enabled. 143 * Test if a given tag is currently enabled. 144 * Returns nonzero if the tag is enabled, otherwise zero. 148 static inline uint64_t atrace_is_tag_enabled(uint64_t tag) 150 return atrace_get_enabled_tags() & tag; 158 static inline void atrace_begin(uint64_t tag, const char* name) 160 if (CC_UNLIKELY(atrace_is_tag_enabled(tag))) { 171 static inline void atrace_end(uint64_t tag) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| intel_log.c | 65 intel_log(enum intel_log_level level, const char *tag, const char *format, ...) 70 intel_log_v(level, tag, format, va); 75 intel_log_v(enum intel_log_level level, const char *tag, const char *format, 79 __android_log_vprint(level_to_android(level), tag, format, va); local 82 fprintf(stderr, "%s: %s: ", tag, level_to_str(level));
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/android/ |
| log.h | 32 * - a log tag 35 * The tag normally corresponds to the component that emits the log message, 95 * Writes the constant string `text` to the log, with priority `prio` and tag 96 * `tag`. 98 int __android_log_write(int prio, const char* tag, const char* text); 101 * Writes a formatted string to the log, with priority `prio` and tag `tag`. 105 int __android_log_print(int prio, const char* tag, const char* fmt, ...) 112 int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap) 131 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ... 198 const char* tag; member in struct:__android_log_message [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| log.c | 69 mesa_log(enum mesa_log_level level, const char *tag, const char *format, ...) 74 mesa_log_v(level, tag, format, va); 79 mesa_log_v(enum mesa_log_level level, const char *tag, const char *format, 83 __android_log_vprint(level_to_android(level), tag, format, va); local 88 fprintf(stderr, "%s: %s: ", tag, level_to_str(level)); 98 _mesa_log_stream_create(enum mesa_log_level level, char *tag) 102 stream->tag = tag; 113 mesa_log(stream->level, stream->tag, "%s", stream->msg); 125 mesa_log(stream->level, stream->tag, "%s", next) [all...] |
| log.h | 47 mesa_log(enum mesa_log_level, const char *tag, const char *format, ...); 50 mesa_log_v(enum mesa_log_level, const char *tag, const char *format, 73 const char *tag; member in struct:log_stream 78 struct log_stream *_mesa_log_stream_create(enum mesa_log_level level, char *tag); 85 void _mesa_log_multiline(enum mesa_log_level level, const char *tag, const char *lines);
|
| /xsrc/external/mit/MesaLib.old/dist/doxygen/ |
| Makefile | 6 %.tag: %.doxy 23 full: $(FULL:.doxy=.tag) 31 subset: $(SUBSET:.doxy=.tag) 36 -rm -rf *.tag
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| g80_dma.h | 6 #define G80DmaStart(pNv, tag, size) { \ 9 G80DmaNext(pNv, ((size) << 18) | (tag)); \
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| swap_interval.c | 45 const GLXContextTag tag = req->contextTag; local 51 cx = __glXLookupContextByTag(cl, tag); 54 client->errorValue = tag; 60 client->errorValue = tag; 65 client->errorValue = tag;
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| swap_interval.c | 49 const GLXContextTag tag = req->contextTag; local 56 cx = __glXLookupContextByTag(cl, tag); 59 client->errorValue = tag; 65 client->errorValue = tag; 70 client->errorValue = tag;
|
| /xsrc/external/mit/freetype/dist/include/freetype/internal/services/ |
| svsfnt.h | 41 FT_ULong tag, 51 FT_Sfnt_Tag tag ); 60 FT_ULong *tag,
|
| /xsrc/external/mit/xkeyboard-config/dist/rules/ |
| xml2lst.pl | 88 local ($tag, $text); 105 if ($tag =~ /^\/(.*)/) { # close tag 107 } elsif ($tag =~ /^([^\/]*)\/$/) { 110 if (defined ($node = open_tag($parent, $tag))) { 115 undef $tag; 118 if (defined $tag) { 119 $tag .= ' '. $token; 121 $tag = $token; 142 local ($parent_node, $tag, $type) = @_ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/bin/ |
| get-pick-list.sh | 26 # Helper to handle various mistypos of the fixes tag. 27 # The tag string itself is passed as argument and normalised within. 122 tag=fixes 124 tag=brokenby 126 tag=revert 128 tag=stable 130 tag=typod 135 case "$tag" in 145 printf "[ %8s ] " "$tag"
|
| /xsrc/external/mit/libxcb/dist/src/ |
| xcb_ext.c | 40 enum lazy_reply_tag tag; member in struct:lazyreply 75 if(data && data->tag == LAZY_NONE) 78 data->tag = LAZY_COOKIE; 96 if(data && data->tag == LAZY_COOKIE) 98 data->tag = LAZY_FORCED; 128 if(c->ext.extensions[c->ext.extensions_size].tag == LAZY_FORCED)
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| edit-sgml.py | 76 tag = lines.pop(0).strip() variable 77 # FIXME: this hard codes the tag used in funcs.sgml - we're lazy 78 if tag.startswith('PROTOTYPE'): 85 replacement_set[tag] = text 119 tag = t_line[2:-1] + tag_suffix 122 skip_tag = tag 123 skip_lines = tag not in rep 138 tag = t_line[2:-1] + tag_suffix 141 if loop_tag != tag: 142 sys.exit(f'Loop end but loop tag mismatch: {loop_tag} != {tag}!' [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/ |
| Pci.h | 136 #define PCI_TAG_NO_DOMAIN(tag) ((tag) & 0x00ffff00u)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/ |
| Pci.h | 138 #define PCI_TAG_NO_DOMAIN(tag) ((tag) & 0x00ffff00u)
|
| /xsrc/external/mit/freetype/dist/src/type1/ |
| t1parse.c | 74 FT_UShort tag; local 81 if ( !FT_READ_USHORT( tag ) ) 83 if ( tag == 0x8001U || tag == 0x8002U ) 89 *atag = tag; 102 FT_UShort tag; local 109 error = read_pfb_tag( stream, &tag, &dummy ); 116 if ( tag != 0x8001U && FT_STREAM_SEEK( 0 ) ) 141 FT_UShort tag; local 188 /* look for a Postscript binary file tag, i.e., 0x8001 * 276 FT_UShort tag; local [all...] |