/build/soong/third_party/zip/ |
D | register.go | 121 func RegisterDecompressor(method uint16, dcomp Decompressor) { 125 if _, ok := decompressors[method]; ok { 128 decompressors[method] = dcomp 133 func RegisterCompressor(method uint16, comp Compressor) { 137 if _, ok := compressors[method]; ok { 140 compressors[method] = comp 143 func compressor(method uint16) Compressor { 146 return compressors[method] 149 func decompressor(method uint16) Decompressor { 152 return decompressors[method]
|
D | writer.go | 311 func (w *Writer) RegisterCompressor(method uint16, comp Compressor) { 315 w.compressors[method] = comp 318 func (w *Writer) compressor(method uint16) Compressor { 319 comp := w.compressors[method] 321 comp = compressor(method)
|
D | reader.go | 121 func (z *Reader) RegisterDecompressor(method uint16, dcomp Decompressor) { 125 z.decompressors[method] = dcomp 128 func (z *Reader) decompressor(method uint16) Decompressor { 129 dcomp := z.decompressors[method] 131 dcomp = decompressor(method)
|
/build/make/tools/droiddoc/templates-ndk/ |
D | class.cs | 186 <?cs each:method = methods ?> 190 <?cs var:method.abstract ?> 191 <?cs var:method.default ?> 192 <?cs var:method.static ?> 193 <?cs var:method.final ?> 194 <?cs call:type_link(method.generic) ?> 195 <?cs call:type_link(method.returnType) ?></nobr> 198 …lass="sympad"><?cs call:cond_link(method.name, toroot, method.href, included) ?></span>(<?cs call:… 199 <?cs if:subcount(method.shortDescr) || subcount(method.deprecated) ?> 201 <?cs call:short_descr(method) ?> [all …]
|
/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/a/ |
D | A.java | 30 public void method() { in method() method in A 35 int method() { in method() method in A.Inner
|
/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/ |
D | Parent.java | 36 void method(); in method() method 46 public int method(boolean b, char c, int i, long l, float f, double d) { in method() method in Parent
|
D | InterfaceEnum.java | 22 public void method() { } in method() method in InterfaceEnum
|
/build/make/tools/droiddoc/test/stubs/expected/com/android/stubs/ |
D | Parent.java | 7 public void method(); in method() method 11 public int method(boolean b, char c, int i, long l, float f, double d) { throw new RuntimeExceptio… in method() method in Parent
|
D | InterfaceEnum.java | 6 public void method() { throw new RuntimeException("Stub!"); } in method() method in InterfaceEnum
|
/build/make/tools/releasetools/ |
D | pylintrc | 217 # Regular expression matching correct method names 218 method-rgx=[a-z_][a-z0-9_]{2,30}$ 220 # Naming hint for method names 221 method-name-hint=[a-z_][a-z0-9_]{2,30}$ 305 # Maximum number of arguments for function / method 312 # Maximum number of locals for function / method body 315 # Maximum number of return / yield for function / method body 318 # Maximum number of branch for function / method body 321 # Maximum number of statements in function / method body 357 # List of method names used to declare (i.e. assign) instance attributes. [all …]
|
/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/b/ |
D | B.java | 23 Parent method(Parent p) { in method() method in B
|
/build/make/tools/droiddoc/test/stubs/expected/com/android/stubs/a/ |
D | A.java | 12 public void method() { throw new RuntimeException("Stub!"); } in method() method in A
|
/build/blueprint/ |
D | package_ctx.go | 63 VariableConfigMethod(name string, method interface{}) Variable 356 method interface{}) Variable { 365 methodValue := reflect.ValueOf(method)
|
/build/soong/zip/ |
D | zip_test.go | 55 func fh(name string, contents []byte, method uint16) zip.FileHeader { 58 Method: method,
|
D | zip.go | 594 func (z *ZipWriter) addFile(dest, src string, method uint16, emulateJar, srcJar bool) error { 669 Method: method, 688 func (z *ZipWriter) addManifest(dest string, src string, method uint16) error {
|
/build/make/ |
D | Usage.txt | 86 There is not yet known a convenient method by which to discover the full
|
/build/make/tools/fs_config/ |
D | README | 136 To add new tests, simply add a test_<xxx> method to the test class. It will automatically
|
/build/soong/docs/ |
D | perf.md | 189 a binary search using this method, but you do need to be careful not to split
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.css | 312 /* extra space between end of method name and open-paren */
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | android-developer-docs.css | 1504 /* extra space between end of method name and open-paren */
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 3530 /* extra space between end of method name and open-paren */
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | android_3p-bundle.js | 2108 …t|constructor|continue|eager|event|external|fixed|functor|global|include|method|mixin|object|paral…
|