/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Shader.cpp | 413 if(attribute.name == attributeName) in getSemanticIndex()
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | DisplaySurfaceKHR.cpp | 37 pProperties->displayMode = (uintptr_t)connector->modes[0].name; in GetDisplayModeProperties()
|
/third_party/openssl/include/crypto/ |
H A D | x509.h | 28 * name entry structure, equivalent to AttributeTypeAndValue defined 92 X509_NAME *issuer; /* CRL issuer name */ 155 ASN1_UTF8STRING *alias; /* "friendly name" */ 368 int x509v3_add_len_value_uchar(const char *name, const unsigned char *value,
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
H A D | Table.java | 198 } else if (tag == Tag.name) { in getBuilder()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | msgfmt.h | 98 * <p>Each argument is matched with one of the input values by array index or argument name 101 * A numbered pattern argument is matched with an argument name that contains that number 104 * <h4><a name="patterns">Patterns and Their Interpretation</a></h4> 336 * <h4><a name="synchronization">Synchronization</a></h4> 587 * Gets subformat pointer for given format name. 595 * @param formatName the name or number specifying a format 602 * Sets one subformat for given format name. 603 * See the class description about format name. 617 * Sets one subformat for given format name. 618 * See the class description about format name [all...] |
/third_party/skia/tests/ |
H A D | OpChainTest.cpp | 105 const char* name() const override { return "TestOp"; }
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLMetalCodeGenerator.h | 140 void writeName(skstd::string_view name);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | AdapterD3D12.cpp | 81 mPCIInfo.name = WCharToUTF8(adapterDesc.Description); in InitializeImpl()
|
/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.
|