/external/proguard/docs/ |
GPL_exception.html | 46 these programs. If you modify this file, you may extend this exception to your
|
/external/proguard/src/proguard/ |
ClassSpecification.java | 99 * class must extend or implement in order 103 * must extend or implement in order to 146 * class must extend or implement in order 150 * must extend or implement in order to
|
/external/proguard/src/proguard/classfile/visitor/ |
ImplementedClassConstantFilter.java | 31 * extend or implement a given class. This exception includes the class itself.
|
ImplementedClassFilter.java | 27 * <code>ClassVisitor</code>, except for classes that extend or implement
|
/external/protobuf/python/google/protobuf/internal/ |
more_extensions.proto | 52 extend ExtendedMessage {
|
/external/protobuf/src/google/protobuf/ |
unittest_no_generic_services.proto | 48 extend TestMessage {
|
unittest_optimize_for.proto | 49 extend TestOptimizedForSize {
|
/external/robolectric/src/main/java/ |
overview.html | 10 a developer is likely to use or extend. While the goal of Robolectric is to provide a complete solution for test
|
/external/skia/include/effects/ |
SkBlurMaskFilter.h | 37 @param radius The radius to extend the blur from the original mask. Must be > 0.
|
/external/skia/legacy/include/effects/ |
SkBlurMaskFilter.h | 39 @param radius The radius to extend the blur from the original mask. Must be > 0.
|
/external/skia/legacy/src/animator/ |
SkDrawShader.cpp | 71 // we pass the same to both, but later we should extend this flexibility
|
/external/skia/src/animator/ |
SkDrawShader.cpp | 71 // we pass the same to both, but later we should extend this flexibility
|
/external/smali/smali/src/main/java/org/jf/smali/ |
LexerErrorInterface.java | 39 //class that implements LexerErrorInterface that we can have the ANTLR parser extend
|
/external/webkit/Source/WebKit/chromium/public/ |
WebNonCopyable.h | 36 // A base class to extend from if you do not support copying.
|
/frameworks/base/core/java/android/service/textservice/ |
package.html | 7 android.service.textservice.SpellCheckerService} and extend the {@link
|
/frameworks/base/core/java/android/text/style/ |
MetricAffectingSpan.java | 24 * changes the width or height of characters extend this class.
|
/frameworks/base/core/java/android/webkit/ |
PluginStub.java | 23 * package may extend this class and implement the abstract functions to create
|
/frameworks/base/core/java/android/widget/ |
package.html | 9 To create your own widget, extend {@link android.view.View} or a subclass. To
|
/libcore/luni/src/main/java/java/lang/ |
RuntimeException.java | 24 * doesn't extend {@code RuntimeException} or {@link Error}), the compiler does
|
/external/libvpx/libvpx/tools/ |
intersect-diffs.py | 143 r.extend(hunk.header) 146 r.extend(hunk.header[2]) 147 r.extend(hunk.lines)
|
/external/llvm/include/llvm/IR/ |
Instruction.def | 146 HANDLE_CAST_INST(34, ZExt , ZExtInst ) // Zero extend integers 147 HANDLE_CAST_INST(35, SExt , SExtInst ) // Sign extend integers 153 HANDLE_CAST_INST(41, FPExt , FPExtInst ) // Extend floating point
|
/external/webkit/Source/WebKit/chromium/ |
gyp_webkit | 77 args.extend(['-I' + i for i in additional_include_files(args)]) 90 args.extend(['-fmake', 97 args.extend([
|
/external/webkit/Tools/Scripts/webkitpy/test/ |
main.py | 112 sys.path.extend(set(os.path.dirname(path) for path in external_package_paths)) 127 modules.extend(self._modules_from_paths(path, self._find_unittest_files(path))) 150 sys_argv.extend(modules)
|
/external/webkit/Tools/wx/build/ |
wxpresets.py | 115 libs.extend(['wxzlib' + depext, 'wxjpeg' + depext, 'wxpng' + depext, 'wxexpat' + depext]) 117 libs.extend(["wxmsw%s%s" % (version_str_nodot, ext)]) 119 libs.extend([get_wxlib_name('base'), get_wxlib_name('core')])
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
BlueUnderlineTests.java | 51 assertEquals("extend blue underline, span start", EXPECTED_SPAN_START, spanBefore.mStart); 52 assertEquals("extend blue underline, span end", EXPECTED_SPAN_END, spanBefore.mEnd); 53 assertEquals("extend blue underline, span color", true,
|