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

  /external/webkit/WebCore/dom/
MouseRelatedEvent.cpp 130 Node* targ = target()->toNode(); local
131 if (!targ)
141 targ->document()->updateStyleIfNeeded();
145 if (RenderObject* r = targ->renderer()) {
158 Node* n = targ;
  /cts/tools/annotation-helper/src/spechelper/
MethodSelector.java 118 String targ = "@TestTarget(\n" + IND + " methodName = \"" local
124 s = targ;
129 + " " + targ + IND + "})";
  /dalvik/vm/analysis/
VerifySubs.c 202 int offsetToSwitch, offsetToKeys, offsetToTargets, targ; local
266 for (targ = 1; targ < switchCount; targ++) {
267 s4 key = (s4) switchInsns[offsetToKeys + targ*2] |
268 (s4) (switchInsns[offsetToKeys + targ*2 +1] << 16);
281 for (targ = 0; targ < switchCount; targ++) {
282 offset = (s4) switchInsns[offsetToTargets + targ*2]
    [all...]
CodeVerify.c 5575 int offsetToTargets, targ; local
    [all...]
  /external/icu4c/test/cintltst/
ncnvfbts.c 138 char *targ; local
176 targ = junkout;
191 end = nct_min(targ + gOutBufferSize, realBufferEnd);
196 if(targ == realBufferEnd)
198 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
201 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
207 (char **)&targ,
224 sourceLen, targ-junkout);
232 for(p = junkout;p<targ;p++
300 UChar *targ; local
    [all...]
ncnvtst.c 1005 char *targ; local
1095 UChar *targ; local
1191 char *targ; local
1364 UChar *targ; local
    [all...]
nccbtst.c 2651 char *targ; local
2851 UChar *targ; local
3048 char *targ; local
3227 UChar *targ; local
    [all...]
nucnvtst.c 341 char *targ; local
374 targ = junkout;
386 end = nct_min(targ + gOutBufferSize, realBufferEnd);
391 if(targ == realBufferEnd) {
392 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
395 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
401 &targ,
416 sourceLen, targ-junkout);
426 for(ptr = junkout;ptr<targ;ptr++)
499 UChar *targ; local
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
dfa.c 401 int targptr, totaltrans, i, comstate, comfreq, targ; local
656 targ = state[duplist[sym]];
657 state[sym] = targ;
661 sym, targ );
668 while ( targstate[++i] != targ )
  /dalvik/tests/046-reflect/src/
Main.java 283 Target targ; local
289 targ = cons.newInstance(args);
290 targ.myMethod(17);
  /dalvik/dexdump/
DexDump.c 654 s4 targ = (s4) pDecInsn->vA; local
656 insnIdx + targ,
657 (targ < 0) ? '-' : '+',
658 (targ < 0) ? -targ : targ);
666 s4 targ = (s4) pDecInsn->vB; local
668 insnIdx + targ,
669 (targ < 0) ? '-' : '+',
670 (targ < 0) ? -targ : targ)
719 s4 targ = (s4) pDecInsn->vC; local
    [all...]
  /external/dropbear/
scp.c 304 char *targ, *endp; local
426 if ((targ = colon(argv[argc - 1]))) /* Dest is remote host. */
427 toremote(targ, argc, argv);
454 toremote(char *targ, int argc, char **argv)
463 *targ++ = 0;
464 if (*targ == 0)
465 targ = ".";
518 thost, targ);
523 len = strlen(targ) + CMDNEEDS + 20;
525 (void) snprintf(bp, len, "%s -t %s", cmd, targ);
835 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; local
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 553 UnicodeString targ = srcStr; local
554 t->transliterate(targ);
555 if (srcStr == targ) return TRUE;
562 UnicodeString srcStr, targ, reverse; local
631 UnicodeString targ = srcStr; local
632 sourceToTarget->transliterate(targ);
635 if (targ != targ2) {
636 logToRulesFails("Source-Target, toRules", srcStr, targ, targ2);
646 UnicodeString targ = srcStr; local
647 targetToSource->transliterate(targ);
665 UnicodeString targ = srcStr; local
714 UnicodeString targ = srcStr; local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 809 int targ = one.getHandlerPc(); local
816 mergeAndWorkAsNecessary(targ, block.getLabel(),
820 Hex.u2(targ));
829 Type already = catchTypes[targ];
831 catchTypes[targ] = exceptionClass.getClassType();
833 catchTypes[targ] = Type.OBJECT;
838 * label getExceptionSetupLabel(targ).
840 newSucc.add(getExceptionSetupLabel(targ));
    [all...]
  /external/qemu/
qemu-char-android.c 1120 int *targ = (int *)arg; local
1122 *targ = 0;
1124 *targ |= CHR_TIOCM_CTS;
1126 *targ |= CHR_TIOCM_CAR;
1128 *targ |= CHR_TIOCM_DSR;
1130 *targ |= CHR_TIOCM_RI;
1132 *targ |= CHR_TIOCM_DTR;
1134 *targ |= CHR_TIOCM_RTS;
1140 int targ = 0; local
1141 ioctl(s->fd_in, TIOCMGET, &targ);
    [all...]
qemu-char.c 1087 int *targ = (int *)arg; local
1089 *targ = 0;
1091 *targ |= CHR_TIOCM_CTS;
1093 *targ |= CHR_TIOCM_CAR;
1095 *targ |= CHR_TIOCM_DSR;
1097 *targ |= CHR_TIOCM_RI;
1099 *targ |= CHR_TIOCM_DTR;
1101 *targ |= CHR_TIOCM_RTS;
1107 int targ = 0; local
1108 ioctl(s->fd_in, TIOCMGET, &targ);
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 385 milliseconds