/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
ast.py | 9 for elt in seq: 12 for elt2 in flatten(elt): 19 return [n for n in flatten(seq) if isinstance(n, Node)] 24 """Abstract base class for ast nodes.""" 28 for n in self.getChildren(): 30 def asList(self): # for backwards compatibility 502 class For(Node): 528 return "For(%s, %s, %s, %s)" % (repr(self.assign), repr(self.list), repr(self.body), repr(self.else_)) [all...] |
/external/v8/src/ast/ |
ast-types.h | 18 // A simple type system for compiler-internal use. It is based entirely on 30 // The following equations and inequations hold for the semantic axis: 58 // for arbitrary heap values. 61 // TODO(rossberg): the latter is not currently true for proxies, because of fix, 69 // For the representation axis, the following holds: 81 // Subtyping relates the two dimensions, for example: 87 // types that allow for all possible representations, and dually, the ones for 89 // can then e.g. be narrowed for a given semantic type using intersection: 109 // There are two main functions for testing types [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
Python-ast.h | 116 } For;
405 #define For(a0, a1, a2, a3, a4, a5, a6) _Py_For(a0, a1, a2, a3, a4, a5, a6)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
Python-ast.h | 116 } For;
405 #define For(a0, a1, a2, a3, a4, a5, a6) _Py_For(a0, a1, a2, a3, a4, a5, a6)
|
/external/python/cpython2/Include/ |
Python-ast.h | 116 } For; 405 #define For(a0, a1, a2, a3, a4, a5, a6) _Py_For(a0, a1, a2, a3, a4, a5, a6)
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
Python-ast.h | 116 } For; 405 #define For(a0, a1, a2, a3, a4, a5, a6) _Py_For(a0, a1, a2, a3, a4, a5, a6)
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
Python-ast.h | 116 } For; 405 #define For(a0, a1, a2, a3, a4, a5, a6) _Py_For(a0, a1, a2, a3, a4, a5, a6)
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
Python-ast.h | 116 } For; 405 #define For(a0, a1, a2, a3, a4, a5, a6) _Py_For(a0, a1, a2, a3, a4, a5, a6)
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
Python-ast.h | 116 } For; 405 #define For(a0, a1, a2, a3, a4, a5, a6) _Py_For(a0, a1, a2, a3, a4, a5, a6)
|
/external/python/cpython3/Include/ |
Python-ast.h | 132 } For; 476 #define For(a0, a1, a2, a3, a4, a5, a6) _Py_For(a0, a1, a2, a3, a4, a5, a6)
|
/external/v8/src/compiler/ |
effect-control-linearizer.cc | 54 BlockEffectControlData& For(BasicBlock* from, BasicBlock* to) { 58 const BlockEffectControlData& For(BasicBlock* from, BasicBlock* to) const { 85 for (int i = 0; i < node->op()->EffectInputCount(); i++) { 89 block_effects->For(predecessor, block); 112 for (int i = 0; i < control->op()->ControlInputCount(); i++) { 116 block_effects->For(predecessor, block); 125 for (BasicBlock* pred : block->predecessors()) { 138 for (Edge edge : node->use_edges()) { 158 // input graph as shown below and clones the Branch node for every predecessor 160 // materializing the bit for the Phi and may offer potential for furthe [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
Python-ast.c | 412 for (i = 0; i < PyTuple_GET_SIZE(args); i++) {
512 for (i = 0; i < num_fields; i++) {
532 for (i = 0; i < num_fields; i++) {
554 for (i = 0; i < n; i++) {
705 For_type = make_type("For", stmt_type, For_fields, 4);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
Python-ast.c | 412 for (i = 0; i < PyTuple_GET_SIZE(args); i++) {
512 for (i = 0; i < num_fields; i++) {
532 for (i = 0; i < num_fields; i++) {
554 for (i = 0; i < n; i++) {
688 For_type = make_type("For", stmt_type, For_fields, 4);
[all...] |
/external/python/cpython2/Python/ |
Python-ast.c | 412 for (i = 0; i < PyTuple_GET_SIZE(args); i++) { 512 for (i = 0; i < num_fields; i++) { 532 for (i = 0; i < num_fields; i++) { 554 for (i = 0; i < n; i++) { 705 For_type = make_type("For", stmt_type, For_fields, 4); [all...] |
/external/python/cpython3/Python/ |
Python-ast.c | 558 for (i = 0; i < PyTuple_GET_SIZE(args); i++) { 664 for (i = 0; i < num_fields; i++) { 685 for (i = 0; i < num_fields; i++) { 707 for (i = 0; i < n; i++) { 888 For_type = make_type("For", stmt_type, For_fields, 4); [all...] |
/external/swiftshader/src/Reactor/ |
Reactor.hpp | 12 // See the License for the specific language governing permissions and [all...] |
/external/v8/src/ |
api.cc | 7 #include <string.h> // For memcpy, strlen. 11 #include <cmath> // For isnan. 584 for (int i = 0; i < num_templates; i++) { 594 for (int i = 0; i < num_additional_contexts; i++) { 618 for (int i = 0; i < num_additional_contexts; i++) { 644 for (int i = 0; i < num_additional_contexts; i++) { 664 for (const auto& context_snapshot : context_snapshots) { 848 // Reserve no more than 1/8 of the memory for the code range, but at most [all...] |
/external/annotation-tools/scene-lib/ |
ant-contrib.jar | |
/prebuilts/devtools/tools/lib/ |
jython-standalone-2.5.3.jar | |
lombok-ast-0.2.3.jar | |
/prebuilts/misc/common/jython/ |
jython.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/ |
lombok-ast-0.2.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.3/ |
lombok-ast-0.2.3.jar | |