HomeSort by relevance Sort by last modified time
    Searched full:freeze (Results 201 - 225 of 530) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libpcap/
pcap-septel.c 107 * that will cause our capture program GUI to freeze while waiting
  /external/v8/test/mjsunit/
readonly.js 114 Object.freeze(o);
  /frameworks/base/services/core/java/com/android/server/wm/
ScreenRotationAnimation.java 55 * WINDOW_FREEZE_LAYER so that screen freeze will cover all windows.
289 Slog.w(TAG, "Unable to allocate freeze surface", e);
293 " FREEZE " + mSurfaceControl + ": CREATE");
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 125 strstreambuf::freeze(bool __freezefl) function in class:strstreambuf
  /platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
AboutPhoneSettingsTests.java 72 throw new RuntimeException("Failed to freeze device orientaion", e);
LocationSettingsTests.java 48 throw new RuntimeException("failed to freeze device orientaion", e);
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java 84 throw new RuntimeException("failed to freeze device orientaion", e);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
dm-ioctl.h 303 * Set this to avoid attempting to freeze any filesystem when suspending.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/
video.h 146 int video_blank; /* blank video on freeze? */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/
video.h 146 int video_blank; /* blank video on freeze? */
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptGraph.java 44 * {@link Builder#configureScript} or {@link Builder#chainScript}. Finally, freeze the graph
361 * Build the script and freeze the parameter list to what was {@link #set}.
409 * Finish configuring the graph and freeze the settings, instantiating all
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 99 "TEMPLATE", "STRING", "COMMENT", "WS" ].freeze
102 :template!, :string!, :comment!, :ws! ].freeze
951 ].freeze
  /external/icu/android_icu4j/src/main/java/android/icu/text/
IdentifierInfo.java 44 private static final UnicodeSet ASCII = new UnicodeSet(0, 0x7F).freeze();
637 // * @see android.icu.util.Freezable#freeze()
639 // public FreezableBitSet freeze() {
DateIntervalInfo.java 378 // We freeze what goes in the cache without freezing this object.
379 DIICACHE.put(key, ((DateIntervalInfo) clone()).freeze());
879 public DateIntervalInfo freeze() { method in class:DateIntervalInfo
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof.cpp 68 gInclusionSet->freeze();
133 gRecommendedSet->freeze();
323 clonedSet->freeze();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IdentifierInfo.java 42 private static final UnicodeSet ASCII = new UnicodeSet(0, 0x7F).freeze();
635 // * @see com.ibm.icu.util.Freezable#freeze()
637 // public FreezableBitSet freeze() {
DateIntervalInfo.java 387 // We freeze what goes in the cache without freezing this object.
388 DIICACHE.put(key, ((DateIntervalInfo) clone()).freeze());
898 public DateIntervalInfo freeze() { method in class:DateIntervalInfo
    [all...]
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
InteractionController.java 565 * disabling the sensors. If you want to un-freeze the rotation
577 * disabling the sensors. If you want to un-freeze the rotation
589 * disabling the sensors. If you want to un-freeze the rotation
UiDevice.java 673 * If you want to un-freeze the rotation and re-enable the sensors
688 * If you want to un-freeze the rotation and re-enable the sensors
703 * If you want to un-freeze the rotation and re-enable the sensors
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ListRowPresenter.java 799 public void freeze(RowPresenter.ViewHolder holder, boolean freeze) { method in class:ListRowPresenter
801 vh.mGridView.setScrollEnabled(!freeze);
  /external/v8/test/mjsunit/es7/
object-observe.js 99 Object.freeze(frozenFunction);
140 assertEquals(null, Object.getNotifier(Object.freeze({})));
330 // Object.freeze
349 Object.freeze(obj);
361 Object.freeze(obj);
363 Object.freeze(obj);
    [all...]
  /docs/source.android.com/src/compatibility/cts/
development.jd 155 <li><strong>End of 1st Week</strong>: Code Freeze. At this point,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 22 SOCKET_ADDR_PACK = 'snCCCCa8'.freeze
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 112 data.empty? and return [].freeze
streams.rb 398 @string = data.to_s.encode( Encoding::UTF_8 ).freeze
399 @data = @string.codepoints.to_a.freeze
433 @data.freeze
571 state = [ @position, @line, @column ].freeze
    [all...]

Completed in 664 milliseconds

1 2 3 4 5 6 7 891011>>