HomeSort by relevance Sort by last modified time
    Searched refs:CopyOf (Results 1 - 18 of 18) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor.cc 31 MouseCursor* MouseCursor::CopyOf(const MouseCursor& cursor) {
33 ? new MouseCursor(BasicDesktopFrame::CopyOf(*cursor.image()),
mouse_cursor.h 31 static MouseCursor* CopyOf(const MouseCursor& cursor);
desktop_frame.h 104 static DesktopFrame* CopyOf(const DesktopFrame& frame);
desktop_frame.cc 67 DesktopFrame* BasicDesktopFrame::CopyOf(const DesktopFrame& frame) {
mouse_cursor_monitor_mac.mm 280 last_cursor_.reset(MouseCursor::CopyOf(*cursor));
  /art/runtime/mirror/
object_array-alloc-inl.h 64 inline ObjPtr<ObjectArray<T>> ObjectArray<T>::CopyOf(Thread* self, int32_t new_length) {
object_array.h 102 ObjPtr<ObjectArray<T>> CopyOf(Thread* self, int32_t new_length)
array.cc 141 ObjPtr<Array> Array::CopyOf(Thread* self, int32_t new_length) {
array.h 125 ObjPtr<Array> CopyOf(Thread* self, int32_t new_length) REQUIRES_SHARED(Locks::mutator_lock_)
class.cc     [all...]
class.h     [all...]
  /build/soong/android/
util_test.go 366 b := CopyOf(a)
380 fmt.Println("Without CopyOf:")
390 fmt.Println("With CopyOf:")
391 b = append(CopyOf(a), "bar")
392 c = append(CopyOf(a), "baz")
398 // Without CopyOf:
402 // With CopyOf:
util.go 25 // CopyOf returns a new slice that has the same contents as s.
26 func CopyOf(s []string) []string {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp     [all...]
  /build/soong/java/
dexpreopt_config.go 192 bootclasspath := append(copyOf(image.dexLocations), global.ProductUpdatableBootLocations...)
199 var copyOf = android.CopyOf
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
NewGVN.cpp     [all...]
  /build/soong/dexpreopt/
dexpreopt.go 255 verifyUsesLibs = copyOf(module.UsesLibraries)
256 verifyOptionalUsesLibs = copyOf(module.OptionalUsesLibraries)
259 filteredUsesLibs = append(copyOf(module.UsesLibraries), filteredOptionalUsesLibs...)
613 var copyOf = android.CopyOf
  /art/runtime/
class_linker.cc     [all...]

Completed in 197 milliseconds