/external/mesa3d/bin/ |
perf-annotate-jit | 25 """Perf annotate for JIT code. 27 Linux `perf annotate` does not work with JIT code. This script takes the data 29 into /tmp/perf-XXXXX.map.asm and produces output similar to `perf annotate`.
|
/external/valgrind/docs/ |
callgrind_annotate.1 | 2 .\" Title: Callgrind Annotate 10 .TH "CALLGRIND ANNOTATE" "1" "06/15/2017" "Release 3.13.0" "Release 3.13.0" 70 Annotate all source files containing functions that helped reach the event count threshold\&.
|
/frameworks/base/core/java/android/view/textclassifier/ |
TextClassifierImplNative.java | 99 public AnnotatedSpan[] annotate(String text, AnnotationOptions options) { method in class:TextClassifierImplNative 183 /** Represents a result of Annotate call. */ 247 /** Represents options for the Annotate call. */
|
/external/libtextclassifier/ |
text-classifier_test.cc | 384 EXPECT_THAT(classifier->Annotate(test_string), 502 EXPECT_THAT(classifier->Annotate("call me at (800) 123-456 today"), 711 TEST_P(TextClassifierTest, Annotate) { 720 EXPECT_THAT(classifier->Annotate(test_string), 730 EXPECT_THAT(classifier->Annotate("853 225 3556", options), 732 EXPECT_TRUE(classifier->Annotate("853 225\n3556", options).empty()); 736 classifier->Annotate("853 225 3556\n\xf0\x9f\x98\x8b\x8b", options) 759 EXPECT_THAT(classifier->Annotate(test_string), 769 EXPECT_THAT(classifier->Annotate("853 225 3556", options), 771 EXPECT_TRUE(classifier->Annotate("853 225\n3556", options).empty()) [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
MixedItemSection.java | 153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz)); 154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset)); 252 out.annotate(0, intro); 257 out.annotate(0, item.offsetString() + ' ' + label + '\n'); 342 out.annotate(0, "\n");
|
ValueEncoder.java | 277 out.annotate(" size: " + Hex.u4(size)); 285 out.annotate(" [" + Integer.toHexString(i) + "] " + 318 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " + 328 out.annotate(" size: " + Hex.u4(size)); 340 out.annotate(0, " elements[" + at + "]:"); 342 out.annotate(" name_idx: " + Hex.u4(nameIdx) + " // " + 349 out.annotate(" value: " + constantToHuman(value));
|
DexFile.java | 172 boolean annotate = (humanOut != null); 173 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose); 179 if (annotate) { 194 boolean annotate = (humanOut != null); 195 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose); 197 if (annotate) { 471 * @param annotate whether or not to keep annotations 475 private ByteArrayAnnotatedOutput toDex0(boolean annotate, 540 if (annotate) { 575 if (annotate) { [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
LocalsArraySet.java | 123 public void annotate(ExceptionWithContext ex) { method in class:LocalsArraySet 125 primary.annotate(ex); 135 la.getPrimary().annotate(ex); 356 annotate(ex); 358 other.annotate(ex);
|
ExecutionStack.java | 79 * @param ex {@code non-null;} the exception to annotate 81 public void annotate(ExceptionWithContext ex) { method in class:ExecutionStack 311 this.annotate(ex); 313 other.annotate(ex);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
MixedItemSection.java | 153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz)); 154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset)); 252 out.annotate(0, intro); 257 out.annotate(0, item.offsetString() + ' ' + label + '\n'); 342 out.annotate(0, "\n");
|
ValueEncoder.java | 298 out.annotate(" size: " + Hex.u4(size)); 306 out.annotate(" [" + Integer.toHexString(i) + "] " + 339 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " + 349 out.annotate(" size: " + Hex.u4(size)); 361 out.annotate(0, " elements[" + at + "]:"); 363 out.annotate(" name_idx: " + Hex.u4(nameIdx) + " // " + 370 out.annotate(" value: " + constantToHuman(value));
|
DexFile.java | 237 boolean annotate = (humanOut != null); 238 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose, storage); 244 if (annotate) { 270 boolean annotate = (humanOut != null); 271 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose, null); 273 if (annotate) { 606 * @param annotate whether or not to keep annotations 610 private ByteArrayAnnotatedOutput toDex0(boolean annotate, 694 if (annotate) { 732 if (annotate) { [all...] |
CallSiteItem.java | 83 out.annotate(0, offsetString() + " call site");
|
EncodedArrayItem.java | 110 out.annotate(0, offsetString() + " encoded array");
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
FactoryGenerator.java | 125 factoryWriter.annotate(SuppressWarnings.class).setValue("rawtypes"); 150 factoryWriter.annotate(Generated.class).setValue(ComponentProcessor.class.getName()); 156 getMethodWriter.annotate(Override.class); 208 createMethodWriter.annotate(SuppressWarnings.class).setValue("unchecked"); 248 getMethodWriter.annotate(
|
/external/tensorflow/tensorflow/python/debug/lib/ |
source_utils.py | 99 """Annotate a Python source file with a list of ops created at each line. 108 used to annotate the source file. 111 min_line: (`None` or `int`) The 1-based line to start annotate the source 266 """Annotate a Python source file with profiling information at each line. 275 min_line: (`None` or `int`) The 1-based line to start annotate the source
|
/cts/tests/inputmethod/ |
AndroidTest.xml | 25 installable IMEs. Ideally target_preparer should have an option to annotate required
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_dircache.py | 65 dircache.annotate(self.tempdir, lst)
|
/external/ImageMagick/PerlMagick/demo/ |
piddle.pl | 62 $image->Annotate(text=>'This is a test!',geometry=>'+30+140',
|
/external/annotation-tools/annotation-file-utilities/src/annotator/find/ |
ReceiverCriterion.java | 27 // want to annotate BlockTree returned by MethodTree.getBody();
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/ |
reference.py | 20 def Annotate(cls, nodes):
|
/external/libchrome/base/threading/ |
post_task_and_reply_impl.cc | 87 // before the origin sequence stops executing tasks. Annotate |relay| as leaky
|
/external/libtextclassifier/util/base/ |
macros.h | 38 // The TC_FALLTHROUGH_INTENDED macro can be used to annotate implicit
|
/external/python/cpython2/Lib/test/ |
test_dircache.py | 65 dircache.annotate(self.tempdir, lst)
|
/external/tensorflow/tensorflow/contrib/tpu/profiler/ |
tpu_profiler.proto | 58 // Performance profile that can be used to annotate HLO operations in the
|