/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
AllocationTest.java | 290 void helperFloatCopy(int nElems, int offset, int count, int copyMode) { 301 switch (copyMode) { 314 void helperByteCopy(int nElems, int offset, int count, int copyMode) { 325 switch (copyMode) { 338 void helperShortCopy(int nElems, int offset, int count, int copyMode) { 349 switch (copyMode) { 362 void helperIntCopy(int nElems, int offset, int count, int copyMode) { 373 switch (copyMode) { 386 void helperBaseObjCopy(int nElems, int offset, int count, int copyMode) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
main.py | 103 shutil.copymode(backup, filename) 106 shutil.copymode(orig_filename, filename)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
main.py | 103 shutil.copymode(backup, filename) 106 shutil.copymode(orig_filename, filename)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
mapping_tests.py | 520 for copymode in -1, +1: 529 if copymode < 0: 531 if copymode > 0: 538 self.assertTrue(not(copymode < 0 and ta != tb))
|
test_dict.py | 332 for copymode in -1, +1: 341 if copymode < 0: 343 if copymode > 0: 350 self.assertFalse(copymode < 0 and ta != tb)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
mapping_tests.py | 520 for copymode in -1, +1: 529 if copymode < 0: 531 if copymode > 0: 538 self.assertTrue(not(copymode < 0 and ta != tb))
|
test_dict.py | 332 for copymode in -1, +1: 341 if copymode < 0: 343 if copymode > 0: 350 self.assertFalse(copymode < 0 and ta != tb)
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
inno.php | 113 'ChangesAssociations','ChangesEnvironment','Check','CodeFile','Comment','Compression','CopyMode',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shutil.py | 25 __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2", 86 def copymode(src, dst): function 120 copymode(src, dst)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shutil.py | 25 __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2", 86 def copymode(src, dst): function 120 copymode(src, dst)
|
/external/chromium_org/tools/valgrind/ |
valgrind_test.py | 329 shutil.copymode(saved_test_command, test_command) [all...] |