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

1 2

  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
SysTrace.java 59 * null character '\0' are used internally by the tracing mechanism. If sectionName contains
62 * @param sectionName The name of the code section to appear in the trace. This may be at
65 public static void beginSection(String sectionName) {
67 Log.v(TAG, String.format("beginSection[%d] %s", sNestingLevel, sectionName));
  /hardware/ti/omap3/dspbridge/inc/
getsection.h 72 * sectionName Pointer to the string name of the section desired
83 const char *sectionName,
  /external/nist-pkits/
extract-pkits-tests.pl 27 my $sectionName;
77 public void test${sectionName}_${testName}() throws Exception {
170 $sectionName = $1;
171 $sectionName =~ s/ //g;
172 $sectionName =~ s/-//g;
  /frameworks/base/core/java/android/os/
Trace.java 265 * null character '\0' are used internally by the tracing mechanism. If sectionName contains
268 * @param sectionName The name of the code section to appear in the trace. This may be at
271 public static void beginSection(String sectionName) {
273 if (sectionName.length() > MAX_SECTION_NAME_LEN) {
274 throw new IllegalArgumentException("sectionName is too long");
276 nativeTraceBegin(TRACE_TAG_APP, sectionName);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
ResizableDialog.java 167 String sectionName = getDialogSettingsSectionName();
168 if (settings.getSection(sectionName) == null) {
169 return settings.addNewSection(sectionName);
171 return settings.getSection(sectionName);
  /frameworks/av/camera/
VendorTagDescriptor.cpp 96 const char *sectionName = vOps->get_section_name(vOps, tag);
97 if (sectionName == NULL) {
102 String8 sectionString(sectionName);
223 String8 sectionName = parcel->readString8();
224 if (sectionName.isEmpty()) {
229 desc->mSections.add(sectionName);
370 String8 sectionName = mSections[sectionId];
375 "", tag, name.string(), type, typeName, sectionName.string());
  /external/deqp/modules/gles3/stress/
es3sOcclusionQueryTests.cpp 158 std::string sectionName ("Case iteration " + de::toString(m_iterNdx+1) + "/" + de::toString(NUM_CASE_ITERATIONS));
159 tcu::ScopedLogSection section (log, sectionName.c_str(), sectionName.c_str());
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
AutoFocusStateMachine.java 347 private synchronized void beginTraceAsync(String sectionName) {
355 mCurrentAfTrace = sectionName;
357 SysTrace.beginSectionAsync(sectionName, mCurrentAfCookie);
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 36 const char *sectionName) {
39 size, alignment, sectionID, sectionName);
45 const char *sectionName,
47 if (!strcmp(sectionName, "__compact_unwind"))
50 size, alignment, sectionID, sectionName, isReadOnly);
107 unsigned SectionID, StringRef SectionName, bool IsReadOnly) {
110 SectionID, SectionName, IsReadOnly);
114 unsigned SectionID, StringRef SectionName) {
117 SectionID, SectionName);
  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 382 const string sectionName = string("Iteration ") + de::toString(m_iterNdx+1) + " / " + de::toString(m_numIters);
383 const tcu::ScopedLogSection section (m_testCtx.getLog(), (string("Iter") + de::toString(m_iterNdx)), sectionName);
574 const string sectionName = string("Iteration ") + de::toString(m_iterNdx+1) + " / " + de::toString(m_numIters);
575 const tcu::ScopedLogSection section (m_testCtx.getLog(), (string("Iter") + de::toString(m_iterNdx)), sectionName);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/
SettingsScreen.js 245 var sectionName = descriptor["section"] || "";
246 if (!sectionName && descriptor["parentSettingName"]) {
250 extensionsBySectionId.set(sectionName, extension);
269 * @param {string} sectionName
273 _addSectionWithExtensionProvidedSettings: function(sectionName, extensions, childSettingExtensionsByParentName)
275 var uiSectionName = sectionName && WebInspector.UIString(sectionName);
    [all...]
  /external/deqp/modules/glshared/
glsTextureBufferCase.cpp 965 const char* const sectionName = (m_postRender != 0 ? "Primary render program" : "Render program");
966 const tcu::ScopedLogSection section (log, sectionName, sectionName);
984 const char* const sectionName = (m_preRender!= 0 ? "Secondary render program" : "Render program");
985 const tcu::ScopedLogSection section (log, sectionName, sectionName);
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 716 const String8 sectionName(section);
720 if ((res = vTags->lookupTag(tagName, sectionName, &tag)) != OK) {
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 1455 milliseconds

1 2