/third_party/node/deps/npm/node_modules/mime-db/ |
D | db.json | 3 "source": "iana" string 6 "source": "iana", string 10 "source": "iana", string 14 "source": "iana" string 17 "source": "iana" string 20 "source": "iana", string 24 "source": "iana", string 28 "source": "iana", string 32 "source": "iana", string 36 "source": "iana", string [all …]
|
/third_party/typescript/src/testRunner/unittests/ |
D | incrementalParser.ts | 123 const source = "class C {\r\n" + constant 139 const source = "class C {\r\n" + constant 155 … const source = "class C { public foo1() { /; } public foo2() { return 1;} public foo3() { } }"; constant 165 … const source = "class C { public foo1() { ; } public foo2() { return 1/;} public foo3() { } }"; constant 175 … const source = "class C { public foo1() { /; } public foo2() { return 1; } public foo3() { } }"; constant 185 … const source = "class C { public foo1() { /; } public foo2() { return 1; } public foo3() { } }"; constant 194 … const source = "//class C { public foo1() { /; } public foo2() { return 1; } public foo3() { } }"; constant 203 …const source = "class C { public foo1() { /; } public foo2() { */ return 1; } public foo3() { } }"; constant 214 const source = "class C {\r\n" + constant 229 const source = "interface I { a: number; b: string; (c): d; new (e): f; g(): h }"; constant [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | BufferVariables_test.cpp | 37 const std::string &source = in TEST_F() local 55 const std::string &source = in TEST_F() local 70 const std::string &source = in TEST_F() local 88 const std::string &source = in TEST_F() local 107 const std::string &source = in TEST_F() local 122 const std::string &source = in TEST_F() local 140 const std::string &source = in TEST_F() local 157 const std::string &source = in TEST_F() local 175 const std::string &source = in TEST_F() local 193 const std::string &source = in TEST_F() local [all …]
|
D | AtomicCounter_test.cpp | 38 const std::string &source = in TEST_F() local 78 const std::string &source = in TEST_F() local 93 const std::string &source = in TEST_F() local 108 const std::string &source = in TEST_F() local 123 const std::string &source = in TEST_F() local 139 const std::string &source = in TEST_F() local 155 const std::string &source = in TEST_F() local 172 const std::string &source = in TEST_F() local 188 const std::string &source = in TEST_F() local 203 const std::string &source = in TEST_F() local [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | BufferVariables_test.cpp | 47 const std::string &source = in TEST_F() local 65 const std::string &source = in TEST_F() local 80 const std::string &source = in TEST_F() local 98 const std::string &source = in TEST_F() local 117 const std::string &source = in TEST_F() local 132 const std::string &source = in TEST_F() local 150 const std::string &source = in TEST_F() local 167 const std::string &source = in TEST_F() local 185 const std::string &source = in TEST_F() local 203 const std::string &source = in TEST_F() local [all …]
|
D | AtomicCounter_test.cpp | 38 const std::string &source = in TEST_F() local 78 const std::string &source = in TEST_F() local 93 const std::string &source = in TEST_F() local 108 const std::string &source = in TEST_F() local 123 const std::string &source = in TEST_F() local 139 const std::string &source = in TEST_F() local 155 const std::string &source = in TEST_F() local 172 const std::string &source = in TEST_F() local 188 const std::string &source = in TEST_F() local 203 const std::string &source = in TEST_F() local [all …]
|
/third_party/boost/tools/quickbook/test/unit/ |
D | source_map_test.cpp | 17 quickbook::string_view source("First Line\nSecond Line"); in simple_map_tests() local 190 quickbook::string_view source(" Code line1\n" in indented_map_tests() local 287 quickbook::string_view source(" Code line1\n" in indented_map_tests2() local 327 quickbook::string_view source("\n\n Code line1\n"); in indented_map_leading_blanks_test() local 337 quickbook::string_view source(" \n \n Code line1\n"); in indented_map_leading_blanks_test() local 347 quickbook::string_view source(" Code line1\n \n Code line2"); in indented_map_leading_blanks_test() local 363 quickbook::string_view source("\n\n Code line1\n "); in indented_map_trailing_blanks_test() local 373 quickbook::string_view source(" \n \n Code line1\n "); in indented_map_trailing_blanks_test() local 383 quickbook::string_view source(" Code line1\n \n Code line2\n "); in indented_map_trailing_blanks_test() local 399 quickbook::string_view source("\tCode line 1\n Code line 2\n\t " in indented_map_mixed_test() local [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeShaderDirectiveTests.cpp | 82 const char* const source = shaderSource.c_str(); in verifyShader() local 115 std::ostringstream source; in primitive_bounding_box() local 130 const std::string source = "#version 320 es\n" in primitive_bounding_box() local 143 const std::string source = "#version 320 es\n" in primitive_bounding_box() local 156 const std::string source = "#version 320 es\n" in primitive_bounding_box() local 193 std::ostringstream source; in blend_equation_advanced() local 222 std::ostringstream source; in sample_variables() local 251 std::ostringstream source; in shader_image_atomic() local 283 std::ostringstream source; in shader_multisample_interpolation() local 297 std::ostringstream source; in shader_multisample_interpolation() local [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | thisInGenericStaticMembers.js | 7 return source; field in A 18 return source; field in B 34 A.one = function (source, value) { argument 37 A.two = function (source) { argument 45 B.one = function (source, value) { argument 48 B.two = function (source) { argument
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
D | loop_fission.cpp | 67 const std::string source = R"(OpCapability Shader in TEST_F() local 229 const std::string source = R"(OpCapability Shader in TEST_F() local 316 const std::string source = R"(OpCapability Shader in TEST_F() local 425 const std::string source = R"( in TEST_F() local 736 const std::string source = R"(OpCapability Shader in TEST_F() local 918 const std::string source = R"(OpCapability Shader in TEST_F() local 1099 const std::string source = R"( in TEST_F() local 1309 const std::string source = R"(OpCapability Shader in TEST_F() local 1427 const std::string source = R"( in TEST_F() local 1652 const std::string source = R"(OpCapability Shader in TEST_F() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | loop_fission.cpp | 67 const std::string source = R"(OpCapability Shader in TEST_F() local 229 const std::string source = R"(OpCapability Shader in TEST_F() local 316 const std::string source = R"(OpCapability Shader in TEST_F() local 425 const std::string source = R"( in TEST_F() local 736 const std::string source = R"(OpCapability Shader in TEST_F() local 918 const std::string source = R"(OpCapability Shader in TEST_F() local 1099 const std::string source = R"( in TEST_F() local 1309 const std::string source = R"(OpCapability Shader in TEST_F() local 1427 const std::string source = R"( in TEST_F() local 1652 const std::string source = R"(OpCapability Shader in TEST_F() local [all …]
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
D | loop_fission.cpp | 67 const std::string source = R"(OpCapability Shader in TEST_F() local 229 const std::string source = R"(OpCapability Shader in TEST_F() local 316 const std::string source = R"(OpCapability Shader in TEST_F() local 425 const std::string source = R"( in TEST_F() local 736 const std::string source = R"(OpCapability Shader in TEST_F() local 918 const std::string source = R"(OpCapability Shader in TEST_F() local 1099 const std::string source = R"( in TEST_F() local 1309 const std::string source = R"(OpCapability Shader in TEST_F() local 1427 const std::string source = R"( in TEST_F() local 1652 const std::string source = R"(OpCapability Shader in TEST_F() local [all …]
|
/third_party/boost/libs/python/src/converter/ |
D | from_python.cpp | 39 PyObject* source in rvalue_from_python_stage1() 91 PyObject* source, rvalue_from_python_stage1_data& data, registration const& converters) in rvalue_from_python_stage2() 121 PyObject* source in get_lvalue_from_python() 174 PyObject* source in implicit_rvalue_convertible_from_python() 198 …void throw_no_lvalue_from_python(PyObject* source, registration const& converters, char const* ref… in throw_no_lvalue_from_python() 220 PyObject* source in lvalue_result_from_python() 251 BOOST_PYTHON_DECL void throw_no_pointer_from_python(PyObject* source, registration const& converter… in throw_no_pointer_from_python() 256 BOOST_PYTHON_DECL void throw_no_reference_from_python(PyObject* source, registration const& convert… in throw_no_reference_from_python() 262 PyObject* source in reference_result_from_python() 269 PyObject* source in pointer_result_from_python() [all …]
|
/third_party/boost/boost/graph/distributed/adjlist/ |
D | handlers.hpp | 50 handle_add_vertex_with_property(int source, int tag, in handle_add_vertex_with_property() 64 handle_add_vertex_with_property_and_reply(int source, int tag, in handle_add_vertex_with_property_and_reply() 82 handle_add_edge(int source, int tag, const msg_add_edge_data& data, in handle_add_edge() 92 handle_add_edge_with_reply(int source, int tag, const msg_add_edge_data& data, in handle_add_edge_with_reply() 103 handle_add_edge_with_property(int source, int tag, in handle_add_edge_with_property() 115 (int source, int tag, in handle_add_edge_with_property_and_reply() 128 handle_nonlocal_edge(int source, int tag, in handle_nonlocal_edge() 138 handle_remove_edge(int source, int tag, in handle_remove_edge()
|
/third_party/skia/third_party/externals/tint/src/ |
D | program_builder.h | 306 traits::EnableIfIsType<T, ast::Node>* create(const Source& source, in create() 403 const ast::Bool* bool_(const Source& source) const { in bool_() 412 const ast::F32* f32(const Source& source) const { in f32() 421 const ast::I32* i32(const Source& source) const { in i32() 430 const ast::U32* u32(const Source& source) const { in u32() 439 const ast::Void* void_(const Source& source) const { in void_() 454 const ast::Vector* vec(const Source& source, in vec() 518 const ast::Matrix* mat(const Source& source, in mat() 688 const ast::Array* array(const Source& source, in array() 739 const ast::TypeName* type_name(const Source& source, NAME&& name) const { in type_name() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | UTF16.java | 199 public static int charAt(String source, int offset16) { in charAt() 207 private static int _charAt(String source, int offset16, char single) { in _charAt() 252 public static int charAt(CharSequence source, int offset16) { in charAt() 260 private static int _charAt(CharSequence source, int offset16, char single) { in _charAt() 307 public static int charAt(StringBuffer source, int offset16) { in charAt() 358 public static int charAt(char source[], int start, int limit, int offset16) { in charAt() 408 public static int charAt(Replaceable source, int offset16) { in charAt() 474 public static int bounds(String source, int offset16) { in bounds() 509 public static int bounds(StringBuffer source, int offset16) { in bounds() 548 public static int bounds(char source[], int start, int limit, int offset16) { in bounds() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UTF16.java | 219 public static int charAt(String source, int offset16) { in charAt() 227 private static int _charAt(String source, int offset16, char single) { in _charAt() 273 public static int charAt(CharSequence source, int offset16) { in charAt() 281 private static int _charAt(CharSequence source, int offset16, char single) { in _charAt() 329 public static int charAt(StringBuffer source, int offset16) { in charAt() 381 public static int charAt(char source[], int start, int limit, int offset16) { in charAt() 432 public static int charAt(Replaceable source, int offset16) { in charAt() 500 public static int bounds(String source, int offset16) { in bounds() 536 public static int bounds(StringBuffer source, int offset16) { in bounds() 576 public static int bounds(char source[], int start, int limit, int offset16) { in bounds() [all …]
|
/third_party/curl/lib/ |
D | memdebug.c | 105 static bool countcheck(const char *func, int line, const char *source) in countcheck() 130 void *curl_dbg_malloc(size_t wantedsize, int line, const char *source) in curl_dbg_malloc() 157 int line, const char *source) in curl_dbg_calloc() 184 char *curl_dbg_strdup(const char *str, int line, const char *source) in curl_dbg_strdup() 208 wchar_t *curl_dbg_wcsdup(const wchar_t *str, int line, const char *source) in curl_dbg_wcsdup() 236 int line, const char *source) in curl_dbg_realloc() 274 void curl_dbg_free(void *ptr, int line, const char *source) in curl_dbg_free() 300 int line, const char *source) in curl_dbg_socket() 324 const char *source) in curl_dbg_send() 338 const char *source) in curl_dbg_recv() [all …]
|
/third_party/glib/glib/ |
D | gmain.c | 257 GSource *source; member 321 GSource source; member 329 GSource source; member 341 GSource source; member 374 GSource *source; member 381 #define SOURCE_DESTROYED(source) (((source)->flags & G_HOOK_FLAG_ACTIVE) == 0) argument 382 #define SOURCE_BLOCKED(source) (((source)->flags & G_SOURCE_BLOCKED) != 0) argument 554 GSource *source; in g_main_context_unref() local 953 GSource *source; in g_source_new() local 1003 g_source_set_dispose_function (GSource *source, in g_source_set_dispose_function() [all …]
|
/third_party/libsnd/ |
D | make_lite.py | 5 def count_enclosed_functions (source): argument 21 def find_function_prototype (source, proto_name): argument 29 def find_function_definition (source, func_name): argument 43 def find_include (source, inc_name): argument 51 def find_assign_statement (source, var_name): argument 61 def remove_include (source, inc_name): argument 70 def remove_assign (source, assign_name): argument 79 def remove_prototype (source, proto_name): argument 88 def remove_function (source, func_name): argument 97 def remove_all_assignments (source, var): argument
|
/third_party/icu/icu4c/packaging/ |
D | distrelease.ps1 | 36 $source = "$icuDir\source\dist\icu" variable 37 Get-ChildItem -Path $source -ErrorAction SilentlyContinue | Remove-Item -Recurse variable 38 New-Item -Path $source -ItemType "directory" -ErrorAction SilentlyContinue variable 73 Echo $source variable 81 Compress-7Zip $source -ArchiveFileName $destination -Format Zip variable
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | token.cc | 325 Token::Token(Type type, const Source& source, const std::string& val) in Token() 328 Token::Token(const Source& source, uint32_t val) in Token() 331 Token::Token(const Source& source, int32_t val) in Token() 334 Token::Token(const Source& source, float val) in Token() 337 Token::Token(Type type, const Source& source) : Token(type, source, "") {} in Token()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/ |
D | wayland_event_source.c | 59 GSource source; member 70 WaylandEventSource *source = (WaylandEventSource *) base; in wayland_event_source_prepare() local 98 WaylandEventSource *source = (WaylandEventSource *) base; in wayland_event_source_check() local 116 WaylandEventSource *source = (WaylandEventSource *) base; in wayland_event_source_dispatch() local 134 WaylandEventSource *source = (WaylandEventSource *) base; in wayland_event_source_finalize() local 153 WaylandEventSource *source; in wayland_event_source_new() local
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | xcb_event_source.c | 38 GSource source; member 47 XCBEventSource *source = (XCBEventSource *) base; in xcb_event_source_prepare() local 58 XCBEventSource *source = (XCBEventSource *) base; in xcb_event_source_check() local 69 XCBEventSource *source = (XCBEventSource *) base; in xcb_event_source_dispatch() local 92 XCBEventSource *source; in xcb_event_source_new() local
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deArrayBuffer.cpp | 172 de::ArrayBuffer<int> source(4); in ArrayBuffer_selfTest() local 190 de::ArrayBuffer<int> source(4); in ArrayBuffer_selfTest() local 201 de::ArrayBuffer<int, 64, sizeof(int)> source(4); in ArrayBuffer_selfTest() local 212 de::ArrayBuffer<int, 4, 64> source(4); in ArrayBuffer_selfTest() local 223 de::ArrayBuffer<int, 32, 64> source(4); in ArrayBuffer_selfTest() local
|