HomeSort by relevance Sort by last modified time
    Searched refs:beginSection (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/opt/bitmap/src/com/android/bitmap/util/
Trace.java 31 * @see android.os.Trace#beginSection(String)
33 public static void beginSection(String tag) {
35 android.os.Trace.beginSection(tag);
InputStreamBuffer.java 130 Trace.beginSection("get");
160 Trace.beginSection("has");
188 Trace.beginSection("advance to");
262 Trace.beginSection("fill");
339 Trace.beginSection("to debug string");
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Trace.java 31 * @see android.os.Trace#beginSection(String)
33 public static void beginSection(String tag) {
35 android.os.Trace.beginSection(tag);
InputStreamBuffer.java 130 Trace.beginSection("get");
160 Trace.beginSection("has");
188 Trace.beginSection("advance to");
262 Trace.beginSection("fill");
339 Trace.beginSection("to debug string");
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 48 ctx.beginSection("GL_INVALID_VALUE is generated if either width or height is negative.");
60 ctx.beginSection("GL_INVALID_ENUM is generated if func is not an accepted value.");
68 ctx.beginSection("GL_INVALID_VALUE is generated if either width or height is negative.");
81 ctx.beginSection("GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
89 ctx.beginSection("GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
94 ctx.beginSection("GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
102 ctx.beginSection("GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the defined symbolic constant values.");
114 ctx.beginSection("GL_INVALID_ENUM is generated if face is any value other than GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
119 ctx.beginSection("GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
131 ctx.beginSection("GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.")
    [all...]
es31fNegativeStateApiTests.cpp 67 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
75 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
84 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
93 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
102 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
111 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
123 ctx.beginSection("GL_INVALID_ENUM is generated if name is not an accepted value.");
128 ctx.beginSection("GL_INVALID_VALUE is generated if index is outside of the valid range for the indexed state target.");
141 ctx.beginSection("GL_INVALID_ENUM is generated if name is not an accepted value.");
146 ctx.beginSection("GL_INVALID_VALUE is generated if index is outside of the valid range for the indexed state target (…)
    [all...]
es31fNegativeVertexArrayApiTests.cpp 61 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
76 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
96 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
110 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
120 ctx.beginSection("GL_INVALID_ENUM is generated if type is not an accepted value.");
125 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
131 ctx.beginSection("GL_INVALID_VALUE is generated if size is not 1, 2, 3, or 4.");
136 ctx.beginSection("GL_INVALID_VALUE is generated if stride is negative.");
141 ctx.beginSection("GL_INVALID_OPERATION is generated if type is GL_INT_2_10_10_10_REV or GL_UNSIGNED_INT_2_10_10_10_REV and size is not 4.");
152 ctx.beginSection("GL_INVALID_OPERATION is generated a non-zero vertex array object is bound, zero is bound to the G (…)
    [all...]
es31fNegativeBufferApiTests.cpp 48 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values.");
56 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative.");
64 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative.");
76 ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
81 ctx.beginSection("GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
86 ctx.beginSection("GL_INVALID_VALUE is generated if size is negative.");
91 ctx.beginSection("GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
107 ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
112 ctx.beginSection("GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
118 ctx.beginSection("GL_INVALID_OPERATION is generated if the buffer object being updated is mapped.")
    [all...]
es31fNegativeTextureApiTests.cpp 91 ctx.beginSection("GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i ranges from 0 to (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1).");
107 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values.");
114 ctx.beginSection("GL_INVALID_OPERATION is generated if texture was previously created with a target that doesn't match that of target.");
141 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid.");
151 ctx.beginSection("GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
175 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0.");
195 ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE) for a 2d texture target.");
201 ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEXTURE_SIZE) for a cubemap target.");
220 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0.");
222 ctx.beginSection("GL_TEXTURE_2D target")
    [all...]
es31fNegativeShaderApiTests.cpp 91 ctx.beginSection("GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
101 ctx.beginSection("GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
106 ctx.beginSection("GL_INVALID_VALUE is generated if count is less than 0.");
112 ctx.beginSection("GL_INVALID_OPERATION is generated if shader is not a shader object.");
126 ctx.beginSection("GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
131 ctx.beginSection("GL_INVALID_OPERATION is generated if shader is not a shader object.");
142 ctx.beginSection("GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
175 ctx.beginSection("GL_INVALID_ENUM is generated if binaryFormat is not an accepted value.");
182 ctx.beginSection("GL_INVALID_VALUE is generated if the data pointed to by binary does not match the format specified by binaryFormat.");
188 ctx.beginSection("GL_INVALID_OPERATION is generated if more than one of the handles in shaders refers to the same t (…)
    [all...]
es31fNegativeTestShared.cpp 81 void NegativeTestContext::beginSection (const string& desc)
es31fNegativeTestShared.hpp 62 void beginSection (const std::string& desc);
  /packages/apps/UnifiedEmail/src/com/android/mail/
SenderInfoLoader.java 118 Trace.beginSection("load contact photos util");
121 Trace.beginSection("build first query");
142 Trace.beginSection("query 1");
152 Trace.beginSection("get photo id");
185 Trace.beginSection("build second query");
195 Trace.beginSection("query 2");
205 Trace.beginSection("get photo blob");
219 Trace.beginSection("decode bitmap");
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
SysTrace.java 65 public static void beginSection(String sectionName) {
67 Log.v(TAG, String.format("beginSection[%d] %s", sNestingLevel, sectionName));
77 * {@link #beginSection(String)}. Calling this method will mark the end of
79 * that beginSection / endSection pairs are properly nested and called from
95 * tag. Unlike {@link #beginSection} and {@link #endSection},
  /frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java 126 Trace.beginSection("create fd");
143 Trace.beginSection("poll for reusable bitmap");
152 Trace.beginSection("get bytesize");
161 Trace.beginSection("get orientation");
167 Trace.beginSection("create orientation fd and stream");
210 Trace.beginSection("decodeBounds");
263 Trace.beginSection("create reusable bitmap");
306 Trace.beginSection("decodeCropped" + mOpts.inSampleSize);
374 Trace.beginSection("decode" + mOpts.inSampleSize);
469 Trace.beginSection("create stream")
    [all...]
ContiguousFIFOAggregator.java 99 Trace.beginSection("pool expect");
135 Trace.beginSection("pool forget");
166 Trace.beginSection("pool execute");
194 Trace.beginSection("pool maybeExecuteNow loop");
UnrefedPooledCache.java 73 Trace.beginSection("cache get");
89 Trace.beginSection("cache put");
111 Trace.beginSection("pool offer");
122 Trace.beginSection("pool poll");
UnrefedBitmapCache.java 91 Trace.beginSection("sleep");
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactResolver.java 95 Trace.beginSection("ContactResolver run");
176 Trace.beginSection("set up");
184 Trace.beginSection("load contact photo bytes");
190 Trace.beginSection("decode");
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 143 Trace.beginSection("bind");
173 Trace.beginSection("unbind");
185 Trace.beginSection("set image");
186 Trace.beginSection("release reference");
274 Trace.beginSection("decode");
  /cts/tests/tests/media/src/android/media/cts/
PresentationSyncTest.java 161 Trace.beginSection("TEST BEGIN");
173 Trace.beginSection("swapbuf " + frameNum);
307 Trace.beginSection("TEST BEGIN fd=" + frameDelay);
373 Trace.beginSection("swapbuf " + mCurFrame);
  /frameworks/base/core/java/android/os/
Trace.java 271 public static void beginSection(String sectionName) {
282 * be preceeded by a corresponding call to {@link #beginSection(String)}. Calling this method
284 * ensure that beginSection / endSection pairs are properly nested and called from the same
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 635 Trace.beginSection("onCreate()");
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
MaterialColorMapUtils.java 110 Trace.beginSection("calculatePrimaryAndSecondaryColor");

Completed in 952 milliseconds

1 2