HomeSort by relevance Sort by last modified time
    Searched defs:duplicate (Results 101 - 125 of 648) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/linux-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)
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
Standard_Suite.py 94 def duplicate(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
95 """duplicate: Copy object(s) and put the copies at a new location.
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 94 def duplicate(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
95 """duplicate: Copy object(s) and put the copies at a new location.
  /external/v8/src/runtime/
runtime-scopes.cc 452 // Detect duplicate names to the right in the parameter list.
455 bool duplicate = false; local
458 duplicate = true;
463 if (duplicate) {
    [all...]
  /libcore/ojluni/src/main/java/java/nio/
HeapByteBuffer.java 85 public ByteBuffer duplicate() { method in class:HeapByteBuffer
ByteBuffer.java 66 * #duplicate duplicating}, and {@link #slice slicing}
380 public abstract ByteBuffer duplicate(); method in class:ByteBuffer
396 * exactly the same way as the {@link #duplicate duplicate} method. </p>
    [all...]
DirectByteBuffer.java 172 public final ByteBuffer duplicate() { method in class:DirectByteBuffer
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Standard_Suite.py 94 def duplicate(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
95 """duplicate: Copy object(s) and put the copies at a new location.
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 94 def duplicate(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
95 """duplicate: Copy object(s) and put the copies at a new location.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Standard_Suite.py 94 def duplicate(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
95 """duplicate: Copy object(s) and put the copies at a new location.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 94 def duplicate(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
95 """duplicate: Copy object(s) and put the copies at a new location.
  /external/flatbuffers/java/com/google/flatbuffers/
FlatBufferBuilder.java 918 ByteBuffer duplicate = bb.duplicate(); local
    [all...]
  /external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
CoreImpl.java 415 * @see SharedBufferHandle#duplicate(DuplicateOptions)
417 SharedBufferHandle duplicate(SharedBufferHandleImpl handle, DuplicateOptions options) { method in class:CoreImpl
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 147 def duplicate(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
148 """duplicate: Duplicate one or more objects
149 Required argument: the object(s) to duplicate
  /external/skia/src/pathops/
SkOpSpan.h 75 bool duplicate() const { function in class:SkOpPtT
  /external/skqp/src/pathops/
SkOpSpan.h 75 bool duplicate() const { function in class:SkOpPtT
  /external/vboot_reference/tests/
cgptlib_test.c 1337 int duplicate; member in struct:__anon43263
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/ui/
DvrUiHelper.java 318 ScheduledRecording duplicate = local
323 if (duplicate != null
324 && (duplicate.getState() == ScheduledRecording.STATE_RECORDING_NOT_STARTED
325 || duplicate.getState()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 147 def duplicate(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
148 """duplicate: Duplicate one or more objects
149 Required argument: the object(s) to duplicate
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 147 def duplicate(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
148 """duplicate: Duplicate one or more objects
149 Required argument: the object(s) to duplicate
  /external/ImageMagick/MagickCore/
opencl.c 1128 duplicate; local
    [all...]
  /external/icu/icu4c/source/common/
uloc.cpp 676 UBool duplicate = FALSE; local
760 UBool duplicate = FALSE; local
    [all...]
  /external/jsoncpp/include/json/
value.h 167 duplicate, enumerator in enum:Json::Value::CZString::DuplicationPolicy
224 * Like other value string constructor but do not duplicate the string for
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 391 MachineInstr *TargetInstrInfo::duplicate(MachineInstr &Orig, function in class:TargetInstrInfo
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp 1148 ARMBaseInstrInfo::duplicate(MachineInstr *Orig, MachineFunction &MF) const { function in class:ARMBaseInstrInfo
    [all...]

Completed in 1234 milliseconds

1 2 3 45 6 7 8 91011>>