HomeSort by relevance Sort by last modified time
    Searched defs:where (Results 201 - 225 of 486) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.27/gas/config/
tc-m68hc11.c 4327 char *where; local
    [all...]
tc-mep.c 177 /* Options which default to on/off together. See the comment where
1623 int where = fragP->fr_opcode - fragP->fr_literal; local
    [all...]
tc-msp430.c 310 However we've got gdb's built-in simulator where we can do anything.
322 where 'flags' is a combination of the following chars:
2199 int where; local
2462 int where; local
3978 unsigned char * where; local
4373 char * where = 0; local
    [all...]
tc-s390.c 1115 char *where; local
1187 where = frag_more (nbytes);
1188 md_number_to_chars (where, 0, size);
1191 fix_new_exp (frag_now, where - frag_now->fr_literal,
1840 char *where; local
2218 char *where; local
    [all...]
tc-v850.c 3424 char *where; local
    [all...]
tc-vax.c 103 2a. J<cond> where <cond> is a simple flag test.
121 2b. J<cond> where cond tests a memory bit.
133 2c. J<cond> where cond tests low-order memory bit
179 For class 2 instructions, we store context of "where is the opcode literal".
529 long where;
532 where = fragP->fr_fix;
533 addressP = fragP->fr_literal + where;
800 operand is coded 'b?' where the "data type" '?' is a clue that we
524 long where; local
    [all...]
tc-sh.c 2625 char *where = frag_more (2); local
3024 char *where = frag_more (2); local
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldlang.h 226 /* Output section where reloc should be performed. */
411 const char *where; member in struct:__anon4972
  /external/kmod/tools/
depmod.c 2332 const char *ver, *sym, *where; local
    [all...]
  /external/libunwind/include/
dwarf.h 235 dwarf_where_t where; /* how is the register saved? */ member in struct:__anon25760
236 unw_word_t val; /* where it's saved */
244 The first one (CFA_REG_COLUMN), tells us where the CFA is saved.
  /external/python/cpython2/Mac/Modules/win/
_Winmodule.c 2954 Point where; local
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java 297 * @param nextTop The location where the top of the item associated with pos
370 final int where = flow ? -1 : pos - startPos; local
371 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
397 * @param nextBottom The location where the bottom of the item associated
435 * @param nextTop The location where the top of the first item should be
707 * @param selectedTop Where the selected item should be
708 * @param childrenTop Where to start drawing children
709 * @param childrenBottom Last pixel where children can be drawn
880 * @param childrenTop Where to start drawing children
881 * @param childrenBottom Last pixel where children can be draw
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
script-sections.cc 467 // Figure out where OS should go. This is based on the GNU linker
3570 Sections_elements::iterator* where; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 3365 String where = null; local
3416 String where = null; local
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 423 // cares. This is useful in situations where someone wants to statically link
761 // 10.6 and earlier, where /usr/lib/libstdc++.dylib does not exist.
1074 StringRef where; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java     [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp 2712 UnicodeString pat, tok, mloc, str, out, where, currAmt; local
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 405 ExeContext *where; /* first allocation only */ member in struct:OpenPort
626 i->where = (tid == -1) ? NULL : VG_(record_ExeContext)(tid, 0);
664 if (i->where) {
665 VG_(pp_ExeContext)(i->where);
784 Bool ML_(sync_mappings)(const HChar* when, const HChar* where, UWord num)
831 Bool where_mmr = STREQ(where, "mach_msg_receive");
832 Bool where_mmrU = STREQ(where, "mach_msg_receive-UNHANDLED");
833 Bool where_iuct = STREQ(where, "iokit_user_client_trap");
834 Bool where_MwcN = STREQ(where, "ML_(wqthread_continue_NORETURN)");
835 Bool where_woQR = STREQ(where, "workq_ops(QUEUE_REQTHREADS)")
    [all...]
  /external/valgrind/helgrind/
hg_main.c 261 /* We need to keep recording snapshots of where the lock was
317 /* We need to keep recording snapshots of where the lock was
4112 ExeContext* where; \/* where it was allocated *\/ member in struct:__anon42668
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 3559 String where = "type = " + Sms.MESSAGE_TYPE_OUTBOX; local
3589 String where = "type = " + Sms.MESSAGE_TYPE_OUTBOX; local
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 1122 final String where = Colors.ACCOUNT_NAME + "=? AND " + Colors.ACCOUNT_TYPE + "=? AND " local
1797 String where = Instances.SELF_ATTENDEE_STATUS + "!=" + local
2626 String where = Instances.SELF_ATTENDEE_STATUS + "!=" local
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 1253 String where = queryValFirst(NUMERIC) + local
2308 String where = TextUtils.join("=? and ", CARRIERS_UNIQUE_FIELDS) + "=?"; local
3182 String where = null; local
3228 String where = null; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-i386.c 671 /* Offset into plt_entry where the initial value of the GOT entry points. */
3784 bfd_byte *where = contents + rel->r_offset; local
    [all...]

Completed in 1299 milliseconds

1 2 3 4 5 6 7 891011>>