/external/skia/src/core/ |
SkTSort.h | 153 * When depth becomes zero, it switches over to Heap Sort. 155 * we already limit the stack depth by switching to heap sort, 158 * @param depth at this recursion depth, switch to Heap Sort. 163 template <typename T, typename C> void SkTIntroSort(int depth, T* left, T* right, C lessThan) { 170 if (depth == 0) { 174 --depth; 179 SkTIntroSort(depth, left, pivot - 1, lessThan); 195 // Limit Intro Sort recursion depth to no more than 2 * ceil(log2(n)). 196 int depth = 2 * SkNextLog2(SkToU32(right - left)) local [all...] |
/external/skia/src/images/ |
SkImageDecoder_astc.cpp | 107 // Read the width/height/depth from the buffer... 110 const int depth = read_24bit(buf + 6); local 112 if (1 != depth) {
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
NDC.java | 34 int depth = getDepth(); local 35 for (int i = 0; i < depth; i++) {
|
/frameworks/base/sax/java/android/sax/ |
Element.java | 34 final int depth; field in class:Element 46 Element(Element parent, String uri, String localName, int depth) { 50 this.depth = depth;
|
RootElement.java | 100 int depth = -1; field in class:RootElement.Handler 112 int depth = ++this.depth; local 114 if (depth == 0) { 128 if (depth == current.depth + 1) { 183 if (depth == current.depth) { 204 depth--;
|
/frameworks/base/tools/aapt2/ |
ScopedXmlPullParser.cpp | 60 const size_t depth = mParser->getDepth(); local 61 if (depth < mDepth) { 64 return depth - mDepth;
|
SourceXmlPullParser.h | 71 size_t depth; member in struct:aapt::SourceXmlPullParser::EventData
|
/packages/apps/Camera/src/com/android/camera/ |
PreferenceInflater.java | 87 int depth = parser.getDepth(); local 88 if (depth > list.size()) { 91 list.set(depth - 1, pref); 93 if (depth > 1) { 94 ((PreferenceGroup) list.get(depth - 2)).addChild(pref);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
LocalizedNameResolver.java | 100 final int depth = parser.getDepth(); local 101 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
PreferenceInflater.java | 87 int depth = parser.getDepth(); local 88 if (depth > list.size()) { 91 list.set(depth - 1, pref); 93 if (depth > 1) { 94 ((PreferenceGroup) list.get(depth - 2)).addChild(pref);
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
DirectoryWalker.java | 32 * This class operates with a {@link FileFilter} and maximum depth to 65 * protected boolean handleDirectory(File directory, int depth, Collection results) { 76 * protected void handleFile(File file, int depth, Collection results) { 206 * private void handleIsCancelled(File file, int depth, Collection results) { 226 * protected boolean handleDirectory(File directory, int depth, Collection results) throws IOException { 229 * throw new CancelException(file, depth); 234 * protected void handleFile(File file, int depth, Collection results) throws IOException { 237 * throw new CancelException(file, depth); 258 * The limit on the directory depth to walk. 263 * Construct an instance with no filtering and unlimited <i>depth</i> 574 private int depth = -1; field in class:DirectoryWalker.CancelException [all...] |
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ExternalSource.java | 138 final int depth = parser.getDepth(); local 139 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
Xdbe.h | 44 int depth; /* depth of visual in bits */ member in struct:__anon30261
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
Xdbe.h | 42 int depth; /* depth of visual in bits */ member in struct:__anon32119
|
/art/runtime/jdwp/ |
jdwp_event.h | 78 int depth; /* JdwpStepDepth */ member in struct:art::JDWP::JdwpEventMod::__anon116
|
/art/runtime/mirror/ |
throwable.cc | 82 // The format is [method pointers][pcs] so the depth is half the length (see method 100 // Decode the internal stack trace into the depth and method trace 105 const auto depth = array_len / 2; local 106 if (depth == 0) { 110 for (int32_t i = 0; i < depth; ++i) { 112 uintptr_t dex_pc = method_trace->GetElementPtrSize<uintptr_t>(i + depth, ptr_size);
|
/development/samples/training/network-usage/src/com/example/android/networkusage/ |
StackOverflowXmlParser.java | 150 // Skips tags the parser isn't interested in. Uses depth to handle nested tags. i.e., 152 // finds the matching END_TAG (as indicated by the value of "depth" being 0). 157 int depth = 1; local 158 while (depth != 0) { 161 depth--; 164 depth++;
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
EventMod.java | 93 public int depth; field in class:EventMod 121 depth = -1;
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
QName.java | 269 int depth = namespaces.size(); local 271 for (int i = depth - 1; i >= 0; i--)
|
/external/clang/lib/Headers/ |
htmxlintrin.h | 262 int depth = __builtin_tx_nesting_depth (); local 265 if (depth != 0) 266 return depth; 327 return tdb->format == 1 && tdb->abort_code == 13; /* depth exceeded */
|
/external/compiler-rt/lib/msan/ |
msan_origin.h | 52 // The "zzz" bits of chained origin id are used to store the length (or depth) 111 int depth = prev.isChainedOrigin() ? prev.depth() : 0; local 112 // depth is the length of the chain minus 1. 113 // origin_history_size of 0 means unlimited depth. 115 if (depth + 1 >= flags()->origin_history_size) { 118 ++depth; 119 CHECK(depth < (1 << kDepthBits)); 138 return Origin((1 << kHeapShift) | (depth << kDepthShift) | chained_id); 158 int depth() const function [all...] |
/external/deqp/modules/glshared/ |
glsFragmentOpUtil.cpp | 181 quad.posA.x(), quad.posA.y(), quad.depth[0], 1.0f, 182 quad.posA.x(), quad.posB.y(), quad.depth[1], 1.0f, 183 quad.posB.x(), quad.posA.y(), quad.depth[2], 1.0f, 184 quad.posB.x(), quad.posB.y(), quad.depth[3], 1.0f 255 float depth = triQuadInterpolate(quad.depth, xRatio, yRatio); local 257 // Interpolated color and depth. 266 m_fragmentDepths[m_fragmentBufferSize] = depth;
|
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
TextureUtil.java | 37 case Depth: 44 throw new UnsupportedOperationException("Unsupported depth format: " + fmt); 142 int depth = img.getDepth(); local 213 case Depth: 225 throw new UnsupportedOperationException("Unsupported depth format: " + fmt); 265 int mipDepth = Math.max(1, depth >> i);
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/ |
TextureBlenderAWT.java | 50 int depth = texture.getImage().getDepth();
local 51 if (depth == 0) {
52 depth = 1;
54 ByteBuffer newData = BufferUtils.createByteBuffer(width * height * depth * 4);
71 return new Texture3D(new Image(Format.RGBA8, width, height, depth, dataArray));
|
TextureBlenderDDS.java | 39 int depth = texture.getImage().getDepth();
local 40 if (depth == 0) {
41 depth = 1;
93 return new Texture3D(new Image(format, width, height, depth, dataArray));
|