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

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventRepeater.cs 125 public virtual void ConsumeNode(object t) {
128 public virtual void LT(int i, object t) {
137 public virtual void NilNode(object t) {
140 public virtual void ErrorNode(object t) {
143 public virtual void CreateNode(object t) {
146 public virtual void CreateNode(object node, IToken token) {
149 public virtual void BecomeRoot(object newRoot, object oldRoot) {
152 public virtual void AddChild(object root, object child)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventRepeater.cs 151 public virtual void ConsumeNode( object t )
155 public virtual void LT( int i, object t )
165 public virtual void NilNode( object t )
169 public virtual void ErrorNode( object t )
173 public virtual void CreateNode( object t )
177 public virtual void CreateNode( object node, IToken token )
181 public virtual void BecomeRoot( object newRoot, object oldRoot )
185 public virtual void AddChild( object root, object child
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_tcp_socket_private_thunk.cc 40 return enter.SetResult(enter.object()->Connect(host, port, enter.callback()));
50 enter.object()->ConnectWithNetAddress(addr, enter.callback()));
58 return enter.object()->GetLocalAddress(local_addr);
66 return enter.object()->GetRemoteAddress(remote_addr);
76 return enter.SetResult(enter.object()->SSLHandshake(server_name, server_port,
84 return enter.object()->GetServerCertificate();
93 return enter.object()->AddChainBuildingCertificate(certificate, trusted);
103 return enter.SetResult(enter.object()->Read(buffer, bytes_to_read,
114 return enter.SetResult(enter.object()->Write(buffer, bytes_to_write,
121 enter.object()->Disconnect()
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 37 /** Basic YASM relocation. Object formats will need to extend this
48 /** An object. This is the internal representation of an object file. */
51 /*@owned@*/ char *obj_filename; /**< Object filename */
55 /*@owned@*/ yasm_objfmt *objfmt; /**< Object format */
78 /** Create a new object. A default section is created as the first section.
82 * \param obj_filename object filename (e.g. "file.o")
84 * \param objfmt_module object format module
86 * \return Newly allocated object, or NULL on error.
96 * added to the object if there's not already a section by that name
    [all...]
  /abi/cpp/src/
dynamic_cast.cc 52 // Return the vtable pointer of a polymorphic object pointed by p.
69 // Return offset to object in a vtable.
80 // Return the virtual pointer to the most derived object of referred by a
91 // We assume that -1 cannot be a valid pointer to object.
98 get_subobject(const void* object,
109 return adjust_pointer(object, offset);
112 // Helper of __dyanmic_cast to walk the type tree of an object.
115 walk_object(const void *object,
121 return (match_object == NULL || object == match_object) ? object : NULL
182 const void* object; member in struct:__anon1::cast_context
    [all...]
  /external/v8/src/
contexts.cc 48 GlobalObject* object = global(); local
49 if (object->IsJSGlobalObject()) {
50 return JSGlobalObject::cast(object)->builtins();
52 ASSERT(object->IsJSBuiltinsObject());
53 return JSBuiltinsObject::cast(object);
59 // Fast case: the global object for this context has been set. In
60 // that case, the global object has a direct pointer to the global
66 // During bootstrapping, the global object might not be set and we
82 void Context::set_global_proxy(JSObject* object) {
83 global_context()->set_global_proxy_object(object);
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 52 // Return the vtable pointer of a polymorphic object pointed by p.
69 // Return offset to object in a vtable.
80 // Return the virtual pointer to the most derived object of referred by a
91 // We assume that -1 cannot be a valid pointer to object.
98 get_subobject(const void* object,
109 return adjust_pointer(object, offset);
112 // Helper of __dyanmic_cast to walk the type tree of an object.
115 walk_object(const void *object,
121 return (match_object == NULL || object == match_object) ? object : NULL
182 const void* object; member in struct:__anon33112::cast_context
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 45 * the tree using an array of Object pointers. The stream necessarily
67 protected sealed class StreamIterator : IEnumerator<object> {
76 #region IEnumerator<object> Members
78 public object Current {
115 protected object down;
116 protected object up;
117 protected object eof;
122 * Object as we don't what the trees look like.</summary>
131 protected object root;
153 public BufferedTreeNodeStream(object tree
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 46 * the tree using an array of Object pointers. The stream necessarily
69 protected sealed class StreamIterator : IEnumerator<object>
80 #region IEnumerator<object> Members
82 public object Current
124 protected object down;
125 protected object up;
126 protected object eof;
131 * Object as we don't what the trees look like.</summary>
140 protected object root;
162 public BufferedTreeNodeStream( object tree
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 117 InlineIterator midpoint(0, textParagraphSeparator.object(), textParagraphSeparator.m_pos);
118 startIgnoringSpaces(lineMidpointState, InlineIterator(0, textParagraphSeparator.object(), textParagraphSeparator.m_pos - 1));
119 stopIgnoringSpaces(lineMidpointState, InlineIterator(0, textParagraphSeparator.object(), textParagraphSeparator.m_pos));
169 // This object is either going to be part of the last midpoint, or it is going to be the actual endpoint.
172 // Find the trailing space object's midpoint.
174 for ( ; trailingSpaceMidpoint > 0 && lineMidpointState.midpoints[trailingSpaceMidpoint].object() != m_whitespace; --trailingSpaceMidpoint) { }
187 ASSERT(lineMidpointState.midpoints[currentMidpoint].object() == m_boxes[i]);
188 ASSERT(lineMidpointState.midpoints[currentMidpoint + 1].object() == m_boxes[i]);
192 } else if (!lBreak.object()) {
213 , m_lastObject(m_current.object())
385 RenderObject* object = iterator.object(); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
yasm.pyx 29 instructions and object file constructs such as symbol tables and sections.
37 Section objects encapsulate an object file section, including the section
44 cdef object PyCObject_FromVoidPtr(void *cobj, void (*destr)(void *))
45 cdef object PyCObject_FromVoidPtrAndDesc(void *cobj, void *desc,
47 cdef int PyType_Check(object)
48 cdef int PyCObject_Check(object)
49 cdef void *PyCObject_AsVoidPtr(object)
50 cdef void *PyCObject_GetDesc(object)
52 cdef object _PyLong_FromByteArray(unsigned char *bytes, unsigned int n,
54 cdef int _PyLong_AsByteArray(object v, unsigned char *bytes, unsigned int n
    [all...]
  /external/chromium_org/chrome_frame/test/
mock_ie_event_sink_actions.h 143 scoped_refptr<AccObject> object; local
144 if (FindAccObjectInWindow(arg0, matcher, &object)) {
145 EXPECT_TRUE(object->DoDefaultAction());
151 scoped_refptr<AccObject> object; local
152 if (FindAccObjectInWindow(arg0, matcher, &object)) {
153 EXPECT_TRUE(object->DoDefaultAction());
158 scoped_refptr<AccObject> object; local
159 if (FindAccObjectInWindow(arg0, matcher, &object)) {
160 EXPECT_TRUE(object->LeftClick());
165 scoped_refptr<AccObject> object; local
176 scoped_refptr<AccObject> object; local
183 scoped_refptr<AccObject> object; local
190 scoped_refptr<AccObject> object; local
197 scoped_refptr<AccObject> object; local
245 scoped_refptr<AccObject> object; local
330 scoped_refptr<AccObject> object; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
appengine_wrappers.py 62 class _RPC(object):
72 class FakeUrlFetch(object):
79 class _Response(object):
99 class FakeBlobstore(object):
100 class BlobReader(object):
109 class FakeFileInterface(object):
110 """This class allows a StringIO object to be used in a with block like a
125 class FakeFiles(object):
127 class blobstore(object):
149 class Logservice(object)
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_var_deprecated_impl.cc 33 const char kInvalidObjectException[] = "Error: Invalid object";
82 scoped_refptr<NPObjectVar> object(NPObjectVar::FromPPVar(var));
83 if (!object.get()) {
87 OBJECT_TO_NPVARIANT(object->np_object(), *result);
99 // Automatically sets up a TryCatch for accessing the object identified by the
100 // given PP_Var. The module from the object will be used for the exception
103 // This will automatically retrieve the ObjectVar from the object and throw
106 // object passed in is valid and ready to use (via the object() getter), and
111 ObjectAccessorTryCatch(PP_Var object, PP_Var* exception
119 NPObjectVar* object() { return object_.get(); } function in class:content::__anon8230::ObjectAccessorTryCatch
    [all...]
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsCharacter.cpp 52 (JNIEnv * env, jobject object) {
64 (JNIEnv *env, jobject object, jlong ghostId) {
68 env->ThrowNew(newExc, "The native object does not exist.");
81 (JNIEnv *env, jobject object, jlong objectId, jlong shapeId, jfloat stepHeight) {
85 env->ThrowNew(newExc, "The native object does not exist.");
100 (JNIEnv *env, jobject object, jlong objectId, jobject vector) {
104 env->ThrowNew(newExc, "The native object does not exist.");
118 (JNIEnv *env, jobject object, jlong objectId, jobject vector) {
122 env->ThrowNew(newExc, "The native object does not exist.");
136 (JNIEnv *env, jobject object, jlong objectId, jint value)
    [all...]
  /bionic/libc/bionic/
pthread_debug.cpp 240 static void initMutexInfo(MutexInfo* object, pthread_mutex_t* mutex) {
241 object->owner = 0;
242 object->prev = 0;
243 object->next = 0;
244 object->lockCount = 0;
245 object->historyMark = 0;
246 object->mutex = mutex;
247 growingListInit(&object->children);
248 growingListInit(&object->parents);
249 growingListInit(&object->stacks)
    [all...]
  /art/compiler/llvm/
runtime_support_builder_thumb2.h 31 virtual void EmitLockObject(::llvm::Value* object);
  /art/runtime/mirror/
object_array.h 33 // Returns true if the object can be stored into the array. If not, throws
35 bool CheckAssignable(T* object) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
37 void Set(int32_t i, T* object) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
41 void SetWithoutChecks(int32_t i, T* object) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
45 void SetPtrWithoutChecks(int32_t i, T* object) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /art/runtime/
root_visitor.h 22 class Object;
26 typedef void (RootVisitor)(const mirror::Object* root, void* arg);
27 typedef void (VerifyRootVisitor)(const mirror::Object* root, void* arg, size_t vreg,
29 typedef bool (IsMarkedTester)(const mirror::Object* object, void* arg);
stack_indirect_reference_table.h 25 class Object;
34 explicit StackIndirectReferenceTable(mirror::Object* object) :
36 references_[0] = object;
56 mirror::Object* GetReference(size_t i) const {
61 void SetReference(size_t i, mirror::Object* object) {
63 references_[i] = object;
66 bool Contains(mirror::Object** sirt_entry) const {
92 mirror::Object* references_[1]
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_ARRAY_LENGTH.S 7 GET_VREG(r0, r1) @ r0<- vB (object ref)
9 cmp r0, #0 @ is object null?
OP_THROW.S 2 %verify "exception for null object"
4 * Throw an exception object in the current thread.
8 GET_VREG(r1, r2) @ r1<- vAA (exception object)
10 cmp r1, #0 @ null object?
  /dalvik/vm/mterp/armv6t2/
OP_ARRAY_LENGTH.S 7 GET_VREG(r0, r1) @ r0<- vB (object ref)
8 cmp r0, #0 @ is object null?
  /dalvik/vm/mterp/mips/
OP_ARRAY_LENGTH.S 7 GET_VREG(a0, a1) # a0 <- vB (object ref)
8 # is object null?
OP_THROW.S 2 %verify "exception for null object"
4 * Throw an exception object in the current thread.
8 GET_VREG(a1, a2) # a1 <- vAA (exception object)
10 # null object?

Completed in 883 milliseconds

<<11121314151617181920>>