/external/python/cpython2/Lib/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
|
/external/skia/gm/ |
savelayer.cpp | 14 // In particular, it attempts to compare the performance of unclipped saveLayers with alternatives.
|
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
DoubleAdder.java | 51 * <p>This class is usually preferable to alternatives when multiple
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...] |
/system/core/libcutils/include/cutils/ |
atomic.h | 32 * PREFERRED ALTERNATIVES:
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotesList.java | 214 * Add alternatives to the menu 217 Menu.CATEGORY_ALTERNATIVE, // Add the Intents as options in the alternatives group. 219 Menu.NONE, // The alternatives don't need to be in order.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
webbrowser.py | 31 alternatives = [using]
33 alternatives = _tryorder
34 for browser in alternatives:
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
output.c | 226 fprintf(class_stream, "\tstatic DLGChar alternatives[%d];\n",dfa_allocated+1);
516 if ((DFA(i)->alternatives) && (accept != 0)){
681 fprintf(OUT, "\t%d,\n", DFA(i)->alternatives);
|
/external/python/cpython2/Lib/ |
webbrowser.py | 31 alternatives = [using] 33 alternatives = _tryorder 34 for browser in alternatives:
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
webbrowser.py | 31 alternatives = [using] 33 alternatives = _tryorder 34 for browser in alternatives:
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
webbrowser.py | 31 alternatives = [using] 33 alternatives = _tryorder 34 for browser in alternatives:
|
/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/python/cpython2/Doc/faq/ |
extending.rst | 33 Writing C is hard; are there any alternatives? 36 There are a number of alternatives to writing your own C extensions, depending 60 alternatives for wrapping C++ libraries.
|