/third_party/skia/src/codec/ |
H A D | SkHeifCodec.cpp | 66 // It should at least have major brand (4-byte) and minor version (4-bytes). in IsSupported() 77 // not a brand. in IsSupported() 81 uint32_t brand = SkEndian_SwapBE32(*brandPtr); in IsSupported() local 82 if (brand == FOURCC('m', 'i', 'f', '1') || brand == FOURCC('h', 'e', 'i', 'c') in IsSupported() 83 || brand == FOURCC('m', 's', 'f', '1') || brand == FOURCC('h', 'e', 'v', 'c') in IsSupported() 84 || brand == FOURCC('a', 'v', 'i', 'f') || brand == FOURCC('a', 'v', 'i', 's')) { in IsSupported() 85 // AVIF files could have "mif1" as the major brand in IsSupported() [all...] |
/third_party/node/test/fixtures/wpt/streams/piping/ |
H A D | pipe-through.any.js | 105 }, `pipeThrough should brand-check this and not allow '${readable}'`); 119 'pipeThrough should brand-check readable' 122 }, `pipeThrough should brand-check readable and not allow '${readable}'`); 141 'pipeThrough should brand-check writable'); 143 }, `pipeThrough should brand-check writable and not allow '${writable}'`);
|
/third_party/node/deps/v8/src/ast/ |
H A D | scopes.cc | 201 Variable* brand = in ClassScope() local 203 DCHECK_NOT_NULL(brand); in ClassScope() 204 EnsureRareData()->brand = brand; in ClassScope() 1958 Indent(n1, "// class scope has private brand\n"); in Print() 1999 Variable* brand = class_scope->brand(); in Print() local 2000 if (brand != nullptr) { in Print() 2001 Indent(n1, "// brand var:\n"); in Print() 2002 PrintVar(n1, brand); in Print() 3056 Variable* brand = Declare(zone(), ast_value_factory->dot_brand_string(), DeclareBrandVariable() local [all...] |
H A D | scopes.h | 1457 Variable* brand() { in brand() function in v8::internal::ClassScope 1458 return GetRareData() == nullptr ? nullptr : GetRareData()->brand; in brand() 1524 Variable* brand = nullptr; member
|
H A D | prettyprinter.cc | 1092 Variable* brand = outer->AsClassScope()->brand(); in VisitClassLiteral() local 1093 if (brand != nullptr) { in VisitClassLiteral() 1094 PrintLiteralWithModeIndented("BRAND", brand, brand->raw_name()); in VisitClassLiteral()
|
/third_party/node/lib/internal/webstreams/ |
H A D | util.js | 125 function isBrandCheck(brand) { 129 value[kType] === brand;
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 1457 DCHECK_NOT_NULL(scope->brand()); in GenerateBytecodeBody() 1458 BuildPrivateBrandInitialization(builder()->Receiver(), scope->brand()); in GenerateBytecodeBody() 2567 // Create the class brand symbol and store it on the context during class in BuildClassLiteral() 2571 if (expr->scope()->brand() != nullptr) { in BuildClassLiteral() 2572 Register brand = register_allocator()->NewRegister(); in BuildClassLiteral() local 2579 .StoreAccumulatorInRegister(brand) in BuildClassLiteral() 2580 .CallRuntime(Runtime::kCreatePrivateBrandSymbol, brand); in BuildClassLiteral() 2581 BuildVariableAssignment(expr->scope()->brand(), Token::INIT, in BuildClassLiteral() 2903 Variable* brand) { in BuildPrivateBrandInitialization() 2904 BuildVariableLoad(brand, HoleCheckMod in BuildPrivateBrandInitialization() 2902 BuildPrivateBrandInitialization(Register receiver, Variable* brand) BuildPrivateBrandInitialization() argument 5203 Register brand = register_allocator()->NewRegister(); BuildPrivateMethodIn() local 5686 Variable* brand = class_scope->brand(); VisitCallSuper() local [all...] |
H A D | bytecode-generator.h | 337 void BuildPrivateBrandInitialization(Register receiver, Variable* brand);
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-object.cc | 491 Handle<Symbol> brand = args.at<Symbol>(1); in RUNTIME_FUNCTION() local 494 DCHECK(brand->is_private_name()); in RUNTIME_FUNCTION() 496 LookupIterator it(isolate, receiver, brand, LookupIterator::OWN); in RUNTIME_FUNCTION() 502 brand)); in RUNTIME_FUNCTION() 509 // in the instance with the brand variable as key, which is needed by in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/objects/ |
H A D | scope-info.cc | 143 ? scope->AsClassScope()->brand() != nullptr in Create()
|
/third_party/ffmpeg/ |
H A D | configure | 5819 elif test_${pfx}cpp_condition sys/brand.h "defined LABELED_BRAND_NAME"; then
|