/device/google/contexthub/firmware/os/cpu/x86/ |
D | atomicBitset.c | 49 uint32_t old, new; in atomicBitsetClearBit() local 57 new = old &~ mask; in atomicBitsetClearBit() 58 } while (!atomicCmpXchg32bits(wordPtr, old, new)); in atomicBitsetClearBit() 67 uint32_t old, new; in atomicBitsetFindClearAndSet() local 75 new = old | (1 << pos); in atomicBitsetFindClearAndSet() 77 if (atomicCmpXchg32bits(wordPtr, old, new)) in atomicBitsetFindClearAndSet()
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | Optional.h | 197 new (&get()) T(other.get()); in Optional() 202 new (&get()) T(std::move(other.get())); in Optional() 212 new (&get()) T(other.get()); in Optional() 222 new (&get()) T(std::move(other.get())); in Optional() 227 Optional(const T& value) : base_flag(true) { new (&get()) T(value); } in Optional() 229 Optional(T&& value) : base_flag(true) { new (&get()) T(std::move(value)); } in Optional() 234 new (&get()) T(std::forward<Args>(args)...); in Optional() 242 new (&get()) T(il); in Optional() 260 new (&get()) T(other.get()); 280 new (&get()) T(std::move(other.get())); [all …]
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | SmartPtr.h | 29 m_lock = new mutex_t; 36 m_pRefCount = new int32_t(1); 43 m_lock = new mutex_t; 55 m_lock = new mutex_t;
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | qti_logkit_app.te | 1 # new qti_logkit_app domain
|
/device/google/vrservices/vrcore/sepolicy/ |
D | vr_hwc.te | 1 # VrCore registers a callback with VR HWC. The callback is then used to post new
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | TypeFactory.h | 26 m_instance = new TypeFactory; in instance()
|
/device/google/wahoo/sepolicy/private/ |
D | seapp_contexts | 1 #Add new domain for DataServices
|
/device/google/crosshatch/json-c/ |
D | RELEASE_CHECKLIST.txt | 24 Update the libjson_la_LDFLAGS line in Makefile.am to the new version. 85 Add new section to ChangeLog 97 Update the gh-pages branch with new docs:
|
/device/google/coral/json-c/ |
D | RELEASE_CHECKLIST.txt | 24 Update the libjson_la_LDFLAGS line in Makefile.am to the new version. 85 Add new section to ChangeLog 97 Update the gh-pages branch with new docs:
|
/device/google/bonito/json-c/ |
D | RELEASE_CHECKLIST.txt | 24 Update the libjson_la_LDFLAGS line in Makefile.am to the new version. 85 Add new section to ChangeLog 97 Update the gh-pages branch with new docs:
|
/device/google/contexthub/firmware/lib/libc/ |
D | Android.mk | 49 new.cpp \
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | soft_gatekeeper.h | 53 key_.reset(new uint8_t[SIGNATURE_LENGTH_BYTES]); in SoftGateKeeper() 128 std::unique_ptr<uint8_t[]> digest(new uint8_t[digest_size]); in ComputeFastHash()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 186 return std::shared_ptr<FileInstance>(new FileInstance(-1, EBADF)); in ClosedInstance() 391 return new FileInstance(fd, errno); in Accept() 393 return new FileInstance(fd, 0); in Accept()
|
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/certs/ |
D | create_certs.sh | 12 -new -key server.key -out server.csr
|
/device/google/cuttlefish/host/frontend/gcastv2/https/certs/ |
D | create_certs.sh | 12 -new -key server.key -out server.csr
|
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.h | 75 data_ = std::unique_ptr<uint8_t>(new uint8_t[len]); in HubMessage() 92 data_ = std::unique_ptr<uint8_t>(new uint8_t[msg->message_len]); in HubMessage()
|
/device/generic/goldfish/tools/ |
D | mk_qemu_image.sh | 43 ${SGDISK:-sgdisk} --new=1:2048:$end --type=1:8300 --change-name=1:$label $target > /dev/null 2>&1
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/ |
D | wl_device.policy | 54 # Used to set of size new memfd
|
D | gpu_device.policy | 52 # Used to set of size new memfd.
|
/device/google/cuttlefish_vmm/aarch64-linux-gnu/etc/seccomp/ |
D | wl_device.policy | 53 # Used to set of size new memfd
|
/device/generic/goldfish/sepolicy/common/ |
D | netmgr.te | 17 # Assign addresses to new interfaces as hostapd brings them up
|
/device/google/contexthub/firmware/lib/ |
D | lib.mk | 70 SRCS += $(LIBC_PATH)/new.cpp
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | Context.h | 87 char* cmdBufCopy = new char[bufSize]; in submitCommand()
|
/device/amlogic/yukawa/bootloader/ |
D | README | 44 ./generate-bins-new.sh <fip-collect-directory> <target-bl33-binary>
|
/device/google/coral-sepolicy/vendor/google/ |
D | hal_face_default.te | 58 # Allow writing new camera calibrations
|