HomeSort by relevance Sort by last modified time
    Searched refs:dirIndex (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libaaudio/tests/
test_open_params.cpp 145 for (uint dirIndex = 0;dirIndex < arraysize(directions); dirIndex++) {
146 aaudio_direction_t direction = directions[dirIndex];
  /external/lzma/CPP/7zip/UI/Common/
UpdatePair.cpp 128 unsigned dirIndex = 0;
134 while (dirIndex < numDirItems || arcIndex < numArcItems)
146 if (dirIndex < numDirItems)
148 dirIndex2 = dirIndices[dirIndex];
157 if (dirIndex < numDirItems)
172 pair.DirIndex = dirIndex2;
173 dirIndex++;
194 pair.DirIndex = dirIndex2;
209 dirIndex++;
  /external/skia/tests/
SkpSkGrTest.cpp 180 static SkString make_filepath(int dirIndex, const char* dir, const char* name) {
182 if (dirIndex) {
183 path.appendf("%d", dirIndex);
190 static SkString make_in_dir_name(int dirIndex) {
192 dirName.appendf("%d", dirIndex);
673 for (int dirIndex = 1; dirIndex <= 100; ++dirIndex) {
674 SkString pictDir = make_in_dir_name(dirIndex);
682 SkString oldPng = make_filepath(dirIndex, outSkDir, pngName.c_str())
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCDwarf.h 45 // DirIndex - the index into the list of directory names for this file name.
46 unsigned DirIndex;
50 MCDwarfFile(StringRef name, unsigned dirIndex)
51 : Name(name), DirIndex(dirIndex) {}
59 /// getDirIndex - Get the dirIndex of this MCDwarfFile.
60 unsigned getDirIndex() const { return DirIndex; }
  /frameworks/native/cmds/installd/
utils.cpp 249 size_t dirIndex = dex_path.rfind('/');
250 if (dirIndex == std::string::npos) {
253 if (dirIndex == dex_path.size() - 1) {
256 *out_dir_name = dex_path.substr(0, dirIndex);
257 *out_file_name = dex_path.substr(dirIndex + 1);
    [all...]
dexopt.cpp     [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
line.go 285 dirIndex := int(r.buf.uint())
287 if dirIndex >= len(r.directories) {
290 name = path.Join(r.directories[dirIndex], name)
  /prebuilts/go/linux-x86/src/debug/dwarf/
line.go 285 dirIndex := int(r.buf.uint())
287 if dirIndex >= len(r.directories) {
290 name = path.Join(r.directories[dirIndex], name)

Completed in 194 milliseconds