Home
last modified time | relevance | path

Searched refs:comp (Results 1 – 4 of 4) sorted by relevance

/build/soong/rust/
Dproject_json.go146 func crateSource(ctx android.SingletonContext, rModule *Module, comp *baseCompiler) (string, bool) {
148 srcs := comp.Properties.Srcs
204 var comp *baseCompiler
207 comp = c.baseCompiler
209 comp = c.baseCompiler
211 comp = c.binaryDecorator.baseCompiler
215 return rModule, comp, true
221 …neratorSingleton) addCrate(ctx android.SingletonContext, rModule *Module, comp *baseCompiler) (int…
222 rootModule, ok := crateSource(ctx, rModule, comp)
231 Edition: comp.edition(),
[all …]
/build/soong/third_party/zip/
Dwriter.go242 comp := w.compressor(fh.Method)
243 if comp == nil {
247 fw.comp, err = comp(fw.compCount)
251 fw.rawCount = &countWriter{w: fw.comp}
330 func (w *Writer) RegisterCompressor(method uint16, comp Compressor) {
334 w.compressors[method] = comp
338 comp := w.compressors[method]
339 if comp == nil {
340 comp = compressor(method)
342 return comp
[all …]
Dregister.go133 func RegisterCompressor(method uint16, comp Compressor) {
140 compressors[method] = comp
/build/soong/java/
Djava.go1806 comp, isComp := depModule.(SdkLibraryComponentDependency)
1808 implicitSdkLib = comp.OptionalImplicitSdkLibrary()