/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
dynamic_annotations.h | 206 #define ANNOTATE_BENIGN_RACE(pointer, description) \ 208 sizeof(*(pointer)), description) 210 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to 212 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ 213 AnnotateBenignRaceSized(__FILE__, __LINE__, address, size, description) 317 #define ANNOTATE_EXPECT_RACE(address, description) \ 318 AnnotateExpectRace(__FILE__, __LINE__, address, description) 354 #define ANNOTATE_EXPECT_RACE(address, description) /* empty */ 355 #define ANNOTATE_BENIGN_RACE(address, description) /* empty */ 356 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty * [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
NotificationImportExportListener.java | 105 final String description = mContext.getString(R.string.importing_vcard_description, local 109 mContext.getApplicationContext(), VCardService.TYPE_IMPORT, description, tickerText, 116 final String description = mContext.getString(R.string.importing_vcard_finished_title, local 130 description, null, intent); 145 final String description = mContext.getString(R.string.importing_vcard_canceled_title, local 148 NotificationImportExportListener.constructCancelNotification(mContext, description); 174 final String description = type == VCardService.TYPE_IMPORT ? local 177 final Notification notification = constructCancelNotification(mContext, description); 187 * @param description Content of the Notification. 197 Context context, int type, String description, String tickerText [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAState.java | 88 protected String description; field in class:NFAState 227 return description; 230 public void setDescription(String description) { 231 this.description = description;
|
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/ |
GAEChannelClient.java | 62 public void onError(int code, String description); 80 WebView view, int errorCode, String description, 83 ", desc: " + description); 163 final int code, final String description) { 167 handler.onError(code, description);
|
/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);
|
/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/chromium_org/third_party/cld/base/ |
dynamic_annotations.h | 152 #define ANNOTATE_BENIGN_RACE(address, description) \ 153 AnnotateBenignRace(__FILE__, __LINE__, address, description) 227 #define ANNOTATE_EXPECT_RACE(address, description) \ 228 AnnotateExpectRace(__FILE__, __LINE__, address, description) 253 #define ANNOTATE_EXPECT_RACE(address, description) // empty 254 #define ANNOTATE_BENIGN_RACE(address, description) // empty 300 const char *description); 303 const char *description); 336 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ 342 # static_var ": " description); \ [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
nfsubs.cpp | 52 const UnicodeString& description, 75 const UnicodeString& description, 77 : NFSubstitution(_pos, _ruleSet, formatter, description, status), divisor(_divisor) 131 const UnicodeString& description, 178 const UnicodeString& description, 180 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {} 201 const UnicodeString& description, 232 const UnicodeString& description, 234 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {} 263 const UnicodeString& description, [all...] |
/external/chromium_org/tools/grit/grit/ |
tclib.py | 32 def __init__(self, text='', placeholders=[], description='', meaning=''): 38 self.SetDescription(description) 119 return self.description 121 def SetDescription(self, description): 122 self.description = _FOLD_WHITESPACE.sub(' ', description) 143 msg.SetDescription(self.description.encode('utf-8')) 159 def __init__(self, text='', placeholders=[], description='', meaning='', 161 super(Message, self).__init__(text, placeholders, description, meaning) 184 def __init__(self, text='', id='', placeholders=[], description='', meaning='') [all...] |
/external/chromium_org/tools/heapcheck/ |
heapcheck_test.py | 94 # Statistics grouped by suppression description: 108 description = '' 112 description = supp.description 157 if description in used_suppressions: 158 hits, bytes, objects = used_suppressions[description] 162 used_suppressions[description] = [hits, bytes, objects] 164 used_suppressions[description] = [1] + cur_leak_signature 185 for description in used_suppressions: 186 if description.startswith(HeapcheckWrapper.SANITY_TEST_SUPPRESSION) [all...] |
/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/chromium_org/tools/grit/grit/gather/ |
muppet_strings.py | 32 self.description = '' 42 self.description = attrs.getValueByQName('desc') 67 self.parent.AddMessage(self.curr_text, self.description, 72 self.description = '' 82 def AddMessage(self, msgtext, description, meaning, translateable): 86 msg = tclib.Message(description=description, meaning=meaning)
|
/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...] |
/external/robolectric/lib/main/ |
hamcrest-core-1.2.jar | |
/external/chromium_org/chrome/renderer/resources/extensions/ |
omnibox_custom_bindings.js | 25 // object with two properties: 'description', which is just the text content, 46 description: '', 53 // Append text nodes to our description. 55 var shouldTrim = result.description.length == 0; 56 result.description += sanitizeString(child.nodeValue, shouldTrim); 66 'offset': result.description.length 70 style.length = result.description.length - style.offset; 97 var parseResult = parseOmniboxDescription(details.description); 106 userSuggestions[i].description);
|
/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...] |
/external/chromium_org/chromeos/network/ |
network_event_log.cc | 34 const std::string& description); 52 std::string description; member in struct:chromeos::network_event_log::__anon9721::LogEntry 61 const std::string& description) 66 description(description), 90 if (show_desc && !description.empty()) 91 text += ": " + description; 105 if (show_desc && !description.empty()) 106 text += ": " + net::EscapeForHTML(description); 133 description == other.description [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/chromium_org/ppapi/cpp/dev/ |
font_dev.cc | 106 const FontDescription_Dev& description) { 110 instance.pp_instance(), &description.pp_font_description())); 129 bool Font_Dev::Describe(FontDescription_Dev* description, 137 pp_resource(), &description->pp_font_description_, metrics)) 139 description->face_ = Var(PASS_REF, 140 description->pp_font_description_.face);
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/ |
notifications.css | 76 ol.notifications ul.causes div.description, ol.notifications div.problem ul.effects { 104 ol.notifications>li ul.causes>li>div.description { 109 ol.notifications>li ul.causes>li>div.description>a { 116 ol.notifications>li ul.causes>li:hover>div.description>a { 121 ol.notifications>li ul.causes>li:hover>div.description>a::after { 133 ol.notifications>li ul.causes>li>div.description>span { 141 ol.notifications>li ul.causes>li>div.description>span>span.author { 146 ol.notifications>li ul.causes>li>div.description>span>span.reviewer { 150 ol.notifications>li ul.causes>li>div.description>span>span.bugID::before { 155 ol.notifications>li ul.causes>li>div.description>span>span.bugID>a [all...] |
/external/chromium_org/third_party/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 confType varName = defaultValue 92 SkRTConf<T>::SkRTConf(const char *name, const T &defaultValue, const char *description) 96 , fDescription(description) {
|