/third_party/openssl/ssl/ |
H A D | ssl_lib.c | 2747 int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str) in SSL_CTX_set_cipher_list() argument 2771 int SSL_set_cipher_list(SSL *s, const char *str) in SSL_set_cipher_list() argument
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 2213 static char str[16] = {}; in ShowDemoWindowWidgets() local
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 342 const char *str; /* human readable name of this type */ member 783 SWIG_Python_str_AsChar(PyObject *str) SWIG_Python_str_AsChar() argument 2899 PyObject *str = PyObject_Str(obj); SWIG_Python_TypeError() local 5213 PyObject *str = PyUnicode_InternFromString("("); swig_varlink_str() local 5251 PyObject *str = swig_varlink_str(v); swig_varlink_print() local [all...] |
/third_party/skia/tests/ |
H A D | PathOpsOpTest.cpp | 3664 const char str[] = "M31.35 57.75L31.35 57.75C31.9 57.7486 32.45 57.7948 33 57.7413C33.55 57.6878 34.1 57.5014 34.65 57.4291C35.2 57.3569 35.75 57.3223 36.3 57.3079C36.85 57.2935 37.4 57.3143 37.95 57.3428C38.5 57.3712 39.05 57.4112 39.6 57.4786C40.15 57.546 40.7 57.7029 41.25 57.7472C41.8 57.7916 42.35 57.7962 42.9 57.7445C43.45 57.6928 44 57.5345 44.55 57.4373C45.1 57.34 45.65 57.2115 46.2 57.1611C46.75 57.1107 47.3 57.1371 47.85 57.1349C48.4 57.1327 48.95 57.144 49.5 57.1478C50.05 57.1516 50.6 57.1553 51.15 57.1579C51.7 57.1605 52.25 57.1601 52.8 57.1634C53.35 57.1667 53.9 57.1731 54.45 57.1776C55 57.182 55.55 57.1916 56.1 57.19C56.65 57.1884 57.2 57.178 57.75 57.168C58.3 57.158 58.85 57.1355 59.4 57.1299C59.95 57.1243 60.5 57.1338 61.05 57.1345C61.6 57.1352 62.15 57.124 62.7 57.134C63.25 57.1441 63.8 57.1731 64.35 57.195C64.9 57.2169 65.45 57.2532 66 57.2655C66.55 57.2778 67.1 57.2647 67.65 57.2687C68.2 57.2728 68.75 57.267 69.3 57.2896C69.85 57.3122 70.4 57.371 70.95 57.4044C71.5 57.4377 72.05 57.4668 72.6 57.4896C73.15 57.5123 73.7 57.545 74.25 57.5408C74.8 57.5365 75.35 57.5068 75.9 57.4641C76.45 57.4213 77 57.3244 77.55 57.2842C78.1 57.244 78.65 57.2163 79.2 57.2228C79.75 57.2293 80.3 57.29 80.85 57.3232C81.4 57.3563 81.95 57.396 82.5 57.4219C83.05 57.4478 83.6 57.4637 84.15 57.4787C84.7 57.4937 85.25 57.5011 85.8 57.5121C86.35 57.523 86.9 57.5411 87.45 57.5444C88 57.5477 88.55 57.5663 89.1 57.5318C89.65 57.4972 90.2 57.3126 90.75 57.337C91.3 57.3613 91.85 57.6088 92.4 57.6776C92.95 57.7465 93.5 57.7379 94.05 57.75C94.6 57.7621 95.15 57.75 95.7 57.75L95.7 57.75L31.35 57.75Z"; in issue3517() local
|
H A D | PathTest.cpp | 1537 static void setFromString(SkPath* path, const char str[]) { in setFromString() argument 4319 compare_dump(skiatest::Reporter* reporter, const SkPath& path, bool dumpAsHex, const char* str) compare_dump() argument [all...] |
/third_party/python/Modules/ |
H A D | _pickle.c | 5637 PyObject *str; in load_unicode() local 5657 PyObject *str; in load_counted_binunicode() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 2439 const auto &str = Token.getString(); in isNamedOperandModifier() local [all...] |
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function.cc | 1346 auto* str = create<ast::Struct>(Source{}, return_struct_sym, in EmitEntryPointAsWrapper() local
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 225 char str[]; // C99 flexible array member member 376 static int bytesinutf8(char *str, size_t len, size_t cnt) in bytesinutf8() argument 389 utf8cnt(char *str, size_t len) utf8cnt() argument [all...] |
/third_party/tzdata/ |
H A D | zic.c | 511 strdup(char const *str) in strdup() argument 539 estrdup(char const *str) in estrdup() argument
|
/third_party/vixl/src/aarch32/ |
H A D | assembler-aarch32.cc | 11375 void Assembler::str(Condition cond, in str() function in vixl::aarch32::Assembler
|
H A D | assembler-aarch32.h | 3422 void str(Register rt, const MemOperand& operand) { in str() function in vixl::aarch32::Assembler 3425 void str(Condition cond, Register rt, const MemOperand& operand) { in str() function in vixl::aarch32::Assembler 3428 void str(EncodingSize size, Register rt, const MemOperand& operand) { in str() function in vixl::aarch32::Assembler
|
H A D | disasm-aarch32.cc | 3088 void Disassembler::str(Condition cond, in str() function in vixl::aarch32::Disassembler [all...] |
/third_party/vixl/src/aarch64/ |
H A D | assembler-sve-aarch64.cc | 5303 void Assembler::str(const CPURegister& rt, const SVEMemOperand& addr) { in str() function in vixl::aarch64::Assembler
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 330 std::string MaybeRemove(StringPiece str) { in MaybeRemove() argument [all...] |
/third_party/python/Python/ |
H A D | ceval.c | 3221 PyObject *str; local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingAccelerationStructuresTests.cpp | 3702 std::stringstream str; initPrograms() local 3723 std::stringstream str; initPrograms() local 3736 std::stringstream str; initPrograms() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 1578 std::ostringstream str; in getTextureSizeString() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmFloatControlsTests.cpp | 316 string replace(string str, const string& from, const string& to) in replace() argument
|
H A D | vktSpvAsmInstructionTests.cpp | 7335 std::ostringstream str; compareFP16Logical() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface.c | 3683 char str[20]; in wpas_ctrl_remove_cred() local [all...] |
H A D | p2p_supplicant.c | 2378 char str[256]; in wpas_dev_found() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface.c | 9837 char *str, *pos; local [all...] |
H A D | p2p_supplicant.c | 2874 char str[256]; in wpas_dev_found() local
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |