Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/device/google/contexthub/util/common/
Dring.cpp48 size_t copy = mSize - writePos; in write() local
50 if (copy > size) { in write()
51 copy = size; in write()
54 memcpy(&mData[writePos], ev, copy * sizeof(sensors_event_t)); in write()
56 if (size > copy) { in write()
57 memcpy(mData, &ev[copy], (size - copy) * sizeof(sensors_event_t)); in write()
87 size_t copy = mSize - readPos; in read() local
89 if (copy > size) { in read()
90 copy = size; in read()
93 memcpy(ev, &mData[readPos], copy * sizeof(sensors_event_t)); in read()
[all …]
/device/generic/goldfish-opengl/
Dcmake_transform.py14 copy = data.strip()
15 return None if len(copy) == 0 else copy
18 copy = {}
22 copy[key] = rem
23 return None if len(copy) == 0 else copy
26 copy = []
30 if rem not in copy:
31 copy.append(rem)
33 if len(copy) == 0:
35 return copy
DAndroid.bp6 * You may obtain a copy of the License at
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dauto_goldfish_dma_context.cpp60 goldfish_dma_context copy = m_ctx; in release() local
62 return copy; in release()
/device/google/coral/json-c/
DCOPYING5 copy of this software and associated documentation files (the "Software"),
7 the rights to use, copy, modify, merge, publish, distribute, sublicense,
27 copy of this software and associated documentation files (the "Software"),
29 the rights to use, copy, modify, merge, publish, distribute, sublicense,
/device/google/bonito/json-c/
DCOPYING5 copy of this software and associated documentation files (the "Software"),
7 the rights to use, copy, modify, merge, publish, distribute, sublicense,
27 copy of this software and associated documentation files (the "Software"),
29 the rights to use, copy, modify, merge, publish, distribute, sublicense,
/device/google/crosshatch/json-c/
DCOPYING5 copy of this software and associated documentation files (the "Software"),
7 the rights to use, copy, modify, merge, publish, distribute, sublicense,
27 copy of this software and associated documentation files (the "Software"),
29 the rights to use, copy, modify, merge, publish, distribute, sublicense,
/device/generic/goldfish-opengl/system/vulkan_enc/
Dvk_util.h224 T copy = vk_struct; in vk_make_orphan_copy() local
225 copy.pNext = NULL; in vk_make_orphan_copy()
226 return copy; in vk_make_orphan_copy()
/device/google/cuttlefish/host/frontend/gcastv2/https/
DClientSocket.cpp184 std::copy(data, data + size, std::back_inserter(mOutBuffer)); in queueOutputData()
198 std::copy(response.begin(), response.end(), std::back_inserter(mOutBuffer)); in queueResponse()
199 std::copy(body.begin(), body.end(), std::back_inserter(mOutBuffer)); in queueResponse()
/device/google/contexthub/firmware/lib/builtins/
DLICENSE.TXT29 Permission is hereby granted, free of charge, to any person obtaining a copy of
32 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
60 Permission is hereby granted, free of charge, to any person obtaining a copy
63 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
DNOTICE29 Permission is hereby granted, free of charge, to any person obtaining a copy of
32 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
60 Permission is hereby granted, free of charge, to any person obtaining a copy
63 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/device/generic/goldfish-opengl/android-emu/android/base/
DAlignedBuf.h46 std::copy(other.mBuffer, other.mBuffer + other.mSize, mBuffer); in AlignedBuf()
109 std::copy(temp.data(), temp.data() + keepSize, mBuffer); in resizeImpl()
/device/sample/products/
Dsample_addon.mk19 $(call find-copy-subdir-files,*,device/sample/skins/WVGAMedDpi,skins/WVGAMedDpi)
/device/google/cuttlefish/
DAndroid.bp6 // You may obtain a copy of the License at
94 // You may obtain a copy of the License at
/device/google/contexthub/util/nanotool/
Dnanopacket.cpp99 std::copy(data->begin(), data->end(), packet_buffer_.begin() + 10); in NanoPacket()
100 std::copy(data->begin(), data->end(), packet_content_.begin()); in NanoPacket()
/device/google/wahoo/
Dinit.power.sh10 function copy() { function
/device/amlogic/yukawa/
DAndroid.bp5 // You may obtain a copy of the License at
/device/linaro/poplar/proprietary/
DAndroid.bp5 // You may obtain a copy of the License at
/device/ti/beagle_x15/
DAndroid.bp5 // You may obtain a copy of the License at
/device/linaro/hikey/
DAndroid.bp6 // You may obtain a copy of the License at
/device/google/cuttlefish/host/commands/tapsetiff/
DAndroid.bp6 // You may obtain a copy of the License at
/device/generic/opengl-transport/
DAndroid.bp6 // You may obtain a copy of the License at
/device/google/contexthub/firmware/os/platform/native/lkr/
Dapp.lkr6 * You may obtain a copy of the License at
/device/generic/opengl-transport/host/libs/
DAndroid.bp6 // You may obtain a copy of the License at
/device/generic/goldfish/
DAndroid.bp6 * You may obtain a copy of the License at

12345678910>>...13