Searched refs:Then (Results 1 - 25 of 113) sorted by relevance

12345

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfuture_test.py190 then = Future(value=42).Then(assertIs42)
195 then = Future(value=41).Then(assertIs42)
210 then = Future(callback=raiseValueError).Then(assertIs42, handle)
212 then = Future(callback=raiseException).Then(assertIs42, handle)
217 then = Future(value=40).Then(addOne).Then(addOne).Then(assertIs42)
222 then = Future(value=40).Then(addOne).Then(assertIs42).Then(addOn
[all...]
H A Dapi_list_data_source.py52 .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)
H A Dobject_store.py15 return self.GetMulti((key,)).Then(lambda keys: keys.get(key))
H A Dcontent_provider.py137 .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))
H A Downers_data_source.py91 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)
H A Dgitiles_file_system.py115 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)
H A Dchroot_file_system.py39 skip_not_found-skip_not_found).Then(next)
H A Dcompiled_file_system.py210 files += self._file_system.Read(dirs).Then(
214 return self._file_system.Read(add_prefix(path, first_layer_dirs)).Then(
241 path, skip_not_found=skip_not_found).Then(compile_)
262 return self._RecursiveList(path).Then(compile_)
H A Dfuture.py79 def Then(self, callback, error_handler=_DefaultErrorHandler): member in class:Future
102 fortytwo().Then(inc).Get() ==> 43
103 fortytwo().Then(inc_future).Get() ==> 43
104 fortytwo().Then(inc_future).Then(inc_future).Get() ==> 44
/external/libpng/contrib/pngminus/
H A Dmakevms.com60 $ 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 NextEl
75 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
82 $ If arg .Le. 8 Then Goto Loop
91 $ If V Then Set Verify
/external/eigen/Eigen/src/Eigen2Support/
H A DMeta.h22 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/
H A Dtoken.ml18 | If | Then | Else Constructor in type:token
H A Dlexer.ml48 | "then" -> [< 'Token.Then; stream >]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml18 | If | Then | Else Constructor in type:token
H A Dlexer.ml48 | "then" -> [< 'Token.Then; stream >]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml18 | If | Then | Else Constructor in type:token
H A Dlexer.ml48 | "then" -> [< 'Token.Then; stream >]
/external/libpng/scripts/
H A Dmakevms.com20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
110 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
115 $ If Argument .Eqs. "" Then Goto Exit
119 $ If File .Eqs. " " Then Goto Endl
124 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
125 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
132 $ If arg .Le. 8 Then Goto Loop
141 $ If V Then Set Verify
/external/chromium_org/third_party/icu/source/data/translit/
H A Dtrnsfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re
/external/chromium_org/v8/src/compiler/
H A Dcontrol-builders.cc18 void IfBuilder::Then() { builder_->NewIfTrue(); } function in class:v8::internal::compiler::IfBuilder
70 control_if.Then();
/external/icu/icu4c/source/data/translit/
H A Dtrnsfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re
/external/chromium_org/third_party/icu/source/data/misc/
H A Dmiscfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re-
/external/chromium_org/third_party/icu/source/data/sprep/
H A Dsprepfiles.mk10 # Then, you can have your local changes remain even if you upgrade or
/external/icu/icu4c/source/data/misc/
H A Dmiscfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re-
/external/icu/icu4c/source/data/sprep/
H A Dsprepfiles.mk10 # Then, you can have your local changes remain even if you upgrade or

Completed in 812 milliseconds

12345