Home
last modified time | relevance | path

Searched refs:intercept (Results 1 – 25 of 51) sorted by relevance

123

/external/webkit/LayoutTests/http/tests/appcache/
Dcyrillic-uri-expected.txt5 PASS: resources/intercept/cached-Проверка
6 PASS: resources/intercept/cached-%D0%9F%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D0%BA%D0%B0
7 PASS: resources/intercept/cached2-Проверка
8 PASS: resources/intercept/cached2-%D0%9F%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D0%BA%D0%B0
9 PASS: resources/intercept/network-Проверка-PASS
10 PASS: resources/intercept/network-%D0%9F%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D0%BA%D0%B0-PASS
/external/webkit/LayoutTests/http/tests/appcache/resources/
Dcyrillic-uri.manifest2 intercept/cached-Проверка
3 intercept/cached2-%D0%9F%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D0%BA%D0%B0
7 intercept/network-Проверка
10 does-not-exist-Проверка intercept/fallback-Проверка
/external/skia/bench/
Dbench_util.py135 self.intercept = a
145 str(self.intercept),
154 intercept = self.intercept
161 lower_left_y = slope*regr_start + intercept - error
162 upper_right_y = slope*regr_end + intercept + error
166 upper_left_y = slope*regr_start + intercept + error
167 lower_right_y = slope*regr_end + intercept - error
Dbench_graph_svg.py708 intercept = regression.intercept
716 print '%s,%s' % (str(cx(min_x)), str(cy(slope*min_x + intercept))),
717 print '%s,%s' % (str(cx(max_x)), str(cy(slope*max_x + intercept))),
/external/webkit/Source/WebCore/platform/graphics/filters/
DFEComponentTransfer.h46 , intercept(0) in ComponentTransferFunction()
56 float intercept; member
DFEComponentTransfer.cpp136 double val = transferFunction.slope * i + 255 * transferFunction.intercept; in linear()
220 << "\" intercept=\"" << function.intercept in operator <<()
/external/webkit/Source/WebCore/svg/
DSVGComponentTransferFunctionElement.cpp37 …ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::interceptAttr, Intercept, intercept) in DEFINE_ANIMATED_ENUMERATION()
149 func.intercept = intercept(); in transferFunction()
DSVGComponentTransferFunctionElement.h50 DECLARE_ANIMATED_NUMBER(Intercept, intercept)
DSVGComponentTransferFunctionElement.idl43 readonly attribute SVGAnimatedNumber intercept;
Dsvgattrs.in98 intercept
/external/esd/include/
Daudiofile.h519 double slope, double intercept, double minClip, double maxClip);
521 double *slope, double *intercept, double *minClip, double *maxClip);
525 double slope, double intercept, double minClip, double maxClip);
529 double slope, double intercept, double minClip, double maxClip);
531 double *slope, double *intercept, double *minClip, double *maxClip);
/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebUrlLoaderClient.cpp116 …UrlInterceptResponse* intercept = webFrame->shouldInterceptRequest(resourceRequest.url().string()); in WebUrlLoaderClient() local
117 if (intercept) { in WebUrlLoaderClient()
118 m_request = new WebRequest(this, webResourceRequest, intercept); in WebUrlLoaderClient()
DWebRequest.h63 WebRequest(WebUrlLoaderClient*, const WebResourceRequest&, UrlInterceptResponse* intercept);
DWebRequest.cpp108 …oaderClient* loader, const WebResourceRequest& webResourceRequest, UrlInterceptResponse* intercept) in WebRequest() argument
110 , m_interceptResponse(intercept) in WebRequest()
/external/compiler-rt/lib/asan/
DREADME.txt16 lib/interception/ : Machinery used to intercept function calls.
/external/qemu/target-i386/
Dsvm.h139 uint64_t intercept; member
Dmachine.c127 qemu_put_be64s(f, &env->intercept); in cpu_save()
321 qemu_get_be64s(f, &env->intercept); in cpu_load()
Dcpu.h629 uint64_t intercept; member
/external/valgrind/main/
DREADME_PACKAGERS16 Reason for this is that Valgrind's Memcheck tool needs to intercept
Dglibc-2.3.supp428 # Hacks pertaining to the fact that our intercept mechanism can't
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
Dmozilla264 intercept
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_editor_unittest.mm118 // The delegate's intercept point gets called, and results are
/external/valgrind/main/docs/internals/
D3_2_BUGSTATUS.txt146 r6608 r6723 32 n-i-bz intercept for __memmove_chk
267 r6553,6 r6558 32 n-i-bz DirkM __stpcpy_chk intercept
D3_3_BUGSTATUS.txt276 r7350 r8080 Mgd n-i-bz intercept memcpy in 64-bit ld.so's
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_mac.mm784 // Don't intercept up/down-arrow if the popup isn't open.
1000 // Don't intercept if not in keyword search mode.
1005 // Don't intercept if there is a selection, or the cursor isn't at

123