HomeSort by relevance Sort by last modified time
    Searched refs:object (Results 276 - 300 of 5712) sorted by null

<<11121314151617181920>>

  /dalvik/vm/mterp/armv6t2/
OP_IGET_WIDE_QUICK.S 2 %verify "null object"
6 GET_VREG(r3, r2) @ r3<- object we're operating on
8 cmp r3, #0 @ check object for null
9 beq common_errNullObject @ object was null
  /dalvik/vm/mterp/mips/
OP_IGET_WIDE_QUICK.S 2 %verify "null object"
5 GET_VREG(a3, a2) # a3 <- object we're operating on
8 # check object for null
9 beqz a3, common_errNullObject # object was null
  /dalvik/vm/mterp/x86/
OP_IGET_QUICK.S 2 %verify "null object"
3 /* For: iget-quick, iget-object-quick */
7 GET_VREG_R %ecx %ecx # vB (object we're operating on)
9 cmpl $$0,%ecx # is object null?
OP_IGET_WIDE_QUICK.S 2 %verify "null object"
7 GET_VREG_R %ecx %ecx # vB (object we're operating on)
9 cmpl $$0,%ecx # is object null?
OP_IPUT_OBJECT_QUICK.S 2 %verify "null object"
3 /* For: iput-object-quick */
7 GET_VREG_R %ecx %ecx # vB (object we're operating on)
11 testl %ecx,%ecx # is object null?
18 shrl $$GC_CARD_SHIFT,%ecx # object head to card number
19 movb %al,(%eax,%ecx) # mark card based on object head
OP_IPUT_QUICK.S 2 %verify "null object"
7 GET_VREG_R %ecx %ecx # vB (object we're operating on)
11 testl %ecx,%ecx # is object null?
OP_IPUT_WIDE_QUICK.S 2 %verify "null object"
7 GET_VREG_R %ecx %ecx # vB (object we're operating on)
9 testl %ecx,%ecx # is object null?
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ParserRuleReturnScope.cs 38 * Rules that return more than a single value must return an object
90 object IRuleReturnScope.Start
98 object IRuleReturnScope.Stop
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeAdaptor.cs 52 public override object Create( IToken payload )
103 public override IToken GetToken( object t )
TreeRuleReturnScope`1.cs 37 * the start property is a tree nodes not Token object
60 object IRuleReturnScope.Start
76 object IRuleReturnScope.Stop
  /external/apache-http/src/org/apache/commons/codec/binary/
Hex.java 141 * @param object A String or, an array of character bytes containing hexidecimal digits
145 * to this function or the object is not a String or char[]
148 public Object decode(Object object) throws DecoderException {
150 char[] charArray = object instanceof String ? ((String) object).toCharArray() : (char[]) object;
177 * @param object a String, or byte[] to convert to Hex characters
179 * @throws EncoderException Thrown if the given object is not a String or byte[
    [all...]
  /external/chromium/base/memory/
singleton_objc.h 7 // appropriate for Objective-C objects. A typical Objective-C object of type
14 // NSExampleType* object. The object will be released by calling
47 static void Delete(Type* object) {
48 [object release];
  /external/chromium/base/win/
object_watcher.h 17 // A class that provides a means to asynchronously wait for a Windows object to
30 // void DoStuffWhenSignaled(HANDLE object) {
31 // watcher_.StartWatching(object, this);
33 // virtual void OnObjectSignaled(HANDLE object) {
40 // In the above example, MyClass wants to "do stuff" when object becomes
50 // Called from the MessageLoop when a signaled object is detected. To
51 // continue watching the object, AddWatch must be called again.
52 virtual void OnObjectSignaled(HANDLE object) = 0;
58 // When the object is signaled, the given delegate is notified on the thread
64 bool StartWatching(HANDLE object, Delegate* delegate)
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analysis_view.css 11 .analysis-view:not(.viewing-object) {
  /external/chromium_org/base/memory/
singleton_objc.h 7 // appropriate for Objective-C objects. A typical Objective-C object of type
14 // NSExampleType* object. The object will be released by calling
46 static void Delete(Type* object) {
47 [object release];
  /external/chromium_org/chrome/common/extensions/docs/server2/
local_renderer.py 9 class _LocalRenderServletDelegate(object):
13 class LocalRenderer(object):
  /external/chromium_org/content/common/android/
hash_set.h 15 const base::android::JavaRef<jobject>& object);
19 const base::android::JavaRef<jobject>& object);
  /external/chromium_org/ppapi/proxy/
plugin_resource_tracker.h 39 virtual PP_Resource AddResource(Resource* object) OVERRIDE;
40 virtual void RemoveResource(Resource* object) OVERRIDE;
  /external/chromium_org/ppapi/thunk/
ppb_url_loader_trusted_thunk.cc 26 enter.object()->GrantUniversalAccess();
35 enter.object()->RegisterStatusCallback(cb);
ppb_view_dev_thunk.cc 26 return enter.object()->GetDeviceScale();
34 return enter.object()->GetCSSScale();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutRepainter.cpp 33 LayoutRepainter::LayoutRepainter(RenderObject& object, bool checkForRepaint)
34 : m_object(object)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotWorkerDispatcher.js 76 var object = this._objects[data.objectId];
77 var result = object[data.methodName];
82 var object = this._objects[data.objectId];
83 var result = object[data.methodName].apply(object, data.methodArguments);
90 var object = this._objects[data.objectId];
91 response.result = object[data.methodName].apply(object, data.methodArguments);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumd3d10_1.idl 31 [object, local]
galliumd3d11.idl 31 [object, local]
  /external/chromium_org/third_party/ocmock/OCMock/
NSNotificationCenter+OCMAdditions.h 13 - (void)addMockObserver:(OCMockObserver *)notificationObserver name:(NSString *)notificationName object:(id)notificationSender;

Completed in 1485 milliseconds

<<11121314151617181920>>