Home
last modified time | relevance | path

Searched defs:initialization (Results 1 – 23 of 23) sorted by relevance

/external/arm-trusted-firmware/docs/design/
Dreset-design.rst158 .. |Default reset code flow| image:: ../resources/diagrams/default_reset_code.png
159 …ow with programmable reset address| image:: ../resources/diagrams/reset_code_no_boot_type_check.png
160 …ow with single CPU released out of reset| image:: ../resources/diagrams/reset_code_no_cpu_check.png
161 …ddress and single CPU released out of reset| image:: ../resources/diagrams/reset_code_no_checks.png
/external/trusty/arm-trusted-firmware/docs/design/
Dreset-design.rst166 .. |Default reset code flow| image:: ../resources/diagrams/default_reset_code.png
167 …ow with programmable reset address| image:: ../resources/diagrams/reset_code_no_boot_type_check.png
168 …ow with single CPU released out of reset| image:: ../resources/diagrams/reset_code_no_cpu_check.png
169 …ddress and single CPU released out of reset| image:: ../resources/diagrams/reset_code_no_checks.png
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
DForStmt.java71 private NodeList<Expression> initialization; field in ForStmt
85 …public ForStmt(final NodeList<Expression> initialization, final Expression compare, final NodeList… in ForStmt()
93 …public ForStmt(TokenRange tokenRange, NodeList<Expression> initialization, Expression compare, Nod… in ForStmt()
168 public ForStmt setInitialization(final NodeList<Expression> initialization) { in setInitialization()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DSegmentBase.java35 @Nullable /* package */ final RangedUri initialization; field in SegmentBase
46 public SegmentBase( in SegmentBase()
85 public SingleSegmentBase( in SingleSegmentBase()
150 public MultiSegmentBase( in MultiSegmentBase()
324 RangedUri initialization, in SegmentList()
398 RangedUri initialization, in SegmentTemplate()
DDashManifestParser.java872 @Nullable RangedUri initialization = parent != null ? parent.initialization : null; in parseSegmentBase() local
887 RangedUri initialization, in buildSingleSegmentBase()
916 RangedUri initialization = null; in parseSegmentList() local
956 RangedUri initialization, in buildSegmentList()
1007 RangedUri initialization = null; in parseSegmentTemplate() local
1042 RangedUri initialization, in buildSegmentTemplate()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DSegmentBase.java35 @Nullable /* package */ final RangedUri initialization; field in SegmentBase
46 public SegmentBase( in SegmentBase()
85 public SingleSegmentBase( in SingleSegmentBase()
150 public MultiSegmentBase( in MultiSegmentBase()
324 RangedUri initialization, in SegmentList()
398 RangedUri initialization, in SegmentTemplate()
DDashManifestParser.java890 @Nullable RangedUri initialization = parent != null ? parent.initialization : null; in parseSegmentBase() local
905 RangedUri initialization, in buildSingleSegmentBase()
934 RangedUri initialization = null; in parseSegmentList() local
974 RangedUri initialization, in buildSegmentList()
1025 RangedUri initialization = null; in parseSegmentTemplate() local
1060 RangedUri initialization, in buildSegmentTemplate()
/external/grpc-grpc/src/ruby/spec/generic/
Dinterceptor_registry_spec.rb22 describe 'initialization' do describe
/external/AFLplusplus/instrumentation/
DREADME.persistent_mode.md122 You don't need the #ifdef guards, but including them ensures that the program
/external/python/cpython3/Doc/c-api/
Dmodule.rst282 .. _multi-phase-initialization:
Dinit.rst4 .. _initialization: target
/external/pytorch/tools/code_coverage/package/oss/
Dinit.py43 def initialization() -> tuple[Option, TestList, list[str]]: function
/external/grpc-grpc/src/ruby/spec/pb/health/
Dchecker_spec.rb83 context 'initialization' do context
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DAdamsNordsieckTransformer.java140 private final Array2DRowRealMatrix initialization; field in AdamsNordsieckTransformer
/external/clang/test/SemaCXX/
Dcxx0x-initializer-scalars.cpp40 void initialization() { in initialization() function
/external/mesa3d/src/mesa/main/
Dglthread.c162 glthread_apply_thread_sched_policy(struct gl_context *ctx, bool initialization) in glthread_apply_thread_sched_policy()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_control_flow_flattening.cc137 HloInstruction* initialization = computation->AddInstruction( in FlattenWhileLoop() local
/external/intel-media-driver/media_softlet/agnostic/common/hw/
Dmhw_mi_cmdpar.h289 bool initialization = false; in _MHW_PAR_T() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp126 Init initialization; member
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp13456 const std::string &initialization = getInitialization(); in prepareShaderSource() local
13630 std::string initialization; in getInitialization() local
14714 const std::string &initialization = getInitialization(); in prepareShaderSource() local
14771 std::string initialization; in getInitialization() local
15362 std::string initialization; in getInitialization() local
15714 const std::string &initialization = getInitialization(); in prepareDrawShaderSource() local
/external/intel-media-driver/media_common/agnostic/common/hw/
Dmhw_mi.h324 bool initialization; member
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
DModifierVisitor.java489 NodeList<Expression> initialization = modifyList(n.getInitialization(), arg); in visit() local
DCloneVisitor.java933 NodeList<Expression> initialization = cloneList(n.getInitialization(), arg); in visit() local