Home
last modified time | relevance | path

Searched refs:uname (Results 151 - 175 of 256) sorted by relevance

1234567891011

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp1799 const std::string uname = (arrayInstance ? getUniformName("colors", 0, bindNdx/2) : getUniformName("colors", bindNdx/2)); in generateShaders() local
1802 << " color = " << uname << (bindNdx%2 == 0 ? ".color1" : ".color2") << ";\n" in generateShaders()
1904 const std::string uname = (arrayInstance ? getUniformName("colors", 0, bindNdx/2) : getUniformName("colors", bindNdx/2)); in generateShaders() local
1907 << " color = " << uname << (bindNdx%2 == 0 ? ".color1" : ".color2") << ";\n" in generateShaders()
2068 const std::string uname = (arrayInstance ? getUniformName("colors", 0, bindNdx/2) : getUniformName("colors", bindNdx/2)); in generateShaders() local
2071 << " color = " << uname << (bindNdx%2 == 0 ? ".color1" : ".color2") << ";\n" in generateShaders()
2173 const std::string uname = (arrayInstance ? getUniformName("colors", 0, bindNdx/2) : getUniformName("colors", bindNdx/2)); in generateShaders() local
2176 << " color = " << uname << (bindNdx%2 == 0 ? ".color1" : ".color2") << ";\n" in generateShaders()
/third_party/spirv-tools/test/opt/
H A Dinst_bindless_check_test.cpp1630 // layout(set = 6, binding=3) uniform uname { float a; } uniformBuffer[];
1654 OpName %uname "uname"
1655 OpMemberName %uname 0 "a"
1659 OpMemberDecorate %uname 0 Offset 0
1660 OpDecorate %uname Block
1677 %uname = OpTypeStruct %float
1678 %_runtimearr_uname = OpTypeRuntimeArray %uname
1934 // layout(set=7, binding=3) uniform uname { float a; } uniformBuffer;
1955 OpName %uname "unam
[all...]
/third_party/node/
H A DMakefile12 OSTYPE := $(shell uname -s | tr '[:upper:]' '[:lower:]')
16 ARCHTYPE := $(shell uname -m | tr '[:upper:]' '[:lower:]')
894 PLATFORM=$(shell uname | tr '[:upper:]' '[:lower:]')
900 UNAME_M=$(shell uname -m)
919 ifeq ($(findstring OS/390,$(shell uname -s)),OS/390)
931 ifeq ($(findstring powerpc,$(shell uname -p)),powerpc)
/third_party/eudev/
H A Dcompile52 case `uname -s` in
/third_party/googletest/googletest/test/
H A Dgoogletest-output-test.py55 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
/third_party/mesa3d/.gitlab-ci/
H A Ddeqp-runner.sh20 export VK_ICD_FILENAMES=`pwd`/install/share/vulkan/icd.d/"$VK_DRIVER"_icd.${VK_CPU:-`uname -m`}.json
/third_party/lame/
H A Dcompile52 case `uname -s` in
/third_party/ltp/testcases/cve/
H A Dmeltdown.c282 if (uname(&utsname) < 0) in find_kernel_symbol()
283 tst_brk(TBROK | TERRNO, "uname"); in find_kernel_symbol()
/third_party/node/deps/cares/
H A Dcompile52 case `uname -s` in
/third_party/node/deps/cares/config/
H A Dcompile52 case `uname -s` in
/third_party/libevdev/build-aux/
H A Dcompile52 case `uname -s` in
/third_party/ltp/testcases/kernel/power_management/
H A Dpm_include.sh19 case "$(uname -m)" in
150 export kernel_version=`uname -r | awk -F. '{print $1"."$2"."$3}' \
/third_party/skia/third_party/externals/libpng/
H A Dcompile52 case `uname -s` in
/third_party/skia/third_party/externals/microhttpd/
H A Dcompile52 case `uname -s` in
/third_party/toybox/toys/pending/
H A Dbootchartd.c187 if (uname(&uts) < 0) perror_exit("uname"); in stop_logging()
188 fprintf(hdr_fp, "system.uname = %s %s %s %s\n", uts.sysname, uts.release, in stop_logging()
/third_party/skia/modules/canvaskit/
H A Dcompile.sh344 if [[ `uname` != "Linux" ]]; then
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A Dconfig.pm168 # The MACHINE part of the array POSIX::uname() returns on VMS isn't
206 # Look for ISC/SCO with its unique uname program
208 return undef unless IPC::Cmd::can_run('uname');
210 open UNAME, "uname -X 2>/dev/null|" or return '';
253 ($SYSTEM, undef, $RELEASE, $VERSION, $MACHINE) = POSIX::uname();
406 # 'Windows NT' is the system name according to POSIX::uname()!
774 my $REL = uname('-r');
927 # otherwise the SYSTEM we got from from POSIX::uname().
/third_party/openssl/util/perl/OpenSSL/
H A Dconfig.pm168 # The MACHINE part of the array POSIX::uname() returns on VMS isn't
206 # Look for ISC/SCO with its unique uname program
208 return undef unless IPC::Cmd::can_run('uname');
210 open UNAME, "uname -X 2>/dev/null|" or return '';
253 ($SYSTEM, undef, $RELEASE, $VERSION, $MACHINE) = POSIX::uname();
398 # 'Windows NT' is the system name according to POSIX::uname()!
766 my $REL = uname('-r');
919 # otherwise the SYSTEM we got from from POSIX::uname().
/third_party/protobuf/
H A Dtests.sh314 if [ $(uname -s) == "Linux" ]; then
364 if [ $(uname -s) == "Linux" ]; then
/third_party/python/Lib/test/
H A Dtest_tarfile.py618 self.assertEqual(tarinfo.uname, "tarfile",
619 "wrong uname for %s" % tarinfo.name)
924 kwargs["uname"] = "tarfile"
1134 self.assertEqual(tarinfo.uname, "foo")
1140 self.assertEqual(tarinfo.uname, "")
1146 self.assertEqual(tarinfo.uname, "tarfile")
1411 tarinfo.uname = "foo"
1428 self.assertEqual(tarinfo.uname, "foo")
2097 tarinfo.uname = "\xe4\xf6\xfc"
2109 self.assertIs(type(t.uname), st
[all...]
/third_party/f2fs-tools/mkfs/
H A Df2fs_format_main.c121 if ((uname(&uts) != 0) || in kernel_version_over()
/third_party/libbpf/src/
H A Dlibbpf_probes.c29 * uname() call will return 5.4.0 in info.release.
61 * uname() call will return 4.19.0 in info.release.
90 uname(&info); in get_kernel_version()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dattrib.h387 extern char *ntfs_attr_name_get(const ntfschar *uname, const int uname_len);
/third_party/pcre2/pcre2/src/sljit/
H A DsljitExecAllocator.c122 uname(&name); in get_map_jit_flag()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Ddriver_utils.cpp262 if (uname(&uname_info) != 0) in GetLinuxOSVersion()

Completed in 23 milliseconds

1234567891011