/frameworks/compile/slang/ |
slang_rs_exportable.h | 55 // When keep() is invoked, mKeep will set to true and the associated RSContext 58 // Return false if the exportable is kept or failed to keep. 59 virtual bool keep();
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/ |
graph_test.go | 107 keep NodePtrSet 147 keep := make(NodePtrSet, len(nodes)) 155 keep[node] = true 158 return expected, keep 201 expected, keep := createExpectedNodes(nodes[0], nodes[2], nodes[3]) 211 keep: keep, 247 expected, keep := createExpectedNodes(nodes[3], nodes[4]) 254 keep: keep, [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/ |
graph_test.go | 107 keep NodePtrSet 147 keep := make(NodePtrSet, len(nodes)) 155 keep[node] = true 158 return expected, keep 201 expected, keep := createExpectedNodes(nodes[0], nodes[2], nodes[3]) 211 keep: keep, 247 expected, keep := createExpectedNodes(nodes[3], nodes[4]) 254 keep: keep, [all...] |
/external/libpng/contrib/libtests/ |
pngunknown.c | 190 int keep; /* unknown handling setting */ member in struct:__anon25681 339 chunk_info[i].keep = 0; 403 int keep; /* the default value */ member in struct:__anon25682 516 * returning '0' to keep the chunk and '1' to discard it. 520 int keep, discard; local 523 keep = d->keep; 527 keep = chunk_info[chunk].keep; 528 if (keep == PNG_HANDLE_CHUNK_AS_DEFAULT 900 int keep = chunk_info[i].keep; local [all...] |
/external/proguard/examples/ |
proguardgui.pro | 21 # perform incremental obfuscation based on its mapping file, and only keep the 49 -keep public class proguard.gui.ProGuardGUI {
|
applets.pro | 15 # traces later on. Keep a fixed source file attribute and all line number 27 # You can print out the seeds that are matching the keep options below. 33 -keep public class * extends java.applet.Applet 67 # -keep public class mypackage.MyClass 68 # -keep public interface mypackage.MyInterface 69 # -keep public class * implements mypackage.MyInterface
|
/prebuilts/go/darwin-x86/src/cmd/go/testdata/src/multimain/ |
multimain_test.go | 8 // This used to work so I guess now it has to keep working.
|
/prebuilts/go/linux-x86/src/cmd/go/testdata/src/multimain/ |
multimain_test.go | 8 // This used to work so I guess now it has to keep working.
|
/prebuilts/ndk/r16/sources/android/native_app_glue/ |
Android.mk | 10 # need to keep it around since it's the interface for JNI.
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
proguardgui.pro | 20 # perform incremental obfuscation based on its mapping file, and only keep the 48 -keep public class proguard.gui.ProGuardGUI {
|
/external/tensorflow/tensorflow/core/framework/ |
memory_types.cc | 47 size_t keep = 0; local 56 if (i > keep) (*host_memory_args)[keep] = (*host_memory_args)[i]; 57 ++keep; 60 host_memory_args->resize(keep);
|
/external/proguard/src/proguard/gradle/ |
ProGuardTask.java | 285 public void keep(String classSpecificationString) method in class:ProGuardTask 288 keep(null, classSpecificationString); method 291 public void keep(Map keepArgs, method in class:ProGuardTask 295 configuration.keep = 296 extendClassSpecifications(configuration.keep, 304 public void keep(Map keepClassSpecificationArgs) method in class:ProGuardTask 307 keep(keepClassSpecificationArgs, (Closure)null); method 310 public void keep(Map keepClassSpecificationArgs, method in class:ProGuardTask 314 configuration.keep = 315 extendClassSpecifications(configuration.keep, [all...] |
/external/autotest/site_utils/admin/ |
clean_staged_images.py | 11 1. Check if the build target is in the list of targets that need to keep the 99 @param keep_duration: How old of regular builds to keep around. 100 @param keep_paladin_duration: How old of Paladin builds to keep around. 105 keep = keep_paladin_duration 107 keep = keep_duration 108 if file_is_too_old(timestamp_dir, keep): 120 help='Number of hours to keep normal builds: %default') 122 help='Number of hours to keep paladin builds: %default')
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
model_pruner.cc | 63 std::vector<const NodeDef*> keep = local 70 // Try to keep the nodes ordered somewhat topologically since this helps 72 for (int i = keep.size() - 1; i >= 0; --i) { 73 *runnable_item.graph.add_node() = *keep[i];
|
/frameworks/base/tools/aapt2/java/ |
ProguardRules_test.cpp | 134 EXPECT_THAT(actual, HasSubstr("-keep class com.foo.Bar { <init>(...); }")); 154 EXPECT_THAT(actual, HasSubstr("-keep class com.foo.Bar { <init>(...); }")); 176 EXPECT_THAT(actual, HasSubstr("-keep class com.foo.Bar { <init>(...); }"));
|
/system/tools/hidl/c2hal/ |
CompositeDeclaration.cpp | 120 bool keep = true; local 127 keep = false; 131 if (keep) {
|
/external/tcpdump/ |
print-chdlc.c | 134 } keep; member in union:cisco_slarp::__anon38566 173 EXTRACT_32BITS(&slarp->un.keep.myseq), 174 EXTRACT_32BITS(&slarp->un.keep.yourseq), 175 EXTRACT_16BITS(&slarp->un.keep.rel)));
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
CameraButtonIntentReceiver.java | 44 holder.keep();
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/ |
stm32l4xx-cannot-fix-far-ldm.s | 23 @ Emit a warning during the link phase and keep the same instruction
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
TokenSource.pm | 6 # Do not fail/return upon lexing error; keep chewing on the characters 29 to keep going or you do not upon token recognition error. If you do not 34 requested a token. Keep lexing until you get a valid one. Just report 35 errors and keep going, looking for a valid token.
|
/external/llvm/lib/TableGen/ |
Main.cpp | 69 DepOut.keep(); 118 Out.keep();
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
Main.cpp | 101 DepOut.keep(); 108 Out.keep();
|
/prebuilts/go/darwin-x86/src/net/ |
tcpsockopt_plan9.go | 18 // Set keep alive period.
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue12133.go | 8 // because we did not keep track of its allocation correctly.
|
/prebuilts/go/linux-x86/src/net/ |
tcpsockopt_plan9.go | 18 // Set keep alive period.
|