/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | AdapterVk.cpp | 70 mPCIInfo.name = mDeviceInfo.properties.deviceName; in InitializeImpl()
|
H A D | VulkanInfo.cpp | 112 GatherInstanceExtensions(GetVulkanLayerInfo(layer).name, in GatherGlobalInfo()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | compiler_test.cpp | 30 return TFunctionLookup::GetMangledName(node->getFunction()->name().data(), in GetSymbolTableMangledName()
|
/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/ |
H A D | lookup_dep.py | 117 # Priority 2: Match full class name (any case), if it's a class name 230 abs_unprocessed_jar_path.parent.resolve() / abs_unprocessed_jar_path.name) 261 """Returns list of jar members by name.""" 289 """Guess the fully qualified class name from the path to the source file."""
|
/third_party/skia/third_party/externals/harfbuzz/ |
H A D | git.mk | 177 find "`test -z "$(top_srcdir)" && echo . || echo "$(top_srcdir)"`" -name Makefile.am | while read x; do \
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset.cc | 49 #include "hb-ot-name-table.hh" 173 /* TODO Not all tables are glyph-related. 'name' table size for example should not be in _subset() 290 case HB_OT_TAG_name: return _subset<const OT::name> (plan); in _subset_table()
|
/third_party/python/Lib/test/ |
H A D | test_robotparser.py | 233 Disallow: /some/path?name=value 236 bad = ['/some/path?name=value'] 324 name='HTTPServer serving',
|
H A D | test_tabnanny.py | 75 self.file_path = f.name
|
H A D | test_thread.py | 79 @unittest.skipIf(os.name not in ("nt", "posix"), 'test meant for nt and posix')
|
/third_party/python/Modules/_blake2/ |
H A D | blake2s_impl.c | 374 {"name", (getter)py_blake2s_get_name, 412 .name = "_blake2.blake2s",
|
H A D | blake2b_impl.c | 374 {"name", (getter)py_blake2b_get_name, 412 .name = "_blake2.blake2b",
|
/third_party/python/Include/internal/ |
H A D | pycore_ast_state.h | 218 PyObject *name; member
|
/third_party/python/Modules/ |
H A D | _queuemodule.c | 390 .name = "_queue.SimpleQueue",
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | castable.h | 66 /// The type name 67 const char* name; member
|
/third_party/skia/tools/ |
H A D | ToolUtils.h | 72 sk_sp<SkTypeface> create_portable_typeface(const char* name, SkFontStyle style);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | messagepattern.h | 8 * file name: messagepattern.h 169 * The argument name. 399 * (e.g., argument number too high, argument name too long, etc.) 439 * (e.g., argument number too high, argument name too long, etc.) 459 * (e.g., argument number too high, argument name too long, etc.) 479 * (e.g., argument number too high, argument name too long, etc.) 499 * (e.g., argument number too high, argument name too long, etc.) 584 * Validates and parses an argument name or argument number string. 585 * An argument name must be a "pattern identifier", that is, it must contain 588 * @param name Inpu [all...] |
H A D | ucptrie.h | 103 const char *name; member 321 * Use the name of this macro as a "dataAccess" parameter in other macros. 331 * Use the name of this macro as a "dataAccess" parameter in other macros. 341 * Use the name of this macro as a "dataAccess" parameter in other macros.
|
/third_party/toybox/porting/liteos_a/toys/net/ |
H A D | ping.c | 109 if (FLAG(6) || strchr(toys.which->name, '6')) family = AF_INET6; in ping_main()
|
/third_party/toybox/toys/net/ |
H A D | ftpget.c | 20 transfer, optionally saving under a LOCAL name. Can also send, list, etc. 134 toys.optflags |= (toys.which->name[3]=='g') ? FLAG_g : FLAG_s; in ftpget_main()
|
H A D | ping.c | 131 if (FLAG(6) || strchr(toys.which->name, '6')) family = AF_INET6; in ping_main()
|
/third_party/typescript/tests/issues_cookbook_tests/ |
H A D | autotest_sdk.py | 61 hvigorw_tool = ".\hvigorw.bat" if os.name == "nt" else "./hvigorw"
|
/third_party/unity/test/ |
H A D | rakefile_helper.rb | 166 "--align-pointer=type --align-reference=name " \ 228 }.each_pair do |name, defs| 229 report "\nRunning Memory Addon #{name}" 242 test_base = File.basename("memory_test_#{name}", C_EXTENSION)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | keyofAndIndexedAccessErrors.js | 3 name: string; 20 type T10 = Shape["name"]; 22 type T12 = Shape["name" | "foo"]; // Error 63 let x1 = getProperty(shape, "name"); 65 let x3 = getProperty(shape, cond ? "name" : "size"); // Error 66 setProperty(shape, "name", "rectangle"); 68 setProperty(shape, cond ? "name" : "size", 10); // Error 170 var x1 = getProperty(shape, "name");
172 var x3 = getProperty(shape, cond ? "name" : "size"); // Error
173 setProperty(shape, "name", "rectangl [all...] |
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/ |
H A D | egl.h | 220 EGLAPI const char * APIENTRY eglQueryString(EGLDisplay dpy, EGLint name);
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/ |
H A D | egl.h | 220 EGLAPI const char * APIENTRY eglQueryString(EGLDisplay dpy, EGLint name);
|