Searched refs:description (Results 101 - 125 of 2478) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/webkit/
H A Dtypeof-codegen-crash.js24 description(
H A Darguments-bad-index.js24 description(
H A Ddfg-add-not-number.js24 description(
H A Ddfg-bool-to-int32-reuse.js24 description(
H A Ddfg-inline-constructor-that-uses-arguments.js24 description(
H A Ddfg-mul-big-integers.js24 description(
H A Ddfg-to-string-toString-becomes-bad-with-check-structure.js24 description(
H A Dglobal-resolve-through-eval.js24 description("Make sure we do a correct property resolution of a global object property when contained by eval.");
H A Dignored-result-null-comparison-crash.js24 description(
H A Dnew-array-double-with-holes.js24 description(
H A Dreentrant-call-unwind.js24 description(
H A Dsort-non-numbers.js24 description("This tests numerically sorting an array of non-numbers.");
H A Dtry-try-return-finally-finally.js24 description(
/external/chromium_org/chrome/browser/ui/location_bar/
H A Dlocation_bar_util.cc14 base::string16 CalculateMinString(const base::string16& description) { argument
16 const size_t chop_index = description.find_first_of(
19 gfx::TruncateString(description, 3, gfx::WORD_BREAK) :
20 description.substr(0, chop_index));
H A Dlocation_bar_util.h13 base::string16 CalculateMinString(const base::string16& description);
/external/chromium_org/content/browser/resources/gpu/
H A Dbrowser_bridge_tests.js194 description: 'Initialization time',
198 description: 'Vendor Id',
202 description: 'Device Id',
206 description: 'Driver vendor',
210 description: 'Driver version',
214 description: 'Driver date',
218 description: 'Pixel shader version',
222 description: 'Vertex shader version',
226 description: 'GL version',
230 description
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DSessionDescription.java51 public final String description; field in class:SessionDescription
53 public SessionDescription(Type type, String description) { argument
55 this.description = description;
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Dconditional.js24 description("KDE JS Test");
/external/chromium_org/v8/test/webkit/fast/js/
H A Dobject-prototype-toLocaleString.js24 description(
H A Dregexp-lastindex.js24 description(
/external/deqp/modules/gles2/
H A Dtes2TestCase.hpp38 TestCaseGroup (Context& context, const char* name, const char* description);
39 TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& children);
51 TestCase (Context& context, const char* name, const char* description);
52 TestCase (Context& context, tcu::TestNodeType type, const char* name, const char* description);
59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) argument
60 : tcu::TestCaseGroup (context.getTestContext(), name, description)
65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& children) argument
66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children)
71 inline TestCase::TestCase (Context& context, const char* name, const char* description) argument
72 : tcu::TestCase (context.getTestContext(), name, description)
77 TestCase(Context& context, tcu::TestNodeType type, const char* name, const char* description) argument
[all...]
/external/deqp/modules/gles3/
H A Dtes3TestCase.hpp38 TestCaseGroup (Context& context, const char* name, const char* description);
39 TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& children);
51 TestCase (Context& context, const char* name, const char* description);
52 TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const char* description);
59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) argument
60 : tcu::TestCaseGroup (context.getTestContext(), name, description)
65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& children) argument
66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children)
71 inline TestCase::TestCase (Context& context, const char* name, const char* description) argument
72 : tcu::TestCase (context.getTestContext(), name, description)
77 TestCase(Context& context, tcu::TestNodeType nodeType, const char* name, const char* description) argument
[all...]
/external/deqp/modules/gles31/
H A Dtes31TestCase.hpp38 TestCaseGroup (Context& context, const char* name, const char* description);
39 TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& children);
51 TestCase (Context& context, const char* name, const char* description);
52 TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const char* description);
59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) argument
60 : tcu::TestCaseGroup (context.getTestContext(), name, description)
65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& children) argument
66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children)
71 inline TestCase::TestCase (Context& context, const char* name, const char* description) argument
72 : tcu::TestCase (context.getTestContext(), name, description)
77 TestCase(Context& context, tcu::TestNodeType nodeType, const char* name, const char* description) argument
[all...]
/external/lldb/tools/lldb-perf/lib/
H A DGauge.cpp15 lldb_perf::GetResult (const char *description, double value) argument
17 if (description && description[0])
20 value_dict_ap->AddString("description", NULL, description);
29 lldb_perf::GetResult (const char *description, uint64_t value) argument
31 if (description && description[0])
34 value_dict_ap->AddString("description", NULL, description);
43 GetResult(const char *description, std::string value) argument
[all...]
/external/proguard/src/proguard/gui/
H A DExtensionFileFilter.java35 private final String description; field in class:ExtensionFileFilter
41 * @param description a description of the filter.
44 public ExtensionFileFilter(String description, String[] extensions) argument
46 this.description = description;
55 return description;

Completed in 4407 milliseconds

1234567891011>>