HomeSort by relevance Sort by last modified time
    Searched full:coerce (Results 51 - 75 of 154) sorted by null

1 23 4 5 6 7

  /external/llvm/test/DebugInfo/
dead-argument-order.ll 39 define i32 @_Z8function1Si(i32 %s.coerce, i32 %i) #0 {
43 %add = add nsw i32 %i, %s.coerce, !dbg !20
  /external/llvm/test/Transforms/SROA/
address-spaces.ll 56 define void @copy_struct([5 x i64] %in.coerce) {
62 store [5 x i64] %in.coerce, [5 x i64]* %0, align 8
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyautodoc.swg 14 AUTODOC(coerce, "Coerce class to a number");
  /development/samples/ApiDemos/res/values/
arrays.xml 48 <item>Coerce to text</item>
49 <item>Coerce to styled text</item>
50 <item>Coerce to HTML text</item>
  /prebuilts/misc/common/swig/include/2.0.11/uffi/
uffi.swg 66 (read-from-string (coerce (nreverse res) 'string))))
  /external/clang/test/CodeGen/
x86_32-arguments-darwin.c 219 // CHECK-LABEL: define i32 @f54(i32 %arg.coerce)
232 // CHECK: i64 %a2.coerce, %struct.s56_1* byval align 4,
233 // CHECK: i64 %a4.coerce, %struct.s56_2* byval align 4,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 6 coerce(x, wanted_sample) coerces a python object to another python object
255 def coerce(data, egdata): function
256 """Coerce a python object to another type using the AE coercers"""
  /external/clang/lib/CodeGen/
CGCall.cpp 511 // them are direct or extend without a specified coerce type, specify the
678 SrcPtr = CGF.Builder.CreateConstGEP2_32(SrcPtr, 0, 0, "coerce.dive");
705 return CGF.Builder.CreateBitCast(Val, Ty, "coerce.val");
708 Val = CGF.Builder.CreatePtrToInt(Val, CGF.IntPtrTy, "coerce.val.pi");
724 Val = CGF.Builder.CreateLShr(Val, SrcSize - DstSize, "coerce.highbits");
725 Val = CGF.Builder.CreateTrunc(Val, DestIntTy, "coerce.val.ii");
727 Val = CGF.Builder.CreateZExt(Val, DestIntTy, "coerce.val.ii");
728 Val = CGF.Builder.CreateShl(Val, DstSize - SrcSize, "coerce.highbits");
732 Val = CGF.Builder.CreateIntCast(Val, DestIntTy, false, "coerce.val.ii");
737 Val = CGF.Builder.CreateIntToPtr(Val, Ty, "coerce.val.ip")
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-abi-varargs.ll 176 define void @bar2(i32 %x, i128 %s41.coerce) nounwind {
185 store i128 %s41.coerce, i128* %0, align 1
  /external/chromium_org/tools/site_compare/drivers/win32/
mouse.py 128 # Coerce the coords to int to avoid a warning from pywin32
  /external/jpeg/
coderules.doc 76 declaration to coerce actual parameters into the right types. Therefore, use
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 396 /// Coerce the register to GPR32 and return the real register for the current
405 /// Coerce the register to GPR64 and return the real register for the current
414 /// Coerce the register to AFGR64 and return the real register for the current
424 /// Coerce the register to FGR64 and return the real register for the current
432 /// Coerce the register to FGR32 and return the real register for the current
440 /// Coerce the register to FGRH32 and return the real register for the current
448 /// Coerce the register to FCC and return the real register for the current
456 /// Coerce the register to MSA128 and return the real register for the current
466 /// Coerce the register to MSACtrl and return the real register for the
474 /// Coerce the register to COP2 and return the real register for th
    [all...]
  /external/qemu/distrib/jpeg-6b/
coderules.doc 76 declaration to coerce actual parameters into the right types. Therefore, use
  /frameworks/base/core/java/android/content/
ClipboardManager.java 190 * the primary clip and tries to coerce it to a string.
  /external/lldb/www/python_reference/
lldb.SBExpressionOptions-class.html 72 <area shape="rect" id="node16" href="lldb.SBExpressionOptions-class.html#SetCoerceResultToId" title="SetCoerceResultToId(SBExpressionOptions self, bool coerce=True) &#160;SetCoerceResultToId(SBExpressionOptions self)" alt="" coords="17,201,261,220"/>
234 <span class="summary-sig-arg">coerce</span>=<span class="summary-sig-default">True</span>)</span><br />
235 SetCoerceResultToId(SBExpressionOptions self, bool coerce=True)
603 <span class="sig-arg">coerce</span>=<span class="sig-default">True</span>)</span>
610 <p>SetCoerceResultToId(SBExpressionOptions self, bool coerce=True)
612 <p>Sets whether to coerce the expression result to ObjC id type after
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py     [all...]
test_builtin.py 232 self.assertTrue(not fcmp(coerce(1, 1.1), (1.0, 1.1)))
233 self.assertEqual(coerce(1, 1L), (1L, 1L))
234 self.assertTrue(not fcmp(coerce(1L, 1.1), (1.0, 1.1)))
235 self.assertRaises(TypeError, coerce)
239 self.assertRaises(ValueError, coerce, 42, BadNumber())
240 self.assertRaises(OverflowError, coerce, 0.5, int("12345" * 1000))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py     [all...]
test_builtin.py 232 self.assertTrue(not fcmp(coerce(1, 1.1), (1.0, 1.1)))
233 self.assertEqual(coerce(1, 1L), (1L, 1L))
234 self.assertTrue(not fcmp(coerce(1L, 1.1), (1.0, 1.1)))
235 self.assertRaises(TypeError, coerce)
239 self.assertRaises(ValueError, coerce, 42, BadNumber())
240 self.assertRaises(OverflowError, coerce, 0.5, int("12345" * 1000))
    [all...]
  /external/chromium_org/gin/test/
expect.js 50 // Coerce dates and booleans to numeric primitive values. Dates are
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
intnum.pxi 39 # Coerce to intnum if not already
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
python.js 32 var py2 = {'builtins': ['apply', 'basestring', 'buffer', 'cmp', 'coerce', 'execfile',
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 147 methods. If you need a string, coerce the object to a string and go from there.
  /external/lldb/www/cpp_reference/html/
classlldb_1_1SBExpressionOptions-members.html 54 <tr><td class="entry"><a class="el" href="classlldb_1_1SBExpressionOptions.html#acedc37fee4bcd369502366a61a3161c4">SetCoerceResultToId</a>(bool coerce=true)</td><td class="entry"><a class="el" href="classlldb_1_1SBExpressionOptions.html">lldb::SBExpressionOptions</a></td><td class="entry"></td></tr>
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 97 /* Use this to coerce the result of a C comparison to a Bool. This is

Completed in 3077 milliseconds

1 23 4 5 6 7