/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mman.h | 37 #define PROT_GROWSDOWN 0x01000000 /* Extend change to start of 39 #define PROT_GROWSUP 0x02000000 /* Extend change to start of
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mman.h | 37 #define PROT_GROWSDOWN 0x01000000 /* Extend change to start of 39 #define PROT_GROWSUP 0x02000000 /* Extend change to start of
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SearchSuggestionSampleProvider.java | 23 * simply extend SearchRecentSuggestionsProvider as shown here, and configure with
|
/development/samples/ApiDemos/tests/src/com/example/android/apis/ |
ApiDemosApplicationTests.java | 26 * how to write and extend Application tests.
|
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/ |
TabCompatActivity.java | 27 * When building an activity with tabs, extend this class in order to provide compatibility with API
|
/docs/source.android.com/src/accessories/ |
index.jd | 19 <p>Build compelling USB and Bluetooth Accessories to extend
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
Parser.js | 9 org.antlr.lang.extend(org.antlr.runtime.Parser, org.antlr.runtime.BaseRecognizer, {
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
RewriteRuleSubtreeStream.js | 6 org.antlr.lang.extend(org.antlr.runtime.tree.RewriteRuleSubtreeStream,
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t001lexer.html | 19 org.antlr.lang.extend(TLexer, t001lexer, {
|
t002lexer.html | 19 org.antlr.lang.extend(TLexer, t002lexer, {
|
t003lexer.html | 19 org.antlr.lang.extend(TLexer, t003lexer, {
|
t006lexer.html | 19 org.antlr.lang.extend(TLexer, t006lexer, {
|
t007lexer.html | 19 org.antlr.lang.extend(TLexer, t007lexer, {
|
t018llstar.html | 22 org.antlr.lang.extend(TestParser, t018llstarParser, {
|
t032subrulePredict.html | 22 org.antlr.lang.extend(TParser, t032subrulePredictParser, {
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
template.rb | 10 extend ClassMacros 35 Class === klass and klass.extend( ClassMethods ) 62 Class === klass and klass.extend( Builder::ClassMethods ) 125 template.extend( self )
|
/external/chromium/crypto/ |
hmac.h | 24 // The set of supported hash functions. Extend as required.
|
/external/clang/test/CXX/except/except.spec/ |
p4.cpp | 27 // The extension does not extend to function templates.
|
/external/jmonkeyengine/engine/src/core/com/jme3/input/controls/ |
InputListener.java | 37 * {@link ActionListener} interfaces extend this interface.
|
/external/llvm/test/CodeGen/ARM/ |
fast-isel-ret.ll | 4 ; Sign-extend of i1 currently not supported by fast-isel
|
/external/llvm/test/CodeGen/X86/ |
2011-10-19-LegelizeLoad.ll | 13 ; Also make sure that we sign-extend it.
|
blend-msb.ll | 4 ; In this test we check that sign-extend of the mask bit is performed by
|
x86-64-and-mask.ll | 16 ; This copy can't be coalesced away because it needs the implicit zero-extend.
|
/external/llvm/test/Transforms/InstCombine/ |
apint-and1.ll | 54 %X = ashr i47 %A, 39 ;; sign extend
|
/external/oprofile/libopagent/ |
jitdump.h | 31 * to extend a size to be 8-byte aligned. */
|