HomeSort by relevance Sort by last modified time
    Searched refs:behavior (Results 126 - 150 of 262) sorted by null

1 2 3 4 56 7 8 91011

  /external/chromium_org/v8/test/mjsunit/
regexp.js 87 // Some tests from the Mozilla tests, where our behavior used to differ from
267 // Test that we match the KJS behavior with regard to undefined constructor
270 // KJS actually shows this as '//'. Here we match the Firefox behavior (ie,
object-seal.js 259 // Verify special behavior of splice on sealed objects.
external-array-no-sse2.js 158 // Test the correct behavior of the |BYTES_PER_ELEMENT| property.
339 // Test the correct behavior of the |length| property (which is read-only).
external-array.js 158 // Test the correct behavior of the |BYTES_PER_ELEMENT| property
339 // Test the correct behavior of the |length| property (which is read-only).
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 154 int behavior = arg; local
156 switch (behavior) {
188 return scnprintf(bf, size, "%#x", behavior);
319 [2] = SCA_MADV_BHV, /* behavior */ }, },
    [all...]
  /external/chromium_org/ash/
shell.h 452 // Sets/gets the shelf auto-hide behavior on |root_window|.
453 void SetShelfAutoHideBehavior(ShelfAutoHideBehavior behavior,
shell.cc 502 void Shell::SetShelfAutoHideBehavior(ShelfAutoHideBehavior behavior,
504 ash::ShelfLayoutManager::ForShelf(root_window)->SetAutoHideBehavior(behavior);
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.h 261 // Gets the shelf auto-hide behavior on |root_window|.
266 // behavior on |root_window|.
269 // Toggles the shelf auto-hide behavior on |root_window|. Does nothing if the
270 // user is not allowed to modify the auto-hide behavior.
466 // Persists the shelf auto-hide behavior to prefs.
467 void SetShelfAutoHideBehaviorPrefs(ash::ShelfAutoHideBehavior behavior,
470 // Sets the shelf auto-hide behavior from prefs.
476 // Sets both of auto-hide behavior and alignment from prefs.
chrome_launcher_controller.cc 201 // Gets the shelf auto hide behavior from prefs for a root window.
968 ash::ShelfAutoHideBehavior behavior = GetShelfAutoHideBehavior(root_window) == local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 298 // Simple class to override some of PrintContext behavior. Some of the methods
405 // Simple class to override some of PrintContext behavior. This is used when
1449 RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal; local
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
exc.pxd 158 # with the additional behavior that if filename is not NULL, it is
183 # PyErr_SetFromWindowsErr(), with the additional behavior that if
dict.pxd 35 # behavior. This is normally used to create a proxy to prevent
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 537 Proper test-skipping behavior is dependent on the external
  /external/chromium_org/ui/gfx/
render_text.h 259 // The layout text will be elided to fit |display_rect| using this behavior.
598 // Elides |text| as needed to fit in the |available_width| using |behavior|.
601 ElideBehavior behavior);
678 // The behavior for eliding, fading, or truncating.
  /external/libsepol/include/sepol/policydb/
policydb.h 336 uint32_t behavior; /* labeling behavior for fs_use */ member in union:ocontext::__anon29254
546 fixed labeling behavior. */
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_history.js 120 * The two nodes to override default navigation behavior with. Returning
  /external/chromium_org/chrome/browser/resources/net_internals/
util.js 119 * tables, and for reasonable behavior with system enumerations that may be
  /external/chromium_org/extensions/renderer/resources/
platform_app.js 56 * behavior is unreliable. No reasonable library code should ever use it.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drag_selector.js 240 // This suppress to the selecting behavior.
  /external/chromium_org/v8/test/webkit/
array-defineOwnProperty.js 24 description("This test checks the behavior of [[DefineOwnProperty]] applied to Array objects (see ES5.1 15.4.5.1).");
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicLongMapTest.java 556 int behavior = random.nextInt(10);
557 switch (behavior) {
  /ndk/build/core/
build-local.mk 65 # This behavior may be useful in an integrated build system.
default-build-commands.mk 85 # ld.gold (default for ARM and X86) and ld.mcld don't emulate this buggy behavior,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
AccessibilityActivity.java 484 final ActionBehavior behavior = actionKey.getBehavior(); local
485 switch (behavior) {
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-tests.jar 

Completed in 4348 milliseconds

1 2 3 4 56 7 8 91011