/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
_math.h | 10 /* if the system doesn't have acosh, use the substitute
18 /* if the system doesn't have asinh, use the substitute
26 /* if the system doesn't have atanh, use the substitute
34 /* if the system doesn't have expm1, use the substitute
39 /* Use the substitute from _math.c on all platforms:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
_math.h | 10 /* if the system doesn't have acosh, use the substitute
18 /* if the system doesn't have asinh, use the substitute
26 /* if the system doesn't have atanh, use the substitute
34 /* if the system doesn't have expm1, use the substitute
42 /* if the system doesn't have log1p, use the substitute
|
/external/python/cpython2/Modules/ |
_math.h | 10 /* if the system doesn't have acosh, use the substitute 18 /* if the system doesn't have asinh, use the substitute 26 /* if the system doesn't have atanh, use the substitute 34 /* if the system doesn't have expm1, use the substitute 39 /* Use the substitute from _math.c on all platforms:
|
/external/python/cpython3/Modules/ |
_math.h | 10 /* if the system doesn't have acosh, use the substitute 18 /* if the system doesn't have asinh, use the substitute 26 /* if the system doesn't have atanh, use the substitute 34 /* if the system doesn't have expm1, use the substitute 39 /* Use the substitute from _math.c on all platforms:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_pep292.py | 26 self.assertEqual(s.substitute(dict(who='tim', what='ham')),
28 self.assertRaises(KeyError, s.substitute, dict(who='tim'))
33 self.assertEqual(s.substitute(d), 'tim likes ham for dinner')
34 self.assertRaises(KeyError, s.substitute,
40 eq(s.substitute(dict(who='tim', what='ham')),
43 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $')
49 eq(s.substitute(d), '%(foo)s baz baz')
56 eq(s.substitute(d), 'tim has eaten 7 bags of ham today')
59 eq(s.substitute(d), 'tim has eaten 7 bags of ham today')
65 eq(s.substitute(d), "('tim', 'fred') ate ('ham', 'kung pao')") [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pep292.py | 26 self.assertEqual(s.substitute(dict(who='tim', what='ham')), 28 self.assertRaises(KeyError, s.substitute, dict(who='tim')) 33 self.assertEqual(s.substitute(d), 'tim likes ham for dinner') 34 self.assertRaises(KeyError, s.substitute, 40 eq(s.substitute(dict(who='tim', what='ham')), 43 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $') 49 eq(s.substitute(d), '%(foo)s baz baz') 56 eq(s.substitute(d), 'tim has eaten 7 bags of ham today') 59 eq(s.substitute(d), 'tim has eaten 7 bags of ham today') 65 eq(s.substitute(d), "('tim', 'fred') ate ('ham', 'kung pao')" [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pep292.py | 26 self.assertEqual(s.substitute(dict(who='tim', what='ham')), 28 self.assertRaises(KeyError, s.substitute, dict(who='tim')) 33 self.assertEqual(s.substitute(d), 'tim likes ham for dinner') 34 self.assertRaises(KeyError, s.substitute, 40 eq(s.substitute(dict(who='tim', what='ham')), 43 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $') 49 eq(s.substitute(d), '%(foo)s baz baz') 56 eq(s.substitute(d), 'tim has eaten 7 bags of ham today') 59 eq(s.substitute(d), 'tim has eaten 7 bags of ham today') 65 eq(s.substitute(d), "('tim', 'fred') ate ('ham', 'kung pao')" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pep292.py | 26 self.assertEqual(s.substitute(dict(who='tim', what='ham')), 28 self.assertRaises(KeyError, s.substitute, dict(who='tim')) 33 self.assertEqual(s.substitute(d), 'tim likes ham for dinner') 34 self.assertRaises(KeyError, s.substitute, 40 eq(s.substitute(dict(who='tim', what='ham')), 43 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $') 49 eq(s.substitute(d), '%(foo)s baz baz') 56 eq(s.substitute(d), 'tim has eaten 7 bags of ham today') 59 eq(s.substitute(d), 'tim has eaten 7 bags of ham today') 65 eq(s.substitute(d), "('tim', 'fred') ate ('ham', 'kung pao')" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pep292.py | 26 self.assertEqual(s.substitute(dict(who='tim', what='ham')), 28 self.assertRaises(KeyError, s.substitute, dict(who='tim')) 33 self.assertEqual(s.substitute(d), 'tim likes ham for dinner') 34 self.assertRaises(KeyError, s.substitute, 40 eq(s.substitute(dict(who='tim', what='ham')), 43 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $') 49 eq(s.substitute(d), '%(foo)s baz baz') 56 eq(s.substitute(d), 'tim has eaten 7 bags of ham today') 59 eq(s.substitute(d), 'tim has eaten 7 bags of ham today') 65 eq(s.substitute(d), "('tim', 'fred') ate ('ham', 'kung pao')" [all...] |
/external/skia/docs/ |
undocumented.bmh | 131 #Substitute RGB 143 #Substitute ARGB 147 #Substitute RBG 151 #Substitute RGB-565 186 #Substitute Core Graphics 190 #Substitute Core Text 299 #Substitute nearest neighbor filter 302 #Substitute bilerp filter 305 #Substitute mip-map filter 308 #Substitute bicubic filte [all...] |
/external/skqp/docs/ |
undocumented.bmh | 129 #Substitute RGB 141 #Substitute ARGB 145 #Substitute RBG 149 #Substitute RGB-565 181 #Substitute Core Graphics 185 #Substitute Core Text 294 #Substitute nearest neighbor filter 297 #Substitute bilerp filter 300 #Substitute mip-map filter 303 #Substitute bicubic filte [all...] |
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/ |
TestR.java | 4 * Test class used as a substitute for com.xtremelabs.robolectric.res.ResourceLoader's
|
/external/syslinux/gpxe/src/include/gpxe/ |
linux_compat.h | 10 * intended to be a substitute for proper porting.
|
/toolchain/binutils/binutils-2.27/ld/emultempl/ |
README | 2 setting some variables to substitute in, to produce
|
/prebuilts/go/darwin-x86/src/internal/syscall/windows/ |
reparse_windows.go | 31 // of the substitute name string in the PathBuffer array, 36 // substitute name string. If this string is null-terminated, 43 // Flags specifies whether the substitute name is a full path name or 51 // of the substitute name string in the PathBuffer array, 56 // substitute name string. If this string is null-terminated,
|
/prebuilts/go/linux-x86/src/internal/syscall/windows/ |
reparse_windows.go | 31 // of the substitute name string in the PathBuffer array, 36 // substitute name string. If this string is null-terminated, 43 // Flags specifies whether the substitute name is a full path name or 51 // of the substitute name string in the PathBuffer array, 56 // substitute name string. If this string is null-terminated,
|
/external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/ |
GwtWorkarounds.java | 35 * A GWT-compatible substitute for a {@code Reader}. 67 * A GWT-compatible substitute for an {@code InputStream}. 75 * A GWT-compatible substitute for an {@code OutputStream}. 84 * A GWT-compatible substitute for a {@code Writer}.
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
HardwareLayerEnabler.java | 9 * A backwards-compatible substitute for {@link ViewPropertyAnimator#withLayer()}.
|
/external/python/cpython3/Lib/test/ |
test_string.py | 211 self.assertEqual(s.substitute(dict(who='tim', what='ham')), 213 self.assertRaises(KeyError, s.substitute, dict(who='tim')) 214 self.assertRaises(TypeError, Template.substitute) 219 self.assertEqual(s.substitute(d), 'tim likes ham for dinner') 220 self.assertRaises(KeyError, s.substitute, 226 eq(s.substitute(dict(who='tim', what='ham')), 229 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $') 235 eq(s.substitute(d), '%(foo)s baz baz') 242 eq(s.substitute(d), 'tim has eaten 7 bags of ham today') 245 eq(s.substitute(d), 'tim has eaten 7 bags of ham today' [all...] |
/external/python/cpython2/Lib/test/ |
test_string.py | 242 self.assertEqual(s.substitute(dict(who='tim', what='ham')), 244 self.assertRaises(KeyError, s.substitute, dict(who='tim')) 245 self.assertRaises(TypeError, Template.substitute) 250 self.assertEqual(s.substitute(d), 'tim likes ham for dinner') 251 self.assertRaises(KeyError, s.substitute, 257 eq(s.substitute(dict(who='tim', what='ham')), 260 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $') 266 eq(s.substitute(d), '%(foo)s baz baz') 273 eq(s.substitute(d), 'tim has eaten 7 bags of ham today') 276 eq(s.substitute(d), 'tim has eaten 7 bags of ham today' [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Binary/Library/PseudoRngLib/ |
License.txt | 14 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
/external/curl/tests/data/ |
test1085 | 35 # use the startup of the IPv6 test server as a substitute check for this).
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
tdc_config.py | 11 # Substitute your own tc path here
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/ |
ClassCacheTest.java | 13 // Substitute this LOCK with your monitor (could be you object you are 52 // Substitute this LOCK with your monitor (could be you object you are
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CurrencyDisplayNames.java | 30 * is no data for that either, it falls back to the root locale. Substitute 45 * is no data for that either, it falls back to the root locale. Substitute 63 * from those APIs instead of a substitute value. 66 * @param noSubstitute if true, do not return substitute values. 80 * from those APIs instead of a substitute value. 83 * @param noSubstitute if true, do not return substitute values.
|