Home
last modified time | relevance | path

Searched refs:tracker (Results 1 – 25 of 118) sorted by relevance

12345

/external/apache-http/src/org/apache/http/impl/conn/
DAbstractPoolEntry.java92 protected volatile RouteTracker tracker; field in AbstractPoolEntry
111 this.tracker = null; in AbstractPoolEntry()
154 if ((this.tracker != null) && this.tracker.isConnected()) { in open()
166 this.tracker = new RouteTracker(route); in open()
175 RouteTracker localTracker = tracker; // capture volatile in open()
212 if ((this.tracker == null) || !this.tracker.isConnected()) { in tunnelTarget()
215 if (this.tracker.isTunnelled()) { in tunnelTarget()
222 this.connection.update(null, tracker.getTargetHost(), in tunnelTarget()
224 this.tracker.tunnelTarget(secure); in tunnelTarget()
257 if ((this.tracker == null) || !this.tracker.isConnected()) { in tunnelProxy()
[all …]
DSingleClientConnManager.java234 RouteTracker tracker = uniquePoolEntry.tracker;
235 shutdown = (tracker == null || // can happen if method is aborted
236 !tracker.toRoute().equals(route));
DAbstractPooledConnAdapter.java114 return (poolEntry.tracker == null) ? in getRoute()
115 null : poolEntry.tracker.toRoute(); in getRoute()
/external/v8/test/mjsunit/
Dassert-opt-and-deopt.js149 var tracker = new OptTracker(); variable
150 tracker.CheckpointOptCount(f);
152 tracker.AssertOptCount(f, 0);
153 tracker.AssertIsOptimized(f, false);
154 tracker.AssertDeoptHappened(f, false);
155 tracker.AssertDeoptCount(f, 0);
162 tracker.AssertOptCount(f, 1);
163 tracker.AssertIsOptimized(f, true);
164 tracker.AssertDeoptHappened(f, false);
165 tracker.AssertDeoptCount(f, 0);
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs_constval.c40 struct tracker { struct
47 static void set_active_component( struct tracker *t, in set_active_component() argument
65 static void set_active( struct tracker *t, in set_active()
73 static GLubyte get_active_component( struct tracker *t, in get_active_component()
97 static GLubyte get_active( struct tracker *t, in get_active()
116 static GLubyte get_output_size( struct tracker *t, in get_output_size()
131 static void calc_sizes( struct tracker *t ) in calc_sizes()
192 struct tracker t; in calc_wm_input_sizes()
/external/jetty/src/java/org/eclipse/jetty/servlets/
DDoSFilter.java330 RateTracker tracker = (RateTracker)request.getAttribute(__TRACKER); in doFilter() local
332 if (tracker == null) in doFilter()
337 tracker = getRateTracker(request); in doFilter()
340 final boolean overRateLimit = tracker.isRateExceeded(now); in doFilter()
369 request.setAttribute(__TRACKER, tracker); in doFilter()
379 request.setAttribute(__TRACKER, tracker); in doFilter()
404 int priority = getPriority(request, tracker); in doFilter()
526 protected int getPriority(HttpServletRequest request, RateTracker tracker) in getPriority() argument
530 if (tracker != null) in getPriority()
531 return tracker.getType(); in getPriority()
[all …]
/external/mesa3d/src/gallium/state_trackers/xa/
DREADME30 The XA state tracker is intended as a versioned interface to gallium for
32 composite / video work for the Xorg state tracker.
34 The motivation behind this state tracker is that the Xorg state tracker has
42 Since Gallium3D is not versioned, the Xorg state tracker needs to be compiled
46 Therefore the xa state tracker is intended to supply the following
59 should investigate sharing the loadig mechanism with the EGL state tracker.
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DLruBitmapPool.java26 private final BitmapTracker tracker; field in LruBitmapPool
40 this.tracker = new NullBitmapTracker(); in LruBitmapPool()
75 tracker.add(bitmap); in put()
120 tracker.remove(result); in getDirty()
151 tracker.remove(removed); in trimToSize()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
DVersionTrackerTask.java46 VersionTrackerTask tracker = in execute() local
48 tracker.parse(getFeaturePath(),new FeatureHandler()); in execute()
49 tracker.parse(new PluginHandler()); in execute()
50 tracker.writeProperties(getOutputFilePath(), true); in execute()
DTestVersionTracker.java71 TestVersionTracker tracker = in main() local
73 tracker.buildDirectory="D:/src"; in main()
74 tracker.featureId="org.eclipse.sdk.tests"; in main()
75 tracker.outputFile="d:/eclipse-testing/test.properties"; in main()
76 tracker.execute(); in main()
/external/mockftpserver/tags/2.2/
DCHANGELOG.txt7 …urrently set to only support renaming of files": https://sourceforge.net/tracker/?func=detail&atid…
9 - BUG FIX: #2828362: "Unit tests using FakeFtpServer are slow" https://sourceforge.net/tracker/?fun…
11 …tpServer waits endless if binding to port fails" https://sourceforge.net/tracker/?func=detail&atid…
21 …FakeFilesystem DirectoryEntry case sensitivity� (https://sourceforge.net/tracker/?func=detail&atid…
22 …UnixFakeFileSystem IsValidName Regex incorrect� (https://sourceforge.net/tracker/?func=detail&atid…
30 …UnixDirectoryListingFormatter is Locale specific. http://sourceforge.net/tracker/index.php?func=de…
45 …ry.cloneWithNewPath doesn't clone out field. See https://sourceforge.net/tracker/index.php?func=de…
104 See https://sourceforge.net/tracker/index.php?func=detail&aid=2047355&group_id=208647&atid=1006533
111 See https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=1925590&group_id=208647
/external/v8/src/
Dallocation-tracker.cc56 void AllocationTraceNode::Print(int indent, AllocationTracker* tracker) { in Print() argument
58 if (tracker != NULL) { in Print()
60 tracker->function_info_list()[function_info_index_]; in Print()
68 children_[i]->Print(indent, tracker); in Print()
95 void AllocationTraceTree::Print(AllocationTracker* tracker) { in Print() argument
98 root()->Print(0, tracker); in Print()
Dallocation-tracker.h32 void Print(int indent, AllocationTracker* tracker);
53 void Print(AllocationTracker* tracker);
Dhydrogen-gvn.h104 : tracker(t), effects(e) {} in TrackedEffects()
105 SideEffectsTracker* tracker; member
/external/mockftpserver/tags/2.4/
DCHANGELOG.txt26 …urrently set to only support renaming of files": https://sourceforge.net/tracker/?func=detail&atid…
28 - BUG FIX: #2828362: "Unit tests using FakeFtpServer are slow" https://sourceforge.net/tracker/?fun…
30 …tpServer waits endless if binding to port fails" https://sourceforge.net/tracker/?func=detail&atid…
40 …FakeFilesystem DirectoryEntry case sensitivity� (https://sourceforge.net/tracker/?func=detail&atid…
41 …UnixFakeFileSystem IsValidName Regex incorrect� (https://sourceforge.net/tracker/?func=detail&atid…
49 …UnixDirectoryListingFormatter is Locale specific. http://sourceforge.net/tracker/index.php?func=de…
64 …ry.cloneWithNewPath doesn't clone out field. See https://sourceforge.net/tracker/index.php?func=de…
123 See https://sourceforge.net/tracker/index.php?func=detail&aid=2047355&group_id=208647&atid=1006533
130 See https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=1925590&group_id=208647
/external/mockftpserver/tags/2.3/
DCHANGELOG.txt18 …urrently set to only support renaming of files": https://sourceforge.net/tracker/?func=detail&atid…
20 - BUG FIX: #2828362: "Unit tests using FakeFtpServer are slow" https://sourceforge.net/tracker/?fun…
22 …tpServer waits endless if binding to port fails" https://sourceforge.net/tracker/?func=detail&atid…
32 …FakeFilesystem DirectoryEntry case sensitivity� (https://sourceforge.net/tracker/?func=detail&atid…
33 …UnixFakeFileSystem IsValidName Regex incorrect� (https://sourceforge.net/tracker/?func=detail&atid…
41 …UnixDirectoryListingFormatter is Locale specific. http://sourceforge.net/tracker/index.php?func=de…
56 …ry.cloneWithNewPath doesn't clone out field. See https://sourceforge.net/tracker/index.php?func=de…
115 See https://sourceforge.net/tracker/index.php?func=detail&aid=2047355&group_id=208647&atid=1006533
122 See https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=1925590&group_id=208647
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/
Dsource_layout.txt1 Source layout and architecture of the Gallium D3D state tracker
5 gd3dapi contains the Gallium COM state tracker API and extensions to the DXGI and Direct3D APIs, bo…
15 d3d1xstutil contains helper code shared among all the modules in the state tracker
/external/mockftpserver/tags/2.5/
DCHANGELOG.txt36 …urrently set to only support renaming of files": https://sourceforge.net/tracker/?func=detail&atid…
38 - BUG FIX: #2828362: "Unit tests using FakeFtpServer are slow" https://sourceforge.net/tracker/?fun…
40 …tpServer waits endless if binding to port fails" https://sourceforge.net/tracker/?func=detail&atid…
50 …FakeFilesystem DirectoryEntry case sensitivity� (https://sourceforge.net/tracker/?func=detail&atid…
51 …UnixFakeFileSystem IsValidName Regex incorrect� (https://sourceforge.net/tracker/?func=detail&atid…
59 …UnixDirectoryListingFormatter is Locale specific. http://sourceforge.net/tracker/index.php?func=de…
74 …ry.cloneWithNewPath doesn't clone out field. See https://sourceforge.net/tracker/index.php?func=de…
133 See https://sourceforge.net/tracker/index.php?func=detail&aid=2047355&group_id=208647&atid=1006533
140 See https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=1925590&group_id=208647
/external/mockftpserver/MockFtpServer/
DCHANGELOG.txt36 …urrently set to only support renaming of files": https://sourceforge.net/tracker/?func=detail&atid…
38 - BUG FIX: #2828362: "Unit tests using FakeFtpServer are slow" https://sourceforge.net/tracker/?fun…
40 …tpServer waits endless if binding to port fails" https://sourceforge.net/tracker/?func=detail&atid…
50 …FakeFilesystem DirectoryEntry case sensitivity� (https://sourceforge.net/tracker/?func=detail&atid…
51 …UnixFakeFileSystem IsValidName Regex incorrect� (https://sourceforge.net/tracker/?func=detail&atid…
59 …UnixDirectoryListingFormatter is Locale specific. http://sourceforge.net/tracker/index.php?func=de…
74 …ry.cloneWithNewPath doesn't clone out field. See https://sourceforge.net/tracker/index.php?func=de…
133 See https://sourceforge.net/tracker/index.php?func=detail&aid=2047355&group_id=208647&atid=1006533
140 See https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=1925590&group_id=208647
/external/mesa3d/src/gallium/docs/source/
Ddistro.rst73 tracker. Any wrong state received should be perceived as a state tracker bug.
101 Tracker implementing a GL state machine. Not usable as a standalone tracker;
102 Mesa should be built with another state tracker, such as :ref:`DRI` or
Ddebugging.rst53 State tracker-specific
58 Debug :ref:`flags` for the GL state tracker.
92 tracker. If set to "help", the driver will print a list of flags which the
/external/mockftpserver/tags/2.1/
DCHANGELOG.txt7 …FakeFilesystem DirectoryEntry case sensitivity� (https://sourceforge.net/tracker/?func=detail&atid…
8 …UnixFakeFileSystem IsValidName Regex incorrect� (https://sourceforge.net/tracker/?func=detail&atid…
16 …UnixDirectoryListingFormatter is Locale specific. http://sourceforge.net/tracker/index.php?func=de…
31 …ry.cloneWithNewPath doesn't clone out field. See https://sourceforge.net/tracker/index.php?func=de…
90 See https://sourceforge.net/tracker/index.php?func=detail&aid=2047355&group_id=208647&atid=1006533
97 See https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=1925590&group_id=208647
/external/markdown/docs/
DREADME26 …lp and discuss various other issues on the [mailing list][] and report bugs on the [bug tracker][].
29 [bug tracker]: http://www.freewisdom.org/projects/python-markdown/Tickets
/external/v8/test/cctest/
Dtest-heap-profiler.cc2417 AllocationTracker* tracker, const Vector<const char*>& names) { in FindNode() argument
2418 AllocationTraceNode* node = tracker->trace_tree()->root(); in FindNode()
2426 tracker->function_info_list()[index]; in FindNode()
2451 AllocationTracker* tracker = in TEST() local
2453 CHECK_NE(NULL, tracker); in TEST()
2455 tracker->PrepareForSerialization(); in TEST()
2457 tracker->trace_tree()->Print(tracker); in TEST()
2460 FindNode(tracker, Vector<const char*>(names, arraysize(names))); in TEST()
2477 AllocationTracker* tracker = in TEST() local
2479 CHECK_NE(NULL, tracker); in TEST()
[all …]
/external/mockftpserver/tags/1.2.3/
DCHANGELOG.txt7 …See https://sourceforge.net/tracker/index.php?func=detail&aid=2047355&group_id=208647&atid=1006533
14 See https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=1925590&group_id=208647

12345