Home
last modified time | relevance | path

Searched refs:i_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/wilhelm/tests/automated/
DBufferQueue_test.cpp138 float i_ = (float) i; in SetUp() local
139 float pcm_ = sin((i_ * (1.0f + 0.5f * (i_ / nframes_)) * 0.01 * M_PI * 2.0)); in SetUp()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs2539 i_ = other.i_; in TestRecursiveMessage()
2560 private int i_; field in Google.Protobuf.TestProtos.TestRecursiveMessage
2563 get { return i_; }
2565 i_ = value;