/external/llvm/test/CodeGen/X86/ |
h-register-addressing-64.ll | 3 ; Use h-register extract and zero-extend.
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
ivchain.ll | 4 ; A sign extend feeds an IVUser and cannot be hoisted into the AddRec.
|
/external/llvm/utils/lint/ |
common_lint.py | 95 lint.extend(linter.RunOnFile(filename, lines))
|
/external/markdown/markdown/ |
postprocessors.py | 26 Postprocessors must extend markdown.Postprocessor.
|
/external/netperf/ |
hist.h | 33 Rick Jones 2004-06-15 - extend to 1 and 10 usec
|
/external/objenesis/main/src/org/objenesis/ |
ObjenesisBase.java | 25 * Base class to extend if you want to have a class providing your own default strategy. Can also be
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
multiple_files_test.proto | 65 extend TestAllExtensions {
|
/external/protobuf/python/google/protobuf/internal/ |
containers.py | 112 def extend(self, elem_seq): member in class:RepeatedScalarFieldContainer 113 """Extends by appending the given sequence. Similar to list.extend().""" 121 self._values.extend(new_values) 128 self._values.extend(other._values)
|
more_messages.proto | 48 extend OutOfOrderFields {
|
/external/regex-re2/re2/ |
unicode.py | 242 togroup.setdefault(lower, [lower]).extend(codes) 268 scripts.setdefault(name, []).extend(codes) 289 categories.setdefault(category, []).extend(codes) 293 categories.setdefault(short, []).extend(codes)
|
/external/smack/src/com/kenai/jbosh/ |
AbstractAttr.java | 24 * creation of objects which extend existing trivial types. This was done
|
/external/webkit/Source/WebCore/editing/ |
EditingBehavior.h | 40 // maintain the horizontal position on Windows but extend it to the boundary of the editable
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
checkstyle.py | 56 args.extend(self._changed_files(state))
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_BlockMatch_Integer_8x8.c | 44 * boundaries may extend beyond image boundaries if the image has
|
/frameworks/base/core/java/android/accounts/ |
AccountAuthenticatorActivity.java | 26 * to handle the request then it can have the activity extend AccountAuthenticatorActivity.
|
/frameworks/base/docs/html/training/id-auth/ |
custom_auth.jd | 17 <li><a href="#ExtendThatThing">Extend AbstractAccountAuthenticator</a></li> 58 android.accounts.AccountAuthenticatorActivity}, which you can extend to create your own custom 99 <h2 id="ExtendThatThing">Extend AbstractAccountAuthenticator</h2> 106 <p>The easiest way to create an authenticator class is to extend
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
package-info.java | 40 * synchronization state. Both extend class {@link
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
plugin.def | 42 /* Extend the GGC marking. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
plugin.def | 42 /* Extend the GGC marking. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
plugin.def | 42 /* Extend the GGC marking. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
plugin.def | 42 /* Extend the GGC marking. */
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
GPL_exception.html | 50 these programs. If you modify this file, you may extend this exception to your
|
/external/clang/lib/Sema/ |
SemaCXXScopeSpec.cpp | 403 /// dependent context, for example. Nor will it extend \p SS with the scope 496 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc); 579 // don't extend the nested-name-specifier. Just return now. 584 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc); 589 SS.Extend(Context, Alias, IdentifierLoc, CCLoc); 631 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), 650 // resolve Identifier, then extend the SS with Identifier. This will have 669 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc); 726 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), 792 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T) [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
concat-jquery-mootools-prototype.js | 562 jQuery.extend = jQuery.fn.extend = function() { 578 // extend jQuery itself if only one argument is passed 587 // Extend the base object 597 target[ name ] = jQuery.extend( deep, 618 jQuery.extend({ [all...] |
/build/tools/releasetools/ |
build_image.py | 60 build_command.extend([in_dir, out_file, fs_type, 69 build_command.extend(prop_dict["mkyaffs2_extra_flags"].split())
|