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

1 2 3 4

  /frameworks/support/compat/jellybean-mr2/android/support/v4/os/
TraceJellybeanMR2.java 19 public static void beginSection(String section) {
20 Trace.beginSection(section);
  /frameworks/support/v17/leanback/jbmr2/android/support/v17/leanback/os/
TraceHelperJbmr2.java 22 public static void beginSection(String section) {
23 Trace.beginSection(section);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/os/
TraceHelper.java 31 public void beginSection(String section);
37 public void beginSection(String section) {
47 public void beginSection(String section) {
48 TraceHelperJbmr2.beginSection(section);
68 public static void beginSection(String section) {
69 sImpl.beginSection(section);
  /frameworks/support/compat/java/android/support/v4/os/
TraceCompat.java 42 public static void beginSection(String sectionName) {
44 TraceJellybeanMR2.beginSection(sectionName);
50 * be preceeded by a corresponding call to {@link #beginSection(String)}. Calling this method
52 * ensure that beginSection / endSection pairs are properly nested and called from the same
  /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");
  /packages/apps/Messaging/src/com/android/messaging/util/
Trace.java 28 * tag isn't set, calls to {@link #beginSection(String)} or {@link #endSection()} are no-ops. <p>
37 abstract void beginSection(String sectionName);
66 public static void beginSection(String sectionName) {
68 LogUtil.v(TAG, "beginSection() " + sectionName);
70 sTrace.beginSection(sectionName);
75 * be preceeded by a corresponding call to {@link #beginSection(String)}. Calling this method
77 * ensure that beginSection / endSection pairs are properly nested and called from the same
93 void beginSection(String sectionName) {
94 android.os.Trace.beginSection(sectionName);
108 void beginSection(String sectionName)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 85 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
96 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
101 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to the number of indexed capabilities for cap.");
109 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
119 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
124 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to the number of indexed capabilities for cap.");
133 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
145 ctx.beginSection("GL_INVALID_ENUM is generated if target is not indexed state queriable with these commands.");
150 ctx.beginSection("GL_INVALID_VALUE is generated if index is outside of the valid range for the indexed state target.");
160 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.")
    [all...]
es31fNegativeFragmentApiTests.cpp 50 ctx.beginSection("GL_INVALID_VALUE is generated if either width or height is negative.");
62 ctx.beginSection("GL_INVALID_ENUM is generated if func is not an accepted value.");
70 ctx.beginSection("GL_INVALID_VALUE is generated if either width or height is negative.");
83 ctx.beginSection("GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
91 ctx.beginSection("GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
96 ctx.beginSection("GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
104 ctx.beginSection("GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the defined symbolic constant values.");
116 ctx.beginSection("GL_INVALID_ENUM is generated if face is any value other than GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
121 ctx.beginSection("GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
133 ctx.beginSection("GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.")
    [all...]
es31fNegativeBufferApiTests.cpp 47 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values.");
55 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative.");
63 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative.");
75 ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
80 ctx.beginSection("GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
85 ctx.beginSection("GL_INVALID_VALUE is generated if size is negative.");
90 ctx.beginSection("GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
106 ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
111 ctx.beginSection("GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
117 ctx.beginSection("GL_INVALID_OPERATION is generated if the buffer object being updated is mapped.")
    [all...]
es31fNegativeVertexArrayApiTests.cpp 64 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
79 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
99 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
113 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
123 ctx.beginSection("GL_INVALID_ENUM is generated if type is not an accepted value.");
128 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
134 ctx.beginSection("GL_INVALID_VALUE is generated if size is not 1, 2, 3, or 4.");
139 ctx.beginSection("GL_INVALID_VALUE is generated if stride is negative.");
144 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.");
155 ctx.beginSection("GL_INVALID_OPERATION is generated a non-zero vertex array object is bound, zero is bound to the G (…)
    [all...]
es31fNegativeShaderDirectiveTests.cpp 112 ctx.beginSection("GL_EXT_primitive_bounding_box features require enabling the extension in 310 es shaders.");
127 ctx.beginSection("gl_BoundingBox does not require the OES/EXT suffix in a 320 es shader.");
161 ctx.beginSection("GL_KHR_blend_equation_advanced features require enabling the extension in 310 es shaders.");
188 ctx.beginSection("GL_OES_sample_variables features require enabling the extension in 310 es shaders.");
217 ctx.beginSection("GL_OES_shader_image_atomic features require enabling the extension in 310 es shaders.");
248 ctx.beginSection("GL_OES_shader_multisample_interpolation features require enabling the extension in 310 es shaders.");
249 ctx.beginSection("Test sample in/out qualifiers.");
263 ctx.beginSection("Test interpolateAt* functions.");
289 ctx.beginSection("GL_OES_texture_storage_multisample_2d_array features require enabling the extension in 310 es shaders.");
319 ctx.beginSection("GL_EXT_geometry_shader features require enabling the extension in 310 es shaders.")
    [all...]
es31fNegativeAtomicCounterTests.cpp 163 ctx.beginSection(std::string("Verify shader: ") + glu::getShaderTypeName(s_shaders[ndx]));
178 ctx.beginSection("It is a compile-time error to bind an atomic counter with a binding value greater than or equal to gl_MaxAtomicCounterBindings.");
185 ctx.beginSection("It is an error to declare an atomic type with a lowp or mediump precision.");
193 ctx.beginSection("Atomic counters may not have overlapping offsets in the same binding.");
200 ctx.beginSection("Atomic counters must specify a binding point");
207 ctx.beginSection("Structures may not have an atomic_uint variable.");
214 ctx.beginSection("An atomic_uint variable cannot be directly written to.");
221 ctx.beginSection("An atomic_uint variable cannot be declared in local scope");
es31fNegativeTextureApiTests.cpp 93 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).");
109 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values.");
116 ctx.beginSection("GL_INVALID_OPERATION is generated if texture was previously created with a target that doesn't match that of target.");
183 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid.");
193 ctx.beginSection("GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
217 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0.");
237 ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE) for a 2d texture target.");
243 ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEXTURE_SIZE) for a cubemap target.");
262 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0.");
264 ctx.beginSection("GL_TEXTURE_2D target")
    [all...]
es31fNegativeShaderApiTests.cpp 93 ctx.beginSection("GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
105 ctx.beginSection("GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
110 ctx.beginSection("GL_INVALID_VALUE is generated if count is less than 0.");
116 ctx.beginSection("GL_INVALID_OPERATION is generated if shader is not a shader object.");
131 ctx.beginSection("GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
136 ctx.beginSection("GL_INVALID_OPERATION is generated if shader is not a shader object.");
150 ctx.beginSection("GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
192 ctx.beginSection("GL_INVALID_ENUM is generated if binaryFormat is not an accepted value.");
199 ctx.beginSection("GL_INVALID_VALUE is generated if the data pointed to by binary does not match the format specified by binaryFormat.");
205 ctx.beginSection("GL_INVALID_OPERATION is generated if more than one of the handles in shaders refers to the same t (…)
    [all...]
  /cts/hostsidetests/atrace/AtraceTestApp/src/com/android/cts/atracetestapp/
AtraceTestAppActivity.java 25 Trace.beginSection("traceable-app-test-section");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardService.java 77 Trace.beginSection("KeyguardService.mBinder#verifyUnlock");
85 Trace.beginSection("KeyguardService.mBinder#keyguardDone");
94 Trace.beginSection("KeyguardService.mBinder#setOccluded");
132 Trace.beginSection("KeyguardService.mBinder#onStartedWakingUp");
140 Trace.beginSection("KeyguardService.mBinder#onScreenTurningOn");
148 Trace.beginSection("KeyguardService.mBinder#onScreenTurningOn");
168 Trace.beginSection("KeyguardService.mBinder#onSystemReady");
194 Trace.beginSection("KeyguardService.mBinder#startKeyguardExitAnimation");
KeyguardViewMediator.java 537 Trace.beginSection("KeyguardViewMediator.mViewMediatorCallback#keyguardDoneDrawing");
549 Trace.beginSection("KeyguardViewMediator.mViewMediatorCallback#keyguardDonePending");
563 Trace.beginSection("KeyguardViewMediator.mViewMediatorCallback#keyguardGone");
570 Trace.beginSection("KeyguardViewMediator.mViewMediatorCallback#readyForKeyguardDone");
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
DialerApplication.java 39 Trace.beginSection(TAG + " onCreate");
41 Trace.beginSection(TAG + " ExtensionsFactory initialization");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
FingerprintUnlockController.java 144 Trace.beginSection("FingerprintUnlockController#onFingerprintAcquired");
149 Trace.beginSection("acquiring wake-and-unlock");
171 Trace.beginSection("FingerprintUnlockController#onFingerprintAuthenticated");
185 Trace.beginSection("release wake-and-unlock");
190 Trace.beginSection("MODE_DISMISS");
197 Trace.beginSection("MODE_UNLOCK or MODE_SHOW_BOUNCER");
206 Trace.beginSection("MODE_WAKE_AND_UNLOCK_PULSING");
212 Trace.beginSection("MODE_WAKE_AND_UNLOCK");
240 Trace.beginSection("FingerprintUnlockController#onFinishedGoingToSleep");
  /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);
472 Trace.beginSection("create stream")
    [all...]

Completed in 1744 milliseconds

1 2 3 4