Home
last modified time | relevance | path

Searched refs:name (Results 42976 - 43000 of 64050) sorted by relevance

1...<<1711171217131714171517161717171817191720>>...2562

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DFontInfo.java150 String name = Tag.stringValue(fontTable.headerTag()); in listTables()
157 String[] data = { name, checksum, in listTables()
167 * Gets a list of entries in the name table of a font. These entries contain
168 * information related to the font, such as the font name, style name, and
173 * @return a list of entries in the name table of the font
181 NameTable nameTable = (NameTable) FontUtils.getTable(font, Tag.name); in listNameEntries()
208 NameId.valueOf(entry.nameId()).toString(), entry.name() }; in listNameEntries()
276 String[] header = { "Code point", "Glyph ID", "Unicode-designated name for code point" }; in listChars()
295 // Gets the code point and name o
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.h99 const char *name; member
113 const char *name; member
874 SPVC_PUBLIC_API spvc_result spvc_compiler_set_entry_point(spvc_compiler compiler, const char *name,
878 SPVC_PUBLIC_API const char *spvc_compiler_get_cleansed_entry_point_name(spvc_compiler compiler, const char *name,
900 * This is necessary when reflecting decoration/name information on members of a struct,
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_context.h211 inline void AddExtInstImport(const std::string& name);
366 // having more than one name. This method returns the first one it finds.
387 // erases the name, decorations, and defintion of |id|.
395 // defines a result id, its name and decorations will also be deleted.
450 // Kill all name and decorate ops targeting |id|.
453 // Kill all name and decorate ops targeting the result id of |inst|.
1043 void IRContext::AddExtInstImport(const std::string& name) { in AddExtInstImport() argument
1044 const auto num_chars = name.size(); in AddExtInstImport()
1048 std::memcpy(ext_words.data(), name.data(), num_chars); in AddExtInstImport()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_context.h211 inline void AddExtInstImport(const std::string& name);
366 // having more than one name. This method returns the first one it finds.
387 // erases the name, decorations, and defintion of |id|.
395 // defines a result id, its name and decorations will also be deleted.
450 // Kill all name and decorate ops targeting |id|.
453 // Kill all name and decorate ops targeting the result id of |inst|.
1043 void IRContext::AddExtInstImport(const std::string& name) { in AddExtInstImport() argument
1044 const auto num_chars = name.size(); in AddExtInstImport()
1048 std::memcpy(ext_words.data(), name.data(), num_chars); in AddExtInstImport()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkg_genc.cpp117 specify "GENCCODE_ASSEMBLY=-a name" in the specific config/mh-* file,
118 where the name is the compiler or platform that you used in this
122 const char *name; member
252 if (uprv_strcmp(optAssembly, assemblyHeader[idx].name) == 0) { in checkAssemblyHeaderName()
266 fprintf(stderr, "%s", assemblyHeader[0].name); in printAssemblyHeadersToStdErr()
268 fprintf(stderr, ", %s", assemblyHeader[idx].name); in printAssemblyHeadersToStdErr()
330 /* turn dashes or dots in the entry name into underscores */ in writeAssemblyCode()
344 fprintf(stderr, "genccode: entry name too long (long filename?)\n"); in writeAssemblyCode()
370 fprintf(stderr, "genccode: entry name too long (long filename?)\n"); in writeAssemblyCode()
411 fprintf(stderr, "genccode: entry name to in writeCCode()
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp401 const char* TiXmlBase::ReadName( const char* p, TIXML_STRING * name, TiXmlEncoding encoding ) in ReadName() argument
404 //name->clear(); in ReadName()
406 *name = ""; in ReadName()
427 //(*name) += *p; // expensive in ReadName()
431 name->assign( start, p-start ); in ReadName()
1068 // Read the name. in Parse()
1402 // Read the name, the '=' and the value. in Parse()
1404 p = ReadName( p, &name, encoding ); in Parse()
/third_party/python/Lib/test/
H A Dtest_generators.py125 gen.__name__ = "name"
127 self.assertEqual(gen.__name__, "name")
514 name = frame.f_code.co_name
516 if name.startswith('check_') or name.startswith('call_'):
519 names.append(name)
992 ... def __init__(self, name):
993 ... self.name = name
1012 ... return self.name
[all...]
H A Dtest_abc.py500 def __new__(cls, name, this_bases, d):
501 return meta(name, bases, d)
680 class B(A, metaclass=abc_ABCMeta, name="test"):
682 self.assertEqual(saved_kwargs, dict(name="test"))
H A Dtest_interpreters.py426 with open('{file.name}', 'w', encoding='utf-8') as out:
484 def __init__(self, name):
485 self.name = name
487 return self.name
H A Dtest_launcher.py277 venv_exe = (venv / Path(sys.executable).name)
369 expect[arg] = str(Path(install[None]) / Path(sys.executable).name)
630 # Leave the .exe on the name to ensure we don't add it a second time
631 name = Path(sys.executable).name
633 with self.script(f"#! /usr/bin/env {name} -prearg") as script:
H A Dtest_getpath.py582 """ Test framework layout on macOS with alternate framework name
584 ``--with-framework-name=DebugPython``
674 ``--with-framework-name=DebugPython``
924 name = path.rstrip("\\").rpartition("\\")[0]
925 if name[1:] == ":":
926 return name + "\\"
927 return name
H A Dtest_urllib2_localnet.py119 name, value = part.split("=")
120 name = name.strip()
125 auth_dict[name] = value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h74 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table
361 #define ELF_RELOC(name, value) name = value,
774 Elf32_Word sh_name; // Section name (index into string table)
992 Elf32_Word st_name; // Symbol name (index into string table)
1012 Elf64_Word st_name; // Symbol name (index into string table)
1252 #define DYNAMIC_TAG(name, value) DT_##name = value,
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DProto3MessageInfoFactory.java15 // * Neither the name of Google Inc. nor the names of its
75 * including looking up each field by name. This is done for benchmarking purposes, so that we get
483 private static Field field(String name) { in field() argument
484 return field(Proto3Message.class, name); in field()
487 private static Field field(Class<?> clazz, String name) { in field() argument
489 return clazz.getDeclaredField(name); in field()
/third_party/rust/crates/memchr/bench/src/memchr/
H A Dmod.rs777 ($name:expr, $kind:ident) => { in define_memchr_input1()
780 let name = format!("{}/{}", group, $name); in define_memchr_input1()
782 define(c, &name, corp, Box::new(move |b| bench(search, b))); in define_memchr_input1()
801 ($name:expr, $kind:ident) => { in define_memchr_input2()
804 let name = format!("{}/{}", group, $name); in define_memchr_input2()
806 define(c, &name, corp, Box::new(move |b| bench(search, b))); in define_memchr_input2()
825 ($name:expr, $kind:ident) => { in define_memchr_input3()
828 let name in define_memchr_input3()
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dfallback.rs903 ($($name:ident => $kind:ident,)*) => ($(
904 pub fn $name(n: $kind) -> Literal {
911 ($($name:ident => $kind:ident,)*) => ($(
912 pub fn $name(n: $kind) -> Literal {
/third_party/rust/crates/rustix/src/
H A Dio_uring.rs1049 ($name:ident, $($field:ident),*) => { in io_uring_layouts()
1051 check_type!($name); in io_uring_layouts()
1054 let _test = $name { in io_uring_layouts()
1060 $(check_struct_field!($name, $field));* in io_uring_layouts()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fOcclusionQueryTests.cpp71 OcclusionQueryCase (Context& context, const char* name, const char* description,int numOccluderDraws, int numOccludersPerDraw, float occluderSize, int numTargetDraws, int numTargetsPerDraw, float targetSize, deUint32 queryMode, deUint32 occluderTypes);
97 OcclusionQueryCase::OcclusionQueryCase (Context& context, const char* name, const char* description, int numOccluderDraws, int numOccludersPerDraw, float occluderSize, int numTargetDraws, int numTargetsPerDraw, float targetSize, deUint32 queryMode, deUint32 occluderTypes) in OcclusionQueryCase() argument
98 : TestCase (context, name, description) in OcclusionQueryCase()
110 , m_rnd (deStringHash(name)) in OcclusionQueryCase()
/third_party/vk-gl-cts/modules/internal/
H A DditFrameworkTests.cpp76 CaseListParserCase (tcu::TestContext& testCtx, const char* name, const char* caseList, const MatchCase* subCases, int numSubCases) in CaseListParserCase() argument
77 : tcu::TestCase (testCtx, name, "") in CaseListParserCase()
145 NegativeCaseListCase (tcu::TestContext& testCtx, const char* name, const char* caseList) in NegativeCaseListCase() argument
146 : tcu::TestCase (testCtx, name, "") in NegativeCaseListCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmCrossStageInterfaceTests.cpp645 CrossStageBasicTestsCase (tcu::TestContext &context, const char *name, const char *description, const TestParameters& parameters) in CrossStageBasicTestsCase() argument
646 : TestCase (context, name, description) in CrossStageBasicTestsCase()
1764 CrossStageInterfaceTestsCase (tcu::TestContext &context, const char *name, const char *description, const TestParameters& parameters) in CrossStageInterfaceTestsCase() argument
1765 : TestCase (context, name, description) in CrossStageInterfaceTestsCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp1026 std::string name; in createShaderInputOutputTests() member
1036 std::string name; in createShaderInputOutputTests() member
1050 std::string testName = caseTypes[caseNdx].name + "_" + dataTypes[dataTypeNdx].name; in createShaderInputOutputTests()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_web.c51 "<name>GetDeviceInfo</name>\n"
54 "<name>NewDeviceInfo</name>\n"
61 "<name>PutMessage</name>\n"
64 "<name>NewInMessage</name>\n"
69 "<name>NewOutMessage</name>\
426 static const char *name = "NewDeviceInfo"; web_process_get_device_info() local
493 static const char *name = "NewOutMessage"; web_process_put_message() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_cred.c49 char name[128]; in tlsv1_add_cert_der() local
73 x509_name_string(&cert->subject, name, sizeof(name)); in tlsv1_add_cert_der()
74 wpa_printf(MSG_DEBUG, "TLSv1: Added certificate: %s", name); in tlsv1_add_cert_der()
188 * @cert: File or reference name for X.509 certificate in PEM or DER format
253 * @cert: File or reference name for X.509 certificate in PEM or DER format
1029 * @private_key: File or reference name for the key in PEM or DER format
1183 * @dh_file: File or reference name for the DH params in PEM or DER format
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp_web.c51 "<name>GetDeviceInfo</name>\n"
54 "<name>NewDeviceInfo</name>\n"
61 "<name>PutMessage</name>\n"
64 "<name>NewInMessage</name>\n"
69 "<name>NewOutMessage</name>\
426 static const char *name = "NewDeviceInfo"; web_process_get_device_info() local
493 static const char *name = "NewOutMessage"; web_process_put_message() local
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp160 If a function/type has been renamed / or marked obsolete, try to fix the name in your code before it is permanently removed
161 from the public API. If you have a problem with a missing function/symbols, search for its name in the code, there will
364 When you are not sure about a old symbol or function name, try using the Search/Find function of your IDE to look for comments or references in all imgui files.
913 - tip: you can call Begin() multiple times with the same name during the same frame, it will keep appending to the same window.
995 static ImGuiWindow* CreateNewWindow(const char* name, ImVec2 size, ImGuiWindowFlags flags);
1005 static void* SettingsHandlerWindow_ReadOpen(ImGuiContext*, ImGuiSettingsHandler*, const char* name);
1016 static bool BeginChildEx(const char* name, ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags flags);
2495 ImGuiWindow::ImGuiWindow(ImGuiContext* context, const char* name) in ImGuiWindow() argument
2498 Name = ImStrdup(name); in ImGuiWindow()
2499 ID = ImHashStr(name, in ImGuiWindow()
4321 BeginChildEx(const char* name, ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags flags) BeginChildEx() argument
4472 FindWindowByName(const char* name) FindWindowByName() argument
4478 CreateNewWindow(const char* name, ImVec2 size, ImGuiWindowFlags flags) CreateNewWindow() argument
4866 Begin(const char* name, bool* p_open, ImGuiWindowFlags flags) Begin() argument
5489 Begin(const char* name, bool* p_open, const ImVec2& size_first_use, float bg_alpha_override, ImGuiWindowFlags flags) Begin() argument
6071 SetWindowPos(const char* name, const ImVec2& pos, ImGuiCond cond) SetWindowPos() argument
6120 SetWindowSize(const char* name, const ImVec2& size, ImGuiCond cond) SetWindowSize() argument
6154 SetWindowCollapsed(const char* name, bool collapsed, ImGuiCond cond) SetWindowCollapsed() argument
6165 SetWindowFocus(const char* name) SetWindowFocus() argument
6911 char name[20]; BeginPopupEx() local
6938 BeginPopupModal(const char* name, bool* p_open, ImGuiWindowFlags flags) BeginPopupModal() argument
8959 CreateNewWindowSettings(const char* name) CreateNewWindowSettings() argument
8978 FindOrCreateWindowSettings(const char* name) FindOrCreateWindowSettings() argument
9100 SettingsHandlerWindow_ReadOpen(ImGuiContext*, ImGuiSettingsHandler*, const char* name) SettingsHandlerWindow_ReadOpen() argument
9148 const char* name = settings->Name; SettingsHandlerWindow_WriteAll() local
[all...]

Completed in 76 milliseconds

1...<<1711171217131714171517161717171817191720>>...2562