Searched defs:pairs (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/ut/
H A DOpenSLESUT.c43 static Pair pairs[] = { variable
109 const Pair *end = &pairs[sizeof(pairs)/sizeof(pairs[0])];
110 for (p = pairs; p != end; ++p) {
/frameworks/ml/bordeaux/learning/multiclass_pa/jni/
H A Djni_multiclass_pa.cpp27 const int length, vector<pair<int, float> >* pairs) {
28 pairs->clear();
32 pairs->push_back(new_pair);
26 CreateIndexValuePairs(const int* indices, const float* values, const int length, vector<pair<int, float> >* pairs) argument
/frameworks/wilhelm/tests/sandbox/
H A Dreverb.c40 Pair pairs[] = { variable
132 for (j = 0; j < sizeof(pairs) / sizeof(pairs[0]); ++j) {
133 if (!strcasecmp(name, pairs[j].mName)) {
134 return &pairs[j].mSettings;
148 for (j = 0; j < sizeof(pairs) / sizeof(pairs[0]); ++j) {
149 const char *name = pairs[j].mName;

Completed in 317 milliseconds