/external/libavc/encoder/ |
D | ih264e_version.c | 89 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) … argument 90 … snprintf(version_string, MAX_STRLEN, \ 94 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) … argument 95 … snprintf(version_string, MAX_STRLEN, \
|
/external/libhevc/decoder/ |
D | ihevcd_version.c | 78 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) … argument 79 … snprintf(version_string, MAXVERSION_STRLEN, \ 83 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) … argument 84 … snprintf(version_string, MAXVERSION_STRLEN, \
|
/external/v8/test/mjsunit/ |
D | debug-version.js | 58 var version_string = version_response.body.V8Version; 60 assertTrue(!!version_string, version_request + ' -> expected version string'); 64 …assertTrue(!!(version_string.match(version_pattern)), "unexpected format of version: " + version_s…
|
/external/lldb/source/ |
D | lldb.cpp | 276 const char *version_string = ::strstr ((const char *)liblldb_coreVersionString, "PROJECT:"); in GetVersion() local 278 if (version_string) in GetVersion() 279 version_string += sizeof("PROJECT:") - 1; in GetVersion() 281 version_string = "unknown"; in GetVersion() 283 const char *newline_loc = strchr(version_string, '\n'); in GetVersion() 287 if (newline_loc && (newline_loc - version_string < version_len)) in GetVersion() 288 version_len = newline_loc - version_string; in GetVersion() 290 ::strncpy(g_version_string, version_string, version_len); in GetVersion()
|
/external/chromium-trace/ |
D | util.py | 98 version_string = parsed_output[-1] 99 if version_string: 102 version = int(version_string)
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | README | 33 >>> x86disasm.version_string() 80 print x86disasm::version_string() . "\n"; 93 irb(main):002:0> X86disasm.version_string() 109 % version_string
|
D | libdisasm_oop.i | 26 const char * version_string( void ) { in version_string() function 32 const char * version_string( void );
|
D | libdisasm.i | 7 %rename(version_string) x86_version_string;
|
/external/llvm/autoconf/m4/ |
D | link_options.m4 | 9 version_string="$(${LD:-ld} -v 2>&1 | head -1)" 12 if (echo "$version_string" | grep -q "ld64"); then 13 … llvm_cv_link_version=$(echo "$version_string" | sed -e "s#.*ld64-\([^ ]*\)\( (.*)\)\{0,1\}#\1#") 15 llvm_cv_link_version=$(echo "$version_string" | sed -e "s#[^0-9]*\([0-9.]*\).*#\1#")
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | util.rb | 17 def parse_version( version_string ) argument 18 version_string.split( '.' ).map! do | segment |
|
D | recognizers.rb | 228 raise "bad version string: %p" % version_string
|
/external/libmpeg2/decoder/ |
D | impeg2d_api_main.c | 94 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) … argument 95 … strcpy(version_string,"@(#)Id:"); \ 96 … strcat(version_string,codec_name); \ 97 … strcat(version_string,"_"); \ 98 … strcat(version_string,codec_release_type); \ 99 … strcat(version_string," Ver:"); \ 100 … strcat(version_string,codec_release_ver); \ 101 … strcat(version_string," Released by "); \ 102 strcat(version_string,codec_vendor); 104 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) … argument [all …]
|
/external/e2fsprogs/lib/ss/ |
D | invocation.c | 24 int ss_create_invocation(const char *subsystem_name, const char *version_string, in ss_create_invocation() argument 54 new_table->subsystem_version = version_string; in ss_create_invocation()
|
/external/lldb/examples/python/ |
D | crashlog.py | 261 version_string = line[8:].strip() 262 matched_pair = re.search("(.+)\((.+)\)", version_string) 267 self.process = version_string 268 self.process_compatability_version = version_string
|
/external/mesa3d/src/glsl/ |
D | glsl_parser_extras.h | 91 const char *version_string; member
|
D | glsl_parser.yy | 289 state->version_string = 298 state->version_string, 318 state->version_string); 1495 state->version_string); 1505 state->version_string); 1515 state->version_string);
|
D | ast_to_hir.cpp | 452 state->version_string); in modulus_result_type() 2621 decl->identifier, state->version_string); in hir() 2627 decl->identifier, state->version_string); in hir()
|
/external/libavc/decoder/ |
D | ih264d_api.c | 107 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) … argument 108 … snprintf(version_string, MAXVERSION_STRLEN, \ 112 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) … argument 113 … snprintf(version_string, MAXVERSION_STRLEN, \ 2401 char version_string[MAXVERSION_STRLEN + 1]; in ih264d_get_version() local 2412 VERSION(version_string, CODEC_NAME, CODEC_RELEASE_TYPE, CODEC_RELEASE_VER, in ih264d_get_version() 2421 version_string_len = strnlen(version_string, MAXVERSION_STRLEN) + 1; in ih264d_get_version() 2425 memcpy(ps_ip->pv_version_buffer, version_string, version_string_len); in ih264d_get_version()
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 2048 char version_string[24]; in version() local 2049 snprintf(version_string, sizeof(version_string), "%u.%u.%u.%u", in version() 2054 version = version_string; in version()
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | httpserver.py | 128 def version_string(self): member in WSGIHandlerMixin
|
/external/jemalloc/bin/ |
D | jeprof.in | 273 sub version_string { 436 print version_string();
|
/external/bison/ |
D | ChangeLog-1998 | 1035 part of version_string in version.c. Use -V instead of -version
|
/external/llvm/ |
D | configure | 7310 version_string="$(${LD:-ld} -v 2>&1 | head -1)" 7313 if (echo "$version_string" | grep -q "ld64"); then 7314 … llvm_cv_link_version=$(echo "$version_string" | sed -e "s#.*ld64-\([^ ]*\)\( (.*)\)\{0,1\}#\1#") 7316 llvm_cv_link_version=$(echo "$version_string" | sed -e "s#[^0-9]*\([0-9.]*\).*#\1#")
|
/external/v8/src/ |
D | runtime.cc | 14626 const char* version_string = v8::V8::GetVersion(); in RUNTIME_FUNCTION() local 14628 return *isolate->factory()->NewStringFromAsciiChecked(version_string); in RUNTIME_FUNCTION()
|