Searched refs:precise (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/content/common/input/
H A Dsynthetic_web_input_event_builders.h32 bool precise);
H A Dsynthetic_web_input_event_builders.cc59 bool precise) {
69 result.hasPreciseScrollingDeltas = precise;
56 Build(float dx, float dy, int modifiers, bool precise) argument
/external/oprofile/events/i386/atom/
H A Dunit_masks78 0x0A mispred Retired mispredicted branch instructions (precise event)
97 0x01 l2_hit Retired loads that hit the L2 cache (precise event)
98 0x02 l2_miss Retired loads that miss the L2 cache (precise event)
99 0x04 dtlb_miss Retired loads that miss the DTLB (precise event)
H A Devents11 event:0xc5 counters:0,1 um:zero minimum:500 name:BR_MISS_PRED_RETIRED : number of mispredicted branches retired (precise)
/external/linux-tools-perf/util/
H A Dparse-events.c738 int eu = 0, ek = 0, eh = 0, precise = 0; local
763 precise++;
777 attr->precise_ip = precise;
/external/clang/lib/CodeGen/
H A DCGDecl.cpp1589 ARCPreciseLifetime_t precise)
1590 : Param(param), Precise(precise) {}
1705 ARCPreciseLifetime_t precise = (D.hasAttr<ObjCPreciseLifetimeAttr>() local
1708 precise); local
1588 ConsumeARCParameter(llvm::Value *param, ARCPreciseLifetime_t precise) argument
H A DCGObjC.cpp256 // receiver is loaded from a variable with precise lifetime.
267 // All ivars and fields have precise lifetime.
277 // All variables have precise lifetime except local variables with
1991 ARCPreciseLifetime_t precise) {
2007 if (precise == ARCImpreciseLifetime) {
2024 ARCPreciseLifetime_t precise) {
2034 EmitARCRelease(value, precise);
1990 EmitARCRelease(llvm::Value *value, ARCPreciseLifetime_t precise) argument
2023 EmitARCDestroyStrong(llvm::Value *addr, ARCPreciseLifetime_t precise) argument
H A DCodeGenFunction.h2200 void EmitARCDestroyStrong(llvm::Value *addr, ARCPreciseLifetime_t precise);
2201 void EmitARCRelease(llvm::Value *value, ARCPreciseLifetime_t precise);
/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_impl_unittest.cc150 void SimulateWheelEvent(float dX, float dY, int modifiers, bool precise) { argument
152 SyntheticWebMouseWheelEventBuilder::Build(dX, dY, modifiers, precise),
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp20 full is slower but provides precise watchpoint/step
H A Dcmdline2.stdout.exp20 full is slower but provides precise watchpoint/step
/external/kernel-headers/original/asm-mips/pci/
H A Dbridge.h811 u64 precise:1; member in struct:ate_u::ate_s
/external/libvpx/libvpx/
H A Dconfigure630 add_cflags -fp-model precise
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_unittest.cc666 void SimulateWheelEvent(float dX, float dY, int modifiers, bool precise) { argument
668 SyntheticWebMouseWheelEventBuilder::Build(dX, dY, modifiers, precise));
/external/openssh/contrib/redhat/
H A Dopenssh.spec603 - remove dependency on openssl -- would need to be too precise
/external/oprofile/events/i386/nehalem/
H A Devents16 event:0xc5 counters:0,1,2,3 um:br_misp_retired minimum:500 name:BR_MISS_PRED_RETIRED : number of mispredicted branches retired (precise)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.js937 function findStartLine(cm, n, precise) {
942 if (line.stateAfter && (!precise || search <= doc.frontier)) return search;
952 function getStateBefore(cm, n, precise) {
955 var pos = findStartLine(cm, n, precise), state = pos > doc.first && getLine(doc, pos-1).stateAfter;
2908 getTokenAt: function(pos, precise) {
2911 var state = getStateBefore(this, pos.line, precise), mode = this.doc.mode;
2953 getStateAfter: function(line, precise) {
2956 return getStateBefore(this, line + 1, precise);
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl324 The precise terms and conditions for copying, distribution and
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex111 the precise order they were seen during the sample workload run.
/external/chromium_org/third_party/libjingle/source/talk/
H A Dmain.scons330 '/fp:fast', # float faster but less precise
/external/llvm/test/MC/AArch64/
H A Dbasic-a64-diagnostics.s1721 ;; Fraction too precise
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 557 milliseconds