| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
| forking.py | 42 __all__ = ['Popen', 'assert_spawning', 'exit', 'duplicate', 'close', 'ForkingPickler'] 106 duplicate = os.dup variable 230 def duplicate(handle, target_process=None, inheritable=False): function 254 rhandle = duplicate(msvcrt.get_osfhandle(rfd), inheritable=True) 288 return duplicate(handle, Popen._tls.process_handle)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_funcattrs.py | 51 # Body of `duplicate' is the exact same as self.b
52 def duplicate():
function in function:FunctionPropertiesTest.test_duplicate_function_equality 55 self.assertNotEqual(self.b, duplicate)
|
| /external/freetype/src/sfnt/ |
| ttload.c | 412 FT_Bool duplicate; local 463 /* ignore duplicate tables ? the first one wins */ 464 duplicate = 0; 469 duplicate = 1; 473 if ( duplicate ) 475 FT_TRACE2(( " (duplicate, ignored)\n" )); [all...] |
| /external/python/cpython2/Lib/test/ |
| test_funcattrs.py | 51 # Body of `duplicate' is the exact same as self.b 52 def duplicate(): function in function:FunctionPropertiesTest.test_duplicate_function_equality 55 self.assertNotEqual(self.b, duplicate)
|
| /external/python/cpython3/Lib/test/ |
| test_funcattrs.py | 59 # Body of `duplicate' is the exact same as self.b 60 def duplicate(): function in function:FunctionPropertiesTest.test_duplicate_function_equality 63 self.assertNotEqual(self.b, duplicate)
|
| /external/skia/include/core/ |
| SkStream.h | 107 std::unique_ptr<SkStream> duplicate() const { function in class:SkStream 151 /** SkStreamRewindable is a SkStream for which rewind and duplicate are required. */ 155 std::unique_ptr<SkStreamRewindable> duplicate() const { function in class:SkStreamRewindable 165 std::unique_ptr<SkStreamSeekable> duplicate() const { function in class:SkStreamSeekable 188 std::unique_ptr<SkStreamAsset> duplicate() const { function in class:SkStreamAsset 204 std::unique_ptr<SkStreamMemory> duplicate() const { function in class:SkStreamMemory 316 std::unique_ptr<SkStreamAsset> duplicate() const { function in class:SkFILEStream 393 std::unique_ptr<SkMemoryStream> duplicate() const { function in class:SkMemoryStream
|
| /external/skqp/include/core/ |
| SkStream.h | 107 std::unique_ptr<SkStream> duplicate() const { function in class:SkStream 151 /** SkStreamRewindable is a SkStream for which rewind and duplicate are required. */ 155 std::unique_ptr<SkStreamRewindable> duplicate() const { function in class:SkStreamRewindable 165 std::unique_ptr<SkStreamSeekable> duplicate() const { function in class:SkStreamSeekable 188 std::unique_ptr<SkStreamAsset> duplicate() const { function in class:SkStreamAsset 204 std::unique_ptr<SkStreamMemory> duplicate() const { function in class:SkStreamMemory 314 std::unique_ptr<SkStreamAsset> duplicate() const { function in class:SkFILEStream 391 std::unique_ptr<SkMemoryStream> duplicate() const { function in class:SkMemoryStream
|
| /external/squashfs-tools/squashfs-tools/ |
| caches-queues-lists.h | 105 int duplicate; member in union:file_buffer::__anon35258
|
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| TargetInstrInfoImpl.cpp | 219 MachineInstr *TargetInstrInfoImpl::duplicate(MachineInstr *Orig, function in class:TargetInstrInfoImpl
|
| /hardware/intel/common/libmix/mix_video/src/ |
| mixvideoconfigparamsdec.c | 115 * @returns: a newly allocated duplicate of the object. 117 * Copy duplicate of the object. 124 MixVideoConfigParamsDec *duplicate = mix_videoconfigparamsdec_new(); local 125 if (mix_videoconfigparamsdec_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj))) { 126 ret = MIX_PARAMS(duplicate); 128 mix_videoconfigparamsdec_unref(duplicate);
|
| mixvideoconfigparamsenc.c | 120 * @returns: a newly allocated duplicate of the object. 122 * Copy duplicate of the object. 131 MixVideoConfigParamsEnc *duplicate = mix_videoconfigparamsenc_new(); local 132 if (mix_videoconfigparamsenc_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj))) { 134 ret = MIX_PARAMS(duplicate); 136 mix_videoconfigparamsenc_unref(duplicate);
|
| mixvideoframe.c | 160 * @returns: a newly allocated duplicate of the object. 162 * Copy duplicate of the object. 169 MixVideoFrame *duplicate = mix_videoframe_new(); local 170 if (mix_videoframe_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj))) { 171 ret = MIX_PARAMS(duplicate); 173 mix_videoframe_unref(duplicate); 197 // Duplicate string
|
| /libcore/ojluni/src/main/java/java/lang/invoke/ |
| MethodHandle.java | 1322 protected MethodHandle duplicate() { method in class:MethodHandle [all...] |
| /libcore/ojluni/src/main/java/java/nio/ |
| ByteBufferAsCharBuffer.java | 40 this.bb = bb.duplicate(); 67 public CharBuffer duplicate() { method in class:ByteBufferAsCharBuffer 168 CharBuffer db = this.duplicate();
|
| CharBuffer.java | 61 * #duplicate duplicating}, and {@link #slice slicing} 358 public abstract CharBuffer duplicate(); method in class:CharBuffer 374 * exactly the same way as the {@link #duplicate duplicate} method. </p> [all...] |
| DoubleBuffer.java | 54 * #duplicate duplicating}, and {@link #slice slicing} 241 public abstract DoubleBuffer duplicate(); method in class:DoubleBuffer 257 * exactly the same way as the {@link #duplicate duplicate} method. </p>
|
| FloatBuffer.java | 54 * #duplicate duplicating}, and {@link #slice slicing} 241 public abstract FloatBuffer duplicate(); method in class:FloatBuffer 257 * exactly the same way as the {@link #duplicate duplicate} method. </p>
|
| IntBuffer.java | 55 * #duplicate duplicating}, and {@link #slice slicing} 242 public abstract IntBuffer duplicate(); method in class:IntBuffer 258 * exactly the same way as the {@link #duplicate duplicate} method. </p>
|
| LongBuffer.java | 54 * #duplicate duplicating}, and {@link #slice slicing} 241 public abstract LongBuffer duplicate(); method in class:LongBuffer 257 * exactly the same way as the {@link #duplicate duplicate} method. </p>
|
| ShortBuffer.java | 54 * #duplicate duplicating}, and {@link #slice slicing} 241 public abstract ShortBuffer duplicate(); method in class:ShortBuffer 257 * exactly the same way as the {@link #duplicate duplicate} method. </p>
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_funcattrs.py | 51 # Body of `duplicate' is the exact same as self.b 52 def duplicate(): function in function:FunctionPropertiesTest.test_duplicate_function_equality 55 self.assertNotEqual(self.b, duplicate)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_funcattrs.py | 51 # Body of `duplicate' is the exact same as self.b 52 def duplicate(): function in function:FunctionPropertiesTest.test_duplicate_function_equality 55 self.assertNotEqual(self.b, duplicate)
|
| /prebuilts/go/darwin-x86/src/cmd/doc/testdata/ |
| pkg.go | 199 Duplicate = iota const 200 duplicate
|
| /prebuilts/go/linux-x86/src/cmd/doc/testdata/ |
| pkg.go | 199 Duplicate = iota const 200 duplicate
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_funcattrs.py | 51 # Body of `duplicate' is the exact same as self.b 52 def duplicate(): function in function:FunctionPropertiesTest.test_duplicate_function_equality 55 self.assertNotEqual(self.b, duplicate)
|