Home
last modified time | relevance | path

Searched refs:str (Results 3926 - 3950 of 10916) sorted by relevance

1...<<151152153154155156157158159160>>...437

/third_party/ltp/testcases/network/nfsv4/acl/
H A Drandom_gen.py40 fName = 'file' + str(i)
51 gName = 'grp' + str(i)
52 gid = str(500+i)
59 userName= "user" + str(i)
/third_party/lz4/lib/
H A Dlz4.h138 #define LZ4_QUOTE(str) #str
139 #define LZ4_EXPAND_AND_QUOTE(str) LZ4_QUOTE(str)
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering-verifier.cc37 type_str.str().c_str(), node->id(), node->op()->mnemonic(), in CheckType()
38 node_type_str.str().c_str()); in CheckType()
177 left_str.str().c_str(), right_str.str().c_str(), node->id(), in VisitNode()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-console.cc70 Handle<String> str; in Formatter() member
79 state.off = String::IndexOf(isolate, state.str, percent, state.off); in Formatter()
80 if (state.off < 0 || state.off == state.str->length() - 1) { in Formatter()
85 uint16_t specifier = state.str->Get(state.off + 1, isolate); in Formatter()
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_info.c58 char *name = NULL, *header = NULL, *str; in STACK_OF() local
122 } else if ((str = strstr(name, PEM_STRING_PKCS8INF)) != NULL) { in STACK_OF()
130 if (str == name || strcmp(name, PEM_STRING_PKCS8) == 0) { in STACK_OF()
134 *--str = '\0'; in STACK_OF()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtrivial.rs240 article: &'a str,
241 desc: &'a str,
245 article: &'a str,
246 desc: &'a str,
250 article: &'a str,
251 desc: &'a str,
259 fn article(&self) -> &'a str { in article()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dtrivial.rs240 article: &'a str,
241 desc: &'a str,
245 article: &'a str,
246 desc: &'a str,
250 article: &'a str,
251 desc: &'a str,
259 fn article(&self) -> &'a str { in article()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dtrivial.rs240 article: &'a str,
241 desc: &'a str,
245 article: &'a str,
246 desc: &'a str,
250 article: &'a str,
251 desc: &'a str,
259 fn article(&self) -> &'a str { in article()
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Danalyze.py240 if isinstance(decl, str):
296 mtype = str(mtype.vartype)
297 elif not isinstance(mtype, str):
301 mtype = str(mtype).rpartition('(')[0].rstrip()
/third_party/rust/crates/clap/tests/derive/
H A Dhelp.rs223 Usage: clap --req-str <REQ_STR> in derive_generated_error_has_full_context()
233 static HELP: &str = "\ in derive_order_next_order()
285 static HELP: &str = "\ in derive_order_next_order_flatten()
337 static HELP: &str = "\ in derive_order_no_next_order()
388 static HELP: &str = "\ in derive_possible_value_help()
/third_party/rust/crates/cxx/syntax/
H A Dtrivial.rs240 article: &'a str,
241 desc: &'a str,
245 article: &'a str,
246 desc: &'a str,
250 article: &'a str,
251 desc: &'a str,
259 fn article(&self) -> &'a str { in article()
/third_party/openssl/test/
H A Dtls13ccstest.c33 static int watchccs_puts(BIO *bp, const char *str);
238 static int watchccs_puts(BIO *bio, const char *str) in watchccs_puts() argument
240 return watchccs_write(bio, str, strlen(str)); in watchccs_puts()
/third_party/python/Lib/distutils/
H A Dcmd.py212 elif not isinstance(val, str):
232 elif isinstance(val, str):
236 ok = all(isinstance(v, str) for v in val)
387 if isinstance(infiles, str):
/third_party/python/Lib/multiprocessing/
H A Dutil.py121 elif isinstance(address, str):
260 x += ', args=' + str(self._args)
262 x += ', kwargs=' + str(self._kwargs)
264 x += ', exitpriority=' + str(self._key[0])
/third_party/python/Lib/distutils/command/
H A Dconfig.py69 elif isinstance(self.include_dirs, str):
74 elif isinstance(self.libraries, str):
79 elif isinstance(self.library_dirs, str):
202 if isinstance(pattern, str):
/third_party/openssl/crypto/pem/
H A Dpem_info.c58 char *name = NULL, *header = NULL, *str; in STACK_OF() local
122 } else if ((str = strstr(name, PEM_STRING_PKCS8INF)) != NULL) { in STACK_OF()
130 if (str == name || strcmp(name, PEM_STRING_PKCS8) == 0) { in STACK_OF()
134 *--str = '\0'; in STACK_OF()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageExtendedUsageBitTests.cpp193 throw tcu::NotSupportedError(error.str().c_str()); in testExtendedUsageBitCompatiblity()
202 return tcu::TestStatus::fail(error.str().c_str()); in testExtendedUsageBitCompatiblity()
304 addFunctionCase(getPhysicalDeviceImageFormatPropertiesTests.get(), name.str().c_str(), checkSupport, testExtendedUsageBitCompatiblity<PhysicalDeviceImageFormatProperties>, params); in createImageExtendedUsageBitTests()
305 addFunctionCase(getPhysicalDeviceImageFormatProperties2Tests.get(), name.str().c_str(), checkSupport, testExtendedUsageBitCompatiblity<PhysicalDeviceImageFormatProperties2>, params); in createImageExtendedUsageBitTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolFragInvocationTests.cpp101 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms()
111 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
249 return tcu::TestStatus::fail(msg.str()); in testInvocations()
258 return tcu::TestStatus::fail(msg.str()); in testInvocations()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp199 TCU_FAIL(msg.str()); in iterate()
215 TCU_FAIL(msg.str()); in iterate()
221 log << tcu::TestLog::Message << msg.str() << tcu::TestLog::EndMessage; in iterate()
278 programCollection.glslSources.add("comp") << glu::ComputeSource(computeSrc.str()) in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageExtendedUsageBitTests.cpp193 throw tcu::NotSupportedError(error.str().c_str()); in testExtendedUsageBitCompatiblity()
202 return tcu::TestStatus::fail(error.str().c_str()); in testExtendedUsageBitCompatiblity()
303 addFunctionCase(getPhysicalDeviceImageFormatPropertiesTests.get(), name.str().c_str(), "Checks usage bit format compatibility among compatible image view formats", checkSupport, testExtendedUsageBitCompatiblity<PhysicalDeviceImageFormatProperties>, params); in createImageExtendedUsageBitTests()
304 addFunctionCase(getPhysicalDeviceImageFormatProperties2Tests.get(), name.str().c_str(), "Checks usage bit format compatibility among compatible image view formats", checkSupport, testExtendedUsageBitCompatiblity<PhysicalDeviceImageFormatProperties2>, params); in createImageExtendedUsageBitTests()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DShaderGL.cpp391 const char *str = source.c_str(); in compile() local
392 bool result = sh::Compile(handle, &str, 1, options); in compile()
428 const char *str = source.c_str(); in compile() variable
429 bool result = sh::Compile(handle, &str, 1, options); in compile()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor.y208 std::string text = stream.str();
233 std::string text = stream.str();
261 std::string text = stream.str();
287 std::string text = stream.str();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp42 MRI.reset(TheTarget.createMCRegInfo(getTargetTriple().str())); in initAsmInfo()
49 getTargetTriple().str(), getTargetCPU(), getTargetFeatureString())); in initAsmInfo()
52 *MRI, getTargetTriple().str(), Options.MCOptions); in initAsmInfo()
163 Triple T(getTargetTriple().str()); in addAsmPrinter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
H A DLineEditor.cpp27 return Path.str(); in getDefaultHistoryPath()
200 : Prompt((ProgName + "> ").str()), HistoryPath(HistoryPath), in LineEditor()
211 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err); in LineEditor()
288 : Prompt((ProgName + "> ").str()), Data(new InternalData) { in LineEditor()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dshader_compiler.cc191 const char* str = data.c_str(); in ParseHex() local
196 uint64_t v = static_cast<uint64_t>(std::strtol(str, &new_pos, 16)); in ParseHex()
208 used += static_cast<size_t>(new_pos - str); in ParseHex()
209 str = new_pos; in ParseHex()

Completed in 17 milliseconds

1...<<151152153154155156157158159160>>...437