/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
H A D | InlineUiBot.java | 80 final UiObject2 strip = findSuggestionStrip(); in selectSuggestion() local 108 final UiObject2 strip = findSuggestionStrip(); in longPressSuggestion() local 142 final UiObject2 strip = findSuggestionStrip(); in assertSuggestion() local 151 final UiObject2 strip = findSuggestionStrip(); in assertNoSuggestion() local 160 final UiObject2 strip = findSuggestionStrip(); in scrollSuggestionView() local 168 final UiObject2 strip = waitForObject(By.text(text), UI_TIMEOUT); in assertTooltipShowing() local
|
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tif_read.c | 159 static int TIFFFillStripPartial(TIFF *tif, int strip, tmsize_t read_ahead, in TIFFFillStripPartial() 312 uint32_t strip; in TIFFSeek() local 475 static tmsize_t TIFFReadEncodedStripGetStripSize(TIFF *tif, uint32_t strip, in TIFFReadEncodedStripGetStripSize() 516 tmsize_t TIFFReadEncodedStrip(TIFF *tif, uint32_t strip, void *buf, in TIFFReadEncodedStrip() 560 tmsize_t _TIFFReadEncodedStripAndAllocBuffer(TIFF *tif, uint32_t strip, in _TIFFReadEncodedStripAndAllocBuffer() 596 static tmsize_t TIFFReadRawStrip1(TIFF *tif, uint32_t strip, void *buf, in TIFFReadRawStrip1() 693 tmsize_t TIFFReadRawStrip(TIFF *tif, uint32_t strip, void *buf, tmsize_t size) in TIFFReadRawStrip() 735 int TIFFFillStrip(TIFF *tif, uint32_t strip) in TIFFFillStrip() 1394 static int TIFFStartStrip(TIFF *tif, uint32_t strip) in TIFFStartStrip()
|
H A D | tif_write.c | 52 uint32_t strip; in TIFFWriteScanline() local 215 tmsize_t TIFFWriteEncodedStrip(TIFF *tif, uint32_t strip, void *data, in TIFFWriteEncodedStrip() 328 tmsize_t TIFFWriteRawStrip(TIFF *tif, uint32_t strip, void *data, tmsize_t cc) in TIFFWriteRawStrip() 759 static int TIFFAppendToStrip(TIFF *tif, uint32_t strip, uint8_t *data, in TIFFAppendToStrip()
|
H A D | tif_strip.c | 39 uint32_t strip; in TIFFComputeStrip() local 141 uint64_t TIFFRawStripSize64(TIFF *tif, uint32_t strip) in TIFFRawStripSize64() 156 tmsize_t TIFFRawStripSize(TIFF *tif, uint32_t strip) in TIFFRawStripSize()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | URLHandler.java | 166 public void guide(URLVisitor v, boolean recurse, boolean strip) { in guide() 174 … private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) { in process() 226 public void guide(URLVisitor v, boolean recurse, boolean strip) { in guide() 261 public abstract void guide(URLVisitor visitor, boolean recurse, boolean strip); in guide()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | URLHandler.java | 170 public void guide(URLVisitor v, boolean recurse, boolean strip) { in guide() 178 … private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) { in process() 230 public void guide(URLVisitor v, boolean recurse, boolean strip) { in guide() 265 public abstract void guide(URLVisitor visitor, boolean recurse, boolean strip); in guide()
|
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/signature/ |
H A D | SignatureToJDiffCommand.kt | 58 private val strip by in <lambda>() constant in com.android.tools.metalava.cli.signature.SignatureToJDiffCommand 150 val strip = strip in <lambda>() constant
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/colorama/ |
D | initialise.py | 37 def init(autoreset=False, convert=None, strip=None, wrap=True): argument 111 def wrap_stream(stream, convert, strip, autoreset, wrap): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/colorama/ |
D | initialise.py | 37 def init(autoreset=False, convert=None, strip=None, wrap=True): argument 111 def wrap_stream(stream, convert, strip, autoreset, wrap): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/colorama/ |
D | initialise.py | 37 def init(autoreset=False, convert=None, strip=None, wrap=True): argument 111 def wrap_stream(stream, convert, strip, autoreset, wrap): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/colorama/ |
D | initialise.py | 37 def init(autoreset=False, convert=None, strip=None, wrap=True): argument 111 def wrap_stream(stream, convert, strip, autoreset, wrap): argument
|
/aosp_15_r20/external/clang/ |
H A D | build.py | 218 def install_minimal_toolchain(build_dir, install_dir, host, strip): argument 224 def install_toolchain(build_dir, install_dir, host, strip): argument 283 def install_built_host_files(build_dir, install_dir, host, strip, minimal=None): argument
|
/aosp_15_r20/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/ |
H A D | Toolchain.kt | 42 val strip = binDir.resolve("llvm-strip") constant in com.android.ndkports.Toolchain
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/proto_with_toolchain/ |
H A D | Cargo.toml | 31 strip = true # Automatically strip debug symbols from the binary qkey 41 strip = 'debuginfo' # Automatically strip debug infos from the binary to reduce size qkey
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/proto/ |
H A D | Cargo.toml | 31 strip = true # Automatically strip debug symbols from the binary qkey 41 strip = 'debuginfo' # Automatically strip debug infos from the binary to reduce size qkey
|
/aosp_15_r20/external/doclava/src/com/google/doclava/apicheck/ |
H A D | ApiCheck.java | 262 static int convertToXml(String src, String dst, boolean strip) { in convertToXml() 292 static int newApi(String origApiPath, String newApiPath, String outputPath, boolean strip) { in newApi()
|
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/ |
H A D | xmlWriter.py | 75 def write8bit(self, data, strip=False): argument 86 def _writeraw(self, data, indent=True, strip=False): argument
|
/aosp_15_r20/external/lua/src/ |
H A D | ldump.c | 26 int strip; member 214 int strip) { in luaU_dump()
|
/aosp_15_r20/external/rootdev/ |
H A D | rootdev.c | 368 bool full, bool strip, in rootdev_wrapper() 403 int rootdev(char *path, size_t size, bool full, bool strip) { in rootdev()
|
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/signature/ |
H A D | SignatureToJDiffCommandTest.kt | 838 var strip = false variable in com.android.tools.metalava.cli.signature.JDiffTestConfig
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/debug/ |
D | mod_test.go | 15 func strip(s string) string { func
|
/aosp_15_r20/system/unwinding/libunwindstack/tools/ |
H A D | strip.py | 33 def strip(path): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/ |
H A D | strip_unused_test.py | 61 def strip(input_node_names): function
|
/aosp_15_r20/build/soong/cc/ |
H A D | strip.go | 62 func (stripper *Stripper) strip(actx android.ModuleContext, in android.Path, out android.ModuleOutP… func
|
/aosp_15_r20/external/autotest/client/bin/ |
H A D | fs_sync.py | 36 strip=False): argument
|