Home
last modified time | relevance | path

Searched refs:_str (Results 1 – 25 of 35) sorted by relevance

12

/external/valgrind/coregrind/m_demangle/
Dvg_libciface.h48 #define atoi(_str) VG_(strtoll10)((_str), NULL) argument
60 #define strlen(_str) VG_(strlen)(_str) argument
74 #define xstrdup(_str) \ argument
75 VG_(arena_strdup)(VG_AR_DEMANGLE,"m_demangle.xstrdup",(_str))
/external/llvm/test/CodeGen/NVPTX/
Dsymbol-naming.ll10 ; PTX32-DAG: _$_str.1
11 ; PTX32-DAG: _$_str
13 ; PTX64-DAG: _$_str.1
14 ; PTX64-DAG: _$_str
21 @_$_str = private unnamed_addr constant [13 x i8] c"%d %f %c %d\0A\00", align 1
/external/mesa3d/src/gallium/state_trackers/va/
Dva_private.h37 #define VA_DEBUG(_str,...) debug_printf("[Gallium VA backend]: " _str,__VA_ARGS__) argument
38 #define VA_INFO(_str,...) VA_DEBUG("INFO: " _str,__VA_ARGS__) argument
39 #define VA_WARNING(_str,...) VA_DEBUG("WARNING: " _str,__VA_ARGS__) argument
40 #define VA_ERROR(_str,...) VA_DEBUG("ERROR: " _str,__VA_ARGS__) argument
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_Mips64r2N64_PIC_relocations.s113 # rtdyld-check: *{8}(section_addr(test_ELF_Mips64N64.o, .got)) = (_str + 0x8000) & 0xffffffffffff00…
115 ld $25, %got_page(_str)($1)
117 # Check the offset of _str from the page pointer.
118 # rtdyld-check: decode_operand(insn6, 2)[15:0] = _str[15:0]
120 daddiu $25, $25, %got_ofst(_str)
160 .type _str,@object
162 _str: label
164 .size _str, 5
/external/opencv3/modules/objdetect/src/
Ddetection_based_tracker.cpp82 #define LOGD0(_str, ...) (printf(_str , ## __VA_ARGS__), printf("\n"), fflush(stdout)) argument
83 #define LOGI0(_str, ...) (printf(_str , ## __VA_ARGS__), printf("\n"), fflush(stdout)) argument
84 #define LOGW0(_str, ...) (printf(_str , ## __VA_ARGS__), printf("\n"), fflush(stdout)) argument
85 #define LOGE0(_str, ...) (printf(_str , ## __VA_ARGS__), printf("\n"), fflush(stdout)) argument
89 #define LOGD(_str, ...) LOGD0(_str , ## __VA_ARGS__) argument
90 #define LOGI(_str, ...) LOGI0(_str , ## __VA_ARGS__) argument
91 #define LOGW(_str, ...) LOGW0(_str , ## __VA_ARGS__) argument
92 #define LOGE(_str, ...) LOGE0(_str , ## __VA_ARGS__) argument
/external/autotest/server/cros/dynamic_suite/
Dhost_spec.py273 self._str = 'HostSpec %r' % sorted(self._labels)
296 return self._str
300 return self._str
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp20 # define LOGD(_str, ...) do{printf(_str , ## __VA_ARGS__); printf("\n");fflush(stdout);} while(0) argument
21 # define LOGI(_str, ...) do{printf(_str , ## __VA_ARGS__); printf("\n");fflush(stdout);} while(0) argument
22 # define LOGW(_str, ...) do{printf(_str , ## __VA_ARGS__); printf("\n");fflush(stdout);} while(0) argument
23 # define LOGE(_str, ...) do{printf(_str , ## __VA_ARGS__); printf("\n");fflush(stdout);} while(0) argument
/external/iw/
Dutil.c551 #define PRINT_HT_CAP(_cond, _str) \ in print_ht_capability() argument
554 printf("\t\t\t" _str "\n"); \ in print_ht_capability()
647 #define PRINT_VHT_CAPA(_bit, _str) \ in print_vht_info() argument
650 printf("\t\t\t" _str "\n"); \ in print_vht_info()
/external/clang/test/CodeGen/
Dx86_64-arguments-darwin.c5 typedef struct _str { struct
Dx86_64-arguments-nacl.c80 typedef struct _str { struct
/external/llvm/test/CodeGen/X86/
Dlocalescape.ll46 ; X86: movl $_str, (%esp)
50 ; X86: movl $_str, (%esp)
56 ; X86: movl $_str, (%esp)
Dseh-catch-all-win32.ll79 ; CHECK-DAG: movl $_str, (%esp)
Dseh-stack-realign.ll72 ; CHECK-DAG: movl $_str, (%esp)
/external/opencv3/modules/core/src/
Dcommand_line_parser.cpp421 std::vector<String> CommandLineParser::Impl::split_range_string(const String& _str, char fs, char s… in split_range_string() argument
423 String str = _str; in split_range_string()
493 std::vector<String> CommandLineParser::Impl::split_string(const String& _str, char symbol, bool cre… in split_string() argument
495 String str = _str; in split_string()
Dpersistence.cpp5202 const char* _str = str.c_str(); in operator <<() local
5203 if( !fs.isOpened() || !_str ) in operator <<()
5205 if( *_str == '}' || *_str == ']' ) in operator <<()
5208 CV_Error_( CV_StsError, ("Extra closing '%c'", *_str) ); in operator <<()
5209 if( (*_str == ']' ? '[' : '{') != fs.structs.back() ) in operator <<()
5211 ("The closing '%c' does not match the opening '%c'", *_str, fs.structs.back())); in operator <<()
5220 if( !cv_isalpha(*_str) ) in operator <<()
5221 CV_Error_( CV_StsError, ("Incorrect element name %s", _str) ); in operator <<()
5227 if( *_str == '{' || *_str == '[' ) in operator <<()
5229 fs.structs.push_back(*_str); in operator <<()
[all …]
/external/valgrind/memcheck/tests/
Dvarinfo4.c39 struct _str { int bing; int bong; XX xyzzy[77]; } argument
Dvarinfo5so.c129 struct _str { int bing; int bong; XX xyzzy[77]; } argument
/external/autotest/site_utils/suite_scheduler/
Dtask.py426 self._str = ('%s: %s on %s with pool %s, boards [%s], file_bugs = %s '
529 return self._str
533 return self._str
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_mixer_manager_win.h134 mutable char _str[MAXERRORLENGTH]; variable
Daudio_mixer_manager_win.cc2709 const size_t kStrLen = sizeof(_str); in WideToUTF8()
2710 memset(_str, 0, kStrLen); in WideToUTF8()
2712 int required_size = WideCharToMultiByte(CP_UTF8, 0, src, -1, _str, 0, 0, 0); in WideToUTF8()
2716 if (WideCharToMultiByte(CP_UTF8, 0, src, -1, _str, kStrLen, 0, 0) == 0) in WideToUTF8()
2717 memset(_str, 0, kStrLen); in WideToUTF8()
2719 return _str; in WideToUTF8()
/external/valgrind/VEX/priv/
Dmain_util.c335 # define PUTSTR(_str) \ in vprintf_wrk() argument
336 do { const HChar* _qq = _str; for (; *_qq; _qq++) PUT(*_qq); } \ in vprintf_wrk()
/external/valgrind/exp-sgcheck/tests/
Dbad_percentify.c25 #define VG_(_str) VG_##_str argument
/external/elfutils/libcpu/
Di386_disasm.c306 const char *_str = (str); \
310 memcpy (buf + bufcnt, _str, _len); \
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
Dmox.py132 self._str = "Unexpected method call %s" % (unexpected_method,)
137 self._str = ("Unexpected method call."
142 return self._str
/external/chromium-trace/catapult/third_party/mox3/mox3/
Dmox.py132 self._str = "Unexpected method call %s" % (unexpected_method,)
137 self._str = ("Unexpected method call."
142 return self._str

12