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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h 67 class Settable {
69 Settable() : set_(false), val_() {}
70 explicit Settable(T val) : set_(true), val_(val) {}
95 void SetFrom(const Settable<T>& o) {
108 bool operator==(const Settable<T>& o) const {
113 bool operator!=(const Settable<T>& o) const {
127 class SettablePercent : public Settable<float> {
136 Settable<float>::Set(val);
141 static std::string ToStringIfSet(const char* key, const Settable<T>& val) {
205 Settable<bool> echo_cancellation
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_content_setting_bubble_model_delegate.cc 35 // We don't (yet?) implement user-settable exceptions for mixed script
  /external/elfutils/
config.h 44 /* Number of bits in a file offset, on hosts where this is settable. */
config.h.in 43 /* Number of bits in a file offset, on hosts where this is settable. */
  /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/chromium_org/ppapi/shared_impl/
test_globals.cc 84 // TODO(dmichael): just make it settable which one we're pretending to be?
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedEnumerationPropertyTearOff.h 34 // All SVG enumeration values, that are allowed to be set via SVG DOM start with 1, 0 corresponds to unknown and is not settable through SVG DOM.
  /external/iproute2/tc/
README.last 7 It is not settable by "make config", but should be selected
  /external/chromium_org/base/win/
sampling_profiler.h 21 // The sampling interval is settable, but the setting is system-wide.
  /sdk/eclipse/
dictionary.txt 273 settable
  /external/chromium_org/third_party/sqlite/src/
config.h.in 100 /* Number of bits in a file offset, on hosts where this is settable. */
  /external/flac/
config.h 128 /* Number of bits in a file offset, on hosts where this is settable. */
  /external/oprofile/module/
oprofile.h 126 /* oprof_start() copy here the sysctl settable parameters */
  /external/scrypt/
config.h 95 /* Number of bits in a file offset, on hosts where this is settable. */
  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 541 void ScriptIntrinsicLUT::setTable(unsigned int offset, unsigned char base, unsigned int length, unsigned char* lutValues) {
553 setTable(0, base, length, lutValues);
557 setTable(256, base, length, lutValues);
561 setTable(512, base, length, lutValues);
565 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 65 /* internal nsdispatch(3) flags; not settable in nsswitch.conf(5) */
  /bionic/libc/private/
nsswitch.h 65 /* internal nsdispatch(3) flags; not settable in nsswitch.conf(5) */
  /development/ndk/platforms/android-3/include/
nsswitch.h 65 /* internal nsdispatch(3) flags; not settable in nsswitch.conf(5) */
  /external/bison/m4/
largefile.m4 87 [Number of bits in a file offset, on hosts where this is settable.],
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
tcp.h 160 * User-settable options (used with setsockopt).
  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteDatabase.h 89 // Depending on per-database attributes, the size will only be settable in units that are the page size of the database, which is established at creation
  /external/iproute2/include/netinet/
tcp.h 38 * User-settable options (used with setsockopt).
  /external/libmtp/
config.h 176 /* Number of bits in a file offset, on hosts where this is settable. */

Completed in 2731 milliseconds

1 2 3 4 5 6 7 8 9