/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/ |
D | minigzip.c | 186 void file_compress(char *file, char *mode, int keep) { in file_compress() 218 void file_uncompress(char *file, int keep) { in file_uncompress() 275 int keep = 0; in main() local
|
/aosp_15_r20/external/libpng/contrib/libtests/ |
H A D | pngunknown.c | 190 int keep; /* unknown handling setting */ member 405 int keep; /* the default value */ member 522 int keep, discard; in read_callback() local 906 int keep = chunk_info[i].keep; in check_handling() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/src/ |
D | lib.rs | 174 keep: bool, field 424 pub fn keep(&mut self, keep: bool) -> &mut Self { in keep() method
|
/aosp_15_r20/frameworks/base/tools/aapt/ |
H A D | Resource.cpp | 2954 addProguardKeepRule(ProguardKeepSet* keep, const String8& inClassName, in addProguardKeepRule() 2988 addProguardKeepMethodRule(ProguardKeepSet* keep, const String8& memberName, in addProguardKeepMethodRule() 3005 writeProguardForAndroidManifest(ProguardKeepSet* keep, const sp<AaptAssets>& assets, bool mainDex) in writeProguardForAndroidManifest() 3134 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, in writeProguardForXml() 3227 writeProguardForLayouts(ProguardKeepSet* keep, const sp<AaptAssets>& assets) in writeProguardForLayouts() 3298 writeProguardSpec(const char* filename, const ProguardKeepSet& keep, status_t err) in writeProguardSpec() 3331 ProguardKeepSet keep; in writeProguardFile() local 3355 ProguardKeepSet keep; in writeMainDexProguardFile() local
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_export_type.cpp | 970 bool RSExportType::keep() { in keep() function in slang::RSExportType 1286 bool RSExportPointerType::keep() { in keep() function in slang::RSExportPointerType 1473 bool RSExportConstantArrayType::keep() { in keep() function in slang::RSExportConstantArrayType 1588 bool RSExportRecordType::keep() { in keep() function in slang::RSExportRecordType
|
D | slang_rs_exportable.cpp | 21 bool RSExportable::keep() { in keep() function in slang::RSExportable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/src/file/ |
D | mod.rs | 131 keep: bool, field 298 pub fn keep(mut self) -> Result<PathBuf, PathPersistError> { in keep() method 778 pub fn keep(self) -> Result<(F, PathBuf), PersistError<F>> { in keep() method
|
/aosp_15_r20/external/ComputeLibrary/src/core/CPP/kernels/ |
H A D | CPPBoxWithNonMaximaSuppressionLimitKernel.cpp | 39 std::vector<int> keep; in SoftNMS() local 123 std::vector<int> keep; in NonMaximaSuppression() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/ |
D | quickcheck.rs | 150 let keep = g[i] >= 0; in graph_retain_nodes() localVariable 195 let keep = g[i] >= 0; in graph_retain_edges() localVariable 231 let keep = g[i] >= 0; in stable_graph_retain_edges() localVariable
|
/aosp_15_r20/external/libwebsockets/lib/system/metrics/ |
H A D | metrics.c | 437 lws_metric_destroy(lws_metric_t **pmt, int keep) in lws_metric_destroy() 502 lws_metric_policy_dyn_destroy(lws_metric_policy_dyn_t *dm, int keep) in lws_metric_policy_dyn_destroy()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ToolOutputFile.h | 57 void keep() { Installer.Keep = true; } in keep() function
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | ToolOutputFile.h | 58 void keep() { Installer.Keep = true; } in keep() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | ToolOutputFile.h | 67 void keep() { Installer.Keep = true; } in keep() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | ToolOutputFile.h | 67 void keep() { Installer.Keep = true; } in keep() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | ToolOutputFile.h | 67 void keep() { Installer.Keep = true; } in keep() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | ToolOutputFile.h | 67 void keep() { Installer.Keep = true; } in keep() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | ToolOutputFile.h | 69 void keep() { Installer.Keep = true; } in keep() function
|
/aosp_15_r20/external/jarjar/src/main/com/tonicsystems/jarjar/ |
H A D | JarJarTask.java | 42 public void addConfiguredKeep(Keep keep) { in addConfiguredKeep()
|
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/test-tiny-framework/tiny-framework/src/com/android/hoststubgen/test/tinyframework/ |
H A D | TinyFrameworkClassWideAnnotations.java | 28 public int keep = 1; field in TinyFrameworkClassWideAnnotations
|
H A D | TinyFrameworkAnnotations.java | 37 public int keep = 1; field in TinyFrameworkAnnotations
|
/aosp_15_r20/frameworks/base/tools/aapt2/link/ |
H A D | FlagDisabledResourceRemover.cpp | 38 bool keep = remove_iter != entry->values.begin(); in KeepResourceEntry() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/src/file/imp/ |
D | other.rs | 32 pub fn keep(_path: &Path) -> io::Result<()> { in keep() function
|
/aosp_15_r20/external/toybox/toys/posix/ |
H A D | tsort.c | 46 char *ss, **pair, *keep[2]; in do_tsort() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/ref/ |
H A D | BasicTest.java | 40 static Vector keep = new Vector(); field in BasicTest
|
/aosp_15_r20/external/jazzer-api/bazel/tools/java/com/code_intelligence/jazzer/tools/ |
H A D | JarStripper.java | 122 private static PathMatcher toPathMatcher(FileSystem fs, List<String> paths, boolean keep) { in toPathMatcher()
|