Searched defs:description (Results 276 - 300 of 794) sorted by relevance

<<11121314151617181920>>

/external/webrtc/talk/app/webrtc/
H A Djsepsessiondescription.cc101 cricket::SessionDescription* description,
104 if (!description)
109 description_.reset(description);
139 updated_candidate.set_username(transport_info->description.ice_ufrag);
142 updated_candidate.set_password(transport_info->description.ice_pwd);
100 Initialize( cricket::SessionDescription* description, const std::string& session_id, const std::string& session_version) argument
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DAppRTCClient.java123 public void onChannelError(final String description); argument
/external/webrtc/webrtc/p2p/base/
H A Dsessiondescription.cc78 content->description = content->description->Copy();
100 return cinfo->description;
110 return cinfo->description;
124 ContentDescription* description) {
125 contents_.push_back(ContentInfo(name, type, description));
131 ContentDescription* description) {
132 contents_.push_back(ContentInfo(name, type, rejected, description));
139 delete content->description;
122 AddContent(const std::string& name, const std::string& type, ContentDescription* description) argument
128 AddContent(const std::string& name, const std::string& type, bool rejected, ContentDescription* description) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.variables_3.2.400.v20100505.jar ... eclipse.core.runtime.IConfigurationElement) String name String description boolean readOnly org.eclipse.core.runtime. ...
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3rewritestreams.c187 antlr3RewriteRuleElementStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) argument
245 // Install the description
247 stream->elementDescription = description;
257 antlr3RewriteRuleElementStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * oneElement) argument
263 stream = antlr3RewriteRuleElementStreamNewAE(adaptor, rec, description);
280 antlr3RewriteRuleElementStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector) argument
286 stream = antlr3RewriteRuleElementStreamNewAE(adaptor, rec, description);
309 antlr3RewriteRuleTOKENStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) argument
315 stream = antlr3RewriteRuleElementStreamNewAE(adaptor, rec, description);
333 antlr3RewriteRuleTOKENStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, voi argument
352 antlr3RewriteRuleTOKENStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector) argument
373 antlr3RewriteRuleSubtreeStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) argument
395 antlr3RewriteRuleSubtreeStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * oneElement) argument
418 antlr3RewriteRuleSubtreeStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector) argument
442 antlr3RewriteRuleNODEStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) argument
466 antlr3RewriteRuleNODEStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * oneElement) argument
485 antlr3RewriteRuleNODEStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector) argument
[all...]
/external/boringssl/src/tool/
H A Dspeed.cc50 void Print(const std::string &description) { argument
52 description.c_str(), us,
56 void PrintWithBytes(const std::string &description, size_t bytes_per_call) { argument
58 num_calls, description.c_str(), us,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DRFC4519Style.java20 public static final ASN1ObjectIdentifier description = new ASN1ObjectIdentifier("2.5.4.13").intern(); field in class:RFC4519Style
77 DefaultSymbols.put(description, "description");
121 DefaultLookUp.put("description", description);
/external/chromium-trace/catapult/dashboard/dashboard/models/
H A Dgraph_data.py112 description and units.
163 description = ndb.TextProperty(indexed=True) variable in class:Test
251 # Truncate the "description" property if necessary.
252 description = kwargs.get('description') or ''
253 kwargs['description'] = description[:_MAX_STRING_LENGTH]
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
H A Dcommand_registry.py39 description: description of the flag.
52 description = messages.StringField(3) variable in class:FlagInfo
67 description: description of this argument.
71 description = messages.StringField(2) variable in class:ArgInfo
82 description: description of this command.
91 description = messages.StringField(3) variable in class:CommandInfo
130 description
[all...]
H A Dextended_descriptor.py34 description: Description of this enum value.
39 description = messages.StringField(100) variable in class:ExtendedEnumValueDescriptor
49 description: Description of this enum class.
64 description = messages.StringField(100) variable in class:ExtendedEnumDescriptor
77 description: Description of this field.
83 description = messages.StringField(102) variable in class:ExtendedFieldDescriptor
95 description: Description of this message.
117 description = messages.StringField(100) variable in class:ExtendedMessageDescriptor
133 description: Description of this file.
143 description variable in class:ExtendedFileDescriptor
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
H A Dlayer2.py51 description = None variable in class:Domain
67 self.description)
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
H A Dcli.py39 description='Generates a new RSA keypair of "keysize" bits.')
97 description = None variable in class:CryptoOperation
145 parser = OptionParser(usage=self.usage, description=self.description)
199 description = ('Encrypts a file. The file must be shorter than the key ' variable in class:EncryptOperation
216 description = ('Decrypts a file. The original file must be shorter than ' variable in class:DecryptOperation
234 description = ('Signs a file, outputs the signature. Choose the hash ' variable in class:SignOperation
260 description = ('Verifies a signature, exits with status 0 upon success, ' variable in class:VerifyOperation
344 description = ('Encrypts a file to an encrypted VARBLOCK file. The file ' variable in class:EncryptBigfileOperation
360 description variable in class:DecryptBigfileOperation
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_win.cc205 const char *description = local
210 ReportDeadlySignal(description, sig);
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp75 const std::string& description,
77 : TestCase(testCtx, name, description)
73 BuffersTestCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, BufferCaseParameters testCase) argument
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp110 const std::string& description,
138 const std::string& description,
141 : TestCase (testCtx, name, description)
281 const std::string& description,
309 const std::string& description,
312 : TestCase (testCtx, name, description)
452 const std::string& description,
480 const std::string& description,
483 : TestCase (testCtx, name, description)
627 const std::string& description,
136 SharedVarTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const tcu::IVec3& localSize, const tcu::IVec3& workSize) argument
307 SharedVarAtomicOpTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const tcu::IVec3& localSize, const tcu::IVec3& workSize) argument
478 SSBOLocalBarrierTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const tcu::IVec3& localSize, const tcu::IVec3& workSize) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageTests.cpp54 const char* description,
73 const char* description,
79 : vkt::TestCase (testContext, name, description)
71 ImageTest(tcu::TestContext& testContext, const char* name, const char* description, VkImageViewType imageViewType, VkFormat imageFormat, const tcu::IVec3& imageSize, int arraySize) argument
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDiscardTests.cpp103 const char* description,
120 const char* description,
124 : ShaderRenderCase (testCtx, name, description, false, evalFunc, new SamplerUniformSetup(usesTexture), DE_NULL)
352 std::string description = std::string(getModeDesc(mode)) + " in " + getTemplateDesc(tmpl); local
354 return de::MovePtr<ShaderDiscardCase>(new ShaderDiscardCase(testCtx, name.c_str(), description.c_str(), shaderTemplate.specialize(params).c_str(), getEvalFunc(mode), mode == DISCARDMODE_TEXTURE));
118 ShaderDiscardCase(tcu::TestContext& testCtx, const char* name, const char* description, const char* shaderSource, const ShaderEvalFunc evalFunc, bool usesTexture) argument
H A DvktShaderRenderReturnTests.cpp72 const std::string& description,
82 const std::string& description,
87 : ShaderRenderCase(testCtx, name, description, isVertexCase, evalFunc, uniformFunc, DE_NULL)
138 de::MovePtr<ShaderReturnCase> makeConditionalReturnInFuncCase (tcu::TestContext& context, const std::string& name, const std::string& description, ReturnMode returnMode, bool isVertex) argument
175 return de::MovePtr<ShaderReturnCase>(new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params), getEvalFunc(returnMode), DE_NULL));
178 de::MovePtr<ShaderReturnCase> makeOutputWriteReturnCase (tcu::TestContext& context, const std::string& name, const std::string& description, bool inFunction, ReturnMode returnMode, bool isVertex) argument
230 return de::MovePtr<ShaderReturnCase>(new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params), getEvalFunc(returnMode), DE_NULL));
233 de::MovePtr<ShaderReturnCase> makeReturnInLoopCase (tcu::TestContext& context, const std::string& name, const std::string& description, bool isDynamicLoop, ReturnMode returnMode, bool isVertex) argument
277 return de::MovePtr<ShaderReturnCase>(new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params), getEvalFunc(returnMode), new ReturnTestUniformSetup(UI_ONE)));
362 std::string description local
80 ShaderReturnCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool isVertexCase, const std::string& shaderSource, const ShaderEvalFunc evalFunc, const UniformSetup* uniformFunc) argument
443 std::string description = std::string(getReturnModeDesc((ReturnMode)returnMode)) + " in loop"; local
[all...]
H A DvktShaderRenderSwitchTests.cpp56 const string& description,
67 const string& description,
73 : ShaderRenderCase (testCtx, name, description, isVertexCase, evalFunc, new UniformSetup(setupUniformsFunc), DE_NULL)
65 ShaderSwitchCase(tcu::TestContext& testCtx, const string& name, const string& description, bool isVertexCase, const string& vtxSource, const string& fragSource, ShaderEvalFunc evalFunc, UniformSetupFunc setupUniformsFunc) argument
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseBinding.cpp60 const std::string& description,
71 const std::string& description,
73 : TestCase (testCtx, name, description)
69 BufferSparseBindingCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const deUint32 bufferSize) argument
H A DvktSparseResourcesBufferSparseResidency.cpp65 const std::string& description,
79 const std::string& description,
82 : TestCase (testCtx, name, description)
77 BufferSparseResidencyCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const deUint32 bufferSize, const glu::GLSLVersion glslVersion) argument
H A DvktSparseResourcesImageSparseBinding.cpp60 const std::string& description,
75 const std::string& description,
79 : TestCase (testCtx, name, description)
73 ImageSparseBindingCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const ImageType imageType, const tcu::UVec3& imageSize, const tcu::TextureFormat& format) argument
/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktRandomUniformBlockCase.cpp57 const std::string& description,
61 : UniformBlockCase (testCtx, name, description, bufferMode)
55 RandomUniformBlockCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, BufferMode bufferMode, deUint32 features, deUint32 seed) argument
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp310 const char* description; member in struct:vkt::__anon3777
327 s_es310Tests[ndx].description,
/external/deqp/framework/common/
H A DtcuTestCase.hpp91 * description. Root and test group nodes have a list of children.
107 TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description);
108 TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description, const std::vector<TestNode*>& children);
144 TestCaseGroup (TestContext& testCtx, const char* name, const char* description);
145 TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const std::vector<TestNode*>& children);
174 TestCase (TestContext& testCtx, const char* name, const char* description);
175 TestCase (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description);
182 TestStatus (qpTestResult code, const std::string& description) : m_code(code), m_description(description) {} argument
188 static TestStatus pass (const std::string& description) { retur argument
189 fail(const std::string& description) argument
[all...]

Completed in 505 milliseconds

<<11121314151617181920>>