/third_party/skia/infra/bots/assets/ccache_linux/ |
H A D | create.py | 21 import utils namespace 32 with utils.tmp_dir():
|
/third_party/skia/infra/bots/assets/bloaty/ |
H A D | create.py | 21 import utils namespace 29 with utils.tmp_dir():
|
/third_party/skia/infra/bots/assets/linux_vulkan_sdk/ |
H A D | create.py | 20 import utils namespace 30 with utils.tmp_dir():
|
/third_party/skia/infra/bots/assets/bazel/ |
H A D | create.py | 19 import utils namespace 27 with utils.tmp_dir():
|
/third_party/skia/infra/bots/assets/go_win/ |
H A D | create.py | 20 import utils namespace 29 with utils.tmp_dir():
|
/third_party/skia/infra/bots/assets/go/ |
H A D | create.py | 20 import utils namespace 29 with utils.tmp_dir():
|
/third_party/skia/infra/bots/assets/scripts/ |
H A D | create_and_upload.py | 20 import utils namespace 28 with utils.tmp_dir():
|
/third_party/skia/infra/bots/assets/clang_win/ |
H A D | create.py | 20 import utils namespace 38 with utils.chdir(target_dir):
|
/third_party/skia/infra/bots/assets/cockroachdb/ |
H A D | create.py | 21 import utils namespace 28 with utils.tmp_dir():
|
/third_party/spirv-tools/test/diff/ |
H A D | diff_test_utils.cpp | 36 kDefaultEnvironment, spvtools::utils::CLIMessageConsumer, src_spirv, in DoStringDiffTest() 42 kDefaultEnvironment, spvtools::utils::CLIMessageConsumer, dst_spirv, in DoStringDiffTest()
|
/third_party/spirv-tools/tools/lint/ |
H A D | lint.cpp | 61 spvtools::Error(spvtools::utils::CLIMessageConsumer, nullptr, {}, in main() 67 linter.SetMessageConsumer(spvtools::utils::CLIMessageConsumer); in main()
|
/third_party/spirv-tools/source/opt/ |
H A D | const_folding_rules.cpp | 337 utils::FloatProxy<float> result(c1_components[i]->GetFloat() * scalar); in FoldVectorTimesScalar() 347 utils::FloatProxy<double> result(c1_components[i]->GetDouble() * in FoldVectorTimesScalar() 489 utils::FloatProxy<float> result(result_scalar); 508 utils::FloatProxy<double> result(result_scalar); 586 utils::FloatProxy<float> result(result_scalar); 606 utils::FloatProxy<double> result(result_scalar); 851 utils::FloatProxy<float> result(result_val); 858 utils::FloatProxy<double> result(result_val); 878 utils::HexFloat<utils [all...] |
/third_party/python/Lib/email/ |
H A D | message.py | 15 from email import utils namespace 55 value = utils.encode_rfc2231(value[2], value[0], value[1]) 62 value = utils.encode_rfc2231(value, 'utf-8', '') 67 return '%s="%s"' % (param, utils.quote(value)) 94 # This is different than utils.collapse_rfc2231_value() because it doesn't 99 return value[0], value[1], utils.unquote(value[2]) 101 return utils.unquote(value) 293 if utils._has_surrogates(payload): 669 params = utils.decode_params(params) 715 param = email.utils [all...] |
/third_party/node/deps/v8/tools/ |
H A D | predictable_wrapper.py | 25 from testrunner.local import utils namespace 32 command.setup(utils.GuessOS(), None)
|
/third_party/node/deps/v8/tools/testrunner/objects/ |
H A D | output.py | 32 from ..local import utils namespace 54 if utils.IsWindows():
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | GrallocAndroid.hpp | 23 # include <utils/StrongPointer.h> 27 # include <utils/StrongPointer.h>
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | GrallocAndroid.hpp | 23 # include <utils/StrongPointer.h> 27 # include <utils/StrongPointer.h>
|
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
H A D | DawnPerfTestPlatform.h | 26 namespace utils { namespace 80 std::unique_ptr<utils::Timer> mTimer;
|
/third_party/skia/third_party/externals/sfntly/cpp/tools/ |
H A D | generate_font_data_xml.py | 23 from utils import FixPath 24 from utils import GetFontList
|
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | enum_set.h | 25 namespace utils { namespace 240 } // namespace utils 245 /// Custom std::hash specialization for tint::utils::EnumSet<T> 247 class hash<tint::utils::EnumSet<T>> { 251 inline std::size_t operator()(const tint::utils::EnumSet<T>& e) const { in operator ()()
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | zsh.rs | 5 use crate::generator::{utils, Generator}; 113 let mut all_subcommands = utils::all_subcommands(p); in subcommand_details() 227 let subcommand_names = utils::subcommands(parent); in get_subcommands_of() 359 if let Some(values) = crate::generator::utils::possible_values(arg) { in value_completion() 546 for f in utils::flags(p) { in write_flags_of()
|
H A D | fish.rs | 5 use crate::generator::{utils, Generator}; 111 for flag in utils::flags(cmd) { in gen_fish_inner() 162 if let Some(data) = crate::generator::utils::possible_values(option) { in value_completion()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | Makefile | 48 CFLAGS += -I$(abspath ../src/utils) 53 CFLAGS += -I$(abspath ../../../../drivers/framework/include/utils) 54 CFLAGS += -I$(abspath ../../../../drivers/framework/utils/include) 150 OBJS += ../src/utils/common.o 151 OBJS += ../src/utils/wpa_debug.o 152 OBJS += ../src/utils/wpabuf.o 153 OBJS += ../src/utils/bitfield.o 157 OBJS_p += ../src/utils/common.o 158 OBJS_p += ../src/utils/wpa_debug.o 159 OBJS_p += ../src/utils/wpabu [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | Makefile | 41 CFLAGS += -I$(abspath ../src/utils) 47 CFLAGS += -I$(abspath ../../../../drivers/framework/include/utils) 48 CFLAGS += -I$(abspath ../../../../drivers/framework/utils/include) 112 OBJS += ../src/ap/utils.o 133 OBJS_c += ../src/utils/os_$(CONFIG_OS).o 156 OBJS += ../src/utils/trace.o 157 HOBJS += ../src/utils/trace.o 173 OBJS += ../src/utils/$(CONFIG_ELOOP).o 174 OBJS_c += ../src/utils/$(CONFIG_ELOOP).o 196 OBJS += ../src/utils/commo [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | Makefile | 35 CFLAGS += -I$(abspath ../src/utils) 41 CFLAGS += -I$(abspath ../../../../drivers/framework/include/utils) 42 CFLAGS += -I$(abspath ../../../../drivers/framework/utils/include) 108 OBJS += ../src/ap/utils.o 129 OBJS_c += ../src/utils/os_$(CONFIG_OS).o 152 OBJS += ../src/utils/trace.o 153 HOBJS += ../src/utils/trace.o 167 OBJS += ../src/utils/$(CONFIG_ELOOP).o 168 OBJS_c += ../src/utils/$(CONFIG_ELOOP).o 190 OBJS += ../src/utils/commo [all...] |