Home
last modified time | relevance | path

Searched defs:el (Results 1 – 25 of 530) sorted by relevance

12345678910>>...22

/aosp_15_r20/frameworks/base/tools/aapt2/link/
H A DManifestFixer.cpp121 static bool RequiredNameIsNotEmpty(xml::Element* el, android::SourcePathDiagnostics* diag) { in RequiredNameIsNotEmpty()
138 static bool NameIsJavaClassName(xml::Element* el, xml::Attribute* attr, in NameIsJavaClassName()
158 static bool OptionalNameIsJavaClassName(xml::Element* el, android::SourcePathDiagnostics* diag) { in OptionalNameIsJavaClassName()
165 static bool RequiredNameIsJavaClassName(xml::Element* el, android::SourcePathDiagnostics* diag) { in RequiredNameIsJavaClassName()
175 static bool UpdateConfigChangesIfNeeded(xml::Element* el, IAaptContext* context) { in UpdateConfigChangesIfNeeded()
228 static bool RequiredNameIsJavaPackage(xml::Element* el, android::SourcePathDiagnostics* diag) { in RequiredNameIsJavaPackage()
245 return [=](xml::Element* el, android::SourcePathDiagnostics* diag) -> bool { in RequiredAndroidAttribute()
257 return [=](xml::Element* el, android::SourcePathDiagnostics* diag) -> bool { in RequiredOneAndroidAttribute()
276 static bool AutoGenerateIsFeatureSplit(xml::Element* el, android::SourcePathDiagnostics* diag) { in AutoGenerateIsFeatureSplit()
306 static bool AutoGenerateIsSplitRequired(xml::Element* el, android::SourcePathDiagnostics* diag) { in AutoGenerateIsSplitRequired()
[all …]
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/parser/
H A DHtmlTreeBuilder.java211 static boolean isMathmlTextIntegration(Element el) { in isMathmlTextIntegration()
224 static boolean isHtmlIntegration(Element el) { in isHtmlIntegration()
326 Element el = createElementFor(startTag, NamespaceHtml, false); in insertElementFor() local
353 Element el = createElementFor(startTag, namespace, true); in insertForeignElementFor() local
365 Element el = createElementFor(startTag, NamespaceHtml, false); in insertEmptyElementFor() local
372 FormElement el = (FormElement) createElementFor(startTag, NamespaceHtml, false); in insertFormElement() local
390 private void doInsertElement(Element el, @Nullable Token token) { in doInsertElement()
414 …Element el = currentElement(); // will be doc if no current element; allows for whitespace to be i… in insertCharacterNode() local
419 void insertCharacterToElement(Token.Character characterToken, Element el) { in insertCharacterToElement()
438 boolean onStack(Element el) { in onStack()
[all …]
/aosp_15_r20/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h169 virtual void Visit(Element* el) { in Visit()
179 void VisitChildren(Element* el) { in VisitChildren()
185 virtual void BeforeVisitElement(Element* el) { in BeforeVisitElement()
187 virtual void AfterVisitElement(Element* el) { in AfterVisitElement()
200 virtual void Visit(const Element* el) { in Visit()
210 void VisitChildren(const Element* el) { in VisitChildren()
216 virtual void BeforeVisitElement(const Element* el) { in BeforeVisitElement()
219 virtual void AfterVisitElement(const Element* el) { in AfterVisitElement()
257 void Visit(const Element* el) override { in Visit()
259 void Visit(const Text* el) override { in Visit()
[all …]
H A DXmlActionExecutor.cpp24 static bool wrapper_one(const XmlNodeAction::ActionFunc& f, Element* el, in wrapper_one()
29 static bool wrapper_two(const XmlNodeAction::ActionFuncWithDiag& f, Element* el, in wrapper_two()
35 static bool wrapper_three(const XmlNodeAction::ActionFuncWithPolicyAndDiag& f, Element* el, in wrapper_three()
56 static void PrintElementToDiagMessage(const Element* el, android::DiagMessage* msg) { in PrintElementToDiagMessage()
108 Element* el = doc->root.get(); in Execute() local
H A DXmlDom.cpp111 std::unique_ptr<Element> el; in StartElementHandler() local
224 static void CopyAttributes(Element* el, android::ResXMLParser* parser, in CopyAttributes()
317 std::unique_ptr<Element> el; in Inflate() local
469 if (const Element* el = NodeCast<Element>(child.get())) { in FindChildWithAttribute() local
496 auto el = util::make_unique<Element>(); in Clone() local
545 void PackageAwareVisitor::BeforeVisitElement(Element* el) { in BeforeVisitElement()
555 void PackageAwareVisitor::AfterVisitElement(Element* el) { in AfterVisitElement()
/aosp_15_r20/development/tools/winscope/src/app/components/
H A Dcollect_traces_component_test.ts139 const el = assertDefined(htmlElement.querySelector('.devices-connecting')); constant
149 const el = assertDefined(htmlElement.querySelector('.devices-connecting')); constant
168 const el = assertDefined(htmlElement.querySelector('.devices-connecting')); constant
178 const el = assertDefined(htmlElement.querySelector('.devices-connecting')); constant
205 const el = assertDefined(htmlElement.querySelector('.devices-connecting')); constant
230 const el = assertDefined(htmlElement.querySelector('.devices-connecting')); constant
247 const el = assertDefined( constant
427 const el = assertDefined(htmlElement.querySelector('.unknown-error')); constant
445 const el = assertDefined(htmlElement.querySelector('.starting-trace')); constant
461 const el = assertDefined(htmlElement.querySelector('.tracing')); constant
[all …]
/aosp_15_r20/external/perfetto/ui/src/base/
H A Ddom_utils_unittest.ts84 const el = document.createElement('input'); constant
90 const el = document.createElement('input'); constant
96 const el = document.createElement('input'); constant
102 const el = document.createElement('input'); constant
108 const el = document.createElement('div'); constant
113 const el = document.createElement('textarea'); constant
118 const el = document.createElement('textarea'); constant
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/valhall/
H A Dvalhall.py58 def build_enum(el): argument
220 def build_source(el, i, size): argument
239 def build_imm(el): argument
243 def build_staging(i, el): argument
251 def build_modifier(el): argument
260 def build_instr(el, overrides = {}): argument
312 def build_group(el): argument
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
H A DBitSet.js78 numWordsToHold: function(el) { argument
113 of: function(el, el2) { argument
166 add: function(el) { argument
244 clear: function(el) { argument
370 member: function(el) { argument
498 remove: function(el) { argument
/aosp_15_r20/external/libwebsockets/lib/tls/openssl/
H A Dlws-genec.c123 const struct lws_gencrypto_keyelem *el) in lws_genec_eckey_import()
223 const struct lws_gencrypto_keyelem *el) in lws_genec_keypair_import()
301 lws_genecdh_set_key(struct lws_genec_ctx *ctx, struct lws_gencrypto_keyelem *el, in lws_genecdh_set_key()
312 const struct lws_gencrypto_keyelem *el) in lws_genecdsa_set_key()
345 const char *curve_name, struct lws_gencrypto_keyelem *el) in lws_genec_new_keypair()
454 struct lws_gencrypto_keyelem *el) in lws_genecdh_new_keypair()
464 struct lws_gencrypto_keyelem *el) in lws_genecdsa_new_keypair()
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/parser/
H A DAttributeParseTest.java25 Element el = Jsoup.parse(html).getElementsByTag("a").get(0); in parsesRoughAttributeString() local
39 Element el = Jsoup.parse(html).select("a").first(); in handlesNewLinesAndReturns() local
47 Element el = Jsoup.parse(html).getElementsByTag("a").get(0); in parsesEmptyString() local
56 Element el = Jsoup.parse(html).getElementsByTag("a").get(0); in canStartWithEq() local
78 Element el = Jsoup.parse(html).select("a").first(); in parsesBooleanAttributes() local
H A DTokeniserTest.java56 Element el = els.first(); in handleSuperLargeTagNames() local
73 Element el = els.first(); in handleSuperLargeAttributeName() local
92 Element el = els.first(); in handleLargeText() local
109 Element el = els.first(); in handleLargeComment() local
127 Element el = els.first(); in handleLargeCdata() local
146 Element el = els.first(); in handleLargeTitle() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattDbElement.java55 GattDbElement el = new GattDbElement(); in createPrimaryService() local
62 GattDbElement el = new GattDbElement(); in createSecondaryService() local
69 GattDbElement el = new GattDbElement(); in createCharacteristic() local
78 GattDbElement el = new GattDbElement(); in createDescriptor() local
86 GattDbElement el = new GattDbElement(); in createIncludedService() local
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DRewriteRuleElementStream.java112 public void add(Object el) { in add()
141 Object el = _next(); in nextTree() local
145 Object el = _next(); in nextTree() local
183 protected abstract Object dup(Object el); in dup()
188 protected Object toTree(Object el) { in toTree()
/aosp_15_r20/external/aac/libAACdec/src/
H A Daacdecoder.cpp501 int el, chCnt = 0; in findElementInstanceTag() local
528 for (int el = 0; el < pce->NumFrontChannelElements; el++) { in validateElementInstanceTags() local
536 for (int el = 0; el < pce->NumSideChannelElements; el++) { in validateElementInstanceTags() local
544 for (int el = 0; el < pce->NumBackChannelElements; el++) { in validateElementInstanceTags() local
552 for (int el = 0; el < pce->NumLfeChannelElements; el++) { in validateElementInstanceTags() local
1418 int el; in CAacDecoder_DeInit() local
1685 for (int el = 0; el < (INT)asc->m_sc.m_usacConfig.m_usacNumElements; el++) { in CAacDecoder_Init() local
1750 int el = _el + elementOffset; in CAacDecoder_Init() local
2047 int el = elementOffset + _el; in CAacDecoder_Init() local
2151 int el = elementOffset + _el; in CAacDecoder_Init() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dexpression.hpp93 expression_type_left const& el; member
100 auto make_binary_tensor_expression( tensor_expression<T,EL> const& el, tensor_expression<T,ER> cons… in make_binary_tensor_expression()
106 auto make_binary_tensor_expression( matrix_expression<EL> const& el, tensor_expression<T,ER> const&… in make_binary_tensor_expression()
112 auto make_binary_tensor_expression( tensor_expression<T,EL> const& el, matrix_expression<ER> const&… in make_binary_tensor_expression()
118 auto make_binary_tensor_expression( vector_expression<EL> const& el, tensor_expression<T,ER> const&… in make_binary_tensor_expression()
124 auto make_binary_tensor_expression( tensor_expression<T,EL> const& el, vector_expression<ER> const&… in make_binary_tensor_expression()
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs89 public static BitSet Of(int el) { in Of()
130 public void Add(int el) { in Add()
230 public bool Member(int el) { in Member()
241 public void Remove(int el) { in Remove()
256 private static int NumWordsToHold(int el) { in NumWordsToHold()
/aosp_15_r20/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp104 static xml::Attribute* FindAttribute(xml::Element *el, uint32_t resd_id) { in FindAttribute()
116 static xml::Attribute* FindAttribute(xml::Element *el, const std::string &package, in FindAttribute()
268 virtual void Extract(xml::Element* el) { } in Extract()
2363 ForEachChild(this, [&printer, &first](ManifestExtractor::Element* el){ in Print()
2457 static void Print(ManifestExtractor::Element* el, text::Printer* printer) { in Print()
2465 static void ToProto(ManifestExtractor::Element* el, pb::Badging* out_badging) { in ToProto()
2564 return FindElement(root, [&](ManifestExtractor::Element* el) -> bool { in Extract()
2635 ForEachChild(root_element_.get(), [&feature_groups](ManifestExtractor::Element* el) -> void { in Extract()
2652 ForEachChild(root_element_.get(), [&](ManifestExtractor::Element* el) -> void { in Extract()
2671 ForEachChild(root_element_.get(), [this, &diag](ManifestExtractor::Element* el) -> void { in Extract()
[all …]
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderMemory.cpp60 shader.VisitMemoryObject(pointerId, true, [&](const Spirv::MemoryElement &el) { in EmitLoad()
71 shader.VisitMemoryObject(pointerId, false, [&](const Spirv::MemoryElement &el) { in EmitLoad()
120 shader.VisitMemoryObject(pointerId, true, [&](const Spirv::MemoryElement &el) { in Store()
128 shader.VisitMemoryObject(pointerId, false, [&](const Spirv::MemoryElement &el) { in Store()
242 shader.VisitMemoryObject(resultId, false, [&](const Spirv::MemoryElement &el) { in EmitVariable()
275 …shader.VisitMemoryObject(srcPtrId, false, [&](const Spirv::MemoryElement &el) { srcOffsets[el.inde… in EmitCopyMemory()
277 shader.VisitMemoryObject(dstPtrId, false, [&](const Spirv::MemoryElement &el) { in EmitCopyMemory()
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/misc/
H A DBitSet.java86 public void add(int el) { in add()
175 public void clear(int el) { in clear()
262 public boolean member(int el) { in member()
324 private int numWordsToHold(int el) { in numWordsToHold()
328 public static BitSet of(int el) { in of()
398 public void remove(int el) { in remove()
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
H A DBitSet.java76 public static BitSet of(int el) { in of()
117 public void add(int el) { in add()
232 public boolean member(int el) { in member()
242 public void remove(int el) { in remove()
256 private final int numWordsToHold(int el) { in numWordsToHold()
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A Dlws-genec.c56 const struct lws_gencrypto_keyelem *el) in lws_genec_keypair_import()
194 lws_genecdh_set_key(struct lws_genec_ctx *ctx, struct lws_gencrypto_keyelem *el, in lws_genecdh_set_key()
205 const struct lws_gencrypto_keyelem *el) in lws_genecdsa_set_key()
239 struct lws_gencrypto_keyelem *el) in lws_genecdh_new_keypair()
322 struct lws_gencrypto_keyelem *el) in lws_genecdsa_new_keypair()
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/nodes/
H A DElementIT.java86 Element el = doc.body(); in hasTextNoOverflow() local
99 Element el = doc.body(); in dataNoOverflow() local
113 Element el = doc.body(); in parentsNoOverflow() local
126 Element el = doc.body().appendElement("p"); in wrapNoOverflow() local
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Dea_refcount.c115 struct ea_refcount_el *el; in insert_refcount_el() local
211 struct ea_refcount_el *el; in ea_refcount_fetch() local
225 struct ea_refcount_el *el; in ea_refcount_increment() local
240 struct ea_refcount_el *el; in ea_refcount_decrement() local
256 struct ea_refcount_el *el; in ea_refcount_store() local
/aosp_15_r20/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp769 int el, ch; in sbrEncoder_Close() local
1215 int el; in FDKsbrEnc_Downsample() local
1586 INT el = -1; in FDKsbrEnc_Reallocate() local
1870 int n, el; in FDKsbrEnc_DelayCompensation() local
2141 int el, coreEl; in sbrEncoder_Init() local
2387 int el; in sbrEncoder_EncodeFrame() local
2433 int el; in sbrEncoder_UpdateBuffers() local
2452 int el; in sbrEncoder_SendHeader() local
2470 int el; in sbrEncoder_ContainsHeader() local
2506 int el; in sbrEncoder_SAPPrepare() local

12345678910>>...22