Searched refs:posix (Results 1 – 15 of 15) sorted by relevance
/aosp12/bionic/libc/tools/ |
H A D | check-symbols-glibc.py | 67 posix = symbols.GetFromTxt(os.path.join(this_dir, 'posix-2013.txt')) variable 230 posix = posix - in_posix_and_glibc_but_dead_or_useless variable 245 for symbol in sorted((glibc - posix).difference(bionic)): 250 for symbol in sorted((posix.intersection(glibc)).difference(bionic)):
|
/aosp12/build/soong/scripts/ |
H A D | strip.sh | 81 …"${CLANG_BIN}/llvm-nm" -D "${infile}" --format=posix --defined-only 2> /dev/null | awk '{ print $1… 82 …"${CLANG_BIN}/llvm-nm" "${infile}" --format=posix --defined-only | awk '{ if ($2 == "T" || $2 == "…
|
/aosp12/system/chre/build/ |
H A D | tflm.mk | 41 COMMON_CFLAGS += -I$(HEXAGON_SDK_PREFIX)/libs/common/qurt/latest/include/posix
|
/aosp12/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | FileUtilsTest.java | 633 private static void assertTranslate(String string, int posix, int pfd) { in assertTranslate() argument 634 assertEquals(posix, translateModeStringToPosix(string)); in assertTranslate() 635 assertEquals(string, translateModePosixToString(posix)); in assertTranslate() 636 assertEquals(pfd, translateModePosixToPfd(posix)); in assertTranslate() 637 assertEquals(posix, translateModePfdToPosix(pfd)); in assertTranslate()
|
/aosp12/system/bt/build/dpkg/libchrome/debian/ |
H A D | install_headers.sh | 18 base/posix
|
/aosp12/system/bt/build/dpkg/libchrome-822064/debian/ |
H A D | install_headers.sh | 18 base/posix
|
/aosp12/system/bt/build/secondary/third_party/libchrome/ |
H A D | BUILD.gn | 103 "base/posix/file_descriptor_shuffle.cc", 104 "base/posix/global_descriptors.cc", 105 "base/posix/safe_strerror.cc",
|
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/ |
H A D | FileUtilsTest.java | 292 private static void assertTranslate(String string, int posix, int pfd) { in assertTranslate() argument 293 assertEquals(posix, translateModeStringToPosix(string)); in assertTranslate() 294 assertEquals(string, translateModePosixToString(posix)); in assertTranslate() 295 assertEquals(pfd, translateModePosixToPfd(posix)); in assertTranslate() 296 assertEquals(posix, translateModePfdToPosix(pfd)); in assertTranslate()
|
/aosp12/system/chre/build/sys_support/qcom/ |
H A D | chre.scons | 118 env['SHLINKGRP'] = ' -shared -fPIC -Bsymbolic --start-group $QDSP6OBJS1 $QDSP6OBJS3 $SOURCES.posix'… 119 ' $QDSP6OBJS4 $SKEL_DEP --end-group ${HEXAGONLD_MAP_CMD} ${TARGET.posix}.map' 122 env.Replace(SHLINKCOM="${TEMPFILE('$SHLINK $SHLINKFLAGS $HEXAGON_OUTPUT_CMD $TARGET.posix $SHLINKGR…
|
/aosp12/build/make/ |
H A D | envsetup.sh | 1168 …-prune -o \( -regextype posix-egrep -iregex '(.*\/Makefile|.*\/Makefile\..*|.*\.make|.*\.mak|.*\.m… 1174 …find . -name .repo -prune -o -name .git -prune -o -regextype posix-egrep -iregex '.*\.(c|h|cpp|hpp…
|
/aosp12/build/ |
H A D | envsetup.sh | 1168 …-prune -o \( -regextype posix-egrep -iregex '(.*\/Makefile|.*\/Makefile\..*|.*\.make|.*\.mak|.*\.m… 1174 …find . -name .repo -prune -o -name .git -prune -o -regextype posix-egrep -iregex '.*\.(c|h|cpp|hpp…
|
/aosp12/bionic/libc/malloc_hooks/ |
H A D | README.md | 47 For posix\_memalign, if \_\_memalign\_hook has been set, then the hook is
|
/aosp12/packages/modules/adb/ |
H A D | Android.bp | 240 "sysdeps/posix/network.cpp",
|
/aosp12/bionic/docs/ |
H A D | status.md | 14 https://android.googlesource.com/platform/bionic/+/master/tests/headers/posix/
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | README.md | 344 posix\_memalign(&pointer, alignment, size)
|