/third_party/ltp/testcases/network/nfsv4/acl/ |
H A D | random_gen.py | 40 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 D | lz4.h | 138 #define LZ4_QUOTE(str) #str 139 #define LZ4_EXPAND_AND_QUOTE(str) LZ4_QUOTE(str)
|
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-lowering-verifier.cc | 37 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 D | builtins-console.cc | 70 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 D | pem_info.c | 58 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 D | trivial.rs | 240 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 D | trivial.rs | 240 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 D | trivial.rs | 240 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 D | analyze.py | 240 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 D | help.rs | 223 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 D | trivial.rs | 240 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 D | tls13ccstest.c | 33 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 D | cmd.py | 212 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 D | util.py | 121 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 D | config.py | 69 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 D | pem_info.c | 58 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 D | vktImageExtendedUsageBitTests.cpp | 193 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 D | vktQueryPoolFragInvocationTests.cpp | 101 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 D | vktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp | 199 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 D | vktImageExtendedUsageBitTests.cpp | 193 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 D | ShaderGL.cpp | 391 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 D | preprocessor.y | 208 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 D | LLVMTargetMachine.cpp | 42 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 D | LineEditor.cpp | 27 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 D | shader_compiler.cc | 191 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()
|