/ndk/sources/host-tools/sed-4.2.1/lib/ |
verify.h | 90 Which of the following alternatives can be used?
|
/system/core/include/cutils/ |
atomic.h | 31 * PREFERRED ALTERNATIVES:
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DecisionProbe.java | 51 * can be matched by multiple alternatives. Unfortunately, some decisions 74 /** Track all DFA states with nondeterministic alternatives. 235 /** Get a list of all unreachable alternatives for this decision. There 236 * may be multiple alternatives with ambiguous input sequences, but this 237 * is the overall list of unreachable alternatives (either due to [all...] |
/external/chromium_org/v8/src/ |
jsregexp.cc | 4790 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local 5876 ZoneList<GuardedAlternative>* alternatives = node->alternatives(); local [all...] |
/external/proguard/src/proguard/retrace/ |
ReTrace.java | 354 * line, and any additional alternatives to the extra lines. 427 * line, and any additional alternatives to the extra lines.
|
/frameworks/base/core/java/android/os/ |
Message.java | 42 * arg1 and arg2 are lower-cost alternatives to using 49 * arg1 and arg2 are lower-cost alternatives to using
|
/frameworks/base/docs/html/guide/topics/resources/ |
runtime-changes.jd | 256 the configuration has changed and can simply re-assign all your resources that provide alternatives 271 change, you are responsible for resetting any elements for which you provide alternatives. If you
|
/external/chromium_org/components/data_reduction_proxy/browser/ |
data_reduction_proxy_settings.h | 205 // alternatives.
|
/external/chromium_org/v8/test/webkit/ |
regexp-zero-length-alternatives-expected.txt | 24 Test regular expression processing with alternatives that match consuming no characters
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCAsmInfo.cpp | 26 // asm alternatives to work right.
|
/external/proguard/docs/ |
testimonials.html | 73 ProGuard rules. Much easier to use than the commercial alternatives.
|
/libcore/luni/src/main/java/java/net/ |
ProxySelector.java | 84 * <h3>Alternatives</h3>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
patcomp.py | 78 if node.type == self.syms.Alternatives:
|
pytree.py | 674 list of alternatives, e.g. (a b c | d e | f g h)* 679 # Check sanity of alternatives 680 assert len(content), repr(content) # Can't have zero alternatives 682 assert len(alt), repr(alt) # Can have empty alternatives
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
patcomp.py | 78 if node.type == self.syms.Alternatives:
|
pytree.py | 674 list of alternatives, e.g. (a b c | d e | f g h)* 679 # Check sanity of alternatives 680 assert len(content), repr(content) # Can't have zero alternatives 682 assert len(alt), repr(alt) # Can have empty alternatives
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
testimonials.html | 73 ProGuard rules. Much easier to use than the commercial alternatives.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
GuidelineHandler.java | 258 int alternatives = matches.size(); local 259 if (alternatives == 0) { 261 } else if (alternatives == 1) { 265 assert alternatives > 1; local [all...] |
/development/samples/NotePad/src/com/example/android/notepad/ |
NotesList.java | 223 * Add alternatives to the menu 226 Menu.CATEGORY_ALTERNATIVE, // Add the Intents as options in the alternatives group. 228 Menu.NONE, // The alternatives don't need to be in order.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
webbrowser.py | 31 alternatives = [using] 33 alternatives = _tryorder 34 for browser in alternatives:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
webbrowser.py | 31 alternatives = [using] 33 alternatives = _tryorder 34 for browser in alternatives:
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
Python.stg | 625 /** A (...) subrule with multiple alternatives */ 642 /** A rule block with multiple alternatives */ 670 /** A (..)+ block with 1 or more alternatives */ 703 /** A (..)* block with 1 or more alternatives */ 747 pass <! so empty alternatives are a valid block !> [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRDebugEventListener.h | 41 /** Because rules can have lots of alternatives, it is very useful to
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRDebugEventListener.h | 41 /** Because rules can have lots of alternatives, it is very useful to
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRDebugEventListener.h | 41 /** Because rules can have lots of alternatives, it is very useful to
|