Home
last modified time | relevance | path

Searched defs:keep (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/
Dminigzip.c186 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 Dpngunknown.c190 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/
Dlib.rs174 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 DResource.cpp2954 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/
Dslang_rs_export_type.cpp970 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
Dslang_rs_exportable.cpp21 bool RSExportable::keep() { in keep() function in slang::RSExportable
/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/src/file/
Dmod.rs131 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 DCPPBoxWithNonMaximaSuppressionLimitKernel.cpp39 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/
Dquickcheck.rs150 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 Dmetrics.c437 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 DToolOutputFile.h57 void keep() { Installer.Keep = true; } in keep() function
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DToolOutputFile.h58 void keep() { Installer.Keep = true; } in keep() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DToolOutputFile.h67 void keep() { Installer.Keep = true; } in keep() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DToolOutputFile.h67 void keep() { Installer.Keep = true; } in keep() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DToolOutputFile.h67 void keep() { Installer.Keep = true; } in keep() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DToolOutputFile.h67 void keep() { Installer.Keep = true; } in keep() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DToolOutputFile.h69 void keep() { Installer.Keep = true; } in keep() function
/aosp_15_r20/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DJarJarTask.java42 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 DTinyFrameworkClassWideAnnotations.java28 public int keep = 1; field in TinyFrameworkClassWideAnnotations
H A DTinyFrameworkAnnotations.java37 public int keep = 1; field in TinyFrameworkAnnotations
/aosp_15_r20/frameworks/base/tools/aapt2/link/
H A DFlagDisabledResourceRemover.cpp38 bool keep = remove_iter != entry->values.begin(); in KeepResourceEntry() local
/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/src/file/imp/
Dother.rs32 pub fn keep(_path: &Path) -> io::Result<()> { in keep() function
/aosp_15_r20/external/toybox/toys/posix/
H A Dtsort.c46 char *ss, **pair, *keep[2]; in do_tsort() local
/aosp_15_r20/libcore/ojluni/src/test/java/lang/ref/
H A DBasicTest.java40 static Vector keep = new Vector(); field in BasicTest
/aosp_15_r20/external/jazzer-api/bazel/tools/java/com/code_intelligence/jazzer/tools/
H A DJarStripper.java122 private static PathMatcher toPathMatcher(FileSystem fs, List<String> paths, boolean keep) { in toPathMatcher()

12345678910>>...14