Home
last modified time | relevance | path

Searched refs:bind (Results 1 - 25 of 4021) sorted by relevance

12345678910>>...161

/third_party/typescript/tests/baselines/reference/
H A DstrictBindCallApply1.js9 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 DnewWithSpread.js141 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 DnewWithSpreadES5.js140 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...]
/foundation/resourceschedule/ffrt/test/ut/
H A Dcpu_monitor_test.cpp76 std::bind(&CPUWorkerManager::IncWorker, it, std::placeholders::_1), in HWTEST_F()
77 std::bind(&CPUWorkerManager::WakeupWorkers, it, std::placeholders::_1), in HWTEST_F()
78 std::bind(&CPUWorkerManager::GetTaskCount, it, std::placeholders::_1)}); in HWTEST_F()
95 std::bind(&CPUWorkerManager::IncWorker, it, std::placeholders::_1), in HWTEST_F()
96 std::bind(&CPUWorkerManager::WakeupWorkers, it, std::placeholders::_1), in HWTEST_F()
97 std::bind(&CPUWorkerManager::GetTaskCount, it, std::placeholders::_1)}); in HWTEST_F()
114 std::bind(&CPUWorkerManager::IncWorker, it, std::placeholders::_1), in HWTEST_F()
115 std::bind(&CPUWorkerManager::WakeupWorkers, it, std::placeholders::_1), in HWTEST_F()
116 std::bind(&CPUWorkerManager::GetTaskCount, it, std::placeholders::_1)}); in HWTEST_F()
133 std::bind( in HWTEST_F()
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DLevelsEffect.cpp132 .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 DFractalNoiseEffect.cpp352 .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 DSphereEffect.cpp315 .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 Dfunction-prototype-bind.js19 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...]
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_address_pool_test.cpp87 AddressBinding bind = {0}; in HWTEST_F() local
92 bind.ipAddress = testIp1; in HWTEST_F()
94 bind.chaddr[i] = testMac1[i]; in HWTEST_F()
96 EXPECT_EQ(RET_SUCCESS, AddBinding(&bind)); in HWTEST_F()
97 bind.ipAddress = testIp2; in HWTEST_F()
99 bind.chaddr[i] = testMac2[i]; in HWTEST_F()
103 EXPECT_EQ(RET_SUCCESS, AddBinding(&bind)); in HWTEST_F()
104 EXPECT_EQ(RET_FAILED, AddBinding(&bind)); in HWTEST_F()
105 EXPECT_TRUE(memset_s(bind.chaddr, sizeof(bind in HWTEST_F()
120 AddressBinding bind = {0}; HWTEST_F() local
167 AddressBinding bind = {0}; HWTEST_F() local
200 AddressBinding bind = {0}; HWTEST_F() local
231 AddressBinding bind = {0}, bind2 = {0}; HWTEST_F() local
263 AddressBinding bind = {0}; HWTEST_F() local
[all...]
/third_party/vixl/benchmarks/aarch32/
H A Dasm-disasm-speed-test.cc201 __ 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/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dguards.js23 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/elfio/tests/
H A DELFIOTest1.cpp464 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...]
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_cpumonitor.cpp91 std::bind(&MockWorkerManager::IncWorker, &mWmanager, std::placeholders::_1), in HWTEST_F()
92 std::bind(&MockWorkerManager::WakeupWorkers, &mWmanager, std::placeholders::_1), in HWTEST_F()
93 std::bind(&MockWorkerManager::GetTaskCount, &mWmanager, std::placeholders::_1), in HWTEST_F()
94 std::bind(&MockWorkerManager::GetWorkerCount, &mWmanager, std::placeholders::_1), in HWTEST_F()
122 std::bind(&MockWorkerManager::IncWorker, &mWmanager, std::placeholders::_1), in HWTEST_F()
123 std::bind(&MockWorkerManager::WakeupWorkers, &mWmanager, std::placeholders::_1), in HWTEST_F()
124 std::bind(&MockWorkerManager::GetTaskCount, &mWmanager, std::placeholders::_1), in HWTEST_F()
125 std::bind(&MockWorkerManager::GetWorkerCount, &mWmanager, std::placeholders::_1)}); in HWTEST_F()
153 std::bind(&MockWorkerManager::IncWorker, &mWmanager, std::placeholders::_1), in HWTEST_F()
154 std::bind( in HWTEST_F()
[all...]
H A Dut_worker_manager.cpp147 std::bind(&CPUWorkerManager::PickUpTaskFromGlobalQueue, manager, std::placeholders::_1), in HWTEST_F()
148 std::bind(&CPUWorkerManager::NotifyTaskPicked, manager, std::placeholders::_1), in HWTEST_F()
149 std::bind(&CPUWorkerManager::WorkerIdleActionSimplified, manager, std::placeholders::_1), in HWTEST_F()
150 std::bind(&CPUWorkerManager::WorkerRetired, manager, std::placeholders::_1), in HWTEST_F()
151 std::bind(&CPUWorkerManager::WorkerPrepare, manager, std::placeholders::_1), in HWTEST_F()
152 std::bind(&CPUWorkerManager::TryPoll, manager, std::placeholders::_1, std::placeholders::_2), in HWTEST_F()
153 std::bind(&CPUWorkerManager::StealTaskBatch, manager, std::placeholders::_1), in HWTEST_F()
154 std::bind(&CPUWorkerManager::PickUpTaskBatch, manager, std::placeholders::_1), in HWTEST_F()
156 std::bind(&CPUWorkerManager::IsExceedRunningThreshold, manager, std::placeholders::_1), in HWTEST_F()
157 std::bind( in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_aams_accessibility_touchEvent_injector_test.cpp113 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in TearDown()
157 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
167 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
198 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
208 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
239 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
249 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
285 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
295 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
328 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([ in HWTEST_F()
[all...]
/third_party/skia/modules/skottie/src/text/
H A DTextAnimator.cpp182 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...]
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp29 std::bind(&BluetoothHostStub::RegisterObserverInner, std::placeholders::_1, std::placeholders::_2,
32 std::bind(&BluetoothHostStub::DeregisterObserverInner, std::placeholders::_1, std::placeholders::_2,
35 std::bind(&BluetoothHostStub::EnableBtInner, std::placeholders::_1, std::placeholders::_2,
38 std::bind(&BluetoothHostStub::DisableBtInner, std::placeholders::_1, std::placeholders::_2,
41 std::bind(&BluetoothHostStub::GetProfileInner, std::placeholders::_1, std::placeholders::_2,
44 std::bind(&BluetoothHostStub::GetBleRemoteInner, std::placeholders::_1, std::placeholders::_2,
47 std::bind(&BluetoothHostStub::BluetoothFactoryResetInner, std::placeholders::_1, std::placeholders::_2,
50 std::bind(&BluetoothHostStub::GetBtStateInner, std::placeholders::_1, std::placeholders::_2,
53 std::bind(&BluetoothHostStub::GetLocalAddressInner, std::placeholders::_1, std::placeholders::_2,
56 std::bind(
[all...]
H A Dbluetooth_ble_central_manager_stub.cpp31 std::bind(&BluetoothBleCentralManagerStub::RegisterBleCentralManagerCallbackInner, std::placeholders::_1,
34 std::bind(&BluetoothBleCentralManagerStub::DeregisterBleCentralManagerCallbackInner, std::placeholders::_1,
37 std::bind(&BluetoothBleCentralManagerStub::StartScanInner, std::placeholders::_1, std::placeholders::_2,
40 std::bind(&BluetoothBleCentralManagerStub::RemoveScanFilterInner, std::placeholders::_1,
43 std::bind(&BluetoothBleCentralManagerStub::StopScanInner, std::placeholders::_1, std::placeholders::_2,
46 std::bind(&BluetoothBleCentralManagerStub::FreezeByRssInner, std::placeholders::_1, std::placeholders::_2,
49 std::bind(&BluetoothBleCentralManagerStub::ResetAllProxyInner, std::placeholders::_1, std::placeholders::_2,
52 std::bind(&BluetoothBleCentralManagerStub::SetLpDeviceAdvParamInner, std::placeholders::_1,
55 std::bind(&BluetoothBleCentralManagerStub::SetScanReportChannelToLpDeviceInner, std::placeholders::_1,
58 std::bind(
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_wifi_manager.cpp39 mStaCallback.OnStaOpenRes = std::bind(&WifiManager::DealStaOpenRes, this, _1, _2); in InitStaCallback()
40 mStaCallback.OnStaCloseRes = std::bind(&WifiManager::DealStaCloseRes, this, _1, _2); in InitStaCallback()
41 mStaCallback.OnStaConnChanged = std::bind(&WifiManager::DealStaConnChanged, this, _1, _2, _3); in InitStaCallback()
42 mStaCallback.OnWpsChanged = std::bind(&WifiManager::DealWpsChanged, this, _1, _2, _3); in InitStaCallback()
43 mStaCallback.OnStaStreamChanged = std::bind(&WifiManager::DealStreamChanged, this, _1, _2); in InitStaCallback()
44 mStaCallback.OnStaRssiLevelChanged = std::bind(&WifiManager::DealRssiChanged, this, _1, _2); in InitStaCallback()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dhal_device_manage_test.cpp38 std::bind(WifiHalDeviceManagerTest::DestoryCallback, std::placeholders::_1, std::placeholders::_2), in HWTEST_F()
39 std::bind(WifiHalDeviceManagerTest::OnRssiReportCallback, std::placeholders::_1, std::placeholders::_2), in HWTEST_F()
52 std::bind(WifiHalDeviceManagerTest::DestoryCallback, std::placeholders::_1, std::placeholders::_2), in HWTEST_F()
53 std::bind(WifiHalDeviceManagerTest::OnRssiReportCallback, std::placeholders::_1, std::placeholders::_2), in HWTEST_F()
66 std::bind(WifiHalDeviceManagerTest::DestoryCallback, std::placeholders::_1, std::placeholders::_2), in HWTEST_F()
67 std::bind(WifiHalDeviceManagerTest::OnRssiReportCallback, std::placeholders::_1, std::placeholders::_2), in HWTEST_F()
79 std::bind(WifiHalDeviceManagerTest::DestoryCallback, std::placeholders::_1, std::placeholders::_2), in HWTEST_F()
80 std::bind(WifiHalDeviceManagerTest::OnRssiReportCallback, std::placeholders::_1, std::placeholders::_2), in HWTEST_F()
93 std::bind(WifiHalDeviceManagerTest::DestoryCallback, std::placeholders::_1, std::placeholders::_2), in HWTEST_F()
94 std::bind(WifiHalDeviceManagerTes in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_touchEvent_injector_test/
H A Daams_accessibility_touchEvent_injector_test.cpp113 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in TearDown()
157 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
167 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
198 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
208 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
239 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
249 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
285 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
295 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
328 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([ in HWTEST_F()
[all...]
/third_party/skia/modules/skottie/src/
H A DTransform.cpp27 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/ltp/testcases/kernel/fs/fs_bind/bind/
H A Dfs_bind07.sh12 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 Dfs_bind19.sh12 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
/third_party/elfio/elfio/
H A Delfio_symbols.hpp71 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...]

Completed in 21 milliseconds

12345678910>>...161