HomeSort by relevance Sort by last modified time
    Searched refs:Then (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chrome/common/extensions/docs/server2/
future_test.py 190 then = Future(value=42).Then(assertIs42)
192 self.assertEqual(42, then.Get())
195 then = Future(value=41).Then(assertIs42)
196 self.assertRaises(AssertionError, then.Get)
210 then = Future(callback=raiseValueError).Then(assertIs42, handle)
211 self.assertEqual('Caught', then.Get())
212 then = Future(callback=raiseException).Then(assertIs42, handle
    [all...]
future.py 23 If any Future raises an error in |except_pass| then None will be inserted as
24 its result. If |except_pass_log| is True then the exception will be logged.
45 If all Futures throw errors in |except_pass| then |default| is returned,
46 if specified. If |default| is not specified then one of the passed errors
79 def Then(self, callback, error_handler=_DefaultErrorHandler):
84 If |callback| returns a non-Future value then the returned Future will
87 If |callback| returns a Future then it gets chained to the current Future.
102 fortytwo().Then(inc).Get() ==> 43
103 fortytwo().Then(inc_future).Get() ==> 43
104 fortytwo().Then(inc_future).Then(inc_future).Get() ==> 4
106 def then(): function in function:Future.Then
    [all...]
owners_data_source.py 91 api_owners.append(self._owners_fs.GetFromFile(owners_file).Then(
97 return All(api_owners).Then(sort_and_cache)
98 return self._cache.Get('api_owners').Then(collect)
api_list_data_source.py 52 .Then(convert_to_list))
107 return make_list_for_content_scripts().Then(make_api_dict)
115 return self._GenerateAPIDict().Then(persist_and_return)
117 return self._object_store.Get('api_data').Then(return_or_generate)
object_store.py 15 return self.GetMulti((key,)).Then(lambda keys: keys.get(key))
gitiles_file_system.py 115 return fetch_future.Then(get_content, handle)
158 for path, future in fetches).Then(parse_contents)
198 return content_future.Then(lambda json: _ParseGitilesJson(json)[key])
208 return self._GetCommitInfo('parents').Then(lambda parents: parents[0])
224 return self._ResolveFetchContent(path, fetch_future).Then(stat)
chroot_file_system.py 39 skip_not_found-skip_not_found).Then(next)
content_provider.py 137 .Then(lambda zipped: ContentAndType(zipped,
140 return self._FindFileForPath(path).Then(self._content_cache.GetFromFile)
150 stat_future = self._FindFileForPath(path).Then(self.file_system.StatAsync)
151 return stat_future.Then(lambda stat: stat.version)
178 .Then(get_first_path_which_exists))
189 .Then(get_index_if_directory_exists))
195 .Then(lambda found: found or find_index_file())
196 .Then(lambda found: found or path))
compiled_file_system.py 107 # files in the API directory) then this optimisation won't work.
210 files += self._file_system.Read(dirs).Then(
214 return self._file_system.Read(add_prefix(path, first_layer_dirs)).Then(
219 If |skip_not_found| is True, then None is passed to |compilation_function|.
241 path, skip_not_found=skip_not_found).Then(compile_)
262 return self._RecursiveList(path).Then(compile_)
  /external/libpng/contrib/pngminus/
makevms.com 10 $ then
13 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
16 $ then
17 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
19 $ then
26 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
60 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
65 $ If Argument .Eqs. "" Then Goto Exit
69 $ If File .Eqs. " " Then Goto Endl
74 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextE
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/
Meta.h 22 template<bool Condition, typename Then, typename Else>
23 struct ei_meta_if { typedef Then ret; };
25 template<typename Then, typename Else>
26 struct ei_meta_if <false, Then, Else> { typedef Else ret; };
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 18 | If | Then | Else
lexer.ml 48 | "then" -> [< 'Token.Then; stream >]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 18 | If | Then | Else
lexer.ml 48 | "then" -> [< 'Token.Then; stream >]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 18 | If | Then | Else
lexer.ml 48 | "then" -> [< 'Token.Then; stream >]
  /external/libpng/scripts/
makevms.com 11 $ then
20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
28 $ then
31 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
34 $ then
35 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
37 $ then
44 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
54 $ then
    [all...]
  /external/chromium_org/third_party/icu/source/data/translit/
trnsfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re
  /external/chromium_org/v8/src/compiler/
control-builders.cc 18 void IfBuilder::Then() { builder_->NewIfTrue(); }
70 control_if.Then();
  /external/icu/icu4c/source/data/translit/
trnsfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re
  /external/chromium_org/third_party/icu/source/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /external/chromium_org/third_party/icu/source/data/sprep/
sprepfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or
  /external/icu/icu4c/source/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /external/icu/icu4c/source/data/sprep/
sprepfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or

Completed in 675 milliseconds

1 2 3 4 5 6