HomeSort by relevance Sort by last modified time
    Searched refs:spam (Results 1 - 15 of 15) sorted by null

  /external/llvm/test/MC/COFF/
secidx.s 9 .section spam
15 // CHECK-NEXT: 0x4 IMAGE_REL_I386_SECTION spam
  /external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
TestParseTreeTransforms.py 243 funcnames = ('codefile.spam', 'codefile.ham', 'codefile.eggs',
247 spam, ham, eggs = [xml_funcs[funcname] for funcname in funcnames]
249 self.assertEqual(spam.attrib['name'], 'spam')
250 self.assertNotEqual('spam', spam.attrib['cname'])
251 assert self.elem_hasattrs(spam, required_xml_attrs)
254 spam_locals = list(spam.find('Locals'))
262 spam_arguments = list(spam.find('Arguments'))
267 step_into = spam.find('StepIntoFunctions'
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_cursor.py 172 tu = get_tu('enum TEST { SPAM=1, EGG, HAM = EGG * 20};')
181 spam, egg, ham = enum_constants
183 assert spam.kind == CursorKind.ENUM_CONSTANT_DECL
184 assert spam.enum_value == 1
191 tu = get_tu('enum TEST : long long { SPAM = -1, HAM = 0x10000000000};', lang="cpp")
200 spam, ham = enum_constants
202 assert spam.kind == CursorKind.ENUM_CONSTANT_DECL
203 assert spam.enum_value == -1
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 169 void spam() { function
170 FunctionPointerTemplate<spam>();
171 // CHECK: "\01??$FunctionPointerTemplate@$1?spam@@YAXXZ@@YAXXZ"
172 // X64: "\01??$FunctionPointerTemplate@$1?spam@@YAXXZ@@YAXXZ"
microsoft-abi-vtables-single-inheritance.cpp 224 // CHECK-NEXT: 7 | void M::spam(long)
225 // CHECK-NEXT: 8 | void M::spam(int)
230 virtual void spam(int);
234 virtual void spam(long);
mangle-ms-back-references-pr13207.cpp 113 void spam(K<A,B,C> x) {} function in namespace:PR13207
114 // CHECK: "\01?spam@PR13207@@YAXV?$K@VA@PR13207@@VB@2@VC@2@@1@@Z"
139 void spam(NA::Y<NA::X> x) {} function in namespace:PR13207::NB
140 // CHECK: "\01?spam@NB@PR13207@@YAXV?$Y@VX@NA@PR13207@@@NA@2@@Z"
  /external/fonttools/Lib/fontTools/ttLib/tables/
D_S_I_G_.py 101 pem_spam = lambda l, spam = {
103 }: not spam.get(l.strip())
  /external/libxml2/
Android.mk 56 # Turn off warnings to prevent log message spam
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 1083 if (MetadataCache.log) // Avoid log spam by default.
1097 if (MetadataCache.log) // Avoid log spam by default.
  /build/core/
config.mk 30 # Tell python not to spam the source tree with .pyc files. This
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 163 // If RPC isn't working, disable it to stop error message spam.
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
x86inc.asm 96 ; Always use long nops (reduces 0x90 spam in disassembly on x86_32)
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
x86inc.asm 186 ; Always use long nops (reduces 0x90 spam in disassembly on x86_32)
  /external/chromium_org/third_party/libyuv/source/
x86inc.asm 96 ; Always use long nops (reduces 0x90 spam in disassembly on x86_32)
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 186 ; Always use long nops (reduces 0x90 spam in disassembly on x86_32)

Completed in 1236 milliseconds