HomeSort by relevance Sort by last modified time
    Searched full:opt_value (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/resources/shared/js/cr/
promise.js 18 * @param {*=} opt_value The value to set the promise to. If set completes
22 function Promise(opt_value) {
31 this.value = opt_value;
127 * @param {*=} opt_value The value to return after the wait.
130 Promise.wait = function(t, opt_value) {
133 p.value = opt_value;
  /external/chromium-trace/src/shared/js/cr/
promise.js 19 * @param {*=} opt_value The value to set the promise to. If set completes
23 function Promise(opt_value) {
32 this.value = opt_value;
128 * @param {*=} opt_value The value to return after the wait.
131 Promise.wait = function(t, opt_value) {
134 p.value = opt_value;
  /external/bluetooth/bluez/attrib/
gatttool.c 47 static gchar *opt_value = NULL; variable
339 if (opt_value == NULL || opt_value[0] == '\0') {
344 len = gatt_attr_data_from_string(opt_value, &value);
391 if (opt_value == NULL || opt_value[0] == '\0') {
396 len = gatt_attr_data_from_string(opt_value, &value);
492 { "value", 'n' , 0, G_OPTION_ARG_STRING, &opt_value,
  /external/ppp/pppd/
options.c 678 v = opt->flags & OPT_VALUE;
716 a = opt->flags & OPT_VALUE;
737 v = opt->flags & OPT_VALUE;
879 v = opt->flags & OPT_VALUE;
887 v = opt->flags & OPT_VALUE;
    [all...]
pppd.h 115 #define OPT_VALUE 0xff /* mask for presupplied value */
146 #define OPT_VAL(x) ((x) & OPT_VALUE)
    [all...]

Completed in 508 milliseconds