HomeSort by relevance Sort by last modified time
    Searched full:copymode (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 288 void helperFloatCopy(int nElems, int offset, int count, int copyMode) {
299 switch (copyMode) {
312 void helperByteCopy(int nElems, int offset, int count, int copyMode) {
323 switch (copyMode) {
336 void helperShortCopy(int nElems, int offset, int count, int copyMode) {
347 switch (copyMode) {
360 void helperIntCopy(int nElems, int offset, int count, int copyMode) {
371 switch (copyMode) {
384 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)
  /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)

Completed in 292 milliseconds