/third_party/libcoap/scripts/ |
H A D | api-version-bump.sh | 34 find \( -name \*.h -o -name \*.c \) \
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | FileBasedCsvLoader.java | 65 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__.py | 51 + (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 D | grammar_visualizer.py | 22 def name(self, node: Rule) -> str: member in ASTGrammarPrinter 34 value = self.name(node)
|
/third_party/python/Tools/scripts/ |
H A D | finddiv.py | 7 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 D | Simple.pm | 58 # 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 D | EnumDescriptor.cs | 16 // * 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 D | ServiceDescriptor.cs | 16 // * 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 D | pycore_bytes_methods.h | 70 #define PyDoc_STRVAR_shared(name,str) const char name[] = PyDoc_STR(str)
|
/third_party/python/Include/ |
H A D | moduleobject.h | 17 PyObject *name variable 21 const char *name /* UTF-8 encoded string */
|
H A D | codecs.h | 160 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 D | fix_import.py | 47 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 D | vktComputeTests.cpp | 67 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 D | vktDrawShaderInvocationTests.cpp | 81 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 D | vktImageTests.cpp | 93 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 D | vktProtectedMemTests.cpp | 50 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 D | vktRayTracingTests.cpp | 60 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 D | vktShaderExecutor.hpp | 43 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 D | vktSpvAsmLoopDepInfTests.cpp | 196 SpvAsmLoopControlDependencyInfiniteCase::SpvAsmLoopControlDependencyInfiniteCase (tcu::TestContext& testCtx, const char* name) in SpvAsmLoopControlDependencyInfiniteCase() argument 197 : TestCase (testCtx, name) in SpvAsmLoopControlDependencyInfiniteCase()
|
H A D | vktSpvAsmLoopDepLenTests.cpp | 211 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 D | CLEventCL.cpp | 44 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 D | Preprocessor.cpp | 66 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 D | CLEvent.h | 29 cl_int getInfo(EventInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const; 33 cl_int getProfilingInfo(ProfilingInfo name,
|
H A D | CLSampler.cpp | 17 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 D | CLKernelImpl.h | 53 bool isAvailable() const { return !name.empty(); } in isAvailable() 59 std::string name; member
|