HomeSort by relevance Sort by last modified time
    Searched defs:from (Results 501 - 525 of 1228) sorted by null

<<21222324252627282930>>

  /development/ndk/platforms/android-21/include/linux/
if_link.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
251 __u32 from; member in struct:ifla_vlan_qos_mapping
perf_event.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
407 __u64 from; member in struct:perf_branch_entry
  /external/elfutils/src/libcpu/
i386_parse.c 209 char *from; member in struct:synonym
575 /* Relocate STACK from its old location to the new one. The
594 /* Copy COUNT objects from SRC to DST. The source and destination do
836 /* This is here to suppress warnings from the GCC cpp's
839 YYFAIL uses, which will produce warnings from Bison 2.5. */
966 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
1120 backslash-backslash). YYSTR is taken from yytname. If YYRES is
    [all...]
  /external/elfutils/src/src/
elflint.c 114 /* True if binary is from strip -f, not a normal ELF file. */
1195 GElf_Addr from; member in struct:loaded_segment
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp 357 * Create a default TZNAME from TZID
595 // We can only support 7 continuous days starting from a day of month.
1363 UnicodeString from; \/\/ current zone from offset local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java 74 * <code>applyPattern()</code>/<code>toPattern()</code> API from the
145 * characters from the left to the right, in Unicode order. If the
334 * representation from the inversion list.
349 * properties are all exactly alike, e.g. CJK Ideographs from
391 * Quickly constructs a set from a set of ranges <s0, e0, s1, e1, s2, e2, ..., sn, en>.
425 * Constructs a set from the given pattern. See the class description
438 * Constructs a set from the given pattern. See the class description
452 * Constructs a set from the given pattern. See the class description
467 * Constructs a set from the given pattern. See the class description
484 * Constructs a set from the given pattern. See the class descriptio
1434 public static UnicodeSet from(CharSequence s) { method
    [all...]
  /external/kernel-headers/original/uapi/linux/
if_link.h 297 __u32 from; member in struct:ifla_vlan_qos_mapping
perf_event.h 190 PERF_TXN_ELISION = (1 << 0), /* From elision */
191 PERF_TXN_TRANSACTION = (1 << 1), /* From transaction */
457 * from sample timestamps.
488 * an smp_mb() to separate the data read from the ->data_tail store.
677 * { u64 from, to, flags } lbr[nr];} && PERF_SAMPLE_BRANCH_STACK
803 * from: source instruction (may not always be a branch insn)
815 __u64 from; member in struct:perf_branch_entry
  /external/v8/src/arm/
lithium-arm.cc 759 // argument count from the predecessor.
1903 Representation from = instr->from(); local
    [all...]
simulator-arm.cc 60 // execution to skip past breakpoints when run from the debugger.
456 PrintF("regaining control from gdb\n");
551 PrintF(" print an object from a register (alias 'po')\n");
562 PrintF(" from pc (alias 'di')\n");
591 PrintF(" from now on\n");
670 // Flush from start up to and not including start + size.
787 // offset from the svc instruction so the simulator knows what to call.
879 // Get the register from the architecture state. This function does handle
895 // Read the bits from the unsigned integer register_[] array
3460 int8_t from[8]; local
3484 uint8_t from[8]; local
    [all...]
  /external/v8/src/arm64/
lithium-arm64.cc 595 // argument count from the predecessor.
1098 Representation from = instr->from(); local
    [all...]
  /external/v8/src/
debug.cc 580 char* from = storage; local
581 MemCopy(reinterpret_cast<char*>(&thread_local_), from, sizeof(ThreadLocal)); local
679 // Remove the corresponding entry from the cache.
893 // location as well. So the "- 1" to exclude it from the search.
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 799 // argument count from the predecessor.
1897 Representation from = instr->from(); local
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 769 // argument count from the predecessor.
1852 Representation from = instr->from(); local
    [all...]
  /external/v8/src/mips64/
lithium-mips64.cc 769 // argument count from the predecessor.
1853 Representation from = instr->from(); local
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 782 // argument count from the predecessor.
1860 Representation from = instr->from(); local
    [all...]
  /external/v8/src/x87/
lithium-x87.cc 798 // argument count from the predecessor.
1903 Representation from = instr->from(); local
    [all...]
  /external/valgrind/callgrind/
global.h 212 * for subroutine call (from->bb->jmp_addr => to->bb->addr)
214 * Each BB has at most one CALL instruction. The list of JCC from
224 * <sum> is updated on returning from the subroutine by
234 jCC* next_from; /* next JCC from a BBCC */
235 BBCC *from, *to; /* call arc from/to this BBCC */ member in struct:_jCC
273 * from possibly multiple mappings of the same ELF object.
337 * Cost info for a side exits from a BB
354 * - position where current function is called from
369 ULong ret_counter; /* how often returned from jccs of this bbcc
    [all...]
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 82 * If this is a connection that was the result of failing over from a
179 * may be passed up from the lower networking layers, and its
469 * from an App.
489 * case of the static set/getProcessDefaultNetwork methods and from the Network class.
1406 public static ConnectivityManager from(Context context) { method in class:ConnectivityManager
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV7.java 217 // view changes from superclass.
255 LayoutInflater.from(mContext).inflate(resId, contentParent);
328 final LayoutInflater inflater = LayoutInflater.from(mContext);
357 subDecor = (ViewGroup) LayoutInflater.from(themedContext)
737 stub.setLayoutInflater(LayoutInflater.from(getActionBarThemedContext()));
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 91 * Perform a socket operation that specifies an IP address, possibly falling back from specifying
1435 sockaddr* from = (javaInetSocketAddress != NULL) ? reinterpret_cast<sockaddr*>(&ss) : NULL; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java 257 * List to hold the separators. This saves us from reconstructing every expand/collapse and
280 LayoutInflater inflater = LayoutInflater.from(context);
316 LayoutInflater layoutInflater = LayoutInflater.from(getContext());
538 // Otherwise inflate the top entry from each list
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 700 * Extracts width and height from the style
1308 int from = 0; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 185 // The direction of a new picture should appear. New pictures pop from top
186 // if this value is true, or from bottom if this value is false.
347 // Start animation from the saved rectangle if we have one.
358 // Animate from large gaps for neighbor boxes to avoid them
850 // Note we go from center-out because each box's X coordinate
1022 RangeIntArray from = new RangeIntArray(fromIndex, -BOX_MAX, BOX_MAX); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 235 mInflater = LayoutInflater.from(context);
361 * view's expanded state differs from the item's expanded state.
437 // 1. the account has a custom from, the cursor will populate the
438 // selected custom from as the fromAddress when a message is sent but
443 String from = mMessage.getFrom(); local
444 if (TextUtils.isEmpty(from)) {
445 from = (account != null) ? account.getEmailAddress() : "";
447 mSender = getAddress(from);
    [all...]

Completed in 481 milliseconds

<<21222324252627282930>>