/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | ast.c | 52 else if ( *_root != *_sibling ) (*_root)->down = *_sibling; 90 if ( *_root != NULL ) (*_root)->down = *_sibling; 119 if ( (*_root)->down == *_sibling ) *_sibling = *_tail = *_root; 121 (*_root)->down = *_sibling; 158 if ( tree->down != NULL ) (*before)(tree); 160 zzpre_ast(tree->down, func, before, after); 161 if ( tree->down != NULL ) (*after)(tree); 215 while (tree->down == NULL || tree->right == NULL) { 217 if (tree->down == NULL && tree->right == NULL) { 223 if (tree->down == NULL) { [all …]
|
D | PCCTSAST.cpp | 61 PCCTS_AST *s = down(); in addChild() 74 if ( down() != NULL ) /* MR23 */ printMessage(f," ("); in lisp() 76 if ( down()!=NULL ) down()->lisp(f); in lisp() 77 if ( down() != NULL ) /* MR23 */ printMessage(f," )"); in lisp() 105 if ( root->down() != NULL ) return NULL; in make() 173 if ( sib->down()!=NULL ) in ast_find_all() 176 sib=sib->down(); in ast_find_all() 188 if ( sib->down()!=NULL ) in ast_find_all() 191 *cursor = sib->down(); in ast_find_all() 199 if ( sib->down()!=NULL ) in ast_find_all() [all …]
|
D | ast.h | 48 struct _ast *right, *down; member 58 #define AST_REQUIRED_FIELDS struct _ast *right, *down, *left, *up; 60 #define AST_REQUIRED_FIELDS struct _ast *right, *down; 67 #define zzchild(t) (((t)==NULL)? (AST *) NULL:(t->down)) /* MR19 */
|
D | ASTBase.h | 66 ASTBase *down() { return _down; } in down() function 71 PCCTS_AST *down() { return _down; }
|
D | PCCTSAST.h | 68 struct _scanast *down() { return _down; } in down() function 110 virtual PCCTS_AST *down() = 0;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | ast.c | 52 else if ( *_root != *_sibling ) (*_root)->down = *_sibling; 90 if ( *_root != NULL ) (*_root)->down = *_sibling; 119 if ( (*_root)->down == *_sibling ) *_sibling = *_tail = *_root; 121 (*_root)->down = *_sibling; 158 if ( tree->down != NULL ) (*before)(tree); 160 zzpre_ast(tree->down, func, before, after); 161 if ( tree->down != NULL ) (*after)(tree); 215 while (tree->down == NULL || tree->right == NULL) { 217 if (tree->down == NULL && tree->right == NULL) { 223 if (tree->down == NULL) { [all …]
|
D | PCCTSAST.cpp | 61 PCCTS_AST *s = down(); in addChild() 74 if ( down() != NULL ) fprintf(f," ("); in lisp() 76 if ( down()!=NULL ) down()->lisp(f); in lisp() 77 if ( down() != NULL ) fprintf(f," )"); in lisp() 105 if ( root->down() != NULL ) return NULL; in make() 172 if ( sib->down()!=NULL ) in ast_find_all() 175 sib=sib->down(); in ast_find_all() 187 if ( sib->down()!=NULL ) in ast_find_all() 190 *cursor = sib->down(); in ast_find_all() 198 if ( sib->down()!=NULL ) in ast_find_all() [all …]
|
D | ast.h | 48 struct _ast *right, *down; member 58 #define AST_REQUIRED_FIELDS struct _ast *right, *down, *left, *up; 60 #define AST_REQUIRED_FIELDS struct _ast *right, *down; 67 #define zzchild(t) (((t)==NULL)? (AST *) NULL:(t->down)) /* MR19 */
|
D | ASTBase.h | 66 ASTBase *down() { return _down; } in down() function 71 PCCTS_AST *down() { return _down; }
|
D | PCCTSAST.h | 68 struct _scanast *down() { return _down; } in down() function 110 virtual PCCTS_AST *down() = 0;
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | mrhoist.c | 69 } else if (first->down == NULL && second->down == NULL) { 76 } else if (first->down == NULL && second->down != NULL) { 82 for (s=second->down; s != NULL; s=s->right) { 92 for (s=second->down; s != NULL; s=s->right) { 102 } else if (first->down != NULL && second->down == NULL) { 107 for (f=first->down; f != NULL; f=f->right) { 117 for (f=first->down; f != NULL; f=f->right) { 133 for (f=first->down; f != NULL ; f=f->right) { 134 for (s=second->down; s != NULL ; s=s->right) { 147 for (f=first->down; f != NULL ; f=f->right) { [all …]
|
D | fset2.c | 84 if ( tree->down != NULL ) fprintf(stderr, " ("); 88 preorder(tree->down); 89 if ( tree->down != NULL ) fprintf(stderr, " )"); 120 for (u=t->down; u != NULL; u=u->right) { 171 if ( t->down!=NULL ) t->down = prune(t->down, k-1); 172 if ( t->down == NULL ) 223 else root->down = sibling; in tmake() 275 p->down = NULL; 354 u->down = tdup(t->down); 372 u->down = tdup(t->down); [all …]
|
D | pred.c | 179 root->down = head; 191 if ( root!=NULL && root->down->right == NULL ) 193 Predicate *d = root->down; 470 root->down = pred; 620 complete_context_sets(p,a->down); 668 complete_context_trees(p, a->down); 716 set_orin(&a, covered_set(p->down)); 720 set_orin(&a, covered_set(p->down)); 738 predicate_free(p->down); 752 p->down=NULL; /* MR13 *** debug */ [all …]
|
D | gen.c | 558 if ( p->down == NULL ) 596 Predicate *list = p->down; 607 Predicate *list = p->down; 680 if ( p->down!=NULL ) _gen("\n"); 687 if ( p->down!=NULL ) _gen("\n"); 728 for (q=p->down; q != NULL ; q=q->right) { 735 for (q=p->down; q != NULL ; q=q->right) { 856 for (q=p->down; q != NULL; q=q->right) { 868 ** for (q=p->down; q != NULL; q=q->right) { 906 if ( p->down==NULL ) [all …]
|
/device/google/cuttlefish/host/frontend/gcastv2/libsource/ |
D | KeyboardSink.cpp | 30 void KeyboardSink::injectEvent(bool down, uint16_t code) { in injectEvent() argument 33 << down in injectEvent() 37 buffer->addEvent(EV_KEY, code, down); in injectEvent()
|
D | TouchSink.cpp | 36 void TouchSink::injectTouchEvent(int32_t x, int32_t y, bool down) { in injectTouchEvent() argument 39 << down in injectTouchEvent() 48 buffer->addEvent(EV_KEY, BTN_TOUCH, down); in injectTouchEvent()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
D | queens.py | 25 self.down = [0] * (2*n-1) # Is downward diagonal[x+y] safe? 39 return not self.row[y] and not self.up[x-y] and not self.down[x+y] 45 self.down[x+y] = 1 51 self.down[x+y] = 0
|
/device/google/cuttlefish/host/frontend/vnc_server/ |
D | virtual_inputs.h | 33 virtual void GenerateKeyPressEvent(int code, bool down) = 0; 34 virtual void PressPowerButton(bool down) = 0;
|
/device/google/cuttlefish/tools/ |
D | vlan_prototype_down.sh | 12 /sbin/ifconfig "${tap}" down 21 /sbin/ifconfig "${bridge}" down
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/ |
D | sorcerer.h | 53 struct _node *right, *down; \ 67 #define _DOWN _t=_t->down 71 #define _CPPDOWN _t=(SORAST *) _t->down() 88 #define ast_down down
|
D | SCommonAST.h | 18 PCCTS_AST *down() { return _down; } in down() function
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/ |
D | CASTBase.h | 41 struct _nodebase *right, *down; member
|
/device/linaro/dragonboard/installer/db845c/ |
D | README | 26 while holding down the "VOL-" button plug in the power cable. 27 Continue holding down the "VOL-" button and tap the "ON/OFF" 56 removed to fully power the device down, it is easy to forget 70 continuing to hold down the "USB" button, tap the "ON/OFF"
|
/device/google/cuttlefish/host/frontend/gcastv2/libsource/include/source/ |
D | KeyboardSink.h | 34 void injectEvent(bool down, uint16_t code);
|
D | TouchSink.h | 34 void injectTouchEvent(int32_t x, int32_t y, bool down);
|