/bionic/libc/kernel/uapi/linux/ |
perf_event.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 10 *** To edit the content of this header, modify the corresponding 424 __u64 to; member in struct:perf_branch_entry
|
/development/ndk/platforms/android-21/include/linux/ |
if_link.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 10 *** To edit the content of this header, modify the corresponding 252 __u32 to; member in struct:ifla_vlan_qos_mapping
|
perf_event.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 10 *** To edit the content of this header, modify the corresponding 409 __u64 to; member in struct:perf_branch_entry
|
/external/elfutils/src/ |
elflint.c | 68 N_("Binary has been created with GNU ld and is therefore known to be \ 83 /* Data structure to communicate with argp functions. */ 111 /* True if no message is to be printed if the run is succesful. */ 117 /* True if binary is assumed to be generated with GNU ld. */ 123 /* Array to count references in section groups. */ 551 The error to get the section header will be shown 787 /* GNU ld has severe bugs. When it decides to remove 934 /* In a DSO, we have to find the GOT section by name. */ 969 section [%2d] '%s': _GLOBAL_OFFSET_TABLE_ symbol refers to \ 976 section [%2d] '%s': _GLOBAL_OFFSET_TABLE_ symbol refers to \ 1215 GElf_Addr to; member in struct:loaded_segment [all...] |
/external/icu/icu4c/source/i18n/ |
vtzone.cpp | 8 #include "utypeinfo.h" // for 'typeid' to work 25 // This is the deleter that will be use to remove TimeZoneRule 87 * Simple fixed digit ASCII number to integer converter 187 * Convert date/time to RFC2445 Date-Time form #1 DATE WITH LOCAL TIME 213 * Convert date/time to RFC2445 Date-Time form #2 DATE WITH UTC TIME 287 * Convert RFC2445 utc-offset string to milliseconds 333 * Convert milliseconds to RFC2445 utc-offset string 600 // Note: To check valid date range across multiple rule is a little 642 // Check if the month is same or right next to the primary month 664 // If ealier month, go through days to find the earliest da 1364 UnicodeString to; \/\/ current zone offset local [all...] |
/external/kernel-headers/original/uapi/linux/ |
perf_event.h | 119 * Bits that can be set in attr.sample_type to request information 147 * values to program into branch_sample_type when PERF_SAMPLE_BRANCH is set 151 * not have to match. Branch priv level is checked for permissions. 204 * Values to determine ABI of the registers dump. 272 * Hardware event_id to monitor via a performance monitoring event: 319 * 2 - SAMPLE_IP requested to have 0 skid 334 comm_exec : 1, /* flag comm events that are due to an exec */ 356 * Defines set of user regs to dump on samples. 362 * Defines size of the user stack to dump on samples. 368 * Defines set of regs to dump for each sampl 961 __u64 to; member in struct:perf_branch_entry [all...] |
/external/v8/src/arm/ |
simulator-arm.cc | 58 // Undo and redo all breakpoints. This is needed to bracket disassembly and 59 // execution to skip past breakpoints when run from the debugger. 248 // make sure to have a proper terminating character if reaching the limit 254 // make them invisible to all commands. 276 // Ownership is transferred to sim_; 279 // Use sscanf to parse the individual parts of the command line. At the 454 PrintF("relinquishing control to gdb\n"); 548 PrintF(" use register name 'all' to print all registers\n"); 549 PrintF(" add argument 'fp' to print register pair double values\n"); 576 PrintF(" stop and and give control to the ArmDebugger.\n") 3748 int16_t to[8]; local 3772 uint16_t to[8]; local [all...] |
/external/v8/src/ |
builtins.cc | 31 // Arguments object passed to C++ builtins. 165 // Try to convert object to a number and clamp values to [kMinInt, kMaxInt] 243 // cannot be used if there arguments to add to the array. 263 // Adding elements to the array prototype would break code that makes sure 269 // Need to ensure that the arguments passed in args can be contained in 496 // it's undefined which gets converted to 0 for relative_start 497 // and to len for relative_end 1473 Handle<JSReceiver> to = Handle<JSReceiver>::cast(target); local [all...] |
/external/v8/src/crankshaft/arm/ |
lithium-arm.cc | 590 // after the call will try to deoptimize to the point before the call. 591 // Thus we still need to attach environment to this call even if 690 // truncated to smi. 699 // by 0 and the result cannot be truncated to int32. 776 // No need to copy the environment, it cannot be used later. 866 // to insert a split of a range immediately before the instruction due to an 867 // already allocated register needing to be used for the instruction's fixe 1889 Representation to = instr->to(); local [all...] |
/external/v8/src/crankshaft/arm64/ |
lithium-arm64.cc | 482 // after the call will try to deoptimize to the point before the call. 483 // Thus we still need to attach environment to this call even if 617 // No need to copy the environment, it cannot be used later. 636 // Translate hydrogen instructions to lithium ones for the current block. 708 // to insert a split of a range immediately before the instruction due to an 709 // already allocated register needing to be used for the instruction's fixed 712 // the it was just a plain use), so it is free to move the split child int 1103 Representation to = instr->to(); local [all...] |
/external/v8/src/crankshaft/ia32/ |
lithium-ia32.cc | 641 // after the call will try to deoptimize to the point before the call. 642 // Thus we still need to attach environment to this call even if 728 // truncated to smi. 737 // the result cannot be truncated to int32. 815 // No need to copy the environment, it cannot be used later. 905 // to insert a split of a range immediately before the instruction due to an 906 // already allocated register needing to be used for the instruction's fixe 1872 Representation to = instr->to(); local [all...] |
/external/v8/src/crankshaft/mips/ |
lithium-mips.cc | 597 // after the call will try to deoptimize to the point before the call. 598 // Thus we still need to attach environment to this call even if 697 // truncated to smi. 706 // by 0 and the result cannot be truncated to int32. 730 // to use fixed result register for the call. 786 // No need to copy the environment, it cannot be used later. 876 // to insert a split of a range immediately before the instruction due to a 1836 Representation to = instr->to(); local [all...] |
/external/v8/src/crankshaft/mips64/ |
lithium-mips64.cc | 597 // after the call will try to deoptimize to the point before the call. 598 // Thus we still need to attach environment to this call even if 697 // truncated to smi. 706 // by 0 and the result cannot be truncated to int32. 730 // to use fixed result register for the call. 786 // No need to copy the environment, it cannot be used later. 876 // to insert a split of a range immediately before the instruction due to a 1842 Representation to = instr->to(); local [all...] |
/external/v8/src/crankshaft/ppc/ |
lithium-ppc.cc | 602 // after the call will try to deoptimize to the point before the call. 603 // Thus we still need to attach environment to this call even if 701 // truncated to smi. 710 // by 0 and the result cannot be truncated to int32. 734 // to use fixed result register for the call. 790 // No need to copy the environment, it cannot be used later. 880 // to insert a split of a range immediately before the instruction due to a 1850 Representation to = instr->to(); local [all...] |
/external/v8/src/crankshaft/x64/ |
lithium-x64.cc | 625 // after the call will try to deoptimize to the point before the call. 626 // Thus we still need to attach environment to this call even if 714 // cannot be truncated to smi. 722 // the result cannot be truncated to int32. 800 // No need to copy the environment, it cannot be used later. 890 // to insert a split of a range immediately before the instruction due to an 891 // already allocated register needing to be used for the instruction's fixe 1850 Representation to = instr->to(); local [all...] |
/external/v8/src/crankshaft/x87/ |
lithium-x87.cc | 647 // after the call will try to deoptimize to the point before the call. 648 // Thus we still need to attach environment to this call even if 727 // truncated to smi. 736 // the result cannot be truncated to int32. 813 // No need to copy the environment, it cannot be used later. 876 // Always insert a fpu register barrier here when branch is optimized to 911 // to insert a split of a range immediately before the instruction due to a 1877 Representation to = instr->to(); local [all...] |
/external/valgrind/callgrind/ |
global.h | 23 along with this program; if not, write to the Free Software 64 * (define to 0 if you get compile errors) */ 97 Int separate_recursions; /* Max level of recursions to separate */ 193 /* Costs of event sets. Aliases to arrays of 64-bit values */ 212 * for subroutine call (from->bb->jmp_addr => to->bb->addr) 215 * this call is a pointer to the list head (stored in BBCC), and 219 * the (from_bbcc,to) pair. <next_hash> is used for the JCC chain 225 * adding the diff of <last> and current event counters to <sum>. 227 * After updating, <last> is set to current event counters. Thus, 235 BBCC *from, *to; /* call arc from/to this BBCC * member in struct:_jCC [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactListItemView.java | 10 * Unless required by applicable law or agreed to in writing, software 78 * to the left of the photo, the text lines are aligned to the left and the presence icon (if 79 * present) is set to the left of the status line. 135 * Used to notify listeners when a video call icon is clicked. 140 * Indicates whether to show the "video call" icon, used to initiate a video call. 150 * Where to put contact photo. This affects the other Views' layout or look-and-feel. 196 * Can be effective even when {@link #mPhotoView} is null, as we want to have horizontal padding 197 * to align other data in this View 1536 int to = snippet.length(); local [all...] |
/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
GlowPadView.java | 10 * Unless required by applicable law or agreed to in writing, software 60 * to remove dependencies on private api's. 79 private static final float SNAP_MARGIN_DEFAULT = 20.0f; // distance to ring before we snap to it 145 if (mSuspended) return; // ignore attempts to start animations 327 // View should be large enough to contain the background + handle and 334 // View should be large enough to contain the unlock ring + target and 438 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration, 450 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration, 471 * Dispatches a trigger event to listener. Ignored if a listener is not set [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/ |
if_link.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 10 *** To edit the content of this header, modify the corresponding 252 __u32 to; member in struct:ifla_vlan_qos_mapping
|
perf_event.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 10 *** To edit the content of this header, modify the corresponding 409 __u64 to; member in struct:perf_branch_entry
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/ |
if_link.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 10 *** To edit the content of this header, modify the corresponding 252 __u32 to; member in struct:ifla_vlan_qos_mapping
|
perf_event.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 10 *** To edit the content of this header, modify the corresponding 409 __u64 to; member in struct:perf_branch_entry
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/ |
if_link.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 10 *** To edit the content of this header, modify the corresponding 252 __u32 to; member in struct:ifla_vlan_qos_mapping
|
perf_event.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 10 *** To edit the content of this header, modify the corresponding 409 __u64 to; member in struct:perf_branch_entry
|