Searched refs:object (Results 101 - 125 of 3367) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/ExecutionEngine/
H A DObjectImage.h1 //===---- ObjectImage.h - Format independent executuable object image -----===//
37 virtual object::symbol_iterator begin_symbols() const = 0;
38 virtual object::symbol_iterator end_symbols() const = 0;
39 iterator_range<object::symbol_iterator> symbols() const {
40 return iterator_range<object::symbol_iterator>(begin_symbols(),
44 virtual object::section_iterator begin_sections() const = 0;
45 virtual object::section_iterator end_sections() const = 0;
46 iterator_range<object::section_iterator> sections() const {
47 return iterator_range<object::section_iterator>(begin_sections(),
55 virtual void updateSectionAddress(const object
[all...]
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Dgeneric_object_view_test.js15 view.object = undefined;
21 view.object = null;
27 view.object = 'string value';
33 view.object = false;
39 view.object = 3.14159;
50 view.object = s10;
62 view.object = i10;
69 view.object = [];
75 view.object = [1, 2];
81 view.object
[all...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dg_object_destructor_filo.cc7 #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
27 Connect( GObject* object, DestructorHook callback, void* context) argument
39 Disconnect( GObject* object, DestructorHook callback, void* context) argument
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dweakref.pxd5 bint PyWeakref_Check(object ob)
6 # Return true if ob is either a reference or proxy object.
8 bint PyWeakref_CheckRef(object ob)
9 # Return true if ob is a reference object.
12 # Return true if *ob* is a proxy object.
14 object PyWeakref_NewRef(object ob, object callback)
15 # Return a weak reference object for the object o
[all...]
H A Dtype.pxd9 ctypedef class __builtin__.type [object PyTypeObject]:
13 # This is the type object for type objects; it is the same object
16 bint PyType_Check(object o)
17 # Return true if the object o is a type object, including
18 # instances of types derived from the standard type object. Return
21 bint PyType_CheckExact(object o)
22 # Return true if the object o is a type object, bu
[all...]
H A Dfunction.pxd20 bint PyFunction_Check(object o)
21 # Return true if o is a function object (has type
24 object PyFunction_New(object code, object globals)
26 # Return a new function object associated with the code object
30 # the code object, the argument defaults and closure are set to
33 PyObject* PyFunction_GetCode(object op) except? NULL
35 # Return the code object associate
[all...]
H A Ddatetime.pxd9 ctypedef extern class datetime.date[object PyDateTime_Date]:
12 ctypedef extern class datetime.time[object PyDateTime_Time]:
15 ctypedef extern class datetime.datetime[object PyDateTime_DateTime]:
18 ctypedef extern class datetime.timedelta[object PyDateTime_Delta]:
21 ctypedef extern class datetime.tzinfo[object PyDateTime_TZInfo]:
50 object (*Date_FromDate)(int, int, int, PyTypeObject*)
51 object (*DateTime_FromDateAndTime)(int, int, int, int, int, int, int, object, PyTypeObject*)
52 object (*Time_FromTime)(int, int, int, int, object, PyTypeObjec
[all...]
/external/libcxx/test/utilities/optional/optional.object/optional.object.assign/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/optional/optional.object/optional.object.assign/Android.mk
19 test_name := utilities/optional/optional.object/optional.object.assign/assign_value
23 test_name := utilities/optional/optional.object/optional.object.assign/emplace_initializer_list
27 test_name := utilities/optional/optional.object/optional.object.assign/copy
31 test_name := utilities/optional/optional.object/optional.object
[all...]
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dset-prototype-of.js95 var object = objects[i];
99 Object.setPrototypeOf(object, proto);
107 function TestSetPrototypeOf(object, proto) {
108 assertEquals(Object.setPrototypeOf(object, proto), object);
109 assertEquals(Object.getPrototypeOf(object), proto);
138 var object = objects[i];
139 Object.preventExtensions(object);
141 Object.setPrototypeOf(object, proto);
149 var object
[all...]
/external/libcxx/test/utilities/optional/optional.object/optional.object.ctor/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/optional/optional.object/optional.object.ctor/Android.mk
19 test_name := utilities/optional/optional.object/optional.object.ctor/rvalue_T
23 test_name := utilities/optional/optional.object/optional.object.ctor/default
27 test_name := utilities/optional/optional.object/optional.object.ctor/copy
31 test_name := utilities/optional/optional.object/optional.object
[all...]
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/object/
H A Dobject.js19 goog.provide('goog.object');
23 * Calls a function for each element in an object/map/hash.
25 * @param {Object.<K,V>} obj The object over which to iterate.
28 * index and the object) and the return value is ignored.
29 * @param {T=} opt_obj This is used as the 'this' object within f.
32 goog.object.forEach = function(obj, f, opt_obj) {
40 * Calls a function for each element in an object/map/hash. If that call returns
41 * true, adds the element to a new object.
43 * @param {Object.<K,V>} obj The object over which to iterate.
46 * function takes 3 arguments (the element, the index and the object)
[all...]
/external/chromium_org/v8/src/
H A Dallocation-site-scopes.cc41 Handle<JSObject> object) {
42 if (!object.is_null()) {
46 scope_site->set_transition_info(*object);
51 static_cast<void*>(*object));
56 static_cast<void*>(*object));
63 bool AllocationSiteUsageContext::ShouldCreateMemento(Handle<JSObject> object) { argument
64 if (activated_ && AllocationSite::CanTrack(object->map()->instance_type())) {
66 AllocationSite::GetMode(object->GetElementsKind()) ==
70 object->IsJSArray() ? "JSArray" : "JSObject",
71 static_cast<void*>(*object));
39 ExitScope( Handle<AllocationSite> scope_site, Handle<JSObject> object) argument
[all...]
/external/flac/libFLAC/
H A Dmetadata_object.c162 static void seektable_calculate_length_(FLAC__StreamMetadata *object) argument
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) argument
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
249 vorbiscomment_set_entry_(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry *dest, const FLAC__StreamMetadata_VorbisComment_Entry *src, FLAC__bool copy) argument
295 vorbiscomment_find_entry_from_(const FLAC__StreamMetadata *object, unsigned offset, const char *field_name, unsigned field_name_length) argument
311 cuesheet_calculate_length_(FLAC__StreamMetadata *object) argument
398 cuesheet_set_track_(FLAC__StreamMetadata *object, FLAC__StreamMetadata_CueSheet_Track *dest, const FLAC__StreamMetadata_CueSheet_Track *src, FLAC__bool copy) argument
435 FLAC__StreamMetadata *object; local
524 FLAC__metadata_object_clone(const FLAC__StreamMetadata *object) argument
631 FLAC__metadata_object_delete_data(FLAC__StreamMetadata *object) argument
690 FLAC__metadata_object_delete(FLAC__StreamMetadata *object) argument
903 FLAC__metadata_object_application_set_data(FLAC__StreamMetadata *object, FLAC__byte *data, unsigned length, FLAC__bool copy) argument
929 FLAC__metadata_object_seektable_resize_points(FLAC__StreamMetadata *object, unsigned new_num_points) argument
975 FLAC__metadata_object_seektable_set_point(FLAC__StreamMetadata *object, unsigned point_num, FLAC__StreamMetadata_SeekPoint point) argument
984 FLAC__metadata_object_seektable_insert_point(FLAC__StreamMetadata *object, unsigned point_num, FLAC__StreamMetadata_SeekPoint point) argument
1004 FLAC__metadata_object_seektable_delete_point(FLAC__StreamMetadata *object, unsigned point_num) argument
1019 FLAC__metadata_object_seektable_is_legal(const FLAC__StreamMetadata *object) argument
1027 FLAC__metadata_object_seektable_template_append_placeholders(FLAC__StreamMetadata *object, unsigned num) argument
1039 FLAC__metadata_object_seektable_template_append_point(FLAC__StreamMetadata *object, FLAC__uint64 sample_number) argument
1058 FLAC__metadata_object_seektable_template_append_points(FLAC__StreamMetadata *object, FLAC__uint64 sample_numbers[], unsigned num) argument
1083 FLAC__metadata_object_seektable_template_append_spaced_points(FLAC__StreamMetadata *object, unsigned num, FLAC__uint64 total_samples) argument
1108 FLAC__metadata_object_seektable_template_append_spaced_points_by_samples(FLAC__StreamMetadata *object, unsigned samples, FLAC__uint64 total_samples) argument
1141 FLAC__metadata_object_seektable_template_sort(FLAC__StreamMetadata *object, FLAC__bool compact) argument
1153 FLAC__metadata_object_vorbiscomment_set_vendor_string(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool copy) argument
1160 FLAC__metadata_object_vorbiscomment_resize_comments(FLAC__StreamMetadata *object, unsigned new_num_comments) argument
1208 FLAC__metadata_object_vorbiscomment_set_comment(FLAC__StreamMetadata *object, unsigned comment_num, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool copy) argument
1218 FLAC__metadata_object_vorbiscomment_insert_comment(FLAC__StreamMetadata *object, unsigned comment_num, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool copy) argument
1242 FLAC__metadata_object_vorbiscomment_append_comment(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool copy) argument
1249 FLAC__metadata_object_vorbiscomment_replace_comment(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool all, FLAC__bool copy) argument
1289 FLAC__metadata_object_vorbiscomment_delete_comment(FLAC__StreamMetadata *object, unsigned comment_num) argument
1383 FLAC__metadata_object_vorbiscomment_find_entry_from(const FLAC__StreamMetadata *object, unsigned offset, const char *field_name) argument
1390 FLAC__metadata_object_vorbiscomment_remove_entry_matching(FLAC__StreamMetadata *object, const char *field_name) argument
1410 FLAC__metadata_object_vorbiscomment_remove_entries_matching(FLAC__StreamMetadata *object, const char *field_name) argument
1436 FLAC__metadata_object_cuesheet_track_clone(const FLAC__StreamMetadata_CueSheet_Track *object) argument
1452 FLAC__metadata_object_cuesheet_track_delete_data(FLAC__StreamMetadata_CueSheet_Track *object) argument
1462 FLAC__metadata_object_cuesheet_track_delete(FLAC__StreamMetadata_CueSheet_Track *object) argument
1468 FLAC__metadata_object_cuesheet_track_resize_indices(FLAC__StreamMetadata *object, unsigned track_num, unsigned new_num_indices) argument
1512 FLAC__metadata_object_cuesheet_track_insert_index(FLAC__StreamMetadata *object, unsigned track_num, unsigned index_num, FLAC__StreamMetadata_CueSheet_Index index) argument
1534 FLAC__metadata_object_cuesheet_track_insert_blank_index(FLAC__StreamMetadata *object, unsigned track_num, unsigned index_num) argument
1541 FLAC__metadata_object_cuesheet_track_delete_index(FLAC__StreamMetadata *object, unsigned track_num, unsigned index_num) argument
1560 FLAC__metadata_object_cuesheet_resize_tracks(FLAC__StreamMetadata *object, unsigned new_num_tracks) argument
1608 FLAC__metadata_object_cuesheet_set_track(FLAC__StreamMetadata *object, unsigned track_num, FLAC__StreamMetadata_CueSheet_Track *track, FLAC__bool copy) argument
1616 FLAC__metadata_object_cuesheet_insert_track(FLAC__StreamMetadata *object, unsigned track_num, FLAC__StreamMetadata_CueSheet_Track *track, FLAC__bool copy) argument
1637 FLAC__metadata_object_cuesheet_insert_blank_track(FLAC__StreamMetadata *object, unsigned track_num) argument
1644 FLAC__metadata_object_cuesheet_delete_track(FLAC__StreamMetadata *object, unsigned track_num) argument
1666 FLAC__metadata_object_cuesheet_is_legal(const FLAC__StreamMetadata *object, FLAC__bool check_cd_da_subset, const char **violation) argument
1699 FLAC__metadata_object_cuesheet_calculate_cddb_id(const FLAC__StreamMetadata *object) argument
1721 FLAC__metadata_object_picture_set_mime_type(FLAC__StreamMetadata *object, char *mime_type, FLAC__bool copy) argument
1753 FLAC__metadata_object_picture_set_description(FLAC__StreamMetadata *object, FLAC__byte *description, FLAC__bool copy) argument
1785 FLAC__metadata_object_picture_set_data(FLAC__StreamMetadata *object, FLAC__byte *data, FLAC__uint32 length, FLAC__bool copy) argument
1813 FLAC__metadata_object_picture_is_legal(const FLAC__StreamMetadata *object, const char **violation) argument
[all...]
/external/chromium_org/base/mac/
H A Dscoped_cftyperef.h15 // of a CoreFoundation object: any object that can be represented as a
19 // By default, ScopedCFTypeRef<> takes ownership of an object (in the
21 // claim. The caller must own the object it gives to ScopedCFTypeRef<>, and
22 // relinquishes an ownership claim to that object. ScopedCFTypeRef<> does not
25 // then ScopedCFTypeRef<> will call CFRetain() on the object, and the initial
31 static void Retain(CFTypeRef object) { argument
32 CFRetain(object);
34 static void Release(CFTypeRef object) { argument
35 CFRelease(object);
[all...]
/external/chromium_org/skia/config/
H A Dsk_ref_cnt_ext_debug.h32 inline void adopted(const SkRefCnt* object) { argument
33 if (!object)
35 object->adopted();
37 inline void requireAdoption(const SkRefCnt* object) { argument
38 if (!object)
40 object->requireAdoption();
/external/proguard/src/proguard/evaluation/value/
H A DCompositeDoubleValue.java59 public boolean equals(Object object) argument
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);
H A DCompositeFloatValue.java59 public boolean equals(Object object) argument
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);
H A DCompositeIntegerValue.java65 public boolean equals(Object object) argument
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);
H A DCompositeLongValue.java65 public boolean equals(Object object) argument
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/
H A Dgraphics_3d_client.cc20 void* object = local
22 if (!object)
24 return static_cast<Graphics3DClient*>(object)->Graphics3DContextLost();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DModuleExtensionInterfaces.js14 * @param {!Object} object
17 render: function(object) {}
42 * @param {!Object} object
45 reveal: function(object, lineNumber) {}
57 * @param {!Object} object
59 inspectNodeObject: function(object) {}
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_handle_table.h64 void (*destroy)(void *object));
68 * Add a new object.
74 void *object);
82 void *object);
85 * Fetch an existing object.
/external/chromium_org/v8/test/webkit/
H A Ddfg-intrinsic-unused-this-method-check.js44 var object = {};
45 object.stuff = functionToCall;
46 object.f = 42;
48 shouldBe("baz(object, " + i + ", " + (i * 2) + ")", "" + (offset + Math.max(i, i * 2)));
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DObjectImageCommon.h1 //===-- ObjectImageCommon.h - Format independent executuable object image -===//
25 namespace object { namespace in namespace:llvm
35 std::unique_ptr<object::ObjectFile> ObjFile;
39 ObjectImageCommon(ObjectBuffer *Input, std::unique_ptr<object::ObjectFile> Obj)
52 ObjFile.reset(object::ObjectFile::createObjectFile(Buf).get());
54 ObjectImageCommon(std::unique_ptr<object::ObjectFile> Input)
58 object::symbol_iterator begin_symbols() const override
60 object::symbol_iterator end_symbols() const override
63 object::section_iterator begin_sections() const override
65 object
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_handle_table.h64 void (*destroy)(void *object));
68 * Add a new object.
74 void *object);
82 void *object);
85 * Fetch an existing object.

Completed in 6715 milliseconds

1234567891011>>