HomeSort by relevance Sort by last modified time
    Searched full:instrumentation (Results 601 - 625 of 1688) sorted by null

<<21222324252627282930>>

  /external/chromium_org/build/android/
test_runner.py 30 from pylib.instrumentation import setup as instrumentation_setup
31 from pylib.instrumentation import test_options as instrumentation_test_options
208 """Adds Instrumentation test options to |option_parser|."""
210 option_parser.usage = '%prog instrumentation [options]'
212 option_parser.example = ('%prog instrumentation '
246 instrumentation tests.
548 """Subcommand of RunTestsCommands which runs instrumentation tests."""
585 test_type='Instrumentation',
720 elif command == 'instrumentation':
780 'instrumentation': CommandFunctionTuple
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
BreakpointsSidebarPane.js 533 WebInspector.EventListenerBreakpointsSidebarPane.categotyInstrumentation = "instrumentation:";
544 "instrumentation:setTimer": WebInspector.UIString("Set Timer"),
545 "instrumentation:clearTimer": WebInspector.UIString("Clear Timer"),
546 "instrumentation:timerFired": WebInspector.UIString("Timer Fired"),
547 "instrumentation:requestAnimationFrame": WebInspector.UIString("Request Animation Frame"),
548 "instrumentation:cancelAnimationFrame": WebInspector.UIString("Cancel Animation Frame"),
549 "instrumentation:animationFrameFired": WebInspector.UIString("Animation Frame Fired"),
550 "instrumentation:webglErrorFired": WebInspector.UIString("WebGL Error Fired"),
551 "instrumentation:webglWarningFired": WebInspector.UIString("WebGL Warning Fired")
555 if (eventName === "instrumentation:webglErrorFired" && auxData["webglErrorName"])
    [all...]
  /external/valgrind/main/callgrind/
callgrind_control.in 80 print " -i --instr=on|off Switch instrumentation state on/off\n";
330 if ($switchInstr) { $vgdbCommand = "instrumentation ".$switchInstrMode; }
400 elsif (/instrumentation: (\w+)$/) { $instrumentation = $1; }
406 if ($instrumentation eq "off") {
407 print " No information available as instrumentation is switched off.\n\n";
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
pkg_android.app.html 141 <A NAME="Instrumentation"></A>
142 <nobr><A HREF="android.app.Instrumentation.html">Instrumentation</A></nobr>
  /packages/apps/Camera/tests/src/com/android/camera/activity/
CameraTestCase.java 20 import android.app.Instrumentation;
179 Instrumentation inst = getInstrumentation();
188 Instrumentation inst = getInstrumentation();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_vector_to_list.h 46 /** @brief A vector-to-list instrumentation line in the object table. */
154 /** @brief A vector-to-list instrumentation line in the stack table. */
164 /** @brief Vector-to-list instrumentation producer. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_vector_to_list.h 46 /** @brief A vector-to-list instrumentation line in the object table. */
154 /** @brief A vector-to-list instrumentation line in the stack table. */
164 /** @brief Vector-to-list instrumentation producer. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_vector_to_list.h 46 /** @brief A vector-to-list instrumentation line in the object table. */
154 /** @brief A vector-to-list instrumentation line in the stack table. */
164 /** @brief Vector-to-list instrumentation producer. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_vector_to_list.h 39 /** @brief A vector-to-list instrumentation line in the object table. */
147 /** @brief A vector-to-list instrumentation line in the stack table. */
157 /** @brief Vector-to-list instrumentation producer. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_vector_to_list.h 46 /** @brief A vector-to-list instrumentation line in the object table. */
154 /** @brief A vector-to-list instrumentation line in the stack table. */
164 /** @brief Vector-to-list instrumentation producer. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_vector_to_list.h 39 /** @brief A vector-to-list instrumentation line in the object table. */
147 /** @brief A vector-to-list instrumentation line in the stack table. */
157 /** @brief Vector-to-list instrumentation producer. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_vector_to_list.h 39 /** @brief A vector-to-list instrumentation line in the object table. */
147 /** @brief A vector-to-list instrumentation line in the stack table. */
157 /** @brief Vector-to-list instrumentation producer. */
  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 20 import android.app.Instrumentation;
66 Instrumentation instrumentation = getInstrumentation(); local
67 mContext = instrumentation.getTargetContext();
  /cts/tests/tests/holo/
AndroidManifest.xml 62 <instrumentation android:name="android.test.InstrumentationCtsTestRunner"
  /cts/tests/tests/mediastress/
AndroidManifest.xml 42 <instrumentation android:name="android.test.InstrumentationCtsTestRunner"
  /cts/tests/tests/permission2/
AndroidManifest.xml 59 <instrumentation android:name="android.test.InstrumentationCtsTestRunner"
  /cts/tests/tests/textureview/
AndroidManifest.xml 26 <instrumentation
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 20 * Constants for device info attributes to be sent as instrumentation keys.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageDef.java 244 // specialized instrumentation. Eventually this special case for signatureTest can be
256 // mName means 'apk file name' for instrumentation tests
261 CLog.d("Creating instrumentation test for %s", mName);
291 // mName means 'apk file name' for instrumentation tests
  /external/chromium/build/internal/
README.chromium 18 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_instrument. Includes release_defaults.vsprops. Enables Profile Guided Optimization (PGO) instrumentation (first pass). Uses "Full Optimization" and "Flavor small code".
  /external/chromium_org/build/android/pylib/utils/
test_options_parser.py 5 """Parses options for the instrumentation tests."""
  /external/chromium_org/build/internal/
README.chromium 18 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_instrument. Includes release_defaults.vsprops. Enables Profile Guided Optimization (PGO) instrumentation (first pass). Uses "Full Optimization" and "Flavor small code".
  /external/chromium_org/third_party/WebKit/Source/core/
inspector_instrumentation_sources.target.darwin-arm.mk 22 @echo "Gyp action: Generating Inspector instrumentation code from InspectorInstrumentation.idl ($@)"
inspector_instrumentation_sources.target.darwin-mips.mk 22 @echo "Gyp action: Generating Inspector instrumentation code from InspectorInstrumentation.idl ($@)"
inspector_instrumentation_sources.target.darwin-x86.mk 22 @echo "Gyp action: Generating Inspector instrumentation code from InspectorInstrumentation.idl ($@)"

Completed in 909 milliseconds

<<21222324252627282930>>