HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 51 - 75 of 248) sorted by null

1 23 4 5 6 7 8 910

  /dalvik/vm/mterp/armv5te/
unopNarrower.S 21 GET_INST_OPCODE(ip) @ extract opcode from rINST
unopWide.S 19 GET_INST_OPCODE(ip) @ extract opcode from rINST
unopWider.S 18 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_AGET.S 25 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_APUT.S 25 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_IPUT_WIDE_QUICK.S 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_MUL_LONG_2ADDR.S 24 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_NEW_ARRAY.S 59 GET_INST_OPCODE(ip) @ extract opcode from rINST
bincmp.S 29 GET_INST_OPCODE(ip) @ extract opcode from rINST
binopWide.S 35 GET_INST_OPCODE(ip) @ extract opcode from rINST
binopWide2addr.S 32 GET_INST_OPCODE(ip) @ extract opcode from rINST
  /dalvik/vm/mterp/armv6t2/
OP_IPUT_QUICK.S 14 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_IPUT_WIDE_QUICK.S 14 GET_INST_OPCODE(ip) @ extract opcode from rINST
binop2addr.S 29 GET_INST_OPCODE(ip) @ extract opcode from rINST
unopWide.S 18 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_MUL_LONG_2ADDR.S 23 GET_INST_OPCODE(ip) @ extract opcode from rINST
bincmp.S 28 GET_INST_OPCODE(ip) @ extract opcode from rINST
binopWide2addr.S 31 GET_INST_OPCODE(ip) @ extract opcode from rINST
  /ndk/
ndk-gdb 317 # Extract the package name from the manifest
318 PACKAGE_NAME=`run_awk_manifest_script extract-package-name.awk`
321 echo "ERROR: Could not extract package name from $PROJECT/$MANIFEST."
329 run_awk_manifest_script extract-launchable.awk
334 DEBUGGABLE=`run_awk_manifest_script extract-debuggable.awk`
443 echo "ERROR: Could not extract package's data directory. Are you sure that"
450 # If --launch is used, ignore --start, otherwise extract the first
455 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
457 echo "ERROR: Could not extract name of launchable activity from manifest!"
484 PID=`$ADB_CMD shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE=$PACKAGE_NAME
    [all...]
  /dalvik/vm/mterp/armv4t/
OP_IPUT_WIDE_QUICK.S 16 GET_INST_OPCODE(ip) @ extract opcode from rINST
  /external/icu4c/common/
ruleiter.cpp 116 buf->extract(bufPos, maxLookAhead, result);
118 text.extract(pos.getIndex(), maxLookAhead, result);
130 text.extract(0, b, result);
servrbf.cpp 62 length=_bundleName.extract(0, INT32_MAX, pkg, (int32_t)sizeof(pkg), US_INV);
  /external/icu4c/i18n/
format.cpp 158 pattern.extract(start,stop-start,parseError.preContext,0);
166 pattern.extract(start,stop-start,parseError.postContext,0);
  /external/icu4c/samples/numfmt/
util.cpp 66 int32_t bufLen = str.extract(0, 0x7fffffff, stackBuffer, sizeof(stackBuffer), "UTF-8");
71 bufLen = str.extract(0, 0x7fffffff, buf, bufLen + 1, "UTF-8");
  /external/icu4c/test/iotest/
iotest.cpp 44 message.extract(0, message.length(), buffer, sizeof(buffer));
50 message.extract(0, message.length(), buffer, sizeof(buffer));
234 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
236 tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode);
238 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode);
401 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
403 tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode);
405 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode);
595 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
597 tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode)
    [all...]

Completed in 228 milliseconds

1 23 4 5 6 7 8 910