| /third_party/skia/infra/bots/gen_tasks_logic/ |
| D | schema.go | 24 func (p parts) equal(part string, eq ...string) bool { func 38 func (p parts) role(eq ...string) bool { 43 func (p parts) os(eq ...string) bool { 49 func (p parts) compiler(eq ...string) bool { 54 func (p parts) model(eq ...string) bool { 60 func (p parts) frequency(eq ...string) bool { 67 func (p parts) cpu(eq ...string) bool { 80 func (p parts) gpu(eq ...string) bool { 92 func (p parts) arch(eq ...string) bool { 99 func (p parts) extraConfig(eq ...string) bool { [all …]
|
| /third_party/glib/glib/ |
| D | gtester.c | 276 gchar *string) in queue_gfree() 561 gchar *equal = argv[i] + 2; in parse_args() local 573 gchar *equal = argv[i] + 2; in parse_args() local 585 gchar *equal = argv[i] + 10; in parse_args() local 597 gchar *equal = argv[i] + 2; in parse_args() local 609 gchar *equal = argv[i] + 2; in parse_args() local 654 gchar *equal = argv[i] + 6; in parse_args() local
|
| D | gvariant.c | 1259 g_variant_new_string (const gchar *string) in g_variant_new_string() 1290 g_variant_new_take_string (gchar *string) in g_variant_new_take_string() 1327 gchar *string; in g_variant_new_printf() local 1382 g_variant_is_object_path (const gchar *string) in g_variant_is_object_path() 1426 g_variant_is_signature (const gchar *string) in g_variant_is_signature() 1611 GVariant *string; in g_variant_get_strv() local 1660 GVariant *string; in g_variant_dup_strv() local 1748 GVariant *string; in g_variant_get_objv() local 1797 GVariant *string; in g_variant_dup_objv() local 1829 g_variant_new_bytestring (const gchar *string) in g_variant_new_bytestring() [all …]
|
| /third_party/node/lib/ |
| D | assert.js | 417 assert.equal = function equal(actual, expected, message) { function 986 function internalMatch(string, regexp, message, fn) { argument 1028 assert.match = function match(string, regexp, message) { argument 1039 assert.doesNotMatch = function doesNotMatch(string, regexp, message) { argument 1055 equal: assert.strictEqual, property
|
| /third_party/libsoup/libsoup/ |
| D | soup-headers.c | 539 const char *param, *equal, *value; in soup_header_parse_quality_list() local 895 append_param_rfc5987 (GString *string, in append_param_rfc5987() 909 append_param_quoted (GString *string, in append_param_quoted() 930 append_param_internal (GString *string, in append_param_internal() 974 soup_header_g_string_append_param_quoted (GString *string, in soup_header_g_string_append_param_quoted() 1006 soup_header_g_string_append_param (GString *string, in soup_header_g_string_append_param()
|
| /third_party/boost/boost/filesystem/ |
| D | path.hpp | 435 const std::string string() const in string() function in boost::filesystem::path 443 const std::string string(const codecvt_type& cvt) const in string() function in boost::filesystem::path 457 const std::string& string() const { return m_pathname; } in string() function in boost::filesystem::path 458 const std::string& string(const codecvt_type&) const { return m_pathname; } in string() function in boost::filesystem::path 696 bool equal(const iterator & rhs) const in equal() function in boost::filesystem::path::iterator 738 bool equal(const reverse_iterator& rhs) const { return m_itr == rhs.m_itr; } in equal() function in boost::filesystem::path::reverse_iterator 961 std::string path::string<std::string>() const in string() function in boost::filesystem::path 965 std::wstring path::string<std::wstring>() const in string() function in boost::filesystem::path 969 std::string path::string<std::string>(const codecvt_type& cvt) const in string() function in boost::filesystem::path 973 std::wstring path::string<std::wstring>(const codecvt_type& cvt) const in string() function in boost::filesystem::path
|
| /third_party/node/deps/npm/node_modules/uri-js/dist/es5/ |
| D | uri.all.js | 282 function mapDomain(string, fn) { argument 311 function ucs2decode(string) { argument 659 return mapDomain(input, function (string) { argument 676 return mapDomain(input, function (string) { argument 1136 function equal(uriA, uriB, options) { function
|
| /third_party/typescript/tests/baselines/reference/ |
| D | parserharness.js | 29 function switchToForwardSlashes(path: string) { 33 function filePath(fullPath: string) { 89 export function bug(id: string) { 96 export function bugs(content: string) { 103 export function is(result: boolean, msg?: string) { 117 export function equal(actual, expected) { function 135 …tion compilerWarning(result: Compiler.CompilerResult, line: number, column: number, desc: string) { 200 export function splitContentByNewlines(content: string) { 212 export function readFile(path: string) { 260 export function emitLog(field: string, ...params: any[]) { [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmGraphicsShaderTestUtil.cpp | 257 const map<string, string>& testCodeFragments_, in InstanceContext() 329 const std::map<std::string, std::string>& testCodeFragments, in createInstanceContext() 355 const std::map<std::string, std::string>& testCodeFragments) in createInstanceContext() 364 const std::map<std::string, std::string>& testCodeFragments) in createInstanceContext() 474 string makeVertexShaderAssembly (const map<string, string>& fragments) in makeVertexShaderAssembly() 557 string makeTessControlShaderAssembly (const map<string, string>& fragments) in makeTessControlShaderAssembly() 681 string makeTessEvalShaderAssembly (const map<string, string>& fragments) in makeTessEvalShaderAssembly() 830 string makeGeometryShaderAssembly (const map<string, string>& fragments) in makeGeometryShaderAssembly() 953 string makeFragmentShaderAssembly (const map<string, string>& fragments) in makeFragmentShaderAssembly() 4478 bool equal = true; in runAndVerifyDefaultPipeline() local [all …]
|
| /third_party/glib/glib/tests/ |
| D | gvariant.c | 55 append_type_string (GString *string, in append_type_string() 192 append_tuple_type_string (GString *string, in append_tuple_type_string() 379 GString *string; in describe_type() local 875 GString *string; in describe_info() local 1960 gchar string[200]; member 1982 make_random_string (gchar *string, in make_random_string() 2633 gboolean equal; in tree_instance_check_gvariant() local 2663 gboolean equal; in tree_instance_check_gvariant() local 2681 gboolean equal; in tree_instance_check_gvariant() local 2820 gboolean equal; in tree_instance_check_iter() local [all …]
|
| /third_party/glib/gio/tests/ |
| D | gmenumodel.c | 43 indent_string (GString *string, in indent_string() 51 g_menu_markup_print_string (GString *string, in g_menu_markup_print_string() 538 gboolean equal = TRUE; in check_menus_equal() local 610 GString *string; in assert_menus_equal() local
|
| D | actions.c | 586 gboolean equal; in compare_action_groups() local 981 GString *string; in state_changed() local
|
| /third_party/glslang/StandAlone/ |
| D | StandAlone.cpp | 216 const size_t equal = def.find_first_of("="); in addDef() local 362 void ProcessResourceSetBindingBase(int& argc, char**& argv, std::array<std::vector<std::string>, ES… in ProcessResourceSetBindingBase()
|
| /third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/ |
| D | ajv.bundle.js | 1075 equal: require('fast-deep-equal'), property 5517 function mapDomain(string, fn) { argument 5546 function ucs2decode(string) { argument 5894 return mapDomain(input, function (string) { argument 5911 return mapDomain(input, function (string) { argument 6371 function equal(uriA, uriB, options) { function
|
| D | ajv.min.js | 2 … define&&define.amd?define([],e):("undefined"!=typeof window?window:"undefined"!=typeof global?glo… argument
|
| /third_party/glslang/SPIRV/ |
| D | SpvBuilder.cpp | 1208 void Builder::addName(Id id, const char* string) in addName() 1217 void Builder::addMemberName(Id id, int memberNumber, const char* string) in addMemberName() 1276 for (auto string : strings) in addDecoration() local 1363 for (auto string : strings) in addMemberDecoration() local 2252 Id Builder::createCompositeCompare(Decoration precision, Id value1, Id value2, bool equal) in createCompositeCompare()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cGPUShaderFP64Tests.cpp | 1567 std::string& string) in replaceToken() 3699 std::string string = boilerplate_shader_template_code; in prepareBoilerplateShader() local 4017 std::string string = test_shader_template_code; in prepareTestShader() local 4072 std::string string = test_shader_template_code; in prepareTestComputeShader() local 12384 static tcu::Vector<glw::GLuint, Size> equal(const tcu::Vector<glw::GLdouble, Size>& left, in equal() function 15011 std::string string = shader_template_code; in prepareVertexShaderCode() local
|
| /third_party/libxml2/ |
| D | xpath.c | 975 xmlChar *string; member 6319 const xmlChar * string = NULL; in xmlXPathNodeValHash() local 6432 xmlXPathStringHash(const xmlChar * string) { in xmlXPathStringHash() 12960 int equal, ret; in xmlXPathCompOpEval() local
|
| /third_party/gettext/gnulib-local/lib/libxml/ |
| D | xpath.c | 968 xmlChar *string; member 6376 const xmlChar * string = NULL; in xmlXPathNodeValHash() local 6489 xmlXPathStringHash(const xmlChar * string) { in xmlXPathStringHash() 13243 int equal, ret; in xmlXPathCompOpEval() local
|
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| D | spirv_instruction_builder_autogen.cpp | 145 void WriteString(Blob *blob, IdResult idResult, LiteralString string) in WriteString() 2462 IdMemorySemantics equal, in WriteAtomicCompareExchange()
|
| D | spirv_instruction_parser_autogen.cpp | 112 void ParseString(const uint32_t *_instruction, IdResult *idResult, LiteralString *string) in ParseString() 2965 IdMemorySemantics *equal, in ParseAtomicCompareExchange()
|
| /third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/ |
| D | plotlyjs-bundle.js | 1 …on"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=t… property
|