| /prebuilts/tools/common/m2/repository/org/ow2/ow2/1.3/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-parent/1.5.10/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-api/1.7/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-impl/1.7/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-parent/1.7/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-spi/1.7/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/m2/repository/org/sonatype/forge/forge-parent/4/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/m2/repository/org/sonatype/forge/forge-parent/5/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/m2/repository/org/sonatype/forge/forge-parent/6/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell/2.4/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/m2/repository/org/sonatype/spice/spice-parent/12/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/m2/repository/org/sonatype/spice/spice-parent/16/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/2.0.2/ |
| _remote.repositories | 1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
|
| /prebuilts/tools/common/spantable/ |
| README | 4 * model interface was changed
|
| /external/mesa3d/src/gallium/state_trackers/nine/ |
| stateblock9.c | 78 if (This->state.changed.ps_const_f) { 79 for (r = This->state.changed.ps_const_f; r->next; r = r->next); 80 nine_range_pool_put_chain(pool, This->state.changed.ps_const_f, r); 82 if (This->state.changed.vs_const_f) { 83 for (r = This->state.changed.vs_const_f; r->next; r = r->next); 84 nine_range_pool_put_chain(pool, This->state.changed.vs_const_f, r); 86 if (This->state.changed.vs_const_i) { 87 for (r = This->state.changed.vs_const_i; r->next; r = r->next); 88 nine_range_pool_put_chain(pool, This->state.changed.vs_const_i, r); 90 if (This->state.changed.vs_const_b) [all...] |
| /frameworks/ml/nn/runtime/ |
| NeuralNetworks.cpp | 37 // Make sure the constants defined in the header files have not changed values. 40 static_assert(ANEURALNETWORKS_FLOAT32 == 0, "ANEURALNETWORKS_FLOAT32 has changed"); 41 static_assert(ANEURALNETWORKS_INT32 == 1, "ANEURALNETWORKS_INT32 has changed"); 42 static_assert(ANEURALNETWORKS_UINT32 == 2, "ANEURALNETWORKS_UINT32 has changed"); 44 "ANEURALNETWORKS_TENSOR_FLOAT32 has changed"); 45 static_assert(ANEURALNETWORKS_TENSOR_INT32 == 4, "ANEURALNETWORKS_TENSOR_INT32 has changed"); 47 "ANEURALNETWORKS_TENSOR_QUANT8_ASYMM has changed"); 48 static_assert(ANEURALNETWORKS_OEM_SCALAR == 10000, "ANEURALNETWORKS_OEM_SCALAR has changed"); 50 "ANEURALNETWORKS_TENSOR_OEM_BYTE has changed"); 54 static_assert(ANEURALNETWORKS_ADD == 0, "ANEURALNETWORKS_ADD has changed"); [all...] |
| /external/dlmalloc/ |
| README.txt | 9 BEGIN android-changed: change description 10 END android-changed
|
| /prebuilts/go/darwin-x86/src/crypto/ecdsa/testdata/ |
| SigVer.rsp.bz2 | |
| /prebuilts/go/linux-x86/src/crypto/ecdsa/testdata/ |
| SigVer.rsp.bz2 | |
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/ |
| AstObserver.java | 41 * The value of a property is changed 44 * @param property property changed 51 * The parent of a node is changed 53 * @param observedNode node of which the parent is changed 60 * A list is changed 62 * @param observedNode list changed 64 * @param index position at which the changed occurred
|
| /external/tpm2/ |
| SetCommandCodeAuditStatus.c | 17 BOOL changed = FALSE; local 40 // algorithm has been changed. The size will be cleared to zero in the 53 // If change is made in CommandAuditSet, set changed flag 55 changed = TRUE; 59 // If change is made in CommandAuditClear, set changed flag 61 changed = TRUE; 64 if(changed)
|