/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | pred.c | 152 find_in_aSubBlk( Junction *alt ) in find_in_aSubBlk() argument 154 find_in_aSubBlk( alt ) in find_in_aSubBlk() 155 Junction *alt; in find_in_aSubBlk() 159 Junction *p = alt; 162 return MR_find_in_aSubBlk(alt); 203 find_in_aOptBlk( Junction *alt ) in find_in_aOptBlk() argument 205 find_in_aOptBlk( alt ) in find_in_aOptBlk() 206 Junction *alt; in find_in_aOptBlk() 209 return find_in_aSubBlk( alt ); 214 find_in_aLoopBegin( Junction *alt ) in find_in_aLoopBegin() argument [all …]
|
D | egman.c | 198 void altAdd(Junction *alt) in altAdd() argument 200 void altAdd(alt) in altAdd() 201 Junction *alt; in altAdd() 210 alt->curAltNum=CurAltNum_array[BlkLevel]; 211 alt->pendingLink=altArray[BlkLevel]; 212 altArray[BlkLevel]=alt;
|
D | misc.c | 960 Junction *alt, *p; local 967 alt = (Junction *)q->p2; 968 PRINT(alt->p1); 973 while ( !set_nil(alt->fset[k]) ) 975 s_fprT(stdout, alt->fset[k]); 977 if ( !set_nil(alt->fset[k]) ) printf(", "); 983 for (a=1,alt=q; alt != NULL; alt= (Junction *) alt->p2, a++) 985 if ( alt->p1 != NULL ) PRINT(alt->p1); 988 printf( " /* [%d] ", alt->altnum); 990 while ( !set_nil(alt->fset[k]) ) [all …]
|
D | gen.c | 221 Junction *alt; local 224 for (alt=q; alt != NULL; alt= (Junction *) alt->p2 ) 226 for (i=1; i<=CLL_k; i++) set_free(alt->fset[i]); 1553 Junction *alt; local 1575 for (alt=q; alt != NULL; alt= (Junction *) alt->p2 ) 1577 if ( alt->p2 == NULL ) /* chk for empty alt */ 1579 Node *p = alt->p1; 1618 /* MR10 */ if (alt->p2 == NULL && 1620 /* MR10 */ if (first_item_is_guess_block(alt)) { 1622 /* MR10 */ FileStr[alt->file],alt->line); [all …]
|
D | tokens.h | 117 void alt(set * toksrefd,set * rulesrefd); 119 extern void alt();
|
D | fset2.c | 541 Junction *alt; local 581 for (alt=(Junction *)p->p2; alt!=NULL; alt = (Junction *)alt->p2) 584 if ( alt->ignore ) break; 586 if ( tail==NULL ) {TRAV(alt->p1, k, rk, tail); r->down = tail;} 593 TRAV(alt->p1, k, rk, tail->right);
|
D | mrhoist.c | 1408 Predicate * MR_find_in_aSubBlk(Junction *alt) argument 1410 Predicate * MR_find_in_aSubBlk(alt) 1411 Junction *alt; 1454 for (p=alt; p!=NULL; p=(Junction *)p->p2) { 1469 if (alt->jtype == aPlusBlk) { 1492 for (i=0,p=alt;
|
D | antlr.c | 1683 alt( toksrefd,rulesrefd ); 1729 alt( toksrefd,rulesrefd ); 1772 alt(set * toksrefd,set * rulesrefd) in alt() function 1774 alt(toksrefd,rulesrefd) in alt()
|
D | proto.h | 486 extern Predicate * MR_find_in_aSubBlk(Junction *alt); /* MR10 */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
D | microprotocols.c | 76 pysqlite_microprotocols_adapt(PyObject *obj, PyObject *proto, PyObject *alt) in pysqlite_microprotocols_adapt() argument 137 PyObject *obj, *alt = NULL; in pysqlite_adapt() local 140 if (!PyArg_ParseTuple(args, "O|OO", &obj, &proto, &alt)) return NULL; in pysqlite_adapt() 141 return pysqlite_microprotocols_adapt(obj, proto, alt); in pysqlite_adapt()
|
D | microprotocols.h | 48 PyObject *obj, PyObject *proto, PyObject *alt);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | pytree.py | 681 for alt in content: 682 assert len(alt), repr(alt) # Can have empty alternatives 775 for alt in self.content: 776 for c, r in generate_matches(alt, nodes): 786 for alt in self.content: 787 for c1, r1 in generate_matches(alt, nodes[c0:]): 818 for alt in self.content: 819 for c0, r0 in generate_matches(alt, nodes):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_wsgiref.py | 178 def checkDefault(self, key, value, alt=None): argument 188 env = {key:alt} 190 self.assertTrue(env[key] is alt) 326 for alt in hop, hop.title(), hop.upper(), hop.lower(): 327 self.assertTrue(util.is_hop_by_hop(alt)) 333 for alt in hop, hop.title(), hop.upper(), hop.lower(): 334 self.assertFalse(util.is_hop_by_hop(alt))
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.cpp | 195 mSensorState[COMMS_SENSOR_ACCEL].alt[0] = COMMS_SENSOR_ACCEL_UNCALIBRATED; in HubConnection() 196 mSensorState[COMMS_SENSOR_ACCEL].alt[1] = COMMS_SENSOR_ACCEL_WRIST_AWARE; in HubConnection() 199 mSensorState[COMMS_SENSOR_ACCEL_UNCALIBRATED].alt[0] = COMMS_SENSOR_ACCEL; in HubConnection() 200 mSensorState[COMMS_SENSOR_ACCEL_UNCALIBRATED].alt[1] = COMMS_SENSOR_ACCEL_WRIST_AWARE; in HubConnection() 203 mSensorState[COMMS_SENSOR_ACCEL_WRIST_AWARE].alt[0] = COMMS_SENSOR_ACCEL; in HubConnection() 204 mSensorState[COMMS_SENSOR_ACCEL_WRIST_AWARE].alt[1] = COMMS_SENSOR_ACCEL_UNCALIBRATED; in HubConnection() 206 mSensorState[COMMS_SENSOR_GYRO].alt[0] = COMMS_SENSOR_GYRO_UNCALIBRATED; in HubConnection() 207 mSensorState[COMMS_SENSOR_GYRO].alt[1] = COMMS_SENSOR_GYRO_WRIST_AWARE; in HubConnection() 210 mSensorState[COMMS_SENSOR_GYRO_UNCALIBRATED].alt[0] = COMMS_SENSOR_GYRO; in HubConnection() 211 mSensorState[COMMS_SENSOR_GYRO_UNCALIBRATED].alt[1] = COMMS_SENSOR_GYRO_WRIST_AWARE; in HubConnection() [all …]
|
D | hubconnection.h | 179 uint8_t alt[MAX_ALTERNATES]; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | htmllib.py | 128 def handle_image(self, src, alt, *args): argument 135 self.handle_data(alt) 414 alt = '(image)' 423 alt = value 434 self.handle_image(src, alt, ismap, align, width, height)
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | res_debug.c | 738 u_int32_t latit = 0, longit = 0, alt = 0; in loc_aton() local 791 alt = (10000000 + (altsign * (altmeters * 100 + altfrac))); in loc_aton() 835 PUTLONG(alt,bcp); in loc_aton()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
D | newslist.doc | 30 alt.foo Articles about foo
|
/device/generic/goldfish/gps/ |
D | gps_qemu.c | 369 double alt; in nmea_reader_update_altitude() local 385 double alt; in nmea_reader_update_bearing() local 401 double alt; in nmea_reader_update_speed() local
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | CHANGES_SUMMARY.txt | 518 (file t10.g alt 1 line 5 and alt 2 line 6) 532 |Choice 1: rule0/1 alt 1 line 5 file t10.g | 561 |Choice 2: rule0/2 alt 2 line 6 file t10.g | 624 The predicate used for alt 2 of rule1 is (Alpha || Beta). This 656 (file t11.g alt 1 line 5 and alt 2 line 6) 676 (file v98.g alt 1 line 1 and alt 2 line 2) 1043 The alt without the predicate includes all cases where 1053 The lookahead set for the alt WITHOUT the semantic predicate: 1142 The lookahead set for the alt WITHOUT the semantic predicate: 1826 The alt without the predicate includes all cases where the [all …]
|
D | CHANGES_FROM_133_BEFORE_MR13.txt | 34 predicate at l1 even though alt l2 contains (indirectly) a predicate. 80 a. If the context is true don't enter an alt 84 the alt without evaluating the predicate at all. 533 (file t10.g alt 1 line 5 and alt 2 line 6) 547 |Choice 1: rule0/1 alt 1 line 5 file t10.g | 576 |Choice 2: rule0/2 alt 2 line 6 file t10.g | 639 The predicate used for alt 2 of rule1 is (Alpha || Beta). This 671 (file t11.g alt 1 line 5 and alt 2 line 6) 839 (file v98.g alt 1 line 1 and alt 2 line 2) 1330 The alt without the predicate includes all cases where [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | CHANGES_SUMMARY.txt | 518 (file t10.g alt 1 line 5 and alt 2 line 6) 532 |Choice 1: rule0/1 alt 1 line 5 file t10.g | 561 |Choice 2: rule0/2 alt 2 line 6 file t10.g | 624 The predicate used for alt 2 of rule1 is (Alpha || Beta). This 656 (file t11.g alt 1 line 5 and alt 2 line 6) 676 (file v98.g alt 1 line 1 and alt 2 line 2) 1043 The alt without the predicate includes all cases where 1053 The lookahead set for the alt WITHOUT the semantic predicate: 1142 The lookahead set for the alt WITHOUT the semantic predicate: 1826 The alt without the predicate includes all cases where the [all …]
|
D | CHANGES_FROM_133_before_mr13.txt | 34 predicate at l1 even though alt l2 contains (indirectly) a predicate. 80 a. If the context is true don't enter an alt 84 the alt without evaluating the predicate at all. 533 (file t10.g alt 1 line 5 and alt 2 line 6) 547 |Choice 1: rule0/1 alt 1 line 5 file t10.g | 576 |Choice 2: rule0/2 alt 2 line 6 file t10.g | 639 The predicate used for alt 2 of rule1 is (Alpha || Beta). This 671 (file t11.g alt 1 line 5 and alt 2 line 6) 839 (file v98.g alt 1 line 1 and alt 2 line 2) 1330 The alt without the predicate includes all cases where [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regcomp.c | 4305 select_opt_exact_info(OnigEncoding enc, OptExactInfo* now, OptExactInfo* alt) in select_opt_exact_info() argument 4310 v2 = alt->len; in select_opt_exact_info() 4316 copy_opt_exact_info(now, alt); in select_opt_exact_info() 4322 v1 = map_position_value(enc, alt->s[0]); in select_opt_exact_info() 4325 if (alt->len > 1) v2 += 5; in select_opt_exact_info() 4329 if (alt->ignore_case == 0) v2 *= 2; in select_opt_exact_info() 4331 if (comp_distance_value(&now->mmd, &alt->mmd, v1, v2) > 0) in select_opt_exact_info() 4332 copy_opt_exact_info(now, alt); in select_opt_exact_info() 4401 select_opt_map_info(OptMapInfo* now, OptMapInfo* alt) in select_opt_map_info() argument 4407 if (alt->value == 0) return ; in select_opt_map_info() [all …]
|
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/ |
D | services | 415 http-alt 8080/tcp webcache # WWW caching service 416 http-alt 8080/udp # WWW caching service
|