/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | FrameCapture.h | 37 std::string name; member 109 const char *name() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 58 using name = SmallString<COFF::NameSize>; 79 name Name; 224 // In the case that the name does not fit within 8 bytes, the offset 428 "Illegal section name encoding for value"); in encodeBase64StringEntry()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferTextureBufferRange.cpp | 566 * @param name Test case's name 570 const char* name, const char* description) in TextureBufferTextureBufferRange() 571 : TestCaseBase(context, extParams, name, description) in TextureBufferTextureBufferRange() 1048 * @param phase name of test phase 1210 * @param phase name of phase 1211 * @param internalFormat name of internal format 569 TextureBufferTextureBufferRange(Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureBufferTextureBufferRange() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | ext_inst.cldebug100_test.cpp | 145 std::string name; member 158 GetParam().name + GetParam().operands + "\n"; in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | wglext.h | 636 typedef HANDLE (WINAPI * PFNWGLDXREGISTEROBJECTNVPROC) (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access); 645 HANDLE WINAPI wglDXRegisterObjectNV (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access);
|
/third_party/skia/src/gpu/ops/ |
H A D | StrokeRectOp.cpp | 95 const char* name() const override { return "NonAAStrokeRectOp"; } 490 const char* name() const override { return "AAStrokeRect"; }
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_common.hpp | 637 , name(entry_name) in SPIREntryPoint() 645 std::string name; member 1666 // var_name is the declared name of the variable. 1667 // name_of_type is the textual name of the type which will be used in the code unless written to by the callback.
|
H A D | spirv_msl.hpp | 744 std::string variable_decl(const SPIRType &type, const std::string &name, uint32_t id = 0) override; 859 std::string ensure_valid_name(std::string name, std::string pfx);
|
H A D | spirv_parser.cpp | 305 uint32_t strlen_words = uint32_t((e.name.size() + 1 + 3) >> 2); in parse() 310 // Set the name of the entry point in case OpName is not provided later. in parse() 311 ir.set_name(ops[1], e.name); in parse()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | type_manager.cpp | 352 size_t size = opaque->name().size(); in GetTypeInstruction() 356 strncpy(dst, opaque->name().c_str(), size); in GetTypeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | type_manager.cpp | 352 size_t size = opaque->name().size(); in GetTypeInstruction() 356 strncpy(dst, opaque->name().c_str(), size); in GetTypeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | ext_inst.cldebug100_test.cpp | 145 std::string name; member 158 GetParam().name + GetParam().operands + "\n"; in TEST_P()
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | config.guess | 2 # Attempt to guess a canonical system name. 40 Output the configuration name of the system \`$me' is run on. 169 # portion of the name. We always set it to "unknown". 409 # The situation for MiNT is a little confusing. The machine name 412 # > m68000). The system name ranges from "MiNT" over "FreeMiNT" 414 # the system name "TOS" denotes a system which is actually not 1080 if test -f /usr/options/cb.name; then 1081 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | wglext.h | 636 typedef HANDLE (WINAPI * PFNWGLDXREGISTEROBJECTNVPROC) (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access); 645 HANDLE WINAPI wglDXRegisterObjectNV (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access);
|
/third_party/skia/tests/ |
H A D | BackendAllocationTest.cpp | 299 auto name = SkStringPrintf("%s::readPixels", in check_base_readbacks() local 302 check_solid_pixmap(reporter, expectedColor, actual, colorType, label, name.c_str()); in check_base_readbacks()
|
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/ |
H A D | wglext.h | 626 typedef HANDLE (WINAPI * PFNWGLDXREGISTEROBJECTNVPROC) (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access); 635 HANDLE WINAPI wglDXRegisterObjectNV (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access);
|
/third_party/pcre2/pcre2/ |
H A D | RunTest.bat | 229 @rem 3 = test name use double quotes
243 echo Missing test name argument!
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-coretext.cc | 226 * when there are fonts that go by the same name, since the descriptor is in create_ct_font() 227 * just name and size. in create_ct_font() 690 #define ALLOCATE_ARRAY(Type, name, len, on_no_room) \ in _hb_coretext_shape() 691 Type *name = (Type *) scratch; \ in _hb_coretext_shape() 952 * font to change the name table, similar to what we do in the uniscribe in _hb_coretext_shape()
|
H A D | test-repacker.cc | 67 static void run_resolve_overflow_test (const char* name, in run_resolve_overflow_test() argument 73 name); in run_resolve_overflow_test()
|
/third_party/python/Lib/test/ |
H A D | test_imaplib.py | 234 name=self._testMethodName+'-server', variable in NewIMAPTestsMixin._setup.TestTCPServer 611 name='%s serving' % self.server_class, variable in ThreadedNetworkedTests.make_server.MyServer
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInst.cpp | 82 #define X(InstrKind, name) \ in getInstName() 84 return name in getInstName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRuntimeLibcallSignatures.cpp | 12 /// CodeGen uses external symbols, which it refers to by name. The WebAssembly 489 #define HANDLE_LIBCALL(code, name) {(const char *)name, RTLIB::code}, in StaticLibcallNameMap() 497 "duplicate libcall names in name map"); in StaticLibcallNameMap() 501 // Override the __gnu_f2h_ieee/__gnu_h2f_ieee names so that the f32 name is in StaticLibcallNameMap() 889 auto message = std::string("unexpected runtime library name: ") + Name; in getLibcallSignature()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/ |
H A D | main.go | 77 TestName string // The suggested test name to use when writing CTS 702 name = "^[a-zA-Z0-9_]+$" 708 // testName creates a test name given a rule id (ie. section name), description and section 710 // testName:${section name} + "," + ${builtin name} 711 // builtinName: ${builtin name} 714 // testName: ${section name} + "_rule_ + " + ${string(counter)} 717 // if it cannot create a unique name it returns "", "", err. 721 return "", "", fmt.Errorf("cannot generate test name") [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uresdata.cpp | 8 * file name: uresdata.cpp 140 const char * /*type*/, const char * /*name*/, in isAcceptable() 260 const char *path, const char *name, UErrorCode *errorCode) { in res_load() 266 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode); in res_load() 259 res_load(ResourceData *pResData, const char *path, const char *name, UErrorCode *errorCode) res_load() argument
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 18 # Optionally change the name of the data file for the UWP version. 239 # that here seems to cause confusion with the building of the stub library of the same name.
|