HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 251 - 275 of 2197) sorted by null

<<11121314151617181920>>

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/matchers/
StartedMatcherTest.java 11 import org.hamcrest.Description;
75 StringDescription description = new StringDescription(); local
76 tMatcher.describeTo(description);
77 String actualFailureMessage = description.toString();
87 public void describeTo(Description description) {
88 description.appendText(message);
StartedServiceMatcherTest.java 9 import org.hamcrest.Description;
77 StringDescription description = new StringDescription(); local
78 tMatcher.describeTo(description);
79 String actualFailureMessage = description.toString();
89 public void describeTo(Description description) {
90 description.appendText(message);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp 75 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& description)
82 switch (description.genericFamily()) {
84 fontPlatformData = getCachedFontPlatformData(description, serifStr);
87 fontPlatformData = getCachedFontPlatformData(description, monospaceStr);
91 fontPlatformData = getCachedFontPlatformData(description, sansStr);
  /frameworks/base/obex/javax/obex/
ObexSession.java 73 * 0x02 is the realm, which provides a description of which user name
78 byte[] description = ObexHelper.getTagValue((byte)0x02, header.mAuthChall);
81 if (description != null) {
82 byte[] realmString = new byte[description.length - 1];
83 System.arraycopy(description, 1, realmString, 0, realmString.length);
85 switch (description[0] & 0xFF) {
  /external/icu4c/i18n/
nfsubs.cpp 52 const UnicodeString& description,
78 const UnicodeString& description,
80 : NFSubstitution(_pos, _ruleSet, formatter, description, status), divisor(_divisor)
137 const UnicodeString& description,
189 const UnicodeString& description,
191 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {}
215 const UnicodeString& description,
249 const UnicodeString& description,
251 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {}
283 const UnicodeString& description,
    [all...]
  /external/junit/src/org/junit/experimental/max/
MaxHistory.java 14 import org.junit.runner.Description;
80 Long getFailureTimestamp(Description key) {
84 void putTestFailureTimestamp(Description key, long end) {
88 boolean isNewTest(Description key) {
92 Long getTestDuration(Description key) {
96 void putTestDuration(Description description, long duration) {
97 fDurations.put(description.toString(), duration);
103 private Map<Description, Long> starts= new HashMap<Description, Long>()
    [all...]
MaxCore.java 13 import org.junit.runner.Description;
97 List<Description> leaves= findLeaves(request);
102 private Request constructLeafRequest(List<Description> leaves) {
104 for (Description each : leaves)
118 private Runner buildRunner(Description each) {
129 throw new RuntimeException("Can't build a runner from description [" + each + "]");
136 private Class<?> getMalformedTestClass(Description each) {
149 public List<Description> sortedLeavesForTest(Request request) {
153 private List<Description> findLeaves(Request request) {
154 List<Description> results= new ArrayList<Description>()
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/
jsref.js 50 function AddTestCase( description, expect, actual ) {
51 testcases[tc++] = new TestCase( SECTION, description, expect, actual );
55 this.description = d;
84 testcases[tc].description +" = "+
174 print(beginTag + 'DESCRIPTION' + endTag);
175 print(testcases[tc].description);
188 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect );
197 testcases[tc].description +" = "+ testcases[tc].actual +
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/slider/
slider.edc 90 description {
100 description {
104 description {
115 description {
133 description {
157 description {
166 description {
325 description {
335 description {
339 description {
    [all...]
  /external/robolectric/lib/main/
hamcrest-core-1.2.jar 
  /external/chromium/chrome/browser/extensions/
extension_omnibox_api.cc 30 " description text";
33 const char kSuggestionDescription[] = "description";
125 kSuggestionDescription, &suggestion.description));
152 kSuggestionDescription, &suggestion.description));
186 // Step 1: Build a vector of styles, 1 per character of description text.
188 styles.resize(description.length()); // sets all styles to 0
202 length = description.length();
205 offset = std::max(0, static_cast<int>(description.length()) + offset);
246 string16 description = suggestion->description; local
    [all...]
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
OutgoingFileTransfer.java 107 * @param description
108 * A description of the file that will be transmitted.
116 String description) throws XMPPException {
124 this.outputStream = negotiateStream(fileName, fileSize, description);
143 * @param description
144 * A description of the file that will be transmitted.
151 final long fileSize, final String description,
169 fileName, fileSize, description);
199 * @param description a description for the file to transfer.
    [all...]
  /frameworks/base/libs/hwui/
GammaFontRenderer.cpp 105 void ShaderGammaFontRenderer::describe(ProgramDescription& description,
112 description.hasGammaCorrection = true;
113 description.gamma = mGamma;
115 description.hasGammaCorrection = true;
116 description.gamma = 1.0f / mGamma;
119 description.hasGammaCorrection = true;
120 description.gamma = 1.0f / mGamma;
125 void ShaderGammaFontRenderer::setupProgram(ProgramDescription& description,
127 if (description.hasGammaCorrection) {
128 glUniform1f(program->getUniform("gamma"), description.gamma)
    [all...]
  /build/tools/
merge-event-log-tags.py 70 # Tag names must be unique. (If the tag number and description are
91 description = t.description variable
103 t.description == orig.description):
104 # if the name and description are identical, issue a warning
179 if t.description:
180 buffer.write("%d %s %s\n" % (t.tagnum, t.tagname, t.description))
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3rewritestreams.c 187 antlr3RewriteRuleElementStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description)
245 // Install the description
247 stream->elementDescription = description;
257 antlr3RewriteRuleElementStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * oneElement)
263 stream = antlr3RewriteRuleElementStreamNewAE(adaptor, rec, description);
280 antlr3RewriteRuleElementStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector)
286 stream = antlr3RewriteRuleElementStreamNewAE(adaptor, rec, description);
309 antlr3RewriteRuleTOKENStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description)
315 stream = antlr3RewriteRuleElementStreamNewAE(adaptor, rec, description);
333 antlr3RewriteRuleTOKENStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * oneElement
    [all...]
  /external/skia/include/utils/
SkRTConf.h 39 SkRTConf(const char *name, const T &defaultValue, const char *description);
54 #define SK_CONF_DECLARE(confType, varName, confName, defaultValue, description) static SkRTConf<confType> varName(confName, defaultValue, description)
57 #define SK_CONF_DECLARE(confType, varName, confName, defaultValue, description) static const confType varName = defaultValue
92 SkRTConf<T>::SkRTConf(const char *name, const T &defaultValue, const char *description)
96 , fDescription(description) {
  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper.h 96 const string16& description);
113 PendingIndexedDBInfo(const GURL& origin, const string16& description);
117 string16 description; member in struct:CannedBrowsingDataIndexedDBHelper::PendingIndexedDBInfo
browsing_data_database_helper.cc 28 const std::string& description,
35 description(description),
150 const std::string& description)
153 description(description) {
178 const std::string& description) {
181 origin, name, description));
235 info->description,
  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.h 236 #define ANNOTATE_BENIGN_RACE(pointer, description) \
238 pointer, sizeof(*(pointer)), description)
240 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
242 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
244 address, size, description)
364 #define ANNOTATE_EXPECT_RACE(address, description) \
366 description)
405 #define ANNOTATE_EXPECT_RACE(address, description) /* empty */
406 #define ANNOTATE_FLUSH_EXPECTED_RACES(address, description) /* empty */
407 #define ANNOTATE_BENIGN_RACE(address, description) /* empty *
    [all...]
  /external/objenesis/tck/src/org/objenesis/tck/
TCK.java 64 * @param description Description of the class
66 public void registerCandidate(Class candidateClass, String description) {
68 descriptions.put(candidateClass, description);
75 * @param description Description of the Objenesis instance
77 public void registerObjenesisInstance(Objenesis objenesis, String description) {
79 descriptions.put(objenesis, description);
134 * @return Description of the current platform
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.4.js 25 Description:
70 testcases[tc].description +" = "+
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.1.1-1.js 25 Description:
59 testcases[tc].description +" = "+
15.9.1.1-2.js 25 Description:
53 testcases[tc].description + " = " +
15.9.5.1.js 25 Description:
52 testcases[tc].description +" = "+
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.12-2-n.js 25 Description:
64 testcases[tc].description +" = "+

Completed in 1588 milliseconds

<<11121314151617181920>>