Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 62) sorted by relevance

123

/device/google/contexthub/firmware/os/cpu/x86/
DatomicBitset.c49 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/
DOptional.h197 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/
DSmartPtr.h29 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/
Dqti_logkit_app.te1 # new qti_logkit_app domain
/device/google/vrservices/vrcore/sepolicy/
Dvr_hwc.te1 # VrCore registers a callback with VR HWC. The callback is then used to post new
/device/generic/opengl-transport/host/commands/emugen/
DTypeFactory.h26 m_instance = new TypeFactory; in instance()
/device/google/wahoo/sepolicy/private/
Dseapp_contexts1 #Add new domain for DataServices
/device/google/crosshatch/json-c/
DRELEASE_CHECKLIST.txt24 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/
DRELEASE_CHECKLIST.txt24 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/
DRELEASE_CHECKLIST.txt24 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/
DAndroid.mk49 new.cpp \
/device/google/cuttlefish/host/commands/secure_env/
Dsoft_gatekeeper.h53 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/
Dshared_fd.h186 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/
Dcreate_certs.sh12 -new -key server.key -out server.csr
/device/google/cuttlefish/host/frontend/gcastv2/https/certs/
Dcreate_certs.sh12 -new -key server.key -out server.csr
/device/google/contexthub/contexthubhal/
Dnanohubhal.h75 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/
Dmk_qemu_image.sh43 ${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/
Dwl_device.policy54 # Used to set of size new memfd
Dgpu_device.policy52 # Used to set of size new memfd.
/device/google/cuttlefish_vmm/aarch64-linux-gnu/etc/seccomp/
Dwl_device.policy53 # Used to set of size new memfd
/device/generic/goldfish/sepolicy/common/
Dnetmgr.te17 # Assign addresses to new interfaces as hostapd brings them up
/device/google/contexthub/firmware/lib/
Dlib.mk70 SRCS += $(LIBC_PATH)/new.cpp
/device/generic/opengl-transport/host/libs/virglrenderer/
DContext.h87 char* cmdBufCopy = new char[bufSize]; in submitCommand()
/device/amlogic/yukawa/bootloader/
DREADME44 ./generate-bins-new.sh <fip-collect-directory> <target-bl33-binary>
/device/google/coral-sepolicy/vendor/google/
Dhal_face_default.te58 # Allow writing new camera calibrations

123