HomeSort by relevance Sort by last modified time
    Searched defs:partCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
FunctionReceiverChecker.java 59 int partCount = callParts.length;
60 String functionName = callParts[partCount - 1];
64 boolean isBindCall = partCount > 1 && "bind".equals(functionName);
65 if (isBindCall && partCount == 3 && "this".equals(firstPart) &&
71 if (partCount > 2 || "this".equals(firstPart)) {
75 hasReceiver |= (partCount == 2) &&
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 374 int partCount = c.getCount();
376 parts = new PduPart[partCount];
    [all...]

Completed in 99 milliseconds