/third_party/openssl/test/testutil/ |
H A D | tu_local.h | 18 int openssl_error_cb(const char *str, size_t len, void *u);
|
/third_party/protobuf/conformance/ |
H A D | update_failure_list.py | 41 parser.add_argument('filename', type=str, help='failure list file to update')
|
/third_party/python/Doc/includes/ |
H A D | dbpickle.py | 39 cursor.execute("SELECT * FROM memos WHERE key=?", (str(key_id),))
|
/third_party/python/Include/internal/ |
H A D | pycore_long.h | 23 * $ python -m timeit -s 's = "1"*4300; v = int(s)' 'str(v)' 36 * % python -m timeit -s 's = "1"*640; v = int(s)' 'str(int(s))' 106 char *str,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalRenderingTestUtil.hpp | 108 std::ostream& operator<< (std::ostream& str, ConditionalData const& c);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
H A D | vktConditionalRenderingTestUtil.hpp | 108 std::ostream& operator<< (std::ostream& str, ConditionalData const& c);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | AtomicCounterFunctionHLSL.cpp | 109 return ImmutableString(counterName.str()); in getAtomicCounterNameForBinding()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | data_structures.py | 54 if isinstance(v, str):
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_explicit_reserved_test.cpp | 67 return os.str(); in ShaderAssembly()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | FormatPrintTest.cpp | 103 std::cout << resultStringStream.str() << std::endl; in TEST_P()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | set_spec_constant_default_value_pass.h | 65 // ids to spec constant default value strings built from the given |str| on 97 const char* str);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | set_spec_constant_default_value_pass.h | 65 // ids to spec constant default value strings built from the given |str| on 97 const char* str);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_explicit_reserved_test.cpp | 67 return os.str(); in ShaderAssembly()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | numsys.h | 212 static UBool isValidDigitString(const UnicodeString &str);
|
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | ufile.h | 73 u_localized_string str; /* struct to handle strings for number formatting */ member
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | fthash.h | 55 const char* str; member
|
/third_party/python/Lib/xml/dom/ |
H A D | minicompat.py | 47 StringTypes = (str,)
|
H A D | domreg.py | 65 if isinstance(features, str):
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testsentinel.py | 17 self.assertEqual(str(sentinel.whatever), 'sentinel.whatever',
|
/third_party/python/Lib/ |
H A D | _aix_support.py | 15 # type: (List[int], int) -> str 25 # type: (str) -> List[int] 31 # type: () -> Tuple[str, int] 33 Return a Tuple[str, int] e.g., ['7.1.4.34', 1806] 43 return (str(out[2]), _bd) 47 # type: () -> str 79 # type: () -> str
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/ |
H A D | MCParsedAsmOperand.h | 45 void setConstraint(StringRef C) { Constraint = C.str(); } in setConstraint()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | LockFileManager.h | 94 ErrorDiagMsg = ErrorMsg.str(); in setError()
|
H A D | SymbolRemappingReader.h | 72 : File(File), Line(Line), Message(Message.str()) {} in SymbolRemappingParseError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Process.cpp | 49 FoundPath = FilePath.str(); in FindInEnvPath()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | TableGenBackend.cpp | 24 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine()
|