HomeSort by relevance Sort by last modified time
    Searched full:important (Results 126 - 150 of 6609) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium-trace/catapult/telemetry/telemetry/value/
histogram_unittest.py 35 important=True, description='desc', tir_label='my_ir',
39 '1}]}, important=True, description=desc, tir_label=my_ir, '
49 important=False, improvement_direction=improvement_direction.UP)
62 histogram.important = True
81 important=False, improvement_direction=improvement_direction.DOWN)
failure.py 86 if 'important' in kwargs:
87 del kwargs['important']
  /external/chromium-trace/catapult/tracing/tracing/value/
value.html 28 this.important = options.important !== undefined ?
29 options.important : false;
71 important: this.important,
  /frameworks/av/services/audioflinger/
ServiceUtilities.cpp 59 // IMPORTANT: Don't use PermissionCache - a runtime permission and may change.
118 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change.
127 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change.
135 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change.
144 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change.
  /frameworks/base/docs/html/design/handhelds/
index.jd 7 Aspects of UI that are especially important for phones and tablets include
12 Your app will play an important part in keeping the overall Android experience
31 <p>The Favorites Tray at the bottom always keeps your most important shortcuts and folders in view
93 provide updates, reminders, or information that's important, but not critical enough to warrant
131 <p>The command and control center for your app. The action bar surfaces the most important actions
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
chart-container-test.html 126 chart.addSeriesGroup([['ChromiumPerf/win/dromaeo', ['important']]]);
133 chart.addSeriesGroup([['ChromiumPerf/win/dromaeo', ['important']]]);
152 chart.addSeriesGroup([['ChromiumPerf/win/dromaeo', ['important']]]);
chart-legend.html 34 .last-important-test {
67 .test-name[important] {
237 important?="{{test.important}}"
345 seriesGroup.selection = 'important';
356 * Returns true if only important series are selected.
362 if (test.important) {
384 } else if (!test.important && !test.checked) {
389 // Don't show more/less link if the only series shown are the important.
436 if (!test.selected && !test.important) {
    [all...]
  /external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeas.txt 13 important for portable Java-type VMs?
15 This is important because the audiences for these two goals are very
20 Also, while the architecture interface question is important for
  /frameworks/base/docs/html/guide/topics/processes/
process-lifecycle.jd 12 that the system knows are running, how important these things are to the user,
15 <p>It is important that
21 important work.</strong></p>
71 process is considered extremely important and will not be killed unless doing so is
107 important level found among all the components currently active in the process.
120 classification will always be at least as important as process A's.</p>
  /external/chromium-trace/catapult/tracing/tracing/model/helpers/
android_model_helper.html 39 function iterateImportantThreadSlices(thread, important, callback) {
44 if (slice.title in important)
  /packages/apps/Camera2/src/com/android/camera/app/
CameraApp.java 32 * The Camera application class containing important services and functionality
62 // It is important that this gets called early in execution before the
  /external/autotest/cli/
topic_common_unittest.py 351 what_failed='something important')
352 err = self.atest.failed['something important']
358 what_failed='something important')
360 what_failed='something really important')
361 err = self.atest.failed['something important']
364 err = self.atest.failed['something really important']
371 what_failed='something important')
373 what_failed='something important')
374 errs = self.atest.failed['something important']
383 what_failed='something important')
    [all...]
  /bionic/libstdc++/include/
cwchar 30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
cwctype_is_not_supported 30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
  /cts/apps/CameraITS/tests/scene0/
test_capture_result_dump.py 28 # important for this test, only the metadata.
  /cts/tests/libcore/ojluni/
AndroidManifest.xml 21 <!-- important: instrument another package which actually contains the CTS core test runner -->
  /cts/tests/tests/telephony/src/android/telephony/cts/
HeadlessSmsSendService.java 33 * @param name Used to name the worker thread, important only for debugging.
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
PositionList.java 43 * constant for {@link #make} to indicate that only "important" position
47 public static final int IMPORTANT = 3;
64 case IMPORTANT: {
94 if ((howMuch == IMPORTANT) && !lastWasTarget) {
  /dalvik/dx/src/com/android/dx/dex/code/
PositionList.java 43 * constant for {@link #make} to indicate that only "important" position
47 public static final int IMPORTANT = 3;
64 case IMPORTANT: {
94 if ((howMuch == IMPORTANT) && !lastWasTarget) {
  /dalvik/dx/tests/069-dex-source-position/
run 20 dx --debug --dex --no-optimize --positions=important --no-locals \
  /development/samples/BusinessCard/
AndroidManifest.xml 20 <!-- IMPORTANT! We want this app to run on Cupcake, Donut, Eclair and beyond -->
  /external/autotest/client/profilers/powertop/
powertop.py 4 These are important questions without a good answer... until now.
  /external/autotest/client/site_tests/kernel_TPMPing/
kernel_TPMPing.py 26 # we forgot to carry over an important patch.
  /external/chromium-trace/catapult/dashboard/dashboard/
short_uri_test.py 26 'charts': [['Chromium/win/sunspider/total', 'important']]
  /external/chromium-trace/catapult/tracing/tracing/metrics/system_health/
utils.html 18 // Lower scores are exponentially more important than higher scores

Completed in 518 milliseconds

1 2 3 4 56 7 8 91011>>