/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/stamp/ |
H A D | SourceStampCertificateLineage.java | 59 int nodeCount = 0; in readSigningCertificateLineage() local 95 nodeCount++; in readSigningCertificateLineage() 118 + nodeCount + " using " + jcaSignatureAlgorithm + " when verifying" in readSigningCertificateLineage() 135 + "SigningCertificateLineage at certificate #" + nodeCount + ". All " in readSigningCertificateLineage() 149 "Failed to verify signature over signed data for certificate #" + nodeCount in readSigningCertificateLineage() 152 throw new SecurityException("Failed to decode certificate #" + nodeCount in readSigningCertificateLineage()
|
/aosp_15_r20/external/aac/libDRCdec/src/ |
H A D | drcGainDec_preprocess.cpp | 403 int nodeCount = pCChar->characteristicNodeCount; in _compressorIO_nodes_inverse() local 404 for (k = 0; k < nodeCount; k++) { in _compressorIO_nodes_inverse() 410 if (gainDb <= nodeGain[nodeCount]) { in _compressorIO_nodes_inverse() 411 *inLev = FX_SGL2FX_DBL(nodeLevel[nodeCount]); in _compressorIO_nodes_inverse() 416 for (n = 0; n < nodeCount; n++) { in _compressorIO_nodes_inverse() 430 *inLev = FX_SGL2FX_DBL(nodeLevel[nodeCount]); in _compressorIO_nodes_inverse() 434 if (gainDb >= nodeGain[nodeCount]) { in _compressorIO_nodes_inverse() 435 *inLev = FX_SGL2FX_DBL(nodeLevel[nodeCount]); in _compressorIO_nodes_inverse() 440 for (n = 0; n < nodeCount; n++) { in _compressorIO_nodes_inverse() 454 *inLev = FX_SGL2FX_DBL(nodeLevel[nodeCount]); in _compressorIO_nodes_inverse()
|
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/ |
H A D | V3SigningCertificateLineage.java | 79 int nodeCount = 0; in readSigningCertificateLineage() local 108 nodeCount++; in readSigningCertificateLineage() 131 + nodeCount + " using " + jcaSignatureAlgorithm + " when verifying" in readSigningCertificateLineage() 147 + "SigningCertificateLineage at certificate #" + nodeCount + ". All " in readSigningCertificateLineage() 161 "Failed to verify signature over signed data for certificate #" + nodeCount in readSigningCertificateLineage() 164 throw new SecurityException("Failed to decode certificate #" + nodeCount in readSigningCertificateLineage()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
H A D | DotPrinter.java | 40 private int nodeCount; field in DotPrinter 48 nodeCount = 0; in output() 105 return "n" + (nodeCount++); in nextNodeName()
|
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/ |
H A D | Util.java | 96 int nodeCount = structure.getWindowNodeCount(); in dumpStructure() local 98 + " numberNodes=" + nodeCount); in dumpStructure() 99 for (int i = 0; i < nodeCount; i++) { in dumpStructure()
|
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/ |
D | Util.java | 96 int nodeCount = structure.getWindowNodeCount(); in dumpStructure() local 98 + " numberNodes=" + nodeCount); in dumpStructure() 99 for (int i = 0; i < nodeCount; i++) { in dumpStructure()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/ |
D | report.go | 159 if nodeCount := o.NodeCount; nodeCount > 0 { 164 if nodesKept := g.SelectTopNodePtrs(nodeCount, visualMode); len(g.Nodes) != len(nodesKept) { 169 if nodesKept := g.SelectTopNodes(nodeCount, visualMode); len(g.Nodes) != len(nodesKept) { 1192 nodeCount := len(g.Nodes) 1222 if nodeCount > 0 && nodeCount < origCount { 1224 nodeCount, origCount))
|
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/ |
H A D | Util.java | 106 int nodeCount = structure.getWindowNodeCount(); in dumpStructure() local 108 structure.getActivityComponent(), nodeCount); in dumpStructure() 109 for (int i = 0; i < nodeCount; i++) { in dumpStructure()
|
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/ |
D | Util.java | 106 int nodeCount = structure.getWindowNodeCount(); in dumpStructure() local 108 structure.getActivityComponent(), nodeCount); in dumpStructure() 109 for (int i = 0; i < nodeCount; i++) { in dumpStructure()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | ssearch.cpp | 224 int32_t nodeCount = 0; in searchTest() local 234 nodeCount++; in searchTest() 241 nodeCount++; in searchTest() 251 nodeCount++; in searchTest() 259 nodeCount++; in searchTest() 263 TEST_ASSERT(nodeCount == testCase->countChildren()); in searchTest()
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | ssearch.cpp | 224 int32_t nodeCount = 0; in searchTest() local 234 nodeCount++; in searchTest() 241 nodeCount++; in searchTest() 251 nodeCount++; in searchTest() 259 nodeCount++; in searchTest() 263 TEST_ASSERT(nodeCount == testCase->countChildren()); in searchTest()
|
/aosp_15_r20/frameworks/base/core/java/android/animation/ |
H A D | AnimatorSet.java | 349 final int nodeCount = mNodes.size(); 350 for (int i = 0; i < nodeCount; i ++) { 1500 final int nodeCount = mNodes.size(); 1512 anim.mNodes = new ArrayList<Node>(nodeCount); 1532 HashMap<Node, Node> clonesMap = new HashMap<>(nodeCount); 1533 for (int n = 0; n < nodeCount; n++) { 1548 for (int i = 0; i < nodeCount; i++) {
|
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
H A D | CascadingTest.java | 279 final AtomicInteger nodeCount = new AtomicInteger((2 << depthThreshold) - 1); in startCallTreeServer() local 295 if (nodeCount.decrementAndGet() == 0) { in startCallTreeServer()
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 712 unsigned int nodeCount; member in nv50_ir::__anon93abb1c60111::GCRA 755 for (unsigned int i = 0; i < nodeCount; ++i) { in printNodeInfo() 1101 nodeCount(0), in GCRA() 1188 for (unsigned int i = 0; i < nodeCount; ++i) { in calculateSpillWeights() 1398 for (unsigned int i = 0; i < nodeCount; ++i) { in selectRegisters() 1415 nodeCount = func->allLValues.getSize(); in allocateRegisters() 1416 nodes = new RIG_Node[nodeCount]; in allocateRegisters() 1419 for (unsigned int i = 0; i < nodeCount; ++i) { in allocateRegisters()
|
/aosp_15_r20/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityCache.java | 836 final int nodeCount = nodes.size(); in checkIntegrity() local 837 for (int j = 0; j < nodeCount; j++) { in checkIntegrity()
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/runtime/runtime-android/1.8.0-beta01/androidx.compose.runtime_runtime/android_common_apex30/aar/ |
D | classes.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/runtime/
androidx/compose ... |
D | androidx.compose.runtime_runtime.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/runtime/
androidx/compose ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/runtime/runtime-android/1.8.0-beta01/androidx.compose.runtime_runtime/android_common_apex34/aar/ |
D | classes.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/runtime/
androidx/compose ... |
D | androidx.compose.runtime_runtime.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/runtime/
androidx/compose ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/runtime/runtime-android/1.8.0-beta01/androidx.compose.runtime_runtime/android_common/aar/ |
D | androidx.compose.runtime_runtime.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/runtime/
androidx/compose ... |
D | classes.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/runtime/
androidx/compose ... |
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | AccessibilityInteractionController.java | 1381 final int nodeCount = nodes.size(); in enforceNodeTreeConsistent() local 1382 for (int i = 0; i < nodeCount; i++) { in enforceNodeTreeConsistent()
|
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | dom4j-1.6.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/dom4j/
org/ ... |
/aosp_15_r20/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1/src/main/proto/google/cloud/orchestration/airflow/service/v1/ |
H A D | environments.proto | 267 // * `config.nodeCount` 269 // greater than or equal to 3 must be provided in the `config.nodeCount`
|
/aosp_15_r20/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1beta1/src/main/proto/google/cloud/orchestration/airflow/service/v1beta1/ |
H A D | environments.proto | 294 // * `config.nodeCount` 296 // greater than or equal to 3 must be provided in the `config.nodeCount`
|