/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
Time.java | 50 public int getIndex(java.lang.Object object) { 52 if (((java.util.Date) object).getTime() < JAN_01_2050) { 59 public Object getObjectToEncode(Object object) { 60 return object;
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
RangeBoolArray.java | 35 public void put(int i, boolean object) { 36 mData[i - mOffset] = object; 43 public int indexOf(boolean object) { 45 if (mData[i] == object) return i + mOffset;
|
RangeIntArray.java | 35 public void put(int i, int object) { 36 mData[i - mOffset] = object; 43 public int indexOf(int object) { 45 if (mData[i] == object) return i + mOffset;
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptWrappable.h | 40 template <class C> inline void initializeScriptWrappableHelper(C* object) 43 webCoreInitializeScriptWrappableForInterface(object); 59 template <class C> static void init(C* object) 61 initializeScriptWrappableHelper(object); 64 void setWrapper(v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperConfiguration& configuration) 71 v8::Persistent<v8::Object> persistent(isolate, wrapper); 78 v8::Local<v8::Object> newLocalWrapper(v8::Isolate* isolate) const 103 static void setWrapperInObject(void*, v8::Handle<v8::Object>, v8::Isolate*, const WrapperConfiguration&) 108 static void setWrapperInObject(ScriptWrappable* object, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperConfiguration& configuration 160 v8::Object* object = containsWrapper() ? reinterpret_cast<v8::Object*>(m_wrapperOrTypeInfo & ~1) : 0; local 196 void* object = toNative(data.GetValue()); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pprint.py | 26 Format a Python object into a pretty-printed representation. 29 Pretty-print a Python object to a stream [default is sys.stdout]. 55 def pprint(object, stream=None, indent=1, width=80, depth=None): 56 """Pretty-print a Python object to a stream [default is sys.stdout].""" 59 printer.pprint(object) 61 def pformat(object, indent=1, width=80, depth=None): 62 """Format a Python object into a pretty-printed representation.""" 63 return PrettyPrinter(indent=indent, width=width, depth=depth).pformat(object) 65 def saferepr(object): 67 return _safe_repr(object, {}, None, 0)[0 [all...] |
inspect.py | 12 isroutine() - check object types 13 getmembers() - get members of an object that satisfy a given condition 15 getfile(), getsourcefile(), getsource() - find an object's source code 16 getdoc(), getcomments() - get documentation on an object 17 getmodule() - determine the module that an object came from 47 # See Include/object.h 51 def ismodule(object): 52 """Return true if the object is a module. 57 return isinstance(object, types.ModuleType) 59 def isclass(object) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pprint.py | 26 Format a Python object into a pretty-printed representation. 29 Pretty-print a Python object to a stream [default is sys.stdout]. 55 def pprint(object, stream=None, indent=1, width=80, depth=None): 56 """Pretty-print a Python object to a stream [default is sys.stdout].""" 59 printer.pprint(object) 61 def pformat(object, indent=1, width=80, depth=None): 62 """Format a Python object into a pretty-printed representation.""" 63 return PrettyPrinter(indent=indent, width=width, depth=depth).pformat(object) 65 def saferepr(object): 67 return _safe_repr(object, {}, None, 0)[0 [all...] |
inspect.py | 12 isroutine() - check object types 13 getmembers() - get members of an object that satisfy a given condition 15 getfile(), getsourcefile(), getsource() - find an object's source code 16 getdoc(), getcomments() - get documentation on an object 17 getmodule() - determine the module that an object came from 47 # See Include/object.h 51 def ismodule(object): 52 """Return true if the object is a module. 57 return isinstance(object, types.ModuleType) 59 def isclass(object) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGResource.cpp | 38 static inline bool inheritColorFromParentStyleIfNeeded(RenderObject* object, bool applyToFill, Color& color) 42 if (!object->parent() || !object->parent()->style()) 44 const SVGRenderStyle* parentSVGStyle = object->parent()->style()->svgStyle(); 49 static inline RenderSVGResource* requestPaintingResource(RenderSVGResourceMode mode, RenderObject* object, const RenderStyle* style, Color& fallbackColor) 51 ASSERT(object); 60 if (object->frame() && object->frame()->view()) 61 isRenderingMask = object->frame()->view()->paintBehavior() & PaintBehaviorRenderingSVGMask; 112 if (!inheritColorFromParentStyleIfNeeded(object, applyToFill, color) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeWizard.cs | 45 * Build and navigate trees with this object. Must know about the names 70 void Visit(object t, object parent, int childIndex, IDictionary<string, object> labels); 74 public virtual void Visit(object t, object parent, int childIndex, IDictionary<string, object> labels) { 77 public abstract void Visit(object t); 81 System.Action<object> _action; 83 public ActionVisitor(System.Action<object> action) [all...] |
TreeFilter.cs | 98 public virtual void ApplyOnce( object t, Action whichRule ) 105 // share TreeParser object but not parsing-related state 118 public virtual void Downup( object t ) 121 Func<object, object> pre = delegate(object o) 126 Func<object, object> post = delegate(object o)
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeWizard.cs | 46 * Build and navigate trees with this object. Must know about the names 73 void Visit( object t, object parent, int childIndex, IDictionary<string, object> labels ); 78 public virtual void Visit( object t, object parent, int childIndex, IDictionary<string, object> labels ) 82 public abstract void Visit( object t ); 87 System.Action<object> _action; 89 public ActionVisitor( System.Action<object> action [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
ObjectManager.java | 21 * an object manager invokes update on its children. ObjectManagers themselves are derived from 52 BaseObject object = mObjects.get(i); local 53 object.reset(); 60 final Object[] additionsArray = mPendingAdditions.getArray(); 62 BaseObject object = (BaseObject)additionsArray[i]; local 63 mObjects.add(object); 70 final Object[] removalsArray = mPendingRemovals.getArray(); 73 BaseObject object = (BaseObject)removalsArray[i]; local 74 mObjects.remove(object, true); 85 final Object[] objectArray = mObjects.getArray() 87 BaseObject object = (BaseObject)objectArray[i]; local 134 T object = null; local [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
BlankDebugEventListener.cs | 102 public virtual void ConsumeNode(object t) { 104 public virtual void LT(int i, object t) { 112 public virtual void NilNode(object t) { 114 public virtual void ErrorNode(object t) { 116 public virtual void CreateNode(object t) { 118 public virtual void CreateNode(object node, IToken token) { 120 public virtual void BecomeRoot(object newRoot, object oldRoot) { 122 public virtual void AddChild(object root, object child) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
BlankDebugEventListener.cs | 128 public virtual void ConsumeNode( object t ) 131 public virtual void LT( int i, object t ) 140 public virtual void NilNode( object t ) 143 public virtual void ErrorNode( object t ) 146 public virtual void CreateNode( object t ) 149 public virtual void CreateNode( object node, IToken token ) 152 public virtual void BecomeRoot( object newRoot, object oldRoot ) 155 public virtual void AddChild( object root, object child [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InjectedScriptExterns.js | 35 InjectedScriptHostClass.prototype.storageId = function(object) { } 36 InjectedScriptHostClass.prototype.getInternalProperties = function(object) { } 42 * @param {*} object 44 InjectedScriptHostClass.prototype.isHTMLAllCollection = function(object) { } 46 * @param {*} object 48 InjectedScriptHostClass.prototype.internalConstructorName = function(object) { } 50 * @param {*} object 52 InjectedScriptHostClass.prototype.copyText = function(object) { } 59 * @param {*} object 62 InjectedScriptHostClass.prototype.objectId = function(object) { } [all...] |
/libcore/json/src/main/java/org/json/ |
JSONArray.java | 51 private final List<Object> values; 57 values = new ArrayList<Object>(); 92 Object object = readFrom.nextValue(); local 93 if (object instanceof JSONArray) { 94 values = ((JSONArray) object).values; 96 throw JSON.typeMismatch(object, "JSONArray"); 114 public JSONArray(Object array) throws JSONException { 119 values = new ArrayList<Object>(length); 184 public JSONArray put(Object value) 316 Object object = get(index); local 337 Object object = opt(index); local 350 Object object = get(index); local 371 Object object = opt(index); local 384 Object object = get(index); local 405 Object object = opt(index); local 418 Object object = get(index); local 439 Object object = opt(index); local 451 Object object = get(index); local 472 Object object = opt(index); local 485 Object object = get(index); local 498 Object object = opt(index); local 510 Object object = get(index); local 523 Object object = opt(index); local [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_IGET_QUICK.S | 2 %verify "null object" 3 /* For: iget-quick, iget-object-quick */ 6 GET_VREG(r3, r2) @ r3<- object we're operating on 8 cmp r3, #0 @ check object for null 10 beq common_errNullObject @ object was null
|
OP_IGET_WIDE_QUICK.S | 2 %verify "null object" 5 GET_VREG(r3, r2) @ r3<- object we're operating on 7 cmp r3, #0 @ check object for null 9 beq common_errNullObject @ object was null
|
/dalvik/vm/mterp/mips/ |
OP_IGET_QUICK.S | 2 %verify "null object" 3 /* For: iget-quick, iget-object-quick */ 6 GET_VREG(a3, a2) # a3 <- object we're operating on 9 # check object for null 10 beqz a3, common_errNullObject # object was null
|
/external/chromium_org/base/ |
sequenced_task_runner_helpers.h | 38 static void DoDelete(const void* object) { 39 delete reinterpret_cast<const T*>(object); 50 static void DoRelease(const void* object) { 51 reinterpret_cast<const T*>(object)->Release(); 62 // pass/ an object of the wrong type to delete. Instead, we force 71 // void* object) 74 // base::Closure from (function, object) and return the result of 83 const T* object) { 85 from_here, &DeleteHelper<T>::DoDelete, object); 99 const T* object) { [all...] |
/external/chromium_org/gin/ |
handle.h | 12 // You can use gin::Handle on the stack to retain a gin::Wrappable object. 13 // Currently we don't have a mechanism for retaining a gin::Wrappable object 21 Handle(v8::Handle<v8::Value> wrapper, T* object) 23 object_(object) { 50 T* object = NULL; local 51 if (!Converter<T*>::FromV8(isolate, val, &object)) { 54 *out = gin::Handle<T>(val, object); 60 // without having to write out the type of the object explicitly. 62 gin::Handle<T> CreateHandle(v8::Isolate* isolate, T* object) { 63 return gin::Handle<T>(object->GetWrapper(isolate), object) [all...] |
/external/chromium_org/ppapi/c/dev/ |
ppb_var_deprecated.h | 32 * Adds a reference to the given var. If this is not a refcounted object, 40 * becomes 0. If the given var is not a refcounted object, this function will 55 * The resulting object will be a refcounted string object. It will be 82 * object, false if it does not. Methods are also counted as properties. 87 * If you pass an invalid name or object, the exception will be set (if it is 90 bool (*HasProperty)(struct PP_Var object, 98 bool (*HasMethod)(struct PP_Var object, 106 struct PP_Var (*GetProperty)(struct PP_Var object, 111 * Retrieves all property names on the given object. Property names includ [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/track/ |
TrackEvent.idl | 30 [InitializedByEventConstructor, Custom=Getter] readonly attribute object track;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
workspace_mock.py | 30 class MockWorkspace(object): 37 return object() # Something that is not None
|