Home
last modified time | relevance | path

Searched defs:machine (Results 51 - 75 of 83) sorted by relevance

1234

/third_party/ltp/tools/sparse/sparse-src/
H A Dmachine.h27 enum machine { enum
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator-reducer.cc22 CommonOperatorReducer(Editor* editor, Graph* graph, JSHeapBroker* broker, CommonOperatorBuilder* common, MachineOperatorBuilder* machine, Zone* temp_zone, BranchSemantics branch_semantics) CommonOperatorReducer() argument
H A Dcsa-load-elimination.cc586 MachineOperatorBuilder* CsaLoadElimination::machine() const { in machine() function in v8::internal::compiler::CsaLoadElimination
H A Dint64-lowering.cc24 Int64Lowering( Graph* graph, MachineOperatorBuilder* machine, CommonOperatorBuilder* common, SimplifiedOperatorBuilder* simplified, Zone* zone, Signature<MachineRepresentation>* signature, std::unique_ptr<Int64LoweringSpecialCase> special_case) Int64Lowering() argument
[all...]
H A Drepresentation-change.h414 MachineOperatorBuilder* machine() { return jsgraph()->machine(); } in machine() function in v8::internal::compiler::final
H A Dgraph-assembler.h442 MachineOperatorBuilder* machine() const { return mcgraph()->machine(); } in machine() function in v8::internal::compiler::GraphAssembler
H A Dmachine-operator-reducer.cc72 const Operator* IntNAdd(MachineOperatorBuilder* machine) { in IntNAdd() argument
132 static const Operator* IntNAdd(MachineOperatorBuilder* machine) { in IntNAdd() argument
2398 MachineOperatorBuilder* MachineOperatorReducer::machine() const { machine() function in v8::internal::compiler::MachineOperatorReducer
[all...]
H A Djs-generic-lowering.cc1269 MachineOperatorBuilder* JSGenericLowering::machine() const { in machine() function in v8::internal::compiler::JSGenericLowering
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_gs.h70 struct tgsi_exec_machine *machine; member
H A Ddraw_gs.c83 struct tgsi_exec_machine *machine = shader->machine; in tgsi_fetch_gs_outputs() local
130 struct tgsi_exec_machine *machine in tgsi_fetch_gs_input() local
201 struct tgsi_exec_machine *machine = shader->machine; tgsi_gs_prepare() local
210 struct tgsi_exec_machine *machine = shader->machine; tgsi_gs_run() local
[all...]
/third_party/python/Lib/test/
H A Dtest_winreg.py8 from platform import machine, win32_edition namespace
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp601 bool machine = false; in GetMessageUserByBool() local
/base/security/device_security_level/services/dslm/
H A Ddslm_fsm_process.c193 ProcessDeviceOnline(const StateMachine *machine, uint32_t event, const void *para) ProcessDeviceOnline() argument
222 ProcessSendCredRequest(const StateMachine *machine, uint32_t event, const void *para) ProcessSendCredRequest() argument
229 ProcessSdkRequest(const StateMachine *machine, uint32_t event, const void *para) ProcessSdkRequest() argument
271 ProcessSendRequestFailed(const StateMachine *machine, uint32_t event, const void *para) ProcessSendRequestFailed() argument
291 ProcessDeviceOffline(const StateMachine *machine, uint32_t event, const void *para) ProcessDeviceOffline() argument
302 ProcessVerifyCredMessage(const StateMachine *machine, uint32_t event, const void *para) ProcessVerifyCredMessage() argument
323 ProcessSdkTimeout(const StateMachine *machine, uint32_t event, const void *para) ProcessSdkTimeout() argument
[all...]
/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_impl.cpp345 ProcessBeginVerifier(FiniteStateMachine &machine, uint32_t event) ProcessBeginVerifier() argument
369 ProcessBeginCollector(FiniteStateMachine &machine, uint32_t event) ProcessBeginCollector() argument
419 ProcessVerifierBeginFailed(FiniteStateMachine &machine, uint32_t event) ProcessVerifierBeginFailed() argument
424 ProcessCollectorBeginFailed(FiniteStateMachine &machine, uint32_t event) ProcessCollectorBeginFailed() argument
429 ProcessScheduleResultReceived(FiniteStateMachine &machine, uint32_t event) const ProcessScheduleResultReceived() argument
434 ProcessEndCollector(FiniteStateMachine &machine, uint32_t event) ProcessEndCollector() argument
459 ProcessEndVerifier(FiniteStateMachine &machine, uint32_t event) ProcessEndVerifier() argument
478 OnScheduleProcessing(FiniteStateMachine &machine, uint32_t event) OnScheduleProcessing() argument
487 OnScheduleFinished(FiniteStateMachine &machine, uint32_t event) OnScheduleFinished() argument
[all...]
/third_party/elfio/tests/
H A DELFIOTest.cpp35 checkHeader( const elfio& reader, unsigned char nClass, unsigned char encoding, unsigned char elfVersion, Elf_Half type, Elf_Half machine, Elf_Word version, Elf64_Addr entry, Elf_Word flags, Elf_Half secNum, Elf_Half segNum, unsigned char OSABI, unsigned char ABIVersion ) checkHeader() argument
/third_party/elfutils/libebl/
H A Deblopenbackend.c268 openbackend (Elf *elf, const char *emulation, GElf_Half machine) in openbackend() argument
375 ebl_openbackend_machine(GElf_Half machine) ebl_openbackend_machine() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/winfonts/
H A Dwinfnt.h53 FT_UShort machine; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp1006 bool machine = false; in GetMessageUserByBool() local
/third_party/python/Lib/
H A Dplatform.py951 def machine(): global() function
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageSizeTests.cpp821 ImageSizeMachine machine; in Run() local
888 ImageSizeMachine machine; in Run() local
1074 ImageSizeMachine machine; in Run() local
1142 ImageSizeMachine machine; in Run() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderImageSizeTests.cpp615 ImageSizeMachine machine; in Run() local
673 ImageSizeMachine machine; in Run() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-common.hh846 const StateTableT &machine; member
H A Dhb-aat-layout-kerx-table.hh368 StateTable<Types, EntryData> machine; member
612 StateTable<Types, EntryData> machine; global() member
[all...]
H A Dhb-aat-layout-morx-table.hh184 StateTable<Types, EntryData> machine; member
361 machine; member
595 machine; member
838 machine; global() member
[all...]
/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp502 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); in HWTEST_F() local
538 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); in HWTEST_F() local
1064 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); in HWTEST_F() local
1331 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); in HWTEST_F() local
1365 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); in HWTEST_F() local
1388 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); HWTEST_F() local
1409 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); HWTEST_F() local
1431 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); HWTEST_F() local
1467 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); HWTEST_F() local
1642 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); HWTEST_F() local
1688 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); HWTEST_F() local
[all...]

Completed in 31 milliseconds

1234