Searched refs:object (Results 276 - 300 of 3367) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ppapi/thunk/
H A Dppb_media_stream_audio_track_thunk.cc35 return enter.SetResult(enter.object()->Configure(attrib_list,
46 return enter.object()->GetAttrib(attrib, value);
54 return enter.object()->GetId();
62 return enter.object()->HasEnded();
74 return enter.SetResult(enter.object()->GetBuffer(buffer, enter.callback()));
82 return enter.object()->RecycleBuffer(buffer);
90 enter.object()->Close();
H A Dppb_network_list_thunk.cc30 return enter.object()->GetCount();
38 return enter.object()->GetName(index);
46 return enter.object()->GetType(index);
54 return enter.object()->GetState(index);
64 return enter.object()->GetIpAddresses(index, output);
72 return enter.object()->GetDisplayName(index);
80 return enter.object()->GetMTU(index);
H A Dppb_scrollbar_thunk.cc33 return enter.object()->GetThickness();
40 return PP_FromBool(enter.object()->IsOverlay());
47 return enter.object()->GetValue();
53 enter.object()->SetValue(value);
59 enter.object()->SetDocumentSize(size);
67 enter.object()->SetTickMarks(tick_marks, count);
73 enter.object()->ScrollBy(unit, multiplier);
/external/chromium_org/v8/test/mjsunit/compiler/
H A Descape-analysis.js37 var object = new constructor();
39 object.a = 1;
41 object.a = 2;
43 assertEquals(expected, object.a);
59 var object = new constructor();
61 object.a = object.a + i;
62 assertEquals(i*(i+1)/2, object.a);
63 assertEquals(23, object.b);
65 assertEquals(45, object
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DUniqueStack.java28 * An attempt to insert on a stack an object that is already there will fail and result with a
39 // Field used for optimization: when only one object was
49 * A wrapper for a {@code Iterator<T>} object that provides immutability.
80 * Add an object to a stack. Object will be added only if it is not already on the stack.
82 * @param object to be added. If it is {@code null} a {@code NullPointerException} will be thrown.
83 * @return true if the object was added successfully
85 public boolean push(T object) { argument
86 if (object == null) {
92 firstObject = object;
95 if (firstObject.equals(object)) {
[all...]
/external/jsoncpp/src/lib_json/
H A Djson_batchallocator.h18 * This memory allocator allocates memory for a batch of object (specified by
19 * the page size, the number of object in each page).
21 * It does not allow the destruction of a single object. All the allocated objects
25 * The in-place new operator must be used to construct the object using the pointer
38 assert( sizeof(AllocatedType) * objectPerAllocation >= sizeof(AllocatedType *) ); // We must be able to store a slist in the object free space.
54 /// allocate space for an array of objectPerAllocation object.
60 AllocatedType *object = freeHead_; local
61 freeHead_ = *(AllocatedType **)object;
62 return object;
82 /// Release the object
[all...]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
H A DCommonSuperclassTest.java42 // object tree:
43 // object
103 String object = "Ljava/lang/Object;";
115 // same object
116 superclassTest(object, object, object);
127 // same value, but different object
132 // other object is superclass
133 superclassTest(object, objec
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptSource.js137 if (obj && typeof obj === "object")
158 if (typeof obj !== "object")
220 * @param {*} object
223 isPrimitiveValue: function(object)
226 return InjectedScript.primitiveTypes[typeof object] && !this._isHTMLAllCollection(object);
230 * @param {*} object
236 wrapObject: function(object, groupName, canAccessInspectedWindow, generatePreview)
239 return this._wrapObject(object, groupName, false, generatePreview);
240 return this._fallbackWrapper(object);
[all...]
/external/chromium_org/sdch/open-vcdiff/
H A Ddepcomp44 object Object file output by `PROGRAMS ARGS'.
60 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
61 echo "depcomp: Variables source, object and depmode must be set" 1>&2
66 depfile=${depfile-`echo "$object" |
109 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
146 echo "$object : \\" > "$depfile"
190 echo "$object : \\" > "$depfile"
222 # current directory. Also, the AIX compiler puts `$object:' at the
223 # start of each line; $object doesn't have directory information.
225 dir=`echo "$object" | se
[all...]
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.pyx33 return <object> self.node.key
37 return <object> self.node.value
41 return (<object>self.node.key, <object>self.node.value)
51 cval = ct_compare(key, <object> self.node.key)
106 return (<object> self.node.key, <object> self.node.value)
115 return (<object> self.node.key, <object> self.node.value)
124 return (<object> sel
[all...]
/external/chromium_org/third_party/libxml/src/
H A Ddepcomp44 object Object file output by `PROGRAMS ARGS'.
60 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
61 echo "depcomp: Variables source, object and depmode must be set" 1>&2
66 depfile=${depfile-`echo "$object" |
109 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
146 echo "$object : \\" > "$depfile"
190 echo "$object : \\" > "$depfile"
222 # current directory. Also, the AIX compiler puts `$object:' at the
223 # start of each line; $object doesn't have directory information.
225 dir=`echo "$object" | se
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/config/
H A Ddepcomp44 object Object file output by `PROGRAMS ARGS'.
60 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
61 echo "depcomp: Variables source, object and depmode must be set" 1>&2
66 depfile=${depfile-`echo "$object" |
109 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
146 echo "$object : \\" > "$depfile"
190 echo "$object : \\" > "$depfile"
222 # current directory. Also, the AIX compiler puts `$object:' at the
223 # start of each line; $object doesn't have directory information.
225 dir=`echo "$object" | se
[all...]
/external/elfutils/0.153/config/
H A Ddepcomp44 object Object file output by `PROGRAMS ARGS'.
60 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
61 echo "depcomp: Variables source, object and depmode must be set" 1>&2
66 depfile=${depfile-`echo "$object" |
109 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
146 echo "$object : \\" > "$depfile"
190 echo "$object : \\" > "$depfile"
222 # current directory. Also, the AIX compiler puts `$object:' at the
223 # start of each line; $object doesn't have directory information.
225 dir=`echo "$object" | se
[all...]
/external/google-tv-pairing-protocol/cpp/
H A Ddepcomp44 object Object file output by `PROGRAMS ARGS'.
60 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
61 echo "depcomp: Variables source, object and depmode must be set" 1>&2
66 depfile=${depfile-`echo "$object" |
109 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
146 echo "$object : \\" > "$depfile"
190 echo "$object : \\" > "$depfile"
222 # current directory. Also, the AIX compiler puts `$object:' at the
223 # start of each line; $object doesn't have directory information.
225 dir=`echo "$object" | se
[all...]
/external/libexif/
H A Ddepcomp44 object Object file output by `PROGRAMS ARGS'.
60 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
61 echo "depcomp: Variables source, object and depmode must be set" 1>&2
66 depfile=${depfile-`echo "$object" |
109 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
146 echo "$object : \\" > "$depfile"
190 echo "$object : \\" > "$depfile"
222 # current directory. Also, the AIX compiler puts `$object:' at the
223 # start of each line; $object doesn't have directory information.
225 dir=`echo "$object" | se
[all...]
/external/libmtp/
H A Ddepcomp44 object Object file output by `PROGRAMS ARGS'.
60 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
61 echo "depcomp: Variables source, object and depmode must be set" 1>&2
66 depfile=${depfile-`echo "$object" |
109 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
146 echo "$object : \\" > "$depfile"
190 echo "$object : \\" > "$depfile"
222 # current directory. Also, the AIX compiler puts `$object:' at the
223 # start of each line; $object doesn't have directory information.
225 dir=`echo "$object" | se
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbytes.pxd13 # This subtype of PyObject represents a Python bytes object.
16 # it is the same object as bytes and types.BytesType in the Python
19 bint PyBytes_Check(object o)
20 # Return true if the object o is a string object or an instance of
23 bint PyBytes_CheckExact(object o)
24 # Return true if the object o is a string object, but not an instance of a subtype of the string type.
28 # Return a new string object with the value v on success, and NULL
34 # Return a new string object wit
[all...]
H A Dref.pxd6 cdef PyTypeObject *Py_TYPE(object)
13 void Py_INCREF(object o)
14 # Increment the reference count for object o. The object must not
19 # Increment the reference count for object o. The object may be NULL, in which case the macro has no effect.
21 void Py_DECREF(object o)
22 # Decrement the reference count for object o. The object must not
24 # Py_XDECREF(). If the reference count reaches zero, the object'
[all...]
/external/chromium_org/base/mac/
H A Dscoped_nsobject.h15 // of an NSObject subclass object. Style deviations here are solely for
19 // scoped_nsobject<> takes ownership of an object (in the constructor or in
21 // must own the object it gives to scoped_nsobject<>, and relinquishes an
22 // ownership claim to that object. scoped_nsobject<> does not call -retain,
37 explicit scoped_nsprotocol(NST object = nil) : object_(object) {}
52 void reset(NST object = nil) {
53 // We intentionally do not check that object != object_ as the caller must
56 // the object is retained once more when reaching this point.
58 object_ = object;
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMediaControls.cpp69 static bool paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) argument
71 HTMLMediaElement* mediaElement = toParentMediaElement(object);
96 static bool paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) argument
98 HTMLMediaElement* mediaElement = toParentMediaElement(object);
109 return paintMediaButton(paintInfo.context, rect, mediaControlElementType(object->node()) == MediaPlayButton ? mediaPlay : mediaPause);
112 static bool paintMediaOverlayPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) argument
114 HTMLMediaElement* mediaElement = toParentMediaElement(object);
195 static bool paintMediaSlider(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) argument
197 HTMLMediaElement* mediaElement = toParentMediaElement(object);
201 RenderStyle* style = object
247 paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) argument
265 paintMediaVolumeSlider(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) argument
302 paintMediaVolumeSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) argument
318 paintMediaFullscreenButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) argument
328 paintMediaToggleClosedCaptionsButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) argument
342 paintMediaCastButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) argument
359 paintMediaControlsPart(MediaControlElementType part, RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) argument
[all...]
/external/chromium_org/v8/test/webkit/fast/js/
H A Darray-functions-non-arrays.js28 function properties(object, extraName1, extraName2, extraName3)
35 for (propertyName in object) {
50 if (!(name in object))
53 var propertyString = name + ":" + object[name];
56 if (!object.hasOwnProperty(name))
62 object[name] = "ReadOnlyTestValue";
65 if (object[name] != "ReadOnlyTestValue")
68 delete object[name];
69 if (object.hasOwnProperty(name))
/external/apache-http/src/org/apache/http/message/
H A DBasicNameValuePair.java171 public boolean equals(final Object object) { argument
172 if (object == null) return false;
173 if (this == object) return true;
174 if (object instanceof NameValuePair) {
175 BasicNameValuePair that = (BasicNameValuePair) object;
/external/chromium_org/base/win/
H A Dobject_watcher.cc26 bool ObjectWatcher::StartWatching(HANDLE object, Delegate* delegate) { argument
29 NOTREACHED() << "Already watching an object";
33 // Since our job is to just notice when an object is signaled and report the
41 object_ = object;
44 if (!RegisterWaitForSingleObject(&wait_object_, object, DoneWaiting,
99 HANDLE object = object_; local
101 delegate->OnObjectSignaled(object);
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dg_object_destructor_filo.h21 // FILO order. This is important if there are several hooks to the single object
24 // object). Unfortunately Glib does not provide this guarantee.
55 void Connect(GObject* object, DestructorHook callback, void* context);
56 void Disconnect(GObject* object, DestructorHook callback, void* context);
61 : object(o), callback(cb), context(ctx) {
64 return object == o && callback == cb && context == ctx;
66 GObject* object; member in struct:libgtk2ui::GObjectDestructorFILO::Hook
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DStruct.java62 public boolean equals(Object object) { argument
63 if (object == this)
65 if (object == null)
67 if (getClass() != object.getClass())
70 DataHeader other = (DataHeader) object;

Completed in 8371 milliseconds

<<11121314151617181920>>