Searched
full:annotate (Results
276 -
300 of
1244) sorted by null
<<11121314151617181920>>
/external/tensorflow/tensorflow/core/grappler/costs/ |
analytical_cost_estimator.h | 54 // Predict the performance of each node of the optimized graph and annotate
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
gcs_dns_cache.h | 50 // Annotate the given HttpRequest with resolve overrides from the cache.
|
/frameworks/base/cmds/statsd/src/ |
atom_field_options.proto | 35 // Used to annotate an atom that reprsents a state change. A state change atom must have exactly ONE
|
/frameworks/support/annotations/src/main/java/androidx/annotation/ |
RestrictTo.java | 88 * <strong>Note:</strong> This scope should not be used to annotate
|
/libcore/ojluni/src/main/java/java/lang/annotation/ |
Inherited.java | 40 * type is used to annotate anything other than a class. Note also
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_dircache.py | 65 dircache.annotate(self.tempdir, lst)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_dircache.py | 65 dircache.annotate(self.tempdir, lst)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_dircache.py | 65 dircache.annotate(self.tempdir, lst)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_dircache.py | 65 dircache.annotate(self.tempdir, lst)
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
ParameterItem.kt | 37 * public API; in Java they are not. In Java, you can annotate a
|
/tools/metalava/stub-annotations/src/main/java/androidx/annotation/ |
RestrictTo.java | 65 * <p><strong>Note:</strong> This scope should not be used to annotate packages.
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
ClassDefsSection.java | 96 out.annotate(4, "class_defs_size: " + Hex.u4(sz)); 97 out.annotate(4, "class_defs_off: " + Hex.u4(offset));
|
DebugInfoItem.java | 97 * @param out {@code non-null;} where to annotate to 123 out.annotate(offsetString() + " debug info");
|
Statistics.java | 77 out.annotate(0, "\nstatistics:\n"); 169 out.annotate(toHuman());
|
StringIdsSection.java | 91 out.annotate(4, "string_ids_size: " + Hex.u4(sz)); 92 out.annotate(4, "string_ids_off: " + Hex.u4(offset));
|
TypeIdsSection.java | 89 out.annotate(4, "type_ids_size: " + Hex.u4(sz)); 90 out.annotate(4, "type_ids_off: " + Hex.u4(offset));
|
UniformListItem.java | 193 out.annotate(0, offsetString() + " " + typeName()); 194 out.annotate(4, " size: " + Hex.u4(size));
|
/dalvik/dx/src/com/android/dx/dex/file/ |
ClassDefsSection.java | 95 out.annotate(4, "class_defs_size: " + Hex.u4(sz)); 96 out.annotate(4, "class_defs_off: " + Hex.u4(offset));
|
DebugInfoItem.java | 94 * @param out {@code non-null;} where to annotate to 120 out.annotate(offsetString() + " debug info");
|
Statistics.java | 76 out.annotate(0, "\nstatistics:\n"); 168 out.annotate(toHuman());
|
StringIdsSection.java | 85 out.annotate(4, "string_ids_size: " + Hex.u4(sz)); 86 out.annotate(4, "string_ids_off: " + Hex.u4(offset));
|
TypeIdsSection.java | 94 out.annotate(4, "type_ids_size: " + Hex.u4(sz)); 95 out.annotate(4, "type_ids_off: " + Hex.u4(offset));
|
UniformListItem.java | 191 out.annotate(0, offsetString() + " " + typeName()); 192 out.annotate(4, " size: " + Hex.u4(size));
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
MapKeyGenerator.java | 118 mapKeyCreatorWriter.annotate(Generated.class).setValue(ComponentProcessor.class.getName()); 134 createMethod.annotate(AutoAnnotation.class);
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
DebugInfoItem.java | 62 out.annotate(0, "parameters:"); 72 out.annotate(0, "debug opcodes:");
|
Completed in 338 milliseconds
<<11121314151617181920>>