Home
last modified time | relevance | path

Searched refs:Bind (Results 1 – 20 of 20) sorted by relevance

/frameworks/libs/binary_translation/intrinsics/riscv64_to_x86_64/include/berberis/intrinsics/
Dmacro_assembler_arith_impl.h53 Bind(do_idiv); in MacroDiv()
80 Bind(zero); in MacroDiv()
83 Bind(done); in MacroDiv()
112 Bind(do_idiv); in MacroRem()
144 Bind(zero); in MacroRem()
152 Bind(overflow); in MacroRem()
158 Bind(done); in MacroRem()
Dmacro_assembler.h54 using Assembler::Bind;
/frameworks/base/core/tests/ddm/java/android/os/
DDdmSyncStateTest.java36 DdmSyncState.next(Stage.Bind); in testNoCycle()
53 DdmSyncState.next(Stage.Bind); in testDebuggerFlow()
65 DdmSyncState.next(Stage.Bind); in testNoDebugFlow()
/frameworks/libs/binary_translation/assembler/
Dassembler_test.cc138 as.Bind(&skip); in LabelTest()
141 as.Bind(&back); in LabelTest()
144 as.Bind(&skip2); in LabelTest()
146 as.Bind(&end); in LabelTest()
228 as.Bind(&equal); in JccTest()
232 as.Bind(&below); in JccTest()
236 as.Bind(&above); in JccTest()
240 as.Bind(&done); in JccTest()
441 as.Bind(&skip); in LabelTest()
444 as.Bind(&back); in LabelTest()
[all …]
/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dcommon.h47 void Bind(uint32_t position) { in Bind() function
103 void Bind(Label* label) { label->Bind(pc()); } in Bind() function
/frameworks/rs/script_api/
Drs_graphics.spec259 summary: Bind a constant allocation
261 Bind a new Allocation object to a ProgramFragment or ProgramVertex.
294 summary: Bind a font object
306 summary: Bind a ProgramFragment
308 Bind a new ProgramFragment to the rendering context.
318 summary: Bind a ProgramRaster
320 Bind a new ProgramRaster to the rendering context.
330 summary: Bind a ProgramStore
332 Bind a new ProgramStore to the rendering context.
342 summary: Bind a ProgramVertex
[all …]
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.cpp196 xml::XmlNodeAction::ActionFuncWithDiag Bind(configuration::PostProcessingConfiguration* config, in Bind() function
319 artifacts_action["artifact"].Action(Bind(&config, ArtifactTagHandler)); in ExtractConfiguration()
320 artifacts_action["artifact-format"].Action(Bind(&config, ArtifactFormatTagHandler)); in ExtractConfiguration()
323 root_action["abi-groups"]["abi-group"].Action(Bind(&config, AbiGroupTagHandler)); in ExtractConfiguration()
325 Bind(&config, ScreenDensityGroupTagHandler)); in ExtractConfiguration()
326 root_action["locale-groups"]["locale-group"].Action(Bind(&config, LocaleGroupTagHandler)); in ExtractConfiguration()
327 root_action["android-sdks"]["android-sdk"].Action(Bind(&config, AndroidSdkTagHandler)); in ExtractConfiguration()
329 Bind(&config, GlTextureGroupTagHandler)); in ExtractConfiguration()
331 Bind(&config, DeviceFeatureGroupTagHandler)); in ExtractConfiguration()
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translator.cc324 as_.Bind(cont); in CompareAndBranch()
407 as_.Bind(recovery_label); in Load()
409 as_.Bind(cont); in Load()
443 as_.Bind(recovery_label); in Store()
445 as_.Bind(cont); in Store()
/frameworks/base/core/java/android/os/
DDdmSyncState.java42 Bind("BIND"), enumConstant
/frameworks/libs/binary_translation/backend/x86_64/
Dcode_emit.cc142 as->Bind(pair.first); in EmitRecoveryLabels()
151 as->Bind(exit_label); in EmitRecoveryLabels()
331 as->Bind(as->GetLabelAt(bb->id())); in Emit()
Dmachine_ir_exec_test.cc76 as.Bind(exit_label); in Init()
/frameworks/rs/script_api/include/
Drs_graphics.rsh472 * rsgBindConstant: Bind a constant allocation
476 * Bind a new Allocation object to a ProgramFragment or ProgramVertex.
526 * rsgBindFont: Bind a font object
547 * rsgBindProgramFragment: Bind a ProgramFragment
551 * Bind a new ProgramFragment to the rendering context.
565 * rsgBindProgramRaster: Bind a ProgramRaster
569 * Bind a new ProgramRaster to the rendering context.
583 * rsgBindProgramStore: Bind a ProgramStore
587 * Bind a new ProgramStore to the rendering context.
601 * rsgBindProgramVertex: Bind a ProgramVertex
[all …]
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dcall_intrinsic_tests.cc70 as.Bind(exit_label); in Init()
/frameworks/base/services/incremental/
DIncrementalService.h326 struct Bind { struct
339 using BindMap = std::map<std::string, Bind, path::PathLess>;
DIncrementalService.cpp1357 IncFsMount::Bind{storage, std::move(metadataName), in addBindMountRecordLocked()
/frameworks/base/core/java/android/content/pm/
Dmultiuser.aconfig22 …description: "Bind wallpaper service on its own thread instead of system_server's main handler dur…
/frameworks/libs/binary_translation/intrinsics/common_to_x86/include/berberis/intrinsics/common_to_x86/
Dtext_assembler_common.h244 void Bind(Label* label) { in Bind() function
/frameworks/compile/mclinker/tools/mcld/
DOptions.td25 HelpText<"Bind references within the shared library">;
/frameworks/compile/slang/
DREADME.rst320 pointer in the script. Bind points marked const indicate to the
/frameworks/base/core/java/android/app/
DActivityThread.java7193 mDdmSyncStageUpdater.next(Stage.Bind); in handleBindApplication()