/dalvik/dx/src/com/android/dx/cf/code/ |
BaseMachine.java | 79 private int resultCount; 115 resultCount = -1; 399 if (resultCount != 1) { 401 ((resultCount == 0) ? "no" : "multiple") + " results"); 442 resultCount = 0; 459 resultCount = 1; 474 results[resultCount] = result; 475 resultCount++; 484 protected final int resultCount() { 485 if (resultCount < 0) [all...] |
RopperMachine.java | 308 int destCount = resultCount(); [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
csdetect.h | 26 int32_t resultCount;
|
csdetect.cpp | 150 resultCount(0), fStripTags(FALSE), fFreshTextSet(FALSE), 255 resultCount = 0; 258 if (csr->match(textIn, resultArray[resultCount])) { 259 resultCount++; 263 if (resultCount > 1) { 264 uprv_sortArray(resultArray, resultCount, sizeof resultArray[0], charsetMatchComparator, NULL, TRUE, &status); 269 maxMatchesFound = resultCount;
|
nfrule.h | 92 int32_t startingAt, int32_t* resultCount) const;
|
/external/icu/icu4c/source/i18n/ |
csdetect.h | 26 int32_t resultCount;
|
csdetect.cpp | 150 resultCount(0), fStripTags(FALSE), fFreshTextSet(FALSE), 255 resultCount = 0; 258 if (csr->match(textIn, resultArray[resultCount])) { 259 resultCount++; 263 if (resultCount > 1) { 264 uprv_sortArray(resultArray, resultCount, sizeof resultArray[0], charsetMatchComparator, NULL, TRUE, &status); 269 maxMatchesFound = resultCount;
|
nfrule.h | 92 int32_t startingAt, int32_t* resultCount) const;
|
/external/chromium_org/third_party/skia/tests/ |
BlurTest.cpp | 163 int* result, int resultCount) { 181 if (i < resultCount) { 185 for ( ; i < resultCount; ++i) { 212 int* result, int resultCount) { 216 for (int i = 0; i < resultCount; ++i) { 246 static void readback(SkCanvas* canvas, int* result, int resultCount) { 248 readback.allocN32Pixels(resultCount, 30); 250 SkIRect readBackRect = { 0, 0, resultCount, 30 }; 257 for (int i = 0; i < resultCount; ++i) { 265 int* result, int resultCount) { [all...] |
/external/chromium_org/third_party/icu/source/common/ |
caniter.cpp | 405 int32_t resultCount; 406 if((resultCount = result.count())) { 407 finalResult = new UnicodeString[resultCount];
|
/external/icu/icu4c/source/common/ |
caniter.cpp | 405 int32_t resultCount; 406 if((resultCount = result.count())) { 407 finalResult = new UnicodeString[resultCount];
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/ |
ExtensionAPI.js | 590 addCategory: function(displayName, resultCount) 593 if (typeof resultCount !== "undefined") 594 console.warn("Passing resultCount to audits.addCategory() is deprecated. Use AuditResult.updateProgress() instead."); 595 extensionServer.sendRequest({ command: commands.AddAuditCategory, id: id, displayName: displayName, resultCount: resultCount });
|
ExtensionServer.js | 582 var category = new WebInspector.ExtensionAuditCategory(port._extensionOrigin, message.id, message.displayName, message.resultCount); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorDOMAgent.h | 131 virtual void performSearch(ErrorString*, const String& whitespaceTrimmedQuery, const bool* includeUserAgentShadowDOM, String* searchId, int* resultCount) OVERRIDE;
|
InspectorDOMAgent.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/ |
ElementsPanel.js | 439 var resultCount = resultCounts[i]; 440 for (var j = 0; j < resultCount; ++j) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |
/external/chromium_org/third_party/closure_compiler/compiler/ |
compiler.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.jasper_5.5.17.v201004212143.jar | |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |