Home
last modified time | relevance | path

Searched refs:name (Results 18076 - 18100 of 24608) sorted by relevance

1...<<721722723724725726727728729730>>...985

/third_party/toybox/toys/pending/
H A Dmke2fs.c139 char volume_name[16]; // volume name
177 char name[0]; // File name member
305 *size += sizeof(struct ext2_dentry) + strlen(that->name); in check_treesize()
420 //if (strchr(toys.which->name,'3')) in init_superblock()
542 // The first argument is the name of the file to create. If it already
581 strcpy(dti->name, "lost+found"); in mke2fs_main()
/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32_unittest.cc15 // * Neither the name of Google Inc. nor the names of its
119 bool GetEnvVarAsUtf8(const WCHAR* name, string* result) { in GetEnvVarAsUtf8() argument
120 DWORD size = ::GetEnvironmentVariableW(name, nullptr, 0); in GetEnvVarAsUtf8()
123 ::GetEnvironmentVariableW(name, wcs.get(), size); in GetEnvVarAsUtf8()
/third_party/python/Modules/
H A Dtermios.c555 char *name; member
1244 while (constant->name != NULL) { in termios_exec()
1246 mod, constant->name, constant->value) < 0) { in termios_exec()
/third_party/protobuf/
H A Dtests.sh494 PHP_FOLDER=`find /usr/local -type d -name "php5-5.6*"` # The folder name may change upon time
562 PHP_FOLDER=`find /usr/local -type d -name "php5-7.0*"` # The folder name may change upon time
582 PHP_FOLDER=`find /usr/local -type d -name "php5-7.3*"` # The folder name may change upon time
/third_party/python/Lib/test/
H A Dtest_code.py10 name: f
23 name: g
43 name: h
61 name: attrs
80 name: optimize_away
97 name: keywordonly_args
114 name: posonly_args
161 for attr in ["name", "argcount", "posonlyargcount",
197 def add_foreign_method(cls, name, f):
202 setattr(cls, name, FunctionTyp
[all...]
H A Dtest_socket.py308 tests in pairs, where the test name is preceded with a
792 missing = [name for name in attributes if not hasattr(obj, name)]
794 missing, "don't have " + ", ".join(name for name in missing))
808 err = "don't have " + ", ".join(name for name in missing)
948 @unittest.skipUnless(os.name == "nt", "Windows specific")
968 for name i
[all...]
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Devp.rs84 name: *const c_char, in EVP_Q_digest()
418 pub fn EVP_get_digestbyname(name: *const c_char) -> *const EVP_MD; in EVP_get_digestbyname()
419 pub fn EVP_get_cipherbyname(name: *const c_char) -> *const EVP_CIPHER; in EVP_get_cipherbyname()
/third_party/spirv-tools/source/opt/
H A Dinst_debug_printf_pass.cpp398 std::string name("stream_write_"); in GetStreamWriteFunctionId()
399 name += std::to_string(param_cnt); in GetStreamWriteFunctionId()
402 NewGlobalName(param2output_func_id_[param_cnt], name)); in GetStreamWriteFunctionId()
H A Dtypes.h492 const std::string& name() const { return name_; } in name() function in spvtools::opt::analysis::Opaque
662 #define DefineParameterlessType(type, name) \
668 std::string str() const override { return #name; } \
/third_party/spirv-tools/source/val/
H A Dvalidation_state.h146 /// Assigns a name to an ID
147 void AssignNameToId(uint32_t id, std::string name);
150 /// the <id> is the numeric valid of the id and the Name is a name assigned by
215 std::string name; member
600 // Returns true iff |id| is a type corresponding to the name of the function.
740 // Returns the string name for |decoration|.
747 return std::string(desc->name); in SpvDecorationString()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboApiTests.cpp318 logComment(testCtx, "Attaching allocated texture name to 2D target"); in attachNamesTest()
322 logComment(testCtx, "Attaching allocated texture name to cube target"); in attachNamesTest()
329 logComment(testCtx, "Attaching allocated renderbuffer name"); in attachNamesTest()
531 FboApiCase (Context& context, const char* name, const char* description, TestFunc test);
543 FboApiCase::FboApiCase (Context& context, const char* name, const char* description, TestFunc test) in FboApiCase() argument
544 : TestCase (context, name, description) in FboApiCase()
H A Des3fInstancedRenderingTests.cpp107 InstancedRenderingCase (Context& context, const char* name, const char* description, DrawFunction function, InstancingType instancingType, glu::DataType rgbAttrType, int numInstances);
142 InstancedRenderingCase::InstancedRenderingCase (Context& context, const char* name, const char* description, DrawFunction function, InstancingType instancingType, glu::DataType rgbAttrType, int numInstances) in InstancedRenderingCase() argument
143 : TestCase (context, name, description) in InstancedRenderingCase()
H A Des3fPrimitiveRestartTests.cpp91 PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts);
131 PrimitiveRestartCase::PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts) in PrimitiveRestartCase() argument
132 : TestCase (context, name, description) in PrimitiveRestartCase()
H A Des3fRandomFragmentOpTests.cpp214 RandomFragmentOpCase (Context& context, const char* name, const char* desc, deUint32 seed);
237 RandomFragmentOpCase::RandomFragmentOpCase (Context& context, const char* name, const char* desc, deUint32 seed)
238 : TestCase (context, name, desc)
H A Des3fDepthStencilClearTests.cpp121 DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked);
145 DepthStencilClearCase::DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked) in DepthStencilClearCase() argument
146 : TestCase (context, name, description) in DepthStencilClearCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingNonUniformArgsTests.cpp82 NonUniformArgsCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const NonUniformParams& params);
105 NonUniformArgsCase::NonUniformArgsCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const NonUniformParams& params) in NonUniformArgsCase() argument
106 : TestCase (testCtx, name, description) in NonUniformArgsCase()
H A DvktRayTracingNullASTests.cpp271 RayTracingTestCase (tcu::TestContext& context, const char* name, const char* desc, const CaseDef data);
282 RayTracingTestCase::RayTracingTestCase (tcu::TestContext& context, const char* name, const char* desc, const CaseDef data) in RayTracingTestCase() argument
283 : vkt::TestCase (context, name, desc) in RayTracingTestCase()
H A DvktRayTracingProceduralGeometryTests.cpp500 RayTracingProceduralGeometryTestCase (tcu::TestContext& context, const char* name, TestType testType);
511 RayTracingProceduralGeometryTestCase::RayTracingProceduralGeometryTestCase(tcu::TestContext& context, const char* name, TestType testType) in RayTracingProceduralGeometryTestCase() argument
512 : TestCase (context, name, "") in RayTracingProceduralGeometryTestCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp359 const std::string& name,
377 const std::string& name, in DepthStencilWriteConditionsTest()
383 : TestCase (testCtx, name, description) in DepthStencilWriteConditionsTest()
376 DepthStencilWriteConditionsTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const BufferType bufferType, const DiscardType discardType, const MutationMode mutationMode, const VkFormat bufferFormat) DepthStencilWriteConditionsTest() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseBinding.cpp62 const std::string& name,
80 const std::string& name, in ImageSparseBindingCase()
87 : TestCase (testCtx, name, description) in ImageSparseBindingCase()
79 ImageSparseBindingCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format, const bool useDeviceGroups) ImageSparseBindingCase() argument
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWGL.cpp560 FunctionPtr Context::getGLFunction (const char* name) const in getGLFunction()
565 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name); in getGLFunction()
569 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name); in getGLFunction()
/third_party/vk-gl-cts/modules/egl/
H A DteglNegativePartialUpdateTests.cpp59 NegativePartialUpdateTest (EglTestContext& eglTestCtx, bool preserveBuffer, SurfaceType surfaceType, const char* name, const char* description);
133 NegativePartialUpdateTest::NegativePartialUpdateTest (EglTestContext& eglTestCtx, bool preserveBuffer, SurfaceType surfaceType, const char* name, const char* description) in NegativePartialUpdateTest() argument
134 : TestCase (eglTestCtx, name, description) in NegativePartialUpdateTest()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp121 DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked);
145 DepthStencilClearCase::DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked) in DepthStencilClearCase() argument
146 : TestCase (context, name, description) in DepthStencilClearCase()
H A Des2fRandomFragmentOpTests.cpp214 RandomFragmentOpCase (Context& context, const char* name, const char* desc, deUint32 seed);
237 RandomFragmentOpCase::RandomFragmentOpCase (Context& context, const char* name, const char* desc, deUint32 seed)
238 : TestCase (context, name, desc)
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp347 * @tc.name: test Init
364 * @tc.name: test UnInit
380 * @tc.name: test UnInit
395 * @tc.name: test Install
412 * @tc.name: test CreateStream
426 * @tc.name: test CreateSharedBundleStream
441 * @tc.name: test CreateSharedBundleStream
455 * @tc.name: test CreateStream
470 * @tc.name: test CreateStream
485 * @tc.name
4256 ElementName name; HWTEST_F() local
4301 ElementName name; HWTEST_F() local
[all...]

Completed in 47 milliseconds

1...<<721722723724725726727728729730>>...985