/third_party/typescript/tests/baselines/reference/ |
H A D | strictBindCallApply1.js | 9 let f00 = foo.bind(undefined); 10 let f01 = foo.bind(undefined, 10); 11 let f02 = foo.bind(undefined, 10, "hello"); 12 let f03 = foo.bind(undefined, 10, 20); // Error 14 let f04 = overloaded.bind(undefined); // typeof overloaded 15 let f05 = generic.bind(undefined); // typeof generic 39 let f10 = c.foo.bind(c); 40 let f11 = c.foo.bind(c, 10); 41 let f12 = c.foo.bind(c, 10, "hello"); 42 let f13 = c.foo.bind( [all...] |
H A D | newWithSpread.js | 141 new (f.bind.apply(f, __spreadArray([void 0, 1, 2], a, false)))();
142 new (f.bind.apply(f, __spreadArray(__spreadArray([void 0, 1, 2], a, false), ["string"], false)))();
144 new (f2.bind.apply(f2, __spreadArray(__spreadArray([void 0], a, false), a, false)))();
145 new (f.bind.apply(f, __spreadArray(__spreadArray([void 0, 1, 2], a, false), a, false)))();
148 new (f.bind.apply(f, __spreadArray([void 0, 1, 2], a, false)))()();
149 new (f.bind.apply(f, __spreadArray(__spreadArray([void 0, 1, 2], a, false), ["string"], false)))()();
152 new ((_a = b.f).bind.apply(_a, __spreadArray([void 0, 1, 2], a, false)))();
153 new ((_b = b.f).bind.apply(_b, __spreadArray(__spreadArray([void 0, 1, 2], a, false), ["string"], false)))();
156 new ((_c = (b.f)).bind.apply(_c, __spreadArray([void 0, 1, 2], a, false)))();
157 new ((_d = (b.f)).bind [all...] |
H A D | newWithSpreadES5.js | 140 new (f.bind.apply(f, __spreadArray([void 0, 1, 2], a, false)))();
141 new (f.bind.apply(f, __spreadArray(__spreadArray([void 0, 1, 2], a, false), ["string"], false)))();
143 new (f2.bind.apply(f2, __spreadArray(__spreadArray([void 0], a, false), a, false)))();
144 new (f.bind.apply(f, __spreadArray(__spreadArray([void 0, 1, 2], a, false), a, false)))();
147 new (f.bind.apply(f, __spreadArray([void 0, 1, 2], a, false)))()();
148 new (f.bind.apply(f, __spreadArray(__spreadArray([void 0, 1, 2], a, false), ["string"], false)))()();
151 new ((_a = b.f).bind.apply(_a, __spreadArray([void 0, 1, 2], a, false)))();
152 new ((_b = b.f).bind.apply(_b, __spreadArray(__spreadArray([void 0, 1, 2], a, false), ["string"], false)))();
155 new ((_c = (b.f)).bind.apply(_c, __spreadArray([void 0, 1, 2], a, false)))();
156 new ((_d = (b.f)).bind [all...] |
/third_party/skia/modules/skottie/src/effects/ |
H A D | LevelsEffect.cpp | 132 .bind( kChannel_Index, fChannel ) in EasyLevelsEffectAdapter() 133 .bind( kInBlack_Index, fMapper.fInBlack ) in EasyLevelsEffectAdapter() 134 .bind( kInWhite_Index, fMapper.fInWhite ) in EasyLevelsEffectAdapter() 135 .bind( kGamma_Index, fMapper.fGamma ) in EasyLevelsEffectAdapter() 136 .bind( kOutBlack_Index, fMapper.fOutBlack) in EasyLevelsEffectAdapter() 137 .bind( kOutWhite_Index, fMapper.fOutWhite) in EasyLevelsEffectAdapter() 138 .bind(kClipToOutBlack_Index, fClip.fClipBlack ) in EasyLevelsEffectAdapter() 139 .bind(kClipToOutWhite_Index, fClip.fClipWhite ); in EasyLevelsEffectAdapter() 228 .bind( kRGBInBlack_Index, fRGBMapper.fInBlack ) in ProLevelsEffectAdapter() 229 .bind( kRGBInWhite_Inde in ProLevelsEffectAdapter() [all...] |
H A D | FractalNoiseEffect.cpp | 352 .bind( 0, fFractalType ) in FractalNoiseAdapter() 353 .bind( 1, fNoiseType ) in FractalNoiseAdapter() 354 .bind( 2, fInvert ) in FractalNoiseAdapter() 355 .bind( 3, fContrast ) in FractalNoiseAdapter() 356 .bind( 4, fBrightness ) in FractalNoiseAdapter() 359 .bind( 7, fRotation ) in FractalNoiseAdapter() 360 .bind( 8, fUniformScaling ) in FractalNoiseAdapter() 361 .bind( 9, fScale ) in FractalNoiseAdapter() 362 .bind(10, fScaleWidth ) in FractalNoiseAdapter() 363 .bind(1 in FractalNoiseAdapter() [all...] |
H A D | SphereEffect.cpp | 315 .bind( kOffset_Index, fOffset ) in SphereAdapter() 316 .bind( kRadius_Index, fRadius ) in SphereAdapter() 317 .bind( kRotX_Index, fRotX ) in SphereAdapter() 318 .bind( kRotY_Index, fRotY ) in SphereAdapter() 319 .bind( kRotZ_Index, fRotZ ) in SphereAdapter() 320 .bind(kRotOrder_Index, fRotOrder) in SphereAdapter() 321 .bind( kRender_Index, fRender ) in SphereAdapter() 323 .bind(kLightIntensity_Index, fLightIntensity) in SphereAdapter() 324 .bind( kLightColor_Index, fLightColor ) in SphereAdapter() 325 .bind( kLightHeight_Inde in SphereAdapter() [all...] |
/third_party/jerryscript/tests/jerry/ |
H A D | function-prototype-bind.js | 19 var triple = mul.bind(null, 3); 24 var dupl = triple.bind({}, 2); 30 var new_func = obj.bind(null, 'foo'); 42 var add36 = f1.bind(obj1); 45 var appendfoo = f1.bind(obj1, "foo"); 52 var sum = f2.bind(obj1, obj1); 60 var P1 = P.bind({}, 2); 67 var P2 = P1.bind(null); 83 var P3 = P2.bind({}, 5); 92 var P4 = P.bind(); [all...] |
/third_party/vixl/benchmarks/aarch32/ |
H A D | asm-disasm-speed-test.cc | 201 __ bind(&l_0000); in Generate_1() 253 __ bind(&l_007c); in Generate_1() 257 __ bind(&l_0080); in Generate_1() 262 __ bind(&l_008a); in Generate_1() 272 __ bind(&l_009e); in Generate_1() 275 __ bind(&l_00a2); in Generate_1() 279 __ bind(&l_00a8); in Generate_1() 282 __ bind(&l_00ac); in Generate_1() 285 __ bind(&l_00b0); in Generate_1() 302 __ bind( in Generate_1() [all...] |
/third_party/elfio/tests/ |
H A D | ELFIOTest1.cpp | 464 unsigned char bind; in TEST() local 474 EXPECT_EQ( true, symbols.get_symbol( 0x08048478, name, size, bind, type, in TEST() 487 unsigned char bind; in TEST() local 497 EXPECT_EQ( true, symbols.get_symbol( 0x00400498, name, size, bind, type, in TEST() 585 unsigned char bind; in TEST() local 596 EXPECT_EQ( true, symbols.get_symbol( "main", value, size, bind, type, in TEST() 600 EXPECT_EQ( true, symbols.get_symbol( "frame_dummy", value, size, bind, type, in TEST() 604 EXPECT_EQ( false, symbols.get_symbol( 0x00400498, name, size, bind, type, in TEST() 614 unsigned char bind = STB_LOCAL; in TEST() local 640 bind in TEST() 726 unsigned char bind = STB_LOCAL; TEST() local [all...] |
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | guards.js | 23 var isAttribute = isNodeType.bind(null, _types.ATTRIBUTE); 25 var isClassName = isNodeType.bind(null, _types.CLASS); 27 var isCombinator = isNodeType.bind(null, _types.COMBINATOR); 29 var isComment = isNodeType.bind(null, _types.COMMENT); 31 var isIdentifier = isNodeType.bind(null, _types.ID); 33 var isNesting = isNodeType.bind(null, _types.NESTING); 35 var isPseudo = isNodeType.bind(null, _types.PSEUDO); 37 var isRoot = isNodeType.bind(null, _types.ROOT); 39 var isSelector = isNodeType.bind(null, _types.SELECTOR); 41 var isString = isNodeType.bind(nul [all...] |
/third_party/skia/modules/skottie/src/text/ |
H A D | TextAnimator.cpp | 182 acontainer->bind(*abuilder, jprops["p" ], fTextProps.position); in TextAnimator() 183 acontainer->bind(*abuilder, jprops["o" ], fTextProps.opacity); in TextAnimator() 184 acontainer->bind(*abuilder, jprops["fo"], fTextProps.fill_opacity); in TextAnimator() 185 acontainer->bind(*abuilder, jprops["so"], fTextProps.stroke_opacity); in TextAnimator() 186 acontainer->bind(*abuilder, jprops["t" ], fTextProps.tracking); in TextAnimator() 187 acontainer->bind(*abuilder, jprops["ls"], fTextProps.line_spacing); in TextAnimator() 190 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["s"], fTextProps.scale); in TextAnimator() 194 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["rx"], fTextProps.rotation.x); in TextAnimator() 195 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["ry"], fTextProps.rotation.y); in TextAnimator() 196 fRequiresAnchorPoint |= acontainer->bind(*abuilde in TextAnimator() [all...] |
/third_party/elfio/elfio/ |
H A D | elfio_symbols.hpp | 71 unsigned char& bind, in get_symbol() 79 ret = generic_get_symbol<Elf32_Sym>( index, name, value, size, bind, in get_symbol() 83 ret = generic_get_symbol<Elf64_Sym>( index, name, value, size, bind, in get_symbol() 94 unsigned char& bind, in get_symbol() 103 ret = hash_lookup( name, value, size, bind, type, section_index, in get_symbol() 110 name, value, size, bind, type, section_index, other ); in get_symbol() 114 name, value, size, bind, type, section_index, other ); in get_symbol() 122 if ( get_symbol( i, symbol_name, value, size, bind, type, in get_symbol() 138 unsigned char& bind, in get_symbol() 166 return get_symbol( idx, name, v, size, bind, typ in get_symbol() 67 get_symbol( Elf_Xword index, std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const get_symbol() argument 91 get_symbol( const std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const get_symbol() argument 135 get_symbol( const Elf64_Addr& value, std::string& name, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const get_symbol() argument 205 add_symbol( Elf_Word name, Elf64_Addr value, Elf_Xword size, unsigned char bind, unsigned char type, unsigned char other, Elf_Half shndx ) add_symbol() argument 231 add_symbol( string_section_accessor& pStrWriter, const char* str, Elf64_Addr value, Elf_Xword size, unsigned char bind, unsigned char type, unsigned char other, Elf_Half shndx ) add_symbol() argument 290 hash_lookup( const std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const hash_lookup() argument 329 gnu_hash_lookup( const std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const gnu_hash_lookup() argument 430 generic_get_symbol( Elf_Xword index, std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const generic_get_symbol() argument [all...] |
/third_party/skia/modules/skottie/src/ |
H A D | Transform.cpp | 27 this->bind(abuilder, janchor_point, fAnchorPoint); in TransformAdapter2D() 28 this->bind(abuilder, jscale , fScale); in TransformAdapter2D() 29 this->bind(abuilder, jrotation , fRotation); in TransformAdapter2D() 30 this->bind(abuilder, jskew , fSkew); in TransformAdapter2D() 31 this->bind(abuilder, jskew_axis , fSkewAxis); in TransformAdapter2D() 146 this->bind(abuilder, jtransform["a"], fAnchorPoint); in TransformAdapter3D() 147 this->bind(abuilder, jtransform["p"], fPosition); in TransformAdapter3D() 148 this->bind(abuilder, jtransform["s"], fScale); in TransformAdapter3D() 152 this->bind(abuilder, jtransform["rx"], fRx); in TransformAdapter3D() 153 this->bind(abuilde in TransformAdapter3D() [all...] |
/third_party/python/Lib/idlelib/ |
H A D | editor.py | 155 self.top.bind("<<close-window>>", self.close_event) 158 text.bind('<<close-window>>', self.close_event) 162 text.bind("<Control-Button-1>",self.right_menu_event) 163 text.bind("<2>", self.right_menu_event) 166 text.bind("<3>",self.right_menu_event) 168 text.bind('<MouseWheel>', wheel_event) 169 text.bind('<Button-4>', wheel_event) 170 text.bind('<Button-5>', wheel_event) 171 text.bind('<Configure>', self.handle_winconfig) 172 text.bind("<<cu [all...] |
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 94 __ bind(&loop); in Generate_PushArguments() 102 __ bind(&entry); in Generate_PushArguments() 165 __ bind(&stack_overflow); in Generate_JSBuiltinsConstructStubHelper() 223 __ bind(¬_create_implicit_receiver); in Generate_JSConstructStubGeneric() 237 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric() 308 __ bind(&use_receiver); in Generate_JSConstructStubGeneric() 312 __ bind(&leave_and_return); in Generate_JSConstructStubGeneric() 324 __ bind(&check_result); in Generate_JSConstructStubGeneric() 336 __ bind(&do_throw); in Generate_JSConstructStubGeneric() 343 __ bind( in Generate_JSConstructStubGeneric() [all...] |
/third_party/ltp/testcases/kernel/fs/fs_bind/bind/ |
H A D | fs_bind07.sh | 12 tst_res TINFO "bind: private child to slave parent" 20 EXPECT_PASS mount --bind parent1 share1 21 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1 24 EXPECT_PASS mount --bind "$FS_BIND_DISK2" share2 25 EXPECT_PASS mount --bind share2 parent2 30 EXPECT_PASS mount --bind parent1/child1 parent2/child2 34 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent1/child1/a 37 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/child2/b
|
H A D | fs_bind19.sh | 12 tst_res TINFO "bind: shared subtree with shared child to slave subtree" 19 EXPECT_PASS mount --bind "$FS_BIND_DISK1" share1 20 EXPECT_PASS mount --bind share1 parent1 21 EXPECT_PASS mount --bind --make-rslave share2 parent2 23 EXPECT_PASS mount --bind parent1 parent2 27 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent1/child1 31 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/a 34 EXPECT_PASS mount --bind "$FS_BIND_DISK4" share1/b
|
H A D | fs_bind03.sh | 12 tst_res TINFO "bind: shared child to slave parent" 20 EXPECT_PASS mount --bind parent1/child1 share1 21 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1 22 EXPECT_PASS mount --bind "$FS_BIND_DISK2" share2 23 EXPECT_PASS mount --bind share2 parent2 30 EXPECT_PASS mount --bind parent1/child1 share1 31 EXPECT_PASS mount --bind parent1/child1 parent2/child2 35 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent1/child1/a 40 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/child2/b
|
H A D | fs_bind11.sh | 12 tst_res TINFO "bind: slave child to slave parent" 20 EXPECT_PASS mount --bind parent2 share2 21 EXPECT_PASS mount --bind share1 parent1/child1 22 EXPECT_PASS mount --bind "$FS_BIND_DISK1" share1 23 EXPECT_PASS mount --bind "$FS_BIND_DISK2" share2 31 EXPECT_PASS mount --bind parent1/child1 parent2/child2 34 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent1/child1/a 38 EXPECT_PASS mount --bind "$FS_BIND_DISK4" parent2/child2/b 44 EXPECT_PASS mount --bind "$FS_BIND_DISK4" share1/c
|
H A D | fs_bind04.sh | 12 tst_res TINFO "bind: shared child to unclonable parent" 19 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1 23 EXPECT_PASS mount --bind parent1/child1 share1 24 EXPECT_PASS mount --bind parent1/child1 parent2/child2 27 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent1/child1/a 30 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/child2/b 33 EXPECT_PASS mount --bind "$FS_BIND_DISK4" share1/c
|
/test/xts/hats/kernel/syscalls/net/bind/ |
H A D | BindApiTest.cpp | 62 * @tc.desc : bind the same socket fd twice failed, errno EINVAL. 86 ret = bind(socketFd, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in HWTEST_F() 90 ret = bind(socketFd, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in HWTEST_F() 100 * @tc.desc : bind the invalid socket fd failed. 117 ret = bind(BAD_SOCKET_FD, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in HWTEST_F() 122 ret = bind(STDIN_FILENO, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in HWTEST_F() 130 * @tc.desc : bind the invalid ip addr failed. 155 ret = bind(socketFd, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in HWTEST_F() 160 ret = bind(socketFd, nullptr, sizeof(serAddr)); in HWTEST_F() 170 * @tc.desc : bind add [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcGLSLVectorConstructorTests.cpp | 57 using std::bind; 318 { "vec2" , { 2 , generateValueFloat, bind(generateCtorOpen, "vec2", _1, _2) , generateCtorClose } }, 319 { "vec3" , { 3 , generateValueFloat, bind(generateCtorOpen, "vec3", _1, _2) , generateCtorClose } }, 320 { "vec4" , { 4 , generateValueFloat, bind(generateCtorOpen, "vec4", _1, _2) , generateCtorClose } }, 322 { "ivec2" , { 2 , generateValueInt , bind(generateCtorOpen, "ivec2", _1, _2) , generateCtorClose } }, 323 { "ivec3" , { 3 , generateValueInt , bind(generateCtorOpen, "ivec3", _1, _2) , generateCtorClose } }, 324 { "ivec4" , { 4 , generateValueInt , bind(generateCtorOpen, "ivec4", _1, _2) , generateCtorClose } }, 326 { "bvec2" , { 2 , generateValueBool , bind(generateCtorOpen, "bvec2", _1, _2) , generateCtorClose } }, 327 { "bvec3" , { 3 , generateValueBool , bind(generateCtorOpen, "bvec3", _1, _2) , generateCtorClose } }, 328 { "bvec4" , { 4 , generateValueBool , bind(generateCtorOpe [all...] |
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 99 __ bind(&loop); in Generate_PushArguments() 106 __ bind(&entry); in Generate_PushArguments() 164 __ bind(&stack_overflow); in Generate_JSBuiltinsConstructStubHelper() 220 __ bind(¬_create_implicit_receiver); in Generate_JSConstructStubGeneric() 234 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric() 304 __ bind(&use_receiver); in Generate_JSConstructStubGeneric() 308 __ bind(&leave_and_return); in Generate_JSConstructStubGeneric() 318 __ bind(&check_result); in Generate_JSConstructStubGeneric() 328 __ bind(&do_throw); in Generate_JSConstructStubGeneric() 335 __ bind( in Generate_JSConstructStubGeneric() [all...] |
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_tracker.c | 198 unsigned int bind = stype_bind[stype]; in xa_tracker_create() local 209 PIPE_TEXTURE_2D, 0, 0, bind)) { in xa_tracker_create() 298 unsigned int bind; in xa_format_check_supported() local 303 bind = stype_bind[xa_format_type(fdesc.xa_format)]; in xa_format_check_supported() 305 bind |= PIPE_BIND_SHARED; in xa_format_check_supported() 307 bind |= PIPE_BIND_RENDER_TARGET; in xa_format_check_supported() 309 bind |= PIPE_BIND_SCANOUT; in xa_format_check_supported() 312 PIPE_TEXTURE_2D, 0, 0, bind)) in xa_format_check_supported() 365 template->bind = stype_bind[xa_format_type(fdesc.xa_format)]; in surface_create() 368 template->bind | in surface_create() [all...] |
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 87 __ bind(&loop); in Generate_PushArguments() 94 __ bind(&entry); in Generate_PushArguments() 194 __ bind(¬_create_implicit_receiver); in Generate_JSConstructStubGeneric() 208 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric() 288 __ bind(&use_receiver); in Generate_JSConstructStubGeneric() 292 __ bind(&leave_and_return); in Generate_JSConstructStubGeneric() 303 __ bind(&check_receiver); in Generate_JSConstructStubGeneric() 315 __ bind(&do_throw); in Generate_JSConstructStubGeneric() 321 __ bind(&stack_overflow); in Generate_JSConstructStubGeneric() 359 __ bind( in Generate_CheckStackOverflow() [all...] |