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

1 2 3 45 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs 114 * which Token object was examined. Like consumeToken, this indicates
183 * data fields are transmitted. The token object or whatever that
184 * caused the problem was the last object referenced by LT. The
286 void ConsumeNode( object t );
294 void LT( int i, object t );
314 void NilNode( object t );
323 void ErrorNode( object t );
333 void CreateNode( object t );
343 void CreateNode( object node, IToken token );
363 void BecomeRoot( object newRoot, object oldRoot )
    [all...]
  /external/chromium_org/v8/src/
allocation-site-scopes.cc 64 Handle<JSObject> object) {
65 if (!object.is_null() && !object->IsFailure()) {
69 scope_site->set_transition_info(*object);
74 static_cast<void*>(*object));
79 static_cast<void*>(*object));
86 bool AllocationSiteUsageContext::ShouldCreateMemento(Handle<JSObject> object) {
87 if (activated_ && AllocationSite::CanTrack(object->map()->instance_type())) {
89 AllocationSite::GetMode(object->GetElementsKind()) ==
93 object->IsJSArray() ? "JSArray" : "JSObject"
    [all...]
accessors.h 80 static Handle<Object> FunctionSetPrototype(Handle<JSFunction> object,
81 Handle<Object> value);
82 static Handle<Object> FunctionGetPrototype(Handle<JSFunction> object);
83 static Handle<Object> FunctionGetArguments(Handle<JSFunction> object);
89 // Returns true for properties that are accessors to object fields.
90 // If true, *object_offset contains offset of object field.
99 JSObject* object,
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteRuleNodeStream.cs 53 object oneElement
61 IList<object> elements
65 public object NextNode() {
69 override protected object ToTree(object el) {
73 protected override object Dup(object el) {
RewriteRuleTokenStream.cs 55 object oneElement
63 IList<object> elements
71 /// ITreeAdaptor.Create() returns an object, so no further restrictions possible.
73 public virtual object NextNode() {
86 override protected object ToTree(object el) {
90 protected override object Dup(object el) {
  /frameworks/rs/cpu_ref/linkloader/android/
librsloader.cpp 31 static inline RSExecRef wrap(ELFObject<32> *object) {
32 return reinterpret_cast<RSExecRef>(object);
35 static inline ELFObject<32> *unwrap(RSExecRef object) {
36 return reinterpret_cast<ELFObject<32> *>(object);
43 RSExecRef object = rsloaderLoadExecutable(buf, buf_size); local
44 if (!object) {
48 if (!rsloaderRelocateExecutable(object, find_symbol, find_symbol_context)) {
49 rsloaderDisposeExec(object);
53 return object;
60 llvm::OwningPtr<ELFObject<32> > object(ELFObject<32>::read(AR))
72 ELFObject<32>* object = unwrap(object_); local
80 ELFObject<32> *object = unwrap(object_); local
106 ELFObject<32> *object = unwrap(object_); local
128 ELFObject<32> *object = unwrap(object_); local
    [all...]
  /external/chromium_org/ui/base/gtk/
g_object_destructor_filo.cc 7 #include <glib-object.h>
28 GObject* object, DestructorHook callback, void* context) {
29 const Hook hook(object, callback, context);
30 HandlerMap::iterator iter = handler_map_.find(object);
32 g_object_weak_ref(object, WeakNotifyThunk, this);
33 handler_map_[object].push_front(hook);
40 GObject* object, DestructorHook callback, void* context) {
41 HandlerMap::iterator iter = handler_map_.find(object);
43 LOG(DFATAL) << "Unable to disconnect destructor hook for object " << object
    [all...]
  /external/v8/src/
ic-inl.h 72 // Convert target address to the code object. Code::GetCodeFromTargetAddress
99 InlineCacheHolderFlag IC::GetCodeCacheForObject(Object* object,
101 if (object->IsJSObject()) {
102 return GetCodeCacheForObject(JSObject::cast(object), holder);
104 // If the object is a value, we use the prototype map for the cache.
105 ASSERT(object->IsString() || object->IsNumber() || object->IsBoolean());
110 InlineCacheHolderFlag IC::GetCodeCacheForObject(JSObject* object,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_threading_local.py 10 a thread-local object and use its attributes:
17 You can also access the local-object's dictionary:
50 Of course, values you get from a local object, including a __dict__
71 called each time the local object is used in a separate thread. This
74 Now if we create a local object:
110 AttributeError: 'MyLocal' object has no attribute 'color'
148 class _localbase(object):
152 self = object.__new__(cls)
154 object.__setattr__(self, '_local__key', key)
155 object.__setattr__(self, '_local__args', (args, kw)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_threading_local.py 10 a thread-local object and use its attributes:
17 You can also access the local-object's dictionary:
50 Of course, values you get from a local object, including a __dict__
71 called each time the local object is used in a separate thread. This
74 Now if we create a local object:
110 AttributeError: 'MyLocal' object has no attribute 'color'
148 class _localbase(object):
152 self = object.__new__(cls)
154 object.__setattr__(self, '_local__key', key)
155 object.__setattr__(self, '_local__args', (args, kw)
    [all...]
  /external/chromium_org/remoting/host/plugin/
host_plugin_utils.cc 45 ScopedRefNPObject::ScopedRefNPObject(NPObject* object)
47 *this = object;
50 ScopedRefNPObject::ScopedRefNPObject(const ScopedRefNPObject& object)
52 *this = object;
59 ScopedRefNPObject& ScopedRefNPObject::operator=(NPObject* object) {
60 if (object) {
61 g_npnetscape_funcs->retainobject(object);
66 object_ = object;
71 const ScopedRefNPObject& object) {
72 return *this = object.get()
    [all...]
  /external/flac/libFLAC/
metadata_object.c 162 static void seektable_calculate_length_(FLAC__StreamMetadata *object)
164 FLAC__ASSERT(0 != object);
165 FLAC__ASSERT(object->type == FLAC__METADATA_TYPE_SEEKTABLE);
167 object->length = object->data.seek_table.num_points * FLAC__STREAM_METADATA_SEEKPOINT_LENGTH;
190 static void vorbiscomment_calculate_length_(FLAC__StreamMetadata *object)
194 FLAC__ASSERT(object->type == FLAC__METADATA_TYPE_VORBIS_COMMENT);
196 object->length = (FLAC__STREAM_METADATA_VORBIS_COMMENT_ENTRY_LENGTH_LEN) / 8;
197 object->length += object->data.vorbis_comment.vendor_string.length
435 FLAC__StreamMetadata *object; local
    [all...]
  /art/runtime/mirror/
art_field.h 22 #include "object.h"
31 class MANAGED ArtField : public Object {
63 // Offset to field within an Object
74 // field access, null object for static fields
75 bool GetBoolean(const Object* object) const
77 void SetBoolean(Object* object, bool z) const
79 int8_t GetByte(const Object* object) cons
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteRuleNodeStream.cs 53 public RewriteRuleNodeStream( ITreeAdaptor adaptor, string elementDescription, object oneElement )
64 public virtual object NextNode()
69 protected override object ToTree( object el )
74 protected override object Dup( object el )
RewriteRuleTokenStream.cs 48 public RewriteRuleTokenStream( ITreeAdaptor adaptor, string elementDescription, object oneElement )
60 public virtual object NextNode()
76 protected override object ToTree( object el )
81 protected override object Dup( object el )
  /external/chromium_org/base/
sequenced_task_runner.h 119 // Submits a non-nestable task to delete the given object. Returns
120 // true if the object may be deleted at some point in the future,
121 // and false if the object definitely will not be deleted.
124 const T* object) {
127 this, from_here, object);
130 // Submits a non-nestable task to release the given object. Returns
131 // true if the object may be released at some point in the future,
132 // and false if the object definitely will not be released.
135 T* object) {
138 this, from_here, object);
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectSymbolizer.h 11 // backed by an object::ObjectFile.
20 #include "llvm/Object/ObjectFile.h"
33 const object::ObjectFile *Obj;
35 typedef DenseMap<uint64_t, object::RelocationRef> AddrToRelocMap;
36 typedef std::vector<object::SectionRef> SortedSectionList;
49 void insertSection(object::SectionRef Section);
53 const object::ObjectFile *Obj);
67 /// \brief Create an object symbolizer for \p Obj.
70 const object::ObjectFile *Obj);
MCObjectDisassembler.h 20 namespace object { namespace in namespace:llvm
36 const object::ObjectFile &Obj;
41 MCObjectDisassembler(const object::ObjectFile &Obj,
48 /// what was found in the object file. If withCFG is true, MCFunctions are
  /external/proguard/src/proguard/evaluation/value/
CompositeDoubleValue.java 57 // Implementations for Object.
59 public boolean equals(Object object)
61 return this == object ||
62 super.equals(object) &&
63 this.doubleValue1.equals(((CompositeDoubleValue)object).doubleValue1) &&
64 this.operation == ((CompositeDoubleValue)object).operation &&
65 this.doubleValue2.equals(((CompositeDoubleValue)object).doubleValue2);
CompositeFloatValue.java 57 // Implementations for Object.
59 public boolean equals(Object object)
61 return this == object ||
62 super.equals(object) &&
63 this.floatValue1.equals(((CompositeFloatValue)object).floatValue1) &&
64 this.operation == ((CompositeFloatValue)object).operation &&
65 this.floatValue2.equals(((CompositeFloatValue)object).floatValue2);
CompositeIntegerValue.java 63 // Implementations for Object.
65 public boolean equals(Object object)
67 return this == object ||
68 super.equals(object) &&
69 this.integerValue1.equals(((CompositeIntegerValue)object).integerValue1) &&
70 this.operation == ((CompositeIntegerValue)object).operation &&
71 this.integerValue2.equals(((CompositeIntegerValue)object).integerValue2);
CompositeLongValue.java 63 // Implementations for Object.
65 public boolean equals(Object object)
67 return this == object ||
68 super.equals(object) &&
69 this.longValue1.equals(((CompositeLongValue)object).longValue1) &&
70 this.operation == ((CompositeLongValue)object).operation &&
71 this.longValue2.equals(((CompositeLongValue)object).longValue2);
  /external/chromium_org/ppapi/cpp/
graphics_3d_client.cc 20 void* object = local
22 if (!object)
24 return static_cast<Graphics3DClient*>(object)->Graphics3DContextLost();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
BidiRun.h 37 BidiRun(int start, int stop, RenderObject* object, BidiContext* context, WTF::Unicode::Direction dir)
39 , m_object(object)
52 RenderObject* object() { return m_object; } function in struct:WebCore::BidiRun
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_handle_table.h 64 void (*destroy)(void *object));
68 * Add a new object.
74 void *object);
82 void *object);
85 * Fetch an existing object.

Completed in 1228 milliseconds

1 2 3 45 6 7 8 91011>>