Searched refs:where (Results 26 - 50 of 430) sorted by relevance

1234567891011>>

/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java641 * @param pos the position where a gap is inserted.
786 * If "where" is the beginning of a block statement and exclusive is false,
788 * "where" must indicate the first byte of an opcode.
794 * @param where It must indicate the first byte of an opcode.
796 static byte[] insertGapCore0(byte[] code, int where, int gapLength, argument
804 return insertGapCore1(code, where, gapLength, exclusive, etable, ca);
808 return insertGapCore1(code, where, (gapLength + 3) & ~3,
817 private static byte[] insertGapCore1(byte[] code, int where, int gapLength, argument
824 insertGap2(code, where, gapLength, codeLength, newcode, exclusive);
825 etable.shiftPc(where, gapLengt
853 insertGap2(byte[] code, int where, int gapLength, int endPos, byte[] newcode, boolean exclusive) argument
973 newOffset(int i, int offset, int where, int gapLength, boolean exclusive) argument
1014 shiftPc(int where, int gapLength, boolean exclusive) argument
1086 insertGapCore0w(byte[] code, int where, int gapLength, boolean exclusive, ExceptionTable etable, CodeAttribute ca, Gap newWhere) argument
1110 insertGap2w(byte[] code, int where, int gapLength, boolean exclusive, ArrayList jumps, Pointers ptrs) argument
1215 makeExapndedCode(byte[] code, ArrayList jumps, int where, int gapLength) argument
1270 shift(int where, int gapLength, boolean exclusive) argument
1275 shiftOffset(int i, int offset, int where, int gapLength, boolean exclusive) argument
1347 shift(int where, int gapLength, boolean exclusive) argument
1435 shift(int where, int gapLength, boolean exclusive) argument
1458 shift(int where, int gapLength, boolean exclusive) argument
[all...]
H A DStackMap.java375 void shiftPc(int where, int gapSize, boolean exclusive) argument
378 new Shifter(this, where, gapSize, exclusive).visit();
382 private int where, gap; field in class:StackMap.Shifter
385 public Shifter(StackMap smt, int where, int gap, boolean exclusive) { argument
387 this.where = where;
393 if (exclusive ? where <= offset : where < offset)
407 * @param where the position of the removed NEW opcode.
409 public void removeNew(int where) throw argument
417 NewRemover(StackMap map, int where) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macmouse.c117 Point where; local
121 where.h = x;
122 where.v = y;
123 LocalToGlobal(&where);
125 CursorDeviceMoveTo(cursordevice, where.h, where.v);
/external/netperf/
H A Dnettest_sdp.c156 fprintf(where,
159 fflush(where);
309 fprintf(where,"send_sdp_stream: send_socket obtained...\n");
396 fprintf(where,
417 fprintf(where,"remote listen done.\n");
434 fprintf(where,
438 fflush(where);
619 fprintf(where,"remote results obtained\n");
623 fprintf(where,
627 fflush(where);
[all...]
H A Dnetcpu_procstat.c61 fprintf(where,
65 fflush(where);
78 fprintf(where,
84 fflush(where);
125 fprintf(where,
131 fflush(where);
155 fprintf(where,"proc_stat_buf '%.*s'\n",proc_stat_buflen,p);
156 fflush(where);
169 fprintf(where,"res[%d] is %llu\n",i,res[i]);
170 fflush(where);
[all...]
H A Dnetcpu_pstat.c80 fprintf(where,
85 fflush(where);
153 fprintf(where,"pstat_getprocessor failure errno %d\n",errno);
154 fflush(where);
172 fprintf(where, "Calibration for counter run: %d\n",i);
173 fprintf(where,"\tsec = %ld usec = %ld\n",sec,usec);
174 fprintf(where,"\telapsed time = %g\n",elapsed);
187 /* I know that there are situations where compilers know about */
189 fprintf(where,
203 fprintf(where,"\trat
[all...]
H A Dnetlib.c80 /* includes where appropriate. if you have a system that requires */
246 FILE *where; variable
557 /* on those systems where ntohl is a no-op, we want to return the */
606 /* on those systems where ntohl is a no-op, we want to return the */
695 fprintf(where,
699 fprintf(where,
701 fflush(where);
765 fprintf(where,"caught signal %d ",sig);
767 fprintf(where,"while in syscall %d\n",
771 fprintf(where,"nul
[all...]
H A Dnetcpu_ntperf.c348 fprintf(where,"ActualDuration (ms): %d\n", duration/10);
353 fprintf(where, "%% CPU _Total");
358 fprintf(where, "\t CPU %i", i);
361 fprintf(where, "\n");
363 fprintf(where, "Busy %5.2f", tot_CPU_Util);
368 fprintf(where, "\t %5.2f",
372 fprintf(where, "\n");
374 fprintf(where, "Kernel %5.2f",
381 fprintf(where, "\t %5.2f",
385 fprintf(where, "\
[all...]
H A Dnetserver.c165 use of "where" and so probably always need "where" pointing
177 if (where != NULL) fflush(where);
180 if ((where = fopen(FileName, "w")) == NULL) {
227 fclose(where);
232 where = fopen ("/dev/null", "w");
233 if (where == NULL)
243 if (dup (fileno (where)) == -1)
262 fprintf(where,"netserve
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayAdd.cpp23 SK_MEMBER(where, Drawable)
29 // add onEndElement to turn where string into f_Where
31 // where="id", where="event-target" or not-specified
32 // offset="#" (implements before, after, and index if no 'where')
37 offset(SK_MaxS32), use(NULL), where(NULL) {
42 SkDrawable* saveWhere = where;
44 where = NULL;
47 copy->where = where
[all...]
/external/skia/src/animator/
H A DSkDisplayAdd.cpp23 SK_MEMBER(where, Drawable)
29 // add onEndElement to turn where string into f_Where
31 // where="id", where="event-target" or not-specified
32 // offset="#" (implements before, after, and index if no 'where')
37 offset(SK_MaxS32), use(NULL), where(NULL) {
42 SkDrawable* saveWhere = where;
44 where = NULL;
47 copy->where = where
[all...]
/external/chromium_org/third_party/icu/source/tools/gencmn/
H A Dgencmn.c68 FILE *where = argc < 0 ? stderr : stdout; local
74 fprintf(where,
77 fprintf(where, "\n"
80 fprintf(where, "\n"
87 fprintf(where,
/external/icu/icu4c/source/tools/gencmn/
H A Dgencmn.c68 FILE *where = argc < 0 ? stderr : stdout; local
74 fprintf(where,
77 fprintf(where, "\n"
80 fprintf(where, "\n"
87 fprintf(where,
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dmatchbrackets.js19 function findMatchingBracket(cm, where, strict, config) {
20 var line = cm.getLineHandle(where.line), pos = where.ch - 1;
24 if (strict && (dir > 0) != (pos == where.ch)) return null;
25 var style = cm.getTokenTypeAt(Pos(where.line, pos + 1));
27 var found = scanForBracket(cm, Pos(where.line, pos + (dir > 0 ? 1 : 0)), dir, style || null, config);
29 return {from: Pos(where.line, pos), to: found && found.pos,
36 // Note: If "where" is on an open bracket, then this bracket is ignored.
40 function scanForBracket(cm, where, dir, style, config) {
46 var lineEnd = dir > 0 ? Math.min(where
[all...]
/external/chromium_org/courgette/
H A Danalyze_stress_test55 $(count_result "BEST_COURGETTE") patch(es) where courgette is smaller (bz2)
56 $(count_result "BEST_BSDIFF") patch(es) where bsdiff is smaller (xz)
57 $(count_result "BEST_TIE") patch(es) where both are the same size (bz2)
58 $(count_result "XZBEST_COURGETTE") patch(es) where courgette (xz) is smaller
59 $(count_result "XZBEST_BSDIFF") patch(es) where bsdiff is smaller (xz)
60 $(count_result "XZBEST_TIE") patch(es) where both are the same size (xz)
/external/chromium_org/third_party/boringssl/src/crypto/stack/
H A Dstack.c148 size_t sk_insert(_STACK *sk, void *p, size_t where) { argument
179 if (where >= sk->num) {
182 memmove(&sk->data[where + 1], &sk->data[where],
183 sizeof(void *) * (sk->num - where));
184 sk->data[where] = p;
193 void *sk_delete(_STACK *sk, size_t where) { argument
196 if (!sk || where >= sk->num) {
200 ret = sk->data[where];
202 if (where !
[all...]
/external/chromium_org/third_party/icu/source/tools/icupkg/
H A Dicupkg.cpp56 FILE *where=isHelp ? stdout : stderr; local
58 fprintf(where,
66 fprintf(where,
75 fprintf(where,
82 fprintf(where,
90 fprintf(where,
96 fprintf(where,
105 fprintf(where,
113 fprintf(where,
117 fprintf(where,
[all...]
/external/icu/icu4c/source/tools/icupkg/
H A Dicupkg.cpp56 FILE *where=isHelp ? stdout : stderr; local
58 fprintf(where,
66 fprintf(where,
75 fprintf(where,
82 fprintf(where,
90 fprintf(where,
96 fprintf(where,
105 fprintf(where,
113 fprintf(where,
117 fprintf(where,
[all...]
/external/valgrind/main/helgrind/
H A Dhg_addrdescr.h61 Bool HG_(mm_find_containing_block)( /*OUT*/ExeContext** where,
/external/chromium_org/third_party/sqlite/src/test/
H A Dfts3_common.tcl131 proc fts3_terms {tbl where} {
132 fts3_read $tbl $where a
154 proc fts3_doclist {tbl term where} {
155 fts3_read $tbl $where a
185 if {$where != "1" || [llength $lCol]>0} {
245 proc fts3_read2 {tbl where varname} {
249 FROM ${tbl}_segdir WHERE $where
267 proc fts3_read {tbl where varname} {
271 FROM ${tbl}_segdir WHERE $where
H A Dlaststmtchanges.test50 update t0 set x=3 where x=1;
61 sqlite3_exec_printf db {update t0 set x=4 where x=3; select 1;} {}
67 execsql {update t0 set x=3 where x=4}
69 update t0 set x=x+changes() where x=3;
70 select count() from t0 where x=8;
74 # changes() set properly after update on table where no rows changed
77 update t0 set x=77 where x=88;
85 delete from t0 where x=2;
153 delete from t0 where oid=1 or oid=2;
233 update t0 set x=x*10 where
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DSQLite.java52 * @param whereClause SQL where clause fragment
67 String where = whereClause;
69 where = buildWhereClause(whereClause, whereArgs);
72 sb.append(where);
83 * @param whereClause SQL where clause fragment
94 String where = whereClause;
96 where = buildWhereClause(whereClause, whereArgs);
99 sb.append(where);
109 * @param selection SQL where clause fragment
111 * @return where claus
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dstack_macros.h52 #define sk_ACCESS_DESCRIPTION_insert(sk, p, where) \
54 CHECKED_CAST(void *, ACCESS_DESCRIPTION *, p), (where))
56 #define sk_ACCESS_DESCRIPTION_delete(sk, where) \
58 CHECKED_CAST(_STACK *, STACK_OF(ACCESS_DESCRIPTION) *, sk), (where)))
131 #define sk_ASN1_ADB_TABLE_insert(sk, p, where) \
133 CHECKED_CAST(void *, ASN1_ADB_TABLE *, p), (where))
135 #define sk_ASN1_ADB_TABLE_delete(sk, where) \
137 CHECKED_CAST(_STACK *, STACK_OF(ASN1_ADB_TABLE) *, sk), (where)))
212 #define sk_ASN1_GENERALSTRING_insert(sk, p, where) \
214 CHECKED_CAST(void *, ASN1_GENERALSTRING *, p), (where))
[all...]
/external/bison/lib/
H A Dobstack.h73 so we just point to it where it lies. No moving of chars is
127 where pointers can be converted to integers, aligned as integers,
155 char *next_free; /* where to add next char to current object */
299 # define obstack_grow(OBSTACK,where,length) \
305 memcpy (__o->next_free, where, __len); \
309 # define obstack_grow0(OBSTACK,where,length) \
315 memcpy (__o->next_free, where, __len); \
375 # define obstack_copy(OBSTACK,where,length) \
378 obstack_grow (__h, (where), (length)); \
381 # define obstack_copy0(OBSTACK,where,lengt
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dfilteredbrk.h48 * @param where the locale.
53 static FilteredBreakIteratorBuilder *createInstance(const Locale& where, UErrorCode& status);

Completed in 1089 milliseconds

1234567891011>>