HomeSort by relevance Sort by last modified time
    Searched refs:requiredLength (Results 1 - 5 of 5) sorted by null

  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 444 * @param requiredLength the number of required bytes
446 private void requireLength(int requiredLength) throws IOException {
447 if (input.available() < requiredLength) {
  /external/icu4c/i18n/
rbnf.cpp 323 UChar** nextArray(int32_t& requiredLength);
391 int32_t requiredLength = -1;
394 UChar** elem = nextArray(requiredLength);
427 return new StringLocalizationInfo(data, result, requiredLength-2, numLocs); // subtract first, NULL
435 LocDataParser::nextArray(int32_t& requiredLength) {
473 if (requiredLength == -1) {
474 requiredLength = array.length() + 1;
475 } else if (array.length() != requiredLength) {
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.c     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 781 milliseconds