Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 144) sorted by relevance

123456

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dast.py52 def _convert(node): argument
83 def dump(node, annotate_fields=True, include_attributes=False): argument
92 def _format(node): argument
125 def fix_missing_locations(node): argument
133 def _fix(node, lineno, col_offset): argument
150 def increment_lineno(node, n=1): argument
161 def iter_fields(node): argument
173 def iter_child_nodes(node): argument
187 def get_docstring(node, clean=True): argument
203 def walk(node): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dast.py52 def _convert(node): argument
83 def dump(node, annotate_fields=True, include_attributes=False): argument
92 def _format(node): argument
125 def fix_missing_locations(node): argument
133 def _fix(node, lineno, col_offset): argument
150 def increment_lineno(node, n=1): argument
161 def iter_fields(node): argument
173 def iter_child_nodes(node): argument
187 def get_docstring(node, clean=True): argument
203 def walk(node): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpycodegen.py150 def visitDict(self, node): argument
153 def visitGlobal(self, node): argument
157 def visitFunction(self, node): argument
160 def visitLambda(self, node): argument
163 def visitImport(self, node): argument
167 def visitFrom(self, node): argument
171 def visitClass(self, node): argument
174 def visitAssName(self, node): argument
177 def is_constant_false(node): argument
316 def set_lineno(self, node, force=False): argument
[all …]
Dsymbols.py219 def visitModule(self, node): argument
225 def visitFunction(self, node, parent): argument
239 def visitGenExpr(self, node, parent): argument
250 def visitGenExprInner(self, node, scope): argument
256 def visitGenExprFor(self, node, scope): argument
262 def visitGenExprIf(self, node, scope): argument
265 def visitLambda(self, node, parent, assign=0): argument
292 def visitClass(self, node, parent): argument
315 def visitName(self, node, scope, assign=0): argument
323 def visitFor(self, node, scope): argument
[all …]
Dtransformer.py145 def compile_node(self, node): argument
169 def single_input(self, node): argument
797 def lookup_node(self, node): argument
800 def com_node(self, node): argument
863 def com_fpdef(self, node): argument
869 def com_fplist(self, node): argument
878 def com_dotted_name(self, node): argument
886 def com_dotted_as_name(self, node): argument
896 def com_dotted_as_names(self, node): argument
904 def com_import_as_name(self, node): argument
[all …]
Dvisitor.py38 def default(self, node, *args): argument
42 def dispatch(self, node, *args): argument
74 def dispatch(self, node, *args): argument
109 def dumpNode(node): argument
Dfuture.py25 def visitModule(self, node): argument
50 def visitFrom(self, node): argument
57 def find_futures(node): argument
Dsyntax.py32 def error(self, node, msg): argument
39 def visitAssign(self, node): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_operator.py41 def transform(self, node, results): argument
47 def _sequenceIncludes(self, node, results): argument
51 def _isCallable(self, node, results): argument
57 def _repeat(self, node, results): argument
61 def _irepeat(self, node, results): argument
65 def _isSequenceType(self, node, results): argument
69 def _isMappingType(self, node, results): argument
73 def _isNumberType(self, node, results): argument
76 def _handle_rename(self, node, results, name): argument
81 def _handle_type2abc(self, node, results, module, abc): argument
[all …]
Dfix_idioms.py79 def match(self, node): argument
90 def transform(self, node, results): argument
100 def transform_isinstance(self, node, results): argument
112 def transform_while(self, node, results): argument
116 def transform_sort(self, node, results): argument
Dfix_next.py46 def transform(self, node, results): argument
81 def is_assign_target(node): argument
93 def find_assign(node): argument
100 def is_subtree(root, node): argument
Dfix_urllib.py77 def transform_import(self, node, results): argument
93 def transform_member(self, node, results): argument
169 def transform_dot(self, node, results): argument
186 def transform(self, node, results): argument
Dfix_tuple_params.py46 def transform(self, node, results): argument
110 def transform_lambda(self, node, results): argument
139 def simplify_args(node): argument
150 def find_params(node): argument
Dfix_xrange.py27 def transform(self, node, results): argument
36 def transform_xrange(self, node, results): argument
42 def transform_range(self, node, results): argument
63 def in_special_context(self, node): argument
Dfix_ne.py17 def match(self, node): argument
21 def transform(self, node, results): argument
Dfix_numliterals.py17 def match(self, node): argument
21 def transform(self, node, results): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dfixer_util.py137 def is_tuple(node): argument
149 def is_list(node): argument
163 def parenthesize(node): argument
208 def in_special_context(node): argument
227 def is_probably_builtin(node): argument
250 def find_indentation(node): argument
264 def make_suite(node): argument
273 def find_root(node): argument
282 def does_tree_import(package, name, node): argument
290 def is_import(node): argument
[all …]
Dfixer_base.py80 def match(self, node): argument
92 def transform(self, node, results): argument
125 def cannot_convert(self, node, reason=None): argument
140 def warning(self, node, reason): argument
182 def should_skip(self, node): argument
/device/google/marlin/camera/QCamera2/util/
DQCameraQueue.cpp147 camera_q_node *node = in enqueue() local
184 camera_q_node *node = in enqueueWithPriority() local
224 camera_q_node* node = NULL; in peek() local
259 camera_q_node* node = NULL; in dequeue() local
300 camera_q_node* node = NULL; in dequeue() local
344 camera_q_node* node = NULL; in flush() local
386 camera_q_node* node = NULL; in flushNodes() local
431 camera_q_node* node = NULL; in flushNodes() local
/device/google/contexthub/firmware/os/core/
Dheap.c67 static inline struct HeapNode* heapPrvGetNext(struct HeapNode* node) in heapPrvGetNext()
75 struct HeapNode* node; in heapInit() local
95 struct HeapNode *node = gHeapHead, *next; in heapMergeFreeChunks() local
117 struct HeapNode *node, *best = NULL; in heapAlloc() local
170 struct HeapNode *node, *t; in heapFree() local
207 struct HeapNode *node; in heapFreeAll() local
235 struct HeapNode *node; in heapGetFreeSize() local
260 struct HeapNode *node; in heapGetTaskSize() local
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c47 mm_jpeg_q_node_t* node = in mm_jpeg_queue_enq() local
70 mm_jpeg_q_node_t* node = in mm_jpeg_queue_enq_head() local
94 mm_jpeg_q_node_t* node = NULL; in mm_jpeg_queue_deq() local
139 mm_jpeg_q_node_t* node = NULL; in mm_jpeg_queue_flush() local
168 mm_jpeg_q_node_t* node = NULL; in mm_jpeg_queue_peek() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Drotatingtree.c31 RotatingTree_Add(rotating_node_t **root, rotating_node_t *node) in RotatingTree_Add()
52 rotating_node_t *node = *root; in RotatingTree_Get() local
65 rotating_node_t *node = *pnode; in RotatingTree_Get() local
111 rotating_node_t *node; in RotatingTree_Enum() local
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.h68 #define NTYPE(node) ((node)->u.base.type) argument
69 #define SET_NTYPE(node, ntype) (node)->u.base.type = (ntype) argument
71 #define NSTR(node) (&((node)->u.str)) argument
72 #define NCCLASS(node) (&((node)->u.cclass)) argument
73 #define NCTYPE(node) (&((node)->u.ctype)) argument
74 #define NBREF(node) (&((node)->u.bref)) argument
75 #define NQTFR(node) (&((node)->u.qtfr)) argument
76 #define NENCLOSE(node) (&((node)->u.enclose)) argument
77 #define NANCHOR(node) (&((node)->u.anchor)) argument
78 #define NCONS(node) (&((node)->u.cons)) argument
[all …]
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_queue.c85 camera_q_node *node = in mm_qcamera_queue_enqueue() local
109 camera_q_node* node = NULL; in mm_qcamera_queue_dequeue() local
138 camera_q_node* node = NULL; in mm_qcamera_queue_flush() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Ddemo.py18 def visitClass(self, node, scope=None): argument
21 def visitFunction(self, node, scope=None): argument

123456