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

  /frameworks/base/services/core/java/com/android/server/
IntentResolver.java 313 String curPrefix = title + "\n" + prefix;
314 if (dumpMap(out, curPrefix, "Full MIME Types:", innerPrefix,
316 curPrefix = sepPrefix;
318 if (dumpMap(out, curPrefix, "Base MIME Types:", innerPrefix,
320 curPrefix = sepPrefix;
322 if (dumpMap(out, curPrefix, "Wild MIME Types:", innerPrefix,
324 curPrefix = sepPrefix;
326 if (dumpMap(out, curPrefix, "Schemes:", innerPrefix,
328 curPrefix = sepPrefix;
330 if (dumpMap(out, curPrefix, "Non-Data Actions:", innerPrefix
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockCase.cpp 438 void computeStd140Layout(UniformLayout& layout, int& curOffset, int curBlockNdx, const std::string& curPrefix,
450 entry.name = curPrefix;
494 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0]
518 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0]
536 computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "[" + de::toString(elemNdx) + "]",
546 computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "." + memberIter->getName(),
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 427 const std::string& curPrefix,
445 entry.name = curPrefix;
491 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0]
515 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0]
535 curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "[" + de::toString(elemNdx) + "]", type.getElementType(), layoutFlags);
543 curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "." + memberIter->getName(), memberIter->getType(), layoutFlags);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 416 void computeStd140Layout (UniformLayout& layout, int& curOffset, int curBlockNdx, const std::string& curPrefix, const VarType& type, deUint32 layoutFlags)
427 entry.name = curPrefix;
471 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0]
495 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0]
513 computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "[" + de::toString(elemNdx) + "]", type.getElementType(), layoutFlags);
521 computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "." + memberIter->getName(), memberIter->getType(), layoutFlags);
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 466 void computeStd140Layout (UniformLayout& layout, int& curOffset, int curBlockNdx, const std::string& curPrefix, const VarType& type, deUint32 layoutFlags)
477 entry.name = curPrefix;
521 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0]
545 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0]
563 computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "[" + de::toString(elemNdx) + "]", type.getElementType(), layoutFlags);
571 computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "." + memberIter->getName(), memberIter->getType(), layoutFlags);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 467 const std::string& curPrefix,
485 entry.name = curPrefix;
528 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0]
552 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0]
572 curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "[" + de::toString(elemNdx) + "]", type.getElementType(), layoutFlags);
580 curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "." + memberIter->getName(), memberIter->getType(), layoutFlags);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 383 milliseconds