HomeSort by relevance Sort by last modified time
    Searched full:settable (Results 1 - 25 of 274) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/go/darwin-x86/src/net/
tcpsockopt_openbsd.go 13 // OpenBSD has no user-settable per-socket TCP keepalive
  /prebuilts/go/linux-x86/src/net/
tcpsockopt_openbsd.go 13 // OpenBSD has no user-settable per-socket TCP keepalive
  /external/guava/guava/src/com/google/common/util/concurrent/
AsyncSettableFuture.java 24 * A settable future that can be set asynchronously via {@link #setFuture}.
26 * future that sets a normal settable future after the delegate is complete.
39 /** Creates a new asynchronously-settable future. */
  /external/iptables/extensions/
libxt_statistic.man 2 It supports two distinct modes settable with the
  /external/libvorbis/lib/
highlevel.h 32 /* bitrate management below all settable */
  /external/webrtc/webrtc/modules/audio_processing/
typing_detection.h 57 // Settable threshold values.
74 // Settable update period.
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
storage_uri_builder.py 37 Settable for testing/mocking.
  /external/iproute2/tc/
README.last 7 It is not settable by "make config", but should be selected
  /packages/apps/Camera2/src/com/android/camera/data/
Metadata.java 20 * Settable metadata class that is deferred loaded in other ways that
  /external/google-breakpad/src/
config.h.in 72 /* Number of bits in a file offset, on hosts where this is settable. */
  /hardware/intel/common/libwsbm/src/
config.h 65 /* Number of bits in a file offset, on hosts where this is settable. */
  /sdk/eclipse/
dictionary.txt 274 settable
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FutureCallbackTest.java 133 SettableFuture<String> settable = SettableFuture.create(); local
134 ListenableFuture<?> f = settable;
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.h 53 // settable forgetting factor
135 // currently used gains are changed towards a set of settable target gains,
  /cts/tests/app/src/android/app/cts/
UiModeManagerTest.java 125 // day night mode should be settable regardless of car mode.
  /external/autotest/client/cros/cellular/pseudomodem/
sms.py 73 'not settable.')
  /external/elfutils/
config.h 107 /* Number of bits in a file offset, on hosts where this is settable. */
  /external/flac/
config.h 132 /* Number of bits in a file offset, on hosts where this is settable. */
  /external/scrypt/
config.h 95 /* Number of bits in a file offset, on hosts where this is settable. */
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
UpdateConversationOptionsAction.java 73 // Keys for all settable settings.
  /toolchain/binutils/binutils-2.25/gprof/
gconfig.in 102 /* Number of bits in a file offset, on hosts where this is settable. */
  /external/deqp/modules/gles31/functional/
es31fTextureStateQueryTests.cpp 193 // \note texture_immutable_levels is not settable
194 // \note texture_immutable_format is not settable
  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 540 void ScriptIntrinsicLUT::setTable(unsigned int offset, unsigned char base, unsigned int length, unsigned char* lutValues) {
552 setTable(0, base, length, lutValues);
556 setTable(256, base, length, lutValues);
560 setTable(512, base, length, lutValues);
564 setTable(768, base, length, lutValues);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 132 setTable(createTableLayout(managedForm.getToolkit(), 2 /* numColumns */));
140 protected void setTable(Composite table) {
  /bionic/libc/include/
nsswitch.h 58 /* internal nsdispatch(3) flags; not settable in nsswitch.conf(5) */

Completed in 720 milliseconds

1 2 3 4 5 6 7 8 91011