Home
last modified time | relevance | path

Searched refs:assignments (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/frameworks/compile/mclinker/lib/Script/
H A DOutputSectDesc.cpp157 OutputSectCmds assignments; in activate() local
162 assignments.push_back(*it); in activate()
167 for (iterator assign = assignments.begin(), in activate()
168 assignEnd = assignments.end(); in activate()
173 assignments.clear(); in activate()
182 if (!assignments.empty()) { in activate()
190 for (iterator assign = assignments.begin(), assignEnd = assignments.end(); in activate()
195 assignments.clear(); in activate()
H A DSectionsCmd.cpp65 SectionCommands assignments; in activate() local
73 assignments.push_back(*it); in activate()
78 iterator assign, assignEnd = assignments.end(); in activate()
79 for (assign = assignments.begin(); assign != assignEnd; ++assign) in activate()
81 assignments.clear(); in activate()
H A DAssignment.cpp83 script.assignments().push_back( in activate()
125 script.assignments().push_back( in activate()
161 script.assignments().push_back( in activate()
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DLinkerScript.h63 const Assignments& assignments() const { return m_Assignments; } in assignments() function
64 Assignments& assignments() { return m_Assignments; } in assignments() function
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DGraphReader.java39 public abstract KeyValueMap readKeyValueAssignments(String assignments) throws GraphIOException; in readKeyValueAssignments() argument
H A DTextGraphReader.java344 public KeyValueMap readKeyValueAssignments(String assignments) throws GraphIOException { in readKeyValueAssignments() argument
346 PatternScanner scanner = new PatternScanner(assignments, ignorePattern); in readKeyValueAssignments()
/aosp12/packages/apps/CarrierConfig/
H A DREADME10 AOSP carrier ID assignments can be found at
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp522 LinkerScript::Assignments::iterator it, ie = script.assignments().end(); in addScriptSymbols()
524 for (it = script.assignments().begin(); it != ie; ++it) { in addScriptSymbols()
746 assignEnd = script.assignments().end(); in finalizeSymbolValue()
747 for (assign = script.assignments().begin(); assign != assignEnd; ++assign) { in finalizeSymbolValue()
/aosp12/frameworks/proto_logging/stats/enums/stats/tls/
H A Denums.proto31 // https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4
/aosp12/hardware/interfaces/drm/1.0/
H A DICryptoFactory.hal41 * http://dashif.org/identifiers/protection for uuid assignments
H A DIDrmFactory.hal52 * http://dashif.org/identifiers/protection for uuid assignments
/aosp12/build/soong/androidmk/parser/
H A Dparser.go542 assignments map[string]string member
546 assignments map[string]string member
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java112 public final void initWithAssignmentString(String assignments) { in initWithAssignmentString() argument
114 KeyValueMap valueMap = new TextGraphReader().readKeyValueAssignments(assignments); in initWithAssignmentString()
/aosp12/system/media/camera/docs/
H A Dcamera_metadata_tag_info.mako24 * Array assignments are done using specified-index syntax to keep things in
/aosp12/build/make/
H A DChanges.md89 For each partition, having multiple sysprop assignments for the same name is
114 ### Optional assignments
121 is no other non-optional assignments having the same name. For example, the
126 Note that the order between the optional and the non-optional assignments
131 Optional assignments can be duplicated and in that case their order matters.
/aosp12/system/tools/aidl/
H A Daidl_language_y.yy357 // TODO(b/123321528): Support enum type default assignments (TestEnum foo = TestEnum.FOO).
/aosp12/build/soong/
H A DREADME.md64 An Android.bp file may contain top-level variable assignments:
/aosp12/frameworks/base/core/proto/android/server/
H A Djobscheduler.proto218 // Bucket assignments as recorded in the JobStatus objects are normalized to
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/
H A Dfilesystem842 // assignments
/aosp12/frameworks/wilhelm/doc/
H A DDoxyfile1199 # config file, i.e. a series of assignments. You only have to provide
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/doc/
H A Dfeature_mos_API_doxyfile1138 # config file, i.e. a series of assignments. You only have to provide
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/doc/
H A Ddbreg_API_doxyfile1138 # config file, i.e. a series of assignments. You only have to provide
/aosp12/frameworks/native/docs/
H A DDoxyfile1457 # config file, i.e. a series of assignments. You only have to provide
/aosp12/frameworks/av/media/libaaudio/
H A DDoxyfile1730 # file, i.e. a series of assignments. You only have to provide replacements,
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
H A DDoxyfile.in1783 # file, i.e. a series of assignments. You only have to provide replacements,

12