Searched defs:Object (Results 101 - 115 of 115) sorted by relevance

12345

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsio0.c1702 void *Object; local
1765 Object = cmsReadTag(hProfile, sig);
1768 if (Object == NULL) goto Error;
1799 if (!LocalTypeHandler.WritePtr(&LocalTypeHandler, MemIO, Object, TagDescriptor ->ElemCount)) {
/external/chromium_org/sandbox/win/src/
H A Dnt_internals.h552 PVOID Object; member in struct:_SYSTEM_HANDLE_INFORMATION
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dexterns.js34 * @param {!Object} object
37 Object.observe = function(object, callback) {}
68 * @return {!Object.<string, boolean>}
148 * @this {Array.<!Object.<string,T>>}
262 /** @param {?Object=} options */
265 * @param {string|!Object} spec
266 * @param {!Object=} options
292 * @param {Object=} config
385 * @param {?Object=} config
397 /** @type {!Object} */
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js3 MooTools - My Object Oriented JavaScript Tools.
94 var types = {'boolean': Boolean, 'native': Native, 'object': Object};
795 has: Object.prototype.hasOwnProperty,
1050 Object.reset(this);
1072 Object.reset = function(object, key){
1075 for (var p in object) Object.reset(object, p);
1086 object[key] = Object.reset(i);
1342 var params = Array.link(arguments, {properties: Object.type, iframe: $defined});
3970 this.get('load').send(Array.link(arguments, {data: Object.type, url: String.type}));
/external/chromium_org/v8/src/
H A Dfactory.cc47 Handle<Box> Factory::NewBox(Handle<Object> value) {
56 Handle<Object> to_number,
396 Object* value = single_character_string_cache()->get(code);
739 Handle<Object> thrown_object) {
909 Handle<Cell> Factory::NewCell(Handle<Object> value) {
926 Handle<PropertyCell> Factory::NewPropertyCell(Handle<Object> value) {
1014 Handle<Object> Factory::NewNumber(double value,
1031 Handle<Object> Factory::NewNumberFromInt(int32_t value,
1039 Handle<Object> Factory::NewNumberFromUint(uint32_t value,
1059 MaybeHandle<Object> Factor
1120 NewError(maker, message, object), Object); local
[all...]
H A Dobjects.h38 // - Object
144 // Formats of Object*:
257 // object using __proto__ or Object.setPrototypeOf.
334 // Object::IsString.
377 /* Object::IsExternalArray(). */ \
840 INLINE(static type* cast(Object* object)); \
841 INLINE(static const type* cast(const Object* object));
863 template <class C> inline bool Is(Object* obj);
987 // Object is the abstract superclass for all classes in the
989 // Object doe
993 class Object { class in namespace:v8::internal
[all...]
/external/clang/lib/CodeGen/
H A DCGExpr.cpp324 llvm::Value *Object = createReferenceTemporary(*this, M, E); local
325 LValue RefTempDst = MakeAddrLValue(Object, M->getType());
327 if (auto *Var = dyn_cast<llvm::GlobalVariable>(Object)) {
336 pushTemporaryCleanup(*this, M, E, Object);
355 llvm::Value *Object = createReferenceTemporary(*this, M, E); local
356 if (auto *Var = dyn_cast<llvm::GlobalVariable>(Object)) {
361 EmitAnyExprToMem(E, Object, Qualifiers(), /*IsInit*/true);
364 EmitAnyExprToMem(E, Object, Qualifiers(), /*IsInit*/true);
366 pushTemporaryCleanup(*this, M, E, Object);
375 Object
1260 llvm::Value *Object = EmitARCLoadWeakRetained(LV.getAddress()); local
[all...]
/external/chromium_org/v8/include/
H A Dv8.h83 class Object;
132 class Object;
193 * dereferencing the handle (for instance, to extract the Object* from
194 * a Handle<Object>); the value will still be governed by a handle
246 internal::Object** a = reinterpret_cast<internal::Object**>(this->val_);
247 internal::Object** b = reinterpret_cast<internal::Object**>(that.val_);
255 internal::Object** a = reinterpret_cast<internal::Object**>(thi
2271 class V8_EXPORT Object : public Value { class in namespace:v8
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp6476 typedef NamedDecl *Object; typedef in class:__anon18013::SequenceChecker
6505 typedef llvm::SmallDenseMap<Object, UsageInfo, 16> UsageInfoMap;
6516 SmallVectorImpl<std::pair<Object, Usage> > *ModAsSideEffect;
6542 SmallVector<std::pair<Object, Usage>, 4> ModAsSideEffect;
6543 SmallVectorImpl<std::pair<Object, Usage> > *OldModAsSideEffect;
6577 Object getObject(Expr *E, bool Mod) const {
6598 void addUsage(UsageInfo &UI, Object O, Expr *Ref, UsageKind UK) {
6608 void checkUsage(Object O, UsageInfo &UI, Expr *Ref, UsageKind OtherKind,
6629 void notePreUse(Object O, Expr *Use) {
6634 void notePostUse(Object
[all...]
H A DSemaOverload.cpp5813 /// and the object argument (@c Object). For example, in a call
5814 /// @c o.f(a1,a2), @c Object will contain @c o and @c Args will contain
6281 /// converts the given @c Object to a function pointer via the
6289 Expr *Object,
6310 = TryObjectArgumentInitialization(*this, Object->getType(),
6311 Object->Classify(Context),
11565 ExprResult Object = Obj;
11571 assert(Object.get()->getType()->isRecordType() && "Requires object type argument");
11572 const RecordType *Record = Object.get()->getType()->getAs<RecordType>();
11585 if (RequireCompleteType(LParenLoc, Object
6285 AddSurrogateCandidate(CXXConversionDecl *Conversion, DeclAccessPair FoundDecl, CXXRecordDecl *ActingContext, const FunctionProtoType *Proto, Expr *Object, ArrayRef<Expr *> Args, OverloadCandidateSet& CandidateSet) argument
[all...]
H A DTreeTransform.h1523 Expr *Object, Stmt *Body) {
1524 return getSema().ActOnObjCAtSynchronizedStmt(AtLoc, Object, Body);
6032 ExprResult Object = getDerived().TransformExpr(S->getSynchExpr()); local
6033 if (Object.isInvalid())
6035 Object =
6037 Object.get());
6038 if (Object.isInvalid())
6048 Object.get() == S->getSynchExpr() &&
6054 Object.get(), Body.get());
7583 assert(E->getNumArgs() >= 1 && "Object cal
1522 RebuildObjCAtSynchronizedStmt(SourceLocation AtLoc, Expr *Object, Stmt *Body) argument
7586 ExprResult Object = getDerived().TransformExpr(E->getArg(0)); local
[all...]
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeBackgroundScript.js9 goog.typeOf=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";
21 a)});goog.defineClass=function(a,b){var c=b.constructor,d=b.statics;c&&c!=Object.prototype.constructor||(c=function(){throw Error("cannot instantiate an interface (no constructor defined).");});c=goog.defineClass.createSealingConstructor_(c);a&&goog.inherits(c,a);delete b.constructor;delete b.statics;goog.defineClass.applyProperties_(c.prototype,b);null!=d&&(d instanceof Function?d(c):goog.defineClass.applyProperties_(c,d));return c};goog.defineClass.SEAL_CLASS_INSTANCES=goog.DEBUG;
22 goog.defineClass.createSealingConstructor_=function(a){if(goog.defineClass.SEAL_CLASS_INSTANCES&&Object.seal instanceof Function){var b=function(){var c=a.apply(this,arguments)||this;this.constructor===b&&Object.seal(c);return c};return b}return a};goog.defineClass.OBJECT_PROTOTYPE_FIELDS_="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");
23 goog.defineClass.applyProperties_=function(a,b){for(var c in b)Object.prototype.hasOwnProperty.call(b,c)&&(a[c]=b[c]);for(var d=0;d<goog.defineClass.OBJECT_PROTOTYPE_FIELDS_.length;d++)c=goog.defineClass.OBJECT_PROTOTYPE_FIELDS_[d],Object.prototype.hasOwnProperty.call(b,c)&&(a[c]=b[c])};var cvox={AbstractMsgs:function(){}};cvox.AbstractMsgs.prototype.getMsg=function(){};cvox.AbstractMsgs.prototype.getNumber=function(){};cvox.VERBOSITY_VERBOSE=0;cvox.VERBOSITY_BRIEF=1;cvox.ChromeVox=function(){};cvox.ChromeVox.host=null;cvox.ChromeVox.msgs=null;cvox.ChromeVox.isActive=!0;cvox.ChromeVox.version=null;cvox.ChromeVox.earcons=null;cvox.ChromeVox.navigationManager=null;cvox.ChromeVox.serializer=null;cvox.ChromeVox.isStickyPrefOn=!1;cvox.ChromeVox.stickyOverride=null;cvox.ChromeVox.keyPrefixOn=!1;cvox.ChromeVox.verbosity=cvox.VERBOSITY_VERBOSE;cvox.ChromeVox.typingEcho=0;cvox.ChromeVox.keyEcho={}; class
53 goog.asserts.assertInstanceof=function(a,b,c,d){!goog.asserts.ENABLE_ASSERTS||a instanceof b||goog.asserts.doAssertFailure_("instanceof check failed.",null,c,Array.prototype.slice.call(arguments,3));return a};goog.asserts.assertObjectPrototypeIsIntact=function(){for(var a in Object.prototype)goog.asserts.fail(a+" should not be enumerable in Object.prototype.")};goog.array={};goog.NATIVE_ARRAY_PROTOTYPES=goog.TRUSTED_SITE;goog.array.ASSUME_NATIVE_FUNCTIONS=!1;goog.array.peek=function(a){return a[a.length-1]};goog.array.last=goog.array.peek;goog.array.ARRAY_PROTOTYPE_=Array.prototype;
67 goog.array.toArray=function(a){var b=a.length;if(0<b){for(var c=Array(b),d=0;d<b;d++)c[d]=a[d];return c}return[]};goog.array.clone=goog.array.toArray;goog.array.extend=function(a,b){for(var c=1;c<arguments.length;c++){var d=arguments[c],e;if(goog.isArray(d)||(e=goog.isArrayLike(d))&&Object
[all...]
H A DchromeVoxChromeOptionsScript.js9 goog.typeOf=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";
21 a)});goog.defineClass=function(a,b){var c=b.constructor,d=b.statics;c&&c!=Object.prototype.constructor||(c=function(){throw Error("cannot instantiate an interface (no constructor defined).");});c=goog.defineClass.createSealingConstructor_(c);a&&goog.inherits(c,a);delete b.constructor;delete b.statics;goog.defineClass.applyProperties_(c.prototype,b);null!=d&&(d instanceof Function?d(c):goog.defineClass.applyProperties_(c,d));return c};goog.defineClass.SEAL_CLASS_INSTANCES=goog.DEBUG;
22 goog.defineClass.createSealingConstructor_=function(a){if(goog.defineClass.SEAL_CLASS_INSTANCES&&Object.seal instanceof Function){var b=function(){var c=a.apply(this,arguments)||this;this.constructor===b&&Object.seal(c);return c};return b}return a};goog.defineClass.OBJECT_PROTOTYPE_FIELDS_="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");
23 goog.defineClass.applyProperties_=function(a,b){for(var c in b)Object.prototype.hasOwnProperty.call(b,c)&&(a[c]=b[c]);for(var d=0;d<goog.defineClass.OBJECT_PROTOTYPE_FIELDS_.length;d++)c=goog.defineClass.OBJECT_PROTOTYPE_FIELDS_[d],Object.prototype.hasOwnProperty.call(b,c)&&(a[c]=b[c])};var cvox={VERBOSITY_VERBOSE:0,VERBOSITY_BRIEF:1,ChromeVox:function(){}};cvox.ChromeVox.host=null;cvox.ChromeVox.msgs=null;cvox.ChromeVox.isActive=!0;cvox.ChromeVox.version=null;cvox.ChromeVox.earcons=null;cvox.ChromeVox.navigationManager=null;cvox.ChromeVox.serializer=null;cvox.ChromeVox.isStickyPrefOn=!1;cvox.ChromeVox.stickyOverride=null;cvox.ChromeVox.keyPrefixOn=!1;cvox.ChromeVox.verbosity=cvox.VERBOSITY_VERBOSE;cvox.ChromeVox.typingEcho=0;cvox.ChromeVox.keyEcho={};cvox.ChromeVox.position={}; class
114 goog.asserts.assertInstanceof=function(a,b,c,d){!goog.asserts.ENABLE_ASSERTS||a instanceof b||goog.asserts.doAssertFailure_("instanceof check failed.",null,c,Array.prototype.slice.call(arguments,3));return a};goog.asserts.assertObjectPrototypeIsIntact=function(){for(var a in Object.prototype)goog.asserts.fail(a+" should not be enumerable in Object.prototype.")};goog.array={};goog.NATIVE_ARRAY_PROTOTYPES=goog.TRUSTED_SITE;goog.array.ASSUME_NATIVE_FUNCTIONS=!1;goog.array.peek=function(a){return a[a.length-1]};goog.array.last=goog.array.peek;goog.array.ARRAY_PROTOTYPE_=Array.prototype;
128 goog.array.toArray=function(a){var b=a.length;if(0<b){for(var c=Array(b),d=0;d<b;d++)c[d]=a[d];return c}return[]};goog.array.clone=goog.array.toArray;goog.array.extend=function(a,b){for(var c=1;c<arguments.length;c++){var d=arguments[c],e;if(goog.isArray(d)||(e=goog.isArrayLike(d))&&Object
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 3669 milliseconds

12345