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

  /dalvik/libdex/
DexOptData.cpp 41 pOptHeader->optOffset + pOptHeader->optLength;
54 u4 optLength = (const u1*) pOptEnd - (const u1*) pOptStart;
69 if ((optLength & 3) != 0) {
78 if (optLength < 8) {
79 ALOGE("Undersized opt data area (%u)", optLength);
DexFile.h 576 u4 optLength;
    [all...]
  /device/generic/goldfish/dhcp/client/
dhcpclient.cpp 302 uint8_t optLength = 0;
318 uint8_t optLength = options[i + 1];
323 if (options + optLength + i >= msg.end()) {
326 static_cast<int>(optLength),
333 if (optLength == 4) {
339 if (optLength == 4) {
345 if (optLength == 4) {
351 if (optLength == 4) {
357 if (optLength >= 4) {
363 if (optLength == 2)
    [all...]
  /dalvik/dexdump/
DexDump.cpp 414 printf("opt_length : %d\n", pOptHeader->optLength);
    [all...]

Completed in 3137 milliseconds