HomeSort by relevance Sort by last modified time
    Searched defs:_str (Results 1 - 23 of 23) sorted by null

  /external/clang/test/CodeGen/
x86_64-arguments-darwin.c 5 typedef struct _str { struct
x86_64-arguments-nacl.c 80 typedef struct _str { struct
x86_64-arguments.c 274 // CHECK: declare void @func(%struct._str* byval align 16)
275 typedef struct _str { struct
  /external/linux-kselftest/tools/testing/selftests/powerpc/include/
utils.h 73 #define _str(s) #s macro
74 #define str(s) _str(s)
  /external/lisa/libs/utils/
energy.py 346 self._log.info(' %s', self._str(channel))
363 def _str(self, channel): member in class:ACME
415 self._iiocapturebin, self._str(channel))
419 self._hostname, self._str(channel))
426 self._iiocapturebin, self._str(channel))
451 self._iiocapturebin, self._str(channel))
464 self._str(channel))
469 self._str(channel))
480 self._log.debug(self._str(channel))
  /external/syslinux/gpxe/src/hci/mucurses/
kb.c 87 char *_str; local
95 _str = str;
112 *_str = '\0';
120 *(_str++) = c; n--;
  /external/valgrind/memcheck/tests/
varinfo4.c 39 struct _str { int bing; int bong; XX xyzzy[77]; } struct
varinfo5so.c 129 struct _str { int bing; int bong; XX xyzzy[77]; } struct
  /external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
ELF_Mips64r2N64_PIC_relocations.s 113 # rtdyld-check: *{8}(section_addr(test_ELF_Mips64N64.o, .got)) = (_str + 0x8000) & 0xffffffffffff0000
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/libcxx/src/
iostream.cpp 14 #define _str(s) #s macro
15 #define str(s) _str(s)
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.h 134 mutable char _str[MAXERRORLENGTH]; member in class:webrtc::AudioMixerManager
audio_device_core_win.h 372 mutable char _str[512]; member in class:webrtc::AudioDeviceWindowsCore
  /external/Microsoft-GSL/tests/
string_span_tests.cpp 266 std::string _str = "Hello"; variable
276 CHECK(span == _str);
286 CHECK(_str == span);
300 CHECK(_span == _str);
310 CHECK(_str == _span);
  /external/python/cpython3/Lib/email/
header.py 391 value = formatter._str(linesep)
427 def _str(self, linesep):
432 return self._str(NL)
422 def _str(self, linesep): member in class:_ValueFormatter
  /external/python/cpython2/Lib/
locale.py 21 _str = str variable
578 if locale and not isinstance(locale, (_str, _unicode)):
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cExplicitUniformLocationTest.cpp 292 std::ostringstream _str; local
293 _str << "S" << structCounter.getNextCount();
294 strType = _str.str();
349 void streamArrayStr(std::ostringstream& _str, int arrayElem = -1) const
359 _str << "[" << arraySizesSegmented[segment] << "]";
368 _str << "[" << arrayElem / tailSize << "]";
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/
widget_tests.py 42 def _str(self, value): member in class:AbstractWidgetTest
46 return ' '.join(map(self._str, value))
  /external/python/cpython3/Lib/tkinter/test/
widget_tests.py 38 def _str(self, value): member in class:AbstractWidgetTest
42 return ' '.join(map(self._str, value))
  /external/python/cpython3/Lib/test/
test_dict.py 1027 class _str(str): class in function:DictTest.test_instance_dict_getattr_str_subclass
1029 self.assertEqual(f.msg, getattr(f, _str('msg')))
1030 self.assertEqual(f.msg, f.__dict__[_str('msg')])
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.h 796 /// _str, for all your Variable to memory transfers. Addr has the same
798 void _str(Variable *Value, OperandARM32Mem *Addr, function
    [all...]
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 780 milliseconds