Home
last modified time | relevance | path

Searched refs:name (Results 21551 - 21575 of 63911) sorted by relevance

1...<<861862863864865866867868869870>>...2557

/third_party/libcoap/scripts/
H A Dapi-version-bump.sh34 find \( -name \*.h -o -name \*.c \) \
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DFileBasedCsvLoader.java65 private static Path csvFile(Path dir, String name) { in csvFile() argument
66 return dir.resolve(name + ".csv"); in csvFile()
/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D__init__.py51 + (decl) declarator (func ptr): to wrap ptr/name
95 * only inline struct/union/enum decls may be anonymouns (without a name)
140 name = f'{prefix}{counter}'
142 return name
/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar_visualizer.py22 def name(self, node: Rule) -> str: member in ASTGrammarPrinter
34 value = self.name(node)
/third_party/python/Tools/scripts/
H A Dfinddiv.py7 For directory arguments, all files in the directory whose name ends in
77 for name in names:
78 fn = os.path.join(dir, name)
/third_party/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm58 # name (used with setup())
60 # name of binary (the program that does the actual test)
62 my ($name, $prgr, @algos) = @_;
64 setup($name);
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DEnumDescriptor.cs16 // * Neither the name of Google Inc. nor the names of its
72 /// The brief name of the descriptor's target.
119 /// Finds an enum value by name.
121 /// <param name="name">The unqualified name of the value (e.g. "FOO").</param>
123 public EnumValueDescriptor FindValueByName(string name) in FindValueByName() argument
125 return File.DescriptorPool.FindSymbol<EnumValueDescriptor>(FullName + "." + name); in FindValueByName()
H A DServiceDescriptor.cs16 // * Neither the name of Google Inc. nor the names of its
59 /// The brief name of the descriptor's target.
85 /// Finds a method by name.
87 /// <param name="name">The unqualified name of the method (e.g. "Foo").</param>
89 public MethodDescriptor FindMethodByName(String name) in FindMethodByName() argument
91 return File.DescriptorPool.FindSymbol<MethodDescriptor>(FullName + "." + name); in FindMethodByName()
/third_party/python/Include/internal/
H A Dpycore_bytes_methods.h70 #define PyDoc_STRVAR_shared(name,str) const char name[] = PyDoc_STR(str)
/third_party/python/Include/
H A Dmoduleobject.h17 PyObject *name variable
21 const char *name /* UTF-8 encoded string */
H A Dcodecs.h160 name also apply to these APIs.
209 name. This function will be called by the codec when it encounters
211 callback name, when name is specified as the error parameter
214 PyAPI_FUNC(int) PyCodec_RegisterError(const char *name, PyObject *error);
217 name. As a special case NULL can be passed, in which case
219 PyAPI_FUNC(PyObject *) PyCodec_LookupError(const char *name);
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_import.py47 def start_tree(self, tree, name):
48 super(FixImport, self).start_tree(tree, name)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeTests.cpp67 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests() argument
75 de::MovePtr<tcu::TestCaseGroup> mainGroup(new tcu::TestCaseGroup(testCtx, name.c_str())); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawShaderInvocationTests.cpp81 const char *name; in createTests() member
93 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].name, dataDir, cases[i].file); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTests.cpp93 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests() argument
95 return createTestGroup(testCtx, name.c_str(), createChildren); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemTests.cpp50 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests() argument
52 de::MovePtr<tcu::TestCaseGroup> protectedTests (new tcu::TestCaseGroup(testCtx, name.c_str())); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingTests.cpp60 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests() argument
62 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, name.c_str())); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.hpp43 std::string name; //!< Symbol name. member
47 Symbol (const std::string& name_, const glu::VarType& varType_) : name(name_), varType(varType_) {} in Symbol()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmLoopDepInfTests.cpp196 SpvAsmLoopControlDependencyInfiniteCase::SpvAsmLoopControlDependencyInfiniteCase (tcu::TestContext& testCtx, const char* name) in SpvAsmLoopControlDependencyInfiniteCase() argument
197 : TestCase (testCtx, name) in SpvAsmLoopControlDependencyInfiniteCase()
H A DvktSpvAsmLoopDepLenTests.cpp211 SpvAsmLoopControlDependencyLengthCase::SpvAsmLoopControlDependencyLengthCase (tcu::TestContext& testCtx, const char* name) in SpvAsmLoopControlDependencyLengthCase() argument
212 : TestCase (testCtx, name) in SpvAsmLoopControlDependencyLengthCase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLEventCL.cpp44 cl_int CLEventCL::getProfilingInfo(cl::ProfilingInfo name, in getProfilingInfo() argument
49 return mNative->getDispatch().clGetEventProfilingInfo(mNative, cl::ToCLenum(name), valueSize, in getProfilingInfo()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DPreprocessor.cpp66 void Preprocessor::predefineMacro(const char *name, int value) in predefineMacro() argument
68 PredefineMacro(&mImpl->macroSet, name, value); in predefineMacro()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLEvent.h29 cl_int getInfo(EventInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const;
33 cl_int getProfilingInfo(ProfilingInfo name,
H A DCLSampler.cpp17 cl_int Sampler::getInfo(SamplerInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const in getInfo() argument
28 switch (name) in getInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLKernelImpl.h53 bool isAvailable() const { return !name.empty(); } in isAvailable()
59 std::string name; member

Completed in 30 milliseconds

1...<<861862863864865866867868869870>>...2557