Home
last modified time | relevance | path

Searched refs:un (Results 1 – 25 of 59) sorted by relevance

123

/aosp12/bionic/tests/
H A Dnetinet_ip_icmp_test.cpp26 ASSERT_EQ(0, hdr.un.echo.id); in TEST()
27 ASSERT_EQ(0, hdr.un.echo.sequence); in TEST()
28 ASSERT_EQ(0U, hdr.un.gateway); in TEST()
29 ASSERT_EQ(0, hdr.un.frag.mtu); in TEST()
/aosp12/art/test/003-omnibus-opcodes/src/
H A DUnresTest2.java12 UnresClass un = (UnresClass) obj; in checkCasts() local
29 UnresClass un; in run() local
33 un = new UnresClass(); in run()
/aosp12/bootable/recovery/tests/unit/
H A Duncrypt_test.cpp89 sockaddr_un un = {}; in SetupOrClearBcb() local
90 un.sun_family = AF_UNIX; in SetupOrClearBcb()
91 strlcpy(un.sun_path, UNCRYPT_SOCKET.c_str(), sizeof(un.sun_path)); in SetupOrClearBcb()
99 if (connect(sockfd, reinterpret_cast<sockaddr*>(&un), sizeof(sockaddr_un)) != 0) { in SetupOrClearBcb()
/aosp12/system/core/libstats/push_compat/
H A Dstatsd_writer.c98 struct sockaddr_un un; in statsdOpen() local
99 memset(&un, 0, sizeof(struct sockaddr_un)); in statsdOpen()
100 un.sun_family = AF_UNIX; in statsdOpen()
101 strcpy(un.sun_path, "/dev/socket/statsdw"); in statsdOpen()
104 connect(sock, (struct sockaddr*)&un, sizeof(struct sockaddr_un))) < 0) { in statsdOpen()
/aosp12/packages/modules/StatsD/lib/libstatssocket/
H A Dstatsd_writer.c115 struct sockaddr_un un; in statsdOpen() local
116 memset(&un, 0, sizeof(struct sockaddr_un)); in statsdOpen()
117 un.sun_family = AF_UNIX; in statsdOpen()
118 strcpy(un.sun_path, "/dev/socket/statsdw"); in statsdOpen()
121 connect(sock, (struct sockaddr*)&un, sizeof(struct sockaddr_un))) < 0) { in statsdOpen()
/aosp12/system/logging/liblog/
H A Dlogd_writer.cpp75 sockaddr_un un = {}; in LogdConnect() local
76 un.sun_family = AF_UNIX; in LogdConnect()
77 strcpy(un.sun_path, "/dev/socket/logdw"); in LogdConnect()
78 TEMP_FAILURE_RETRY(connect(sock, reinterpret_cast<sockaddr*>(&un), sizeof(sockaddr_un))); in LogdConnect()
/aosp12/build/blueprint/microfactory/
H A Dmicrofactory.go139 func un(f func()) { func
192 defer un(config.trace("findDeps"))
458 defer un(config.trace("compile %s", p.Name))
521 defer un(config.trace("link %s", p.Name))
653 defer un(config.trace("microfactory %s", executable))
655 defer un(config.trace("microfactory <unknown>"))
/aosp12/system/media/audio_utils/tests/
H A Dstatistics_tests.cpp205 static constexpr int un[] = { 1 }; in TEST() local
208 android::audio_utils::min(&un[0], &un[0])); in TEST()
211 android::audio_utils::max(&un[0], &un[0])); in TEST()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera_sock.h36 #define UN_H <SYSTEM_HEADER_PREFIX/un.h>
/aosp12/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Deventlib_p.h97 struct sockaddr_un un; member
105 struct sockaddr_un un; member
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dicmp.h75 } un; member
/aosp12/build/make/tools/docker/
H A DREADME.md9 …rg userid=$(id -u) --build-arg groupid=$(id -g) --build-arg username=$(id -un) -t android-build-tr…
/aosp12/packages/services/Car/
H A D.clang-format30 …|thread_properties|time|timerfd|times|timex|ttydefaults|types|ucontext|uio|un|unistd|user|utsname|…
/aosp12/frameworks/native/services/inputflinger/sysprop/
H A DInputFlingerProperties.sysprop18 # When per-window-input-rotation is enabled, InputReader works in the un-rotated
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/
H A DAndroid.mk55 LOCAL_CFLAGS += -include bionic/libc/kernel/common/linux/un.h
/aosp12/frameworks/av/media/codecs/mp3dec/fuzzer/
H A DREADME.md21 * If the decode operation was un-successful, the input is advanced by 1 byte
/aosp12/frameworks/av/media/codecs/amrnb/enc/fuzzer/
H A DREADME.md25 If the encode operation was un-successful, the input is still advanced by frame size so
/aosp12/frameworks/av/media/codecs/amrwb/enc/fuzzer/
H A DREADME.md25 If the encode operation was un-successful, the input is still advanced by frame size so
/aosp12/frameworks/compile/slang/lit-tests/padding/
H A Dsmall_struct_2.rscript7 // accesses a properly (un)padded struct:
/aosp12/frameworks/av/media/codecs/amrnb/fuzzer/
H A DREADME.md27 If the decode operation was un-successful, the input is still advanced by frame size so
/aosp12/frameworks/av/media/codecs/amrwb/dec/fuzzer/
H A DREADME.md26 If the decode operation was un-successful, the input is still advanced by frame size so
/aosp12/packages/apps/Car/DebuggingRestrictionController/server/functions/
H A D.eslintrc.json117 //Enforces the use of catch() on un-returned promises
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Dit_wordlist.combined.gz ... ,flags=,originalFreq=202 10 word=un,f=200,flags=,originalFreq= ...
/aosp12/frameworks/av/media/codecs/m4v_h263/fuzzer/
H A DREADME.md16 * If the decode operation was un-successful, the input is advanced by 1 byte so that the fuzzer
120 If the encode operation was un-successful, the input is still advanced by frame size so
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dapp_neverallows.te82 # application un-installation.

123