HomeSort by relevance Sort by last modified time
    Searched refs:Param (Results 1 - 25 of 208) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/extensions/browser/value_store/
testing_value_store_unittest.cc 13 ValueStore* Param(const base::FilePath& file_path) {
22 testing::Values(&Param));
  /cts/suite/audio_quality/lib/include/task/
TaskProcess.h 41 class Param;
42 bool parseParams(std::vector<Param>& list, const char* str, bool isInput);
49 bool prepareParams(std::vector<TaskProcess::Param>& list,
69 class Param {
71 Param(ParamType type, android::String8& string);
72 Param(TaskCase::Value& val);
86 std::vector<Param> mInput;
87 std::vector<Param> mOutput;
  /libcore/benchmarks/src/benchmarks/regression/
CharsetForNameBenchmark.java 20 import com.google.caliper.Param;
27 @Param({
StringToRealBenchmark.java 19 import com.google.caliper.Param;
25 @Param({
MessageDigestBenchmark.java 19 import com.google.caliper.Param;
33 @Param private Algorithm algorithm;
37 @Param private Provider provider;
JarFileBenchmark.java 21 import com.google.caliper.Param;
25 @Param({
LoopingBackwardsBenchmark.java 19 import com.google.caliper.Param;
29 @Param({"2", "20", "2000", "20000000"}) int max;
StringBenchmark.java 19 import com.google.caliper.Param;
31 @Param private StringLengths s;
ByteBufferScalarVersusVectorBenchmark.java 19 import com.google.caliper.Param;
30 @Param private ByteBufferBenchmark.MyByteOrder byteOrder;
31 @Param({"true", "false"}) private boolean aligned;
32 @Param private ByteBufferBenchmark.MyBufferType bufferType;
DefaultCharsetBenchmark.java 20 import com.google.caliper.Param;
SSLSocketFactoryBenchmark.java 19 import com.google.caliper.Param;
ThreadLocalBenchmark.java 19 import com.google.caliper.Param;
CipherBenchmark.java 19 import com.google.caliper.Param;
55 @Param private Algorithm algorithm;
61 @Param private Mode mode;
71 @Param private Padding padding;
78 @Param({"128", "192", "256"}) private int keySize;
80 @Param({"16", "32", "64", "128", "1024", "8192"}) private int inputSize;
82 @Param private Implementation implementation;
URLConnectionBenchmark.java 19 import com.google.caliper.Param;
33 @Param({"0", "1024", "1048576"}) private int bodySize;
34 @Param({"2048"}) private int chunkSize;
35 @Param({"1024"}) private int readBufferSize;
36 @Param private ResponseHeaders responseHeaders;
37 @Param private TransferEncoding transferEncoding;
DnsBenchmark.java 19 import com.google.caliper.Param;
CharsetBenchmark.java 20 import com.google.caliper.Param;
24 @Param({ "1", "10", "100", "1000", "10000" })
30 @Param({
DigestBenchmark.java 19 import com.google.caliper.Param;
33 @Param private Algorithm algorithm;
37 @Param private Implementation implementation;
KeyPairGeneratorBenchmark.java 19 import com.google.caliper.Param;
30 @Param private Algorithm algorithm;
37 @Param private Implementation implementation;
XmlEntitiesBenchmark.java 19 import com.google.caliper.Param;
31 @Param({"10", "100", "1000"}) int length;
32 @Param({"0", "0.5", "1.0"}) float entityFraction;
PriorityQueueBenchmark.java 19 import com.google.caliper.Param;
28 @Param({"100", "1000", "10000"}) private int queueSize;
29 @Param({"0", "25", "50", "75", "100"}) private int hitRate;
  /external/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 40 /// \brief AST_MATCHER_FUNCTION_P(ReturnType, DefineMatcher, ParamType, Param) {
46 /// Param: the parameter passed to the function; its type
50 #define AST_MATCHER_FUNCTION_P(ReturnType, DefineMatcher, ParamType, Param) \
51 AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType, DefineMatcher, ParamType, Param, \
54 Param, OverloadId) \
55 inline ReturnType DefineMatcher(ParamType const &Param); \
57 inline ReturnType DefineMatcher(ParamType const &Param)
87 /// \brief AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) { ... }
94 /// Param: the parameter passed to the function; its type
100 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
AsyncTaskUtil.java 49 public static <Param> void executeInParallel(AsyncTask<Param, ?, ?> task, Param... params) {
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_test_util.cc 35 template <typename Arg, typename Param>
36 void ReceiveResult1(bool* done, Arg* arg_out, Param arg) {
45 typedef typename TypeTraits<Arg>::ParamType Param;
46 return base::Bind(&ReceiveResult1<Arg, Param>,
  /external/chromium_org/chrome/browser/ui/views/autofill/
expanding_textfield.h 75 template <typename BaseType, typename Param>
76 void ForEachTextfield(void (BaseType::* f)(Param), Param p) const;
  /libcore/benchmarks/src/benchmarks/
BufferedZipFileBenchmark.java 19 import com.google.caliper.Param;
31 @Param({"128", "1024", "8192", "65536"}) int compressedSize;
32 @Param({"4", "32", "128"}) int readSize;

Completed in 150 milliseconds

1 2 3 4 5 6 7 8 9