Searched refs:mark (Results 226 - 250 of 514) sorted by path

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp123 // placement new to mark slots in the hash table as being deleted. We will
124 // never call trace or the destructor on these slots. We mark ourselves deleted
235 virtual void mark(const Type* object, TraceCallback callback) OVERRIDE \
249 virtual void mark(const void* object, TraceCallback) OVERRIDE
255 virtual void mark(HeapObjectHeader* header, TraceCallback callback) OVERRIDE
261 virtual void mark(FinalizedHeapObjectHeader* header, TraceCallback callback) OVERRIDE
724 visitor->mark(static_cast<Foo*>(m_bar));
726 visitor->mark(m_bar);
877 virtual void mark(const Type* object, TraceCallback callback) OVERRIDE \
879 mark(objec
891 void mark(const void* ptr) { markNoTrace(ptr); } function in class:blink::RefCountedGarbageCollectedVisitor
[all...]
H A DVisitor.h154 // The TraceTrait is used to specify how to mark an object pointer and
175 static void mark(Visitor* visitor, const T* t) function in class:blink::TraceTrait
177 DefaultTraceTrait<T>::mark(visitor, t);
199 // marking phase of the mark-sweep garbage collector.
202 // |mark| method with the pointer as an argument.
205 // with the object as an argument. Tracing objects will mark all of the
222 // One-argument templated mark method. This uses the static type of
223 // the argument to get the TraceTrait. By default, the mark method
224 // of the TraceTrait just calls the virtual two-argument mark method on this
227 void mark( function in class:blink::Visitor
499 static void mark(Visitor* visitor, const T* t) function in class:blink::DefaultTraceTrait
519 static void mark(Visitor* visitor, const T* self) function in class:blink::DefaultTraceTrait
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DListHashSet.h401 // the original ListHashSet may no longer exist we make sure to mark
415 visitor->mark(next());
416 visitor->mark(prev());
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
H A Daes-586.pl2037 my $mark=&DWP(76+240,"esp"); # copy of aes_key->rounds
2110 &mov ($mark,0); # copy of aes_key->rounds = 0;
2184 &cmp ($mark,0); # was the key schedule copied?
2304 &cmp ($mark,0); # was the key schedule copied?
H A Daes-x86_64.pl1639 my $mark="80+240(%rsp)"; # copy of aes_key->rounds
1710 movl \$0,$mark # copy of aes_key->rounds = 0;
1889 cmpl \$0,$mark # was the key schedule copied?
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/freetype/src/psaux/
H A Dt1decode.c982 /* <val> mark <idx> ==> set BuildCharArray[cvi( <idx> )] = <val>, */
983 /* leave mark on T1 stack */
985 XXX which routine has left its mark on the (PostScript) stack?;
/external/chromium_org/third_party/icu/source/common/
H A Dcmemory.h62 #define uprv_memset(buffer, mark, size) U_STANDARD_CPP_NAMESPACE memset(buffer, mark, size)
H A Ddictbe.cpp108 int mark; // The preferred candidate's offset member in class:PossibleWord
157 mark = current;
163 utext_setNativeIndex(text, offset + lengths[mark]);
164 return lengths[mark];
183 mark = current;
281 // Followed by another dictionary word; mark first word as a good candidate
363 // Never stop before a combining mark.
509 // Followed by another dictionary word; mark first word as a good candidate
587 // Never stop before a combining mark.
711 // Followed by another dictionary word; mark firs
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcallimts.cpp331 UDate mark = millis + 5000; // 5 sec local
338 if (ucal_getNow() >= mark) {
340 mark += 5000; // 5 sec
H A Dwbnf.cpp486 // get the slot's index, 0 <= mark <= total;
487 double mark = total * reference_mark; local
492 mark -= weights[i]; // 0 <= mark <= total
493 if (mark <= 0)
1055 // for the strange question mark
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCEAGLVideoView.m183 #pragma mark - UIView
190 #pragma mark - GLKViewDelegate
200 #pragma mark - Private
225 #pragma mark - RTCVideoRendererDelegate
H A DRTCNSGLVideoView.m130 #pragma mark - RTCVideoRendererDelegate
146 #pragma mark - Private
H A DRTCOpenGLVideoRenderer.mm262 #pragma mark - Private
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
H A DRTCPeerConnectionSyncObserver.m152 #pragma mark - RTCPeerConnectionDelegate methods
229 #pragma mark - RTCDataChannelDelegate
H A DRTCSessionDescriptionSyncObserver.m74 #pragma mark - RTCSessionDescriptionDelegate methods
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
H A DAPPRTCAppClient.m116 #pragma mark - Private
H A DAPPRTCConnectionManager.m108 #pragma mark - APPRTCAppClientDelegate
177 #pragma mark - GAEMessageHandler methods
244 #pragma mark - RTCPeerConnectionDelegate
340 #pragma mark - RTCSessionDescriptionDelegate
405 #pragma mark - RTCStatsDelegate methods
415 #pragma mark - Private
H A DGAEChannelClient.m94 #pragma mark - UIWebViewDelegate
101 #pragma mark - WebPolicyDelegate
156 #pragma mark - Private
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ios/
H A DAPPRTCAppDelegate.m37 #pragma mark - UIApplicationDelegate methods
59 #pragma mark - Private
H A DAPPRTCViewController.m100 #pragma mark - APPRTCConnectionManagerDelegate
124 #pragma mark - APPRTCLogger
136 #pragma mark - RTCEAGLVideoViewDelegate
150 #pragma mark - UITextFieldDelegate
173 #pragma mark - Private
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
H A DAPPRTCAppDelegate.m45 #pragma mark - NSApplicationDelegate
68 #pragma mark - NSWindow

Completed in 447 milliseconds

1234567891011>>