/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/ |
Sanitizers.def | 132 SANITIZER("efficiency-cache-frag", EfficiencyCacheFrag) 133 SANITIZER("efficiency-working-set", EfficiencyWorkingSet) 135 SANITIZER_GROUP("efficiency-all", Efficiency,
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/ |
Sanitizers.def | 132 SANITIZER("efficiency-cache-frag", EfficiencyCacheFrag) 133 SANITIZER("efficiency-working-set", EfficiencyWorkingSet) 135 SANITIZER_GROUP("efficiency-all", Efficiency,
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/ |
Sanitizers.def | 132 SANITIZER("efficiency-cache-frag", EfficiencyCacheFrag) 133 SANITIZER("efficiency-working-set", EfficiencyWorkingSet) 135 SANITIZER_GROUP("efficiency-all", Efficiency,
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/ |
Sanitizers.def | 132 SANITIZER("efficiency-cache-frag", EfficiencyCacheFrag) 133 SANITIZER("efficiency-working-set", EfficiencyWorkingSet) 135 SANITIZER_GROUP("efficiency-all", Efficiency,
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/ |
AcpiLib.h | 65 GicBase, GicVBase, GicHBase, GsivId, GicRBase, Efficiency) \
69 GsivId, GicRBase, Mpidr, Efficiency, \
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/ |
FixedStepHandler.java | 46 * @param y state vector at t. For efficiency purposes, the {@link 52 * For efficiency purposes, the {@link StepNormalizer} class reuses
|
/external/clang/test/Lexer/ |
case-insensitive-include.c | 28 #include "APath/.././case-insensitive-include.h" // For the sake of efficiency, this case is not diagnosed. :-( 31 #include "../Output/./APath/.././case-insensitive-include.h" // For the sake of efficiency, this case is not diagnosed. :-(
|
case-insensitive-include-ms.c | 18 #include "APath\..\.\case-insensitive-include.h" // For the sake of efficiency, this case is not diagnosed. :-(
|
/external/e2fsprogs/lib/ext2fs/ |
fiemap.h | 66 * merged for efficiency. */
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
BaseTarget.java | 12 * For maximum efficiency, clear this target when you have finished using or displaying the
|
/external/syslinux/libinstaller/linux/ |
fiemap.h | 64 * merged for efficiency. */
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/ |
random.h | 26 // Knuth, special cased for lambda = 1.0 for efficiency.
|
/frameworks/base/libs/hwui/ |
AnimatorManager.h | 71 // To improve the efficiency of resizing & removing from the vector
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
ScrollAdapterBase.java | 41 * efficiency.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
fiemap.h | 64 * merged for efficiency. */
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorDeviceThreadPool.h | 180 // efficiency. If block_align is not nullptr, it is called to round up the 193 // efficiency. We want blocks to be not too small to mitigate 208 // Calculate parallel efficiency as fraction of total CPU time used for 214 // doesn't decrease parallel efficiency. 227 // Recalculate parallel efficiency.
|
/external/squashfs-tools/RELEASE-READMEs/ |
README-2.0 | 17 compression to tgz files while retaining the I/O efficiency of a compressed 148 This scheme produces a hybrid filesystem, retaining the I/O efficiency 149 of a compressed filesystem, while obtaining the compression efficiency
|
/external/clang/include/clang/Driver/ |
SanitizerArgs.h | 63 return Sanitizers.hasOneOf(SanitizerKind::Efficiency);
|
/external/clang/test/Driver/ |
fsanitize.c | 91 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-cache-frag,address -pie -fno-rtti %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANE-SANA 92 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-working-set,address -pie -fno-rtti %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANE-SANA 93 // CHECK-SANE-SANA: '-fsanitize=efficiency-{{.*}}' not allowed with '-fsanitize=address' 95 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-cache-frag,leak -pie -fno-rtti %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANE-SANL 96 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-working-set,leak -pie -fno-rtti %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANE-SANL 97 // CHECK-SANE-SANL: '-fsanitize=efficiency-{{.*}}' not allowed with '-fsanitize=leak' 99 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-cache-frag,thread -pie -fno-rtti %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANE-SANT 100 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-working-set,thread -pie -fno-rtti %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANE-SANT 101 // CHECK-SANE-SANT: '-fsanitize=efficiency-{{.*}}' not allowed with '-fsanitize=thread' 103 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-cache-frag,memory -pie -fno-rtti %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANE-SAN [all...] |
/external/kernel-headers/original/uapi/linux/ |
fiemap.h | 66 * merged for efficiency. */
|
/external/libvpx/libvpx/build/make/ |
msvs_common.sh | 41 # Corrects the paths in file_list in one pass for efficiency.
|
/external/llvm/test/Instrumentation/EfficiencySanitizer/ |
str-nobuiltin.ll | 1 ; Test marking string functions as nobuiltin in efficiency sanitizer.
|
/external/squashfs-tools/kernel/fs/squashfs/ |
id.c | 27 * For space efficiency regular files store uid and gid indexes, which are
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_AudioSpectrogram.pbtxt | 18 How wide the input window is in samples. For the highest efficiency
|
/external/tensorflow/tensorflow/python/grappler/ |
cost_analyzer.h | 48 // efficiency, as well as graph-level aggregated performance statistics.
|