Searched refs:then (Results 1 – 25 of 218) sorted by relevance
123456789
13 if [ $1 -eq 32 ]; then21 if [ $2 -eq 32 ]; then29 if [ ! -f $SERVER_PATH ] || [ ! -f $CLIENT_PATH ]; then39 if [ $? -ne 0 ]; then47 if [ -z ${TEST_NAME+x} ]; then52 if [ -z ${CLIENT_PATH32+x} ]; then57 if [ -z ${CLIENT_PATH64+x} ]; then62 if [ -z ${SERVER_PATH32+x} ]; then67 if [ -z ${SERVER_PATH64+x} ]; then133 if [ $ran_test_cases -ne 1 ]; then[all …]
67 return this.showAsync().then(() => {302 return drawViewCallback(views[drawPos++], eachProgress).then(drawAsync);561 .then(updateProgress('Draw SampleTable...', 0))562 .then(wait(() => {568 .then(() => drawViewsAsync(views, 100, (view, progress) => view.drawAsync(progress)))569 .then(hideProgress());646 .then(wait(() => {652 .then(() => this._drawSampleTable(totalProgress));660 .then(wait(() => {693 .then(addProgress(totalProgress / 2))[all …]
43 * the remote device wants to read from. If |is_long| is true, then this48 * If |offset| is invalid then sendResponse should be called with51 * then GATT_ERROR_ATTRIBUTE_NOT_LONG should be returned.61 * the remote device wants to read from. If |is_long| is true, then this66 * If |offset| is invalid then sendResponse should be called with69 * then GATT_ERROR_ATTRIBUTE_NOT_LONG should be returned.82 * |offset|. If |need_response| is false, then this is a "Write Without84 * |is_prepare_write| is true, then the implementation should not commit this87 * If |offset| is invalid, then sendResponse should be called with102 * |offset|. If |need_response| is false, then this is a "Write Without[all …]
265 … assertThat(event_stream).emits(lambda data: data.value_ == 1).then(lambda data: data.value_ == 3)293 lambda data: data.value_ == 1).inAnyOrder().then(lambda data: data.value_ == 3)356 .then(lambda data: data.value_ == 3)461 when(thing).test_request(anything()).then().increment_count()473 when(thing).test_request(anything()).then().increment_count()485 when(thing).test_request(anything()).then(times=3).increment_count()523 when(thing).test_request(anything()).then().increment_count().increment_count()536 when(thing).test_request(lambda obj: obj == "B").then(times=1).increment_count()552 when(thing).test_request(anything()).then().increment_count()566 when(thing).test_request(anything()).then().increment_count()[all …]
110 def then(self, times=1): member in PersistenceStage116 return self.then(times=-1)
8 if [ -f $native ]; then39 if [ $r = 0 ]; then
72 auto then = Clock::now() - 24h; in doGC() local75 if (iter->second.prompt_start <= then) { in doGC()
34 // What auth types does this key require? If none, then no auth required.38 // is not time based then this field will not be used and the key is per
35 // What auth types does this op require? If none, then no auth required.39 // is not time based then this field will not be used and the key is per
49 * If server is null, then this must remove the cb from all matching services.91 * onClients(*, false) is called. If this unregister is successful, then it is safe to exit. If92 * it is unsuccessful, then you can assume a client re-associated with the server. If a process93 * has multiple servers, and only some succeed in unregistration, then the unregistered services
7 And then you need to change dependency on %s-* to %s-unstable-* to use new APIs.
108 state tables. If the spec specifies `BTA_DM_PM_NO_PREF`, then any115 services for the given `BD_ADDR`, then looks up the ssr values from the127 instead. If both actions have been attempted, then the action is set to132 - If a timeout is specified in the power spec table, then an unused timer138 is checked to see if it's allowed. If so, then `bta_dm_pm_sniff` is147 made through the BTA workqueue thread to `bta_dm_pm_btm_cback`, which then171 structure, and then calls back into `bta_dm_pm_set_mode` with the peer175 stops all timers for the device, and then re-calls `bta_dm_pm_set_mode`185 `BTA_DM_DI_SET_SNIFF` bit set, then `BTA_DM_DI_INT_SNIFF` is set,
5 # logd is not allowed to write anywhere other than /data/misc/logd, and then
8 # logd is not allowed to write anywhere other than /data/misc/logd, and then
10 # adbd: allow `adb shell /vendor/bin/sh` and `adb shell` then `/vendor/bin/sh`
6 # We need to create an unshared mount namespace, and then mount /data.