/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 59 static cl::opt<std::string> CHRModuleList( 63 static cl::opt<std::string> CHRFunctionList(
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | unzip.c | 69 #include <string.h> 76 # include <string.h> 2039 Get the global comment string of the ZipFile, in the szComment buffer.
|
H A D | zip.c | 27 #include <string.h> 34 # include <string.h>
|
/third_party/vixl/src/ |
H A D | utils-vixl.h | 52 #include <string> 96 using String = std::string;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource7.js | 89 function findTypeSymbolInScopeChain(name: string, scopeChain: ScopeChain): Symbol { 106 var findSym = (id: string) => {
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | RenderPipelineValidationTests.cpp | 1284 std::string interfaceDeclaration; in TEST_F() 1369 std::string interfaceDeclaration; in TEST_F()
|
/third_party/python/Objects/ |
H A D | floatobject.c | 171 "could not convert string to float: " in float_from_string_inner() 187 "could not convert string to float: " in float_from_string_inner() 238 "float() argument must be a string or a real number, not '%.200s'", in PyFloat_FromString() 958 /* version of double_round that uses the correctly-rounded string<->double 971 /* round to a decimal string */ in double_round() 995 /* and convert the resulting string back to a double */ in double_round() 1221 /* convert a float to a hexadecimal string */ 1292 /* Convert a hexadecimal string to a float. */ 1298 string: object 1301 Create a floating-point number from a hexadecimal string 1310 float_fromhex(PyTypeObject *type, PyObject *string) float_fromhex() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_dict.py | 6 import string namespace 34 items = [(''.join(random.sample(string.ascii_letters, 8)), i) 1473 # This class compares equal to the string 'key3'
|
H A D | test_urllib2.py | 79 for string, list in tests: 80 self.assertEqual(urllib.request.parse_http_list(string), list) 457 return None. Using a tuple instead of a string causes the method to
|
H A D | test_smtplib.py | 886 def _decode_base64(self, string): 887 return base64.decodebytes(string.encode('ascii')).decode('utf-8')
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
H A D | int128_stream_test.cc | 18 #include <string> 33 std::string StreamFormatToString(std::ios_base::fmtflags flags, in StreamFormatToString()
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2.h | 462 typedef void (GL_APIENTRYP PFNGLSHADERSOURCEPROC) (GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length); 605 GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length);
|
/third_party/selinux/libsepol/src/ |
H A D | services.c | 164 * cat_expr_buf adds a string to an expression buffer and handles 175 static void cat_expr_buf(char *e_buf, const char *string) in cat_expr_buf() argument 182 len = snprintf(p, expr_buf_len - expr_buf_used, "%s", string); in cat_expr_buf() 1177 * Return a class ID associated with the class string specified by 1197 * string. 1244 * Write the security context string representation of 1246 * allocated string of the correct size. Set `*scontext' 1247 * to point to this string and set `*scontext_len' to 1248 * the length of the string. 1271 * has the string representatio [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboColorbufferTests.cpp | 45 using std::string; 1139 string fmtName = getFormatName(format); in init()
|
H A D | es3fFboInvalidateTests.cpp | 43 using std::string; 1528 const std::string baseName = s_targetCases[caseNdx].name; in init()
|
H A D | es3fMultisampleTests.cpp | 39 #include <string> 502 throw tcu::NotSupportedError(std::string("") + "Maximum sample count returned by glGetInternalformativ() for " + glu::getTextureFormatName(FBO_COLOR_FORMAT) + " is only " + de::toString(maxSampleCount)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/ |
H A D | vktReconvergenceTests.cpp | 49 #include <string> 894 std::string genPartitionBallot() in genPartitionBallot()
|
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 72 #include <string> 259 std::unordered_map<std::string, spv::Id> extBuiltinMap; 265 std::unordered_map<std::string, spv::Function*> functionMap; 272 std::unordered_map<std::string, const glslang::TIntermSymbol*> counterOriginator; 1567 std::string text; in TGlslangToSpvTraverser() 1568 const std::vector<std::string>& processes = glslangIntermediate->getProcesses(); in TGlslangToSpvTraverser() 1582 const std::map<std::string, std::string>& include_txt = glslangIntermediate->getIncludeText(); in TGlslangToSpvTraverser() 2031 // Skip symbol handling if it is string-typed in visitSymbol() 2105 std::string keyNam in visitSymbol() 4759 const char* string = extraOperand->getConstArray()[0].getSConst()->c_str(); applySpirvDecorate() local [all...] |
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 171 #include <string.h> 468 /* Append string. */ in decode_toarray() 739 #include <string.h> 1365 #include <string.h> 2253 #include <string.h> 2972 #include <string.h> 2977 char str[1]; /* Null-terminated string data follows. */ 3158 /* No '.' in the name, return the full string. */ in shortdefname() 5105 #include <string.h> 5297 /* Clear string pointe in upb_msg_next() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 388 std::string BackendName() in BackendName() 390 return std::string("LLVM ") + LLVM_VERSION_STRING; in BackendName() 610 llvm::raw_fd_ostream file(std::string(name) + "-llvm-dump-unopt.txt", error); in acquireRoutine() 627 llvm::raw_fd_ostream file(std::string(name) + "-llvm-dump-opt.txt", error); in acquireRoutine() 3611 auto str = ::std::string(reinterpret_cast<const char *>(data), size); in ConstantData() 4412 llvm::raw_fd_ostream file(std::string(name) + "-llvm-dump-unopt.txt", error); in acquireCoroutine() 4448 llvm::raw_fd_ostream file(std::string(name) + "-llvm-dump-opt.txt", error); in acquireCoroutine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 150 #include <string> 893 /// \return string containing a file name and a line # for the given loop. 894 static std::string getDebugLocString(const Loop *L) { in getDebugLocString() 895 std::string Result; in getDebugLocString() 7026 std::string RegionName = (Twine("pred.") + Instr->getOpcodeName()).str(); 7278 std::string PlanName; 7603 const std::string DebugLocStr = getDebugLocString(L); 7746 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg;
|
/third_party/toybox/toys/pending/ |
H A D | bc.c | 662 "string end could not be found", 666 "string too long: must be [1, %lu]", 2335 void bc_string_free(void *string) { in bc_string_free() argument 2336 free(*((char**) string)); in bc_string_free() 3743 // is a semicolon, which has no string requirement. in bc_parse_for() 5736 size_t string = 0; in bc_vm_stdin() local 5767 if (!comment && (i - 1 > len || str[i - 1] != '\\')) string ^= c == '"'; in bc_vm_stdin() 5769 if (!string && notend) { in bc_vm_stdin() 5786 if (string || comment) continue; in bc_vm_stdin() 5799 else if (string) in bc_vm_stdin() [all...] |
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 184 #include <string.h> 796 #include <string.h> 1390 #include <string.h> 2269 #include <string.h> 3417 #include <string.h> 3422 char str[1]; /* Null-terminated string data follows. */ 3603 /* No '.' in the name, return the full string. */ in shortdefname() 5580 #include <string.h> 5800 /* Clear string pointer, only size matters (ptr could be non-NULL). */ in upb_msg_next() 6002 #include <string [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessTexturesTests.cpp | 57 #include <string> 5429 /** @brief Convert raw data into string for logging purposes. 5436 std::string CompressedSubImageTest::DataToString(glw::GLuint count, const glw::GLubyte data[]) in DataToString() 5438 std::string data_str = "["; in DataToString() 6062 /** @brief Convert raw data into string for logging purposes. 6069 std::string CopyTest::DataToString(glw::GLuint count, const glw::GLubyte data[]) in DataToString() 6071 std::string data_str = "["; in DataToString() 7851 /** @brief Convert raw data into string for logging purposes. 7858 std::string BindUnitTest::DataToString(glw::GLuint count, const glw::GLubyte data[]) in DataToString() 7860 std::string data_st in DataToString() [all...] |
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
H A D | svm.c | 2004 int size, in, string; in io_interception() local 2008 string = (io_info & SVM_IOIO_STR_MASK) != 0; in io_interception() 2010 if (string) in io_interception()
|