/external/elfutils/src/ |
D | ldscript.y | 42 static struct assignment *new_assignment (const char *variable, 67 struct assignment *assignment; member 115 %type <assignment> assignment 194 outputsection: assignment ';' 197 $$->val.assignment = $1; 235 assignment: kID '=' expr 262 | assignment ';' 265 $$->val.assignment = $1; 484 static struct assignment * 488 struct assignment *newp = (struct assignment *) in new_assignment()
|
D | ldscript.h | 101 struct assignment *assignment; member
|
D | ldscript.c | 166 static struct assignment *new_assignment (const char *variable, 206 struct assignment *assignment; member 1332 yyval.output_rule->val.assignment = yyvsp[-1].assignment; 1378 { yyval.assignment = new_assignment (yyvsp[-2].str, yyvsp[0].expr, false); } 1383 { yyval.assignment = new_assignment (yyvsp[-3].str, yyvsp[-1].expr, true); } 1421 yyval.input_rule->val.assignment = yyvsp[-1].assignment; 1939 static struct assignment * 1943 struct assignment *newp = (struct assignment *) in new_assignment()
|
D | ld.h | 520 struct assignment struct 540 struct assignment *assignment; argument 569 struct assignment *assignment; member
|
D | ld.c | 1388 && strcmp (orule->val.assignment->variable, ".") != 0) in create_lscript_symbols() 1396 const char *providename = orule->val.assignment->variable; in create_lscript_symbols() 1414 if (unlikely (!orule->val.assignment->provide_flag)) in create_lscript_symbols() 1429 if (orule->val.assignment->provide_flag) in create_lscript_symbols() 1437 s->name = orule->val.assignment->variable; in create_lscript_symbols() 1474 orule->val.assignment->sym = s; in create_lscript_symbols()
|
D | ldgeneric.c | 5714 if (strcmp (orule->val.assignment->variable, ".") == 0) in ld_generic_create_outfile() 5716 addr = eval_expression (orule->val.assignment->expression, in ld_generic_create_outfile() 5718 else if (orule->val.assignment->sym != NULL) in ld_generic_create_outfile() 5729 idx = dblindirect[orule->val.assignment->sym->outsymidx]; in ld_generic_create_outfile() 5734 idx = orule->val.assignment->sym->outdynsymidx; in ld_generic_create_outfile()
|
/external/chromium/third_party/icu/source/common/ |
D | rbbirpt.txt | 120 # The variable name scanning is in common with assignment statements, 281 # either an assignment statement or a rule, depending on whether an '=' 287 … n term ^assign-end doStartAssign # variable was target of assignment 294 # right hand side of an assignment is found. We get here via 295 # a pop; this state is pushed when the '=' in an assignment is found. 298 # assignment must look like a rule expression, and we come here
|
D | locid.cpp | 1297 const char* assignment = uprv_strchr(fullName, '='); in createKeywords() local 1299 if(assignment > variantStart) { in createKeywords()
|
/external/icu4c/common/ |
D | rbbirpt.txt | 120 # The variable name scanning is in common with assignment statements, 281 # either an assignment statement or a rule, depending on whether an '=' 287 … n term ^assign-end doStartAssign # variable was target of assignment 294 # right hand side of an assignment is found. We get here via 295 # a pop; this state is pushed when the '=' in an assignment is found. 298 # assignment must look like a rule expression, and we come here
|
D | locid.cpp | 1046 const char* assignment = uprv_strchr(fullName, '='); in createKeywords() local 1048 if(assignment > variantStart) { in createKeywords()
|
/external/v8/src/ |
D | parser.cc | 1436 Assignment* assignment = AsAssignment(stat); in Update() local 1438 if (BlockContinues(assignment)) { in Update() 1439 UpdateBlock(assignment); in Update() 1444 if (!InBlock() && (assignment != NULL) && in Update() 1445 (assignment->op() == Token::ASSIGN)) { in Update() 1446 StartBlock(assignment); in Update() 1484 bool BlockContinues(Assignment* assignment) { in BlockContinues() argument 1485 if ((assignment == NULL) || (first_in_block_ == NULL)) return false; in BlockContinues() 1486 if (assignment->op() != Token::ASSIGN) return false; in BlockContinues() 1488 assignment->target()); in BlockContinues() [all …]
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-param-util-generated.h.pump | 67 // No implementation - assignment is unsupported. 89 // No implementation - assignment is unsupported. 210 // No implementation - assignment is unsupported. 226 // No implementation - assignment is unsupported. 265 // No implementation - assignment is unsupported.
|
/external/qemu/docs/ |
D | ANDROID-CONFIG-FILES.TXT | 18 line := <comment> | <LF> | <assignment> 20 assignment := <space>* <keyName> <space>* '=' <space>* <valueString> <space>* <LF>
|
/external/tinyxml/ |
D | changes.txt | 101 - Copy constructor of TiXmlString not checking for assignment to self. 166 - Copy constructors and assignment have been a long time coming. Thanks to
|
/external/expat/bcb5/ |
D | README.txt | 85 remove the _RTLDLL assignment to the SYSDEFINES variable, and change the RTL
|
/external/chromium/sdch/open-vcdiff/ |
D | ChangeLog | 47 * Add private copy constructor and assignment operator for HashedDictionary.
|
/external/quake/quake/src/WinQuake/data/ |
D | COMEXP.TXT | 92 Licensee shall file a petition in bankruptcy or make an assignment 94 assignment for benefit of creditors, shall be commenced against 335 becomes insolvent, or makes an assignment for the benefit of its
|
/external/webkit/WebKitTools/iExploder/ |
D | CHANGELOG.txt | 56 Add stop parameter, fix port assignment issue, fix indentation
|
/external/stlport/doc/ |
D | FAQ | 256 call a.push, or on assignment _str = s. This is evident here, but not 287 // Following is wrong because there is no assignment
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | flex.skl | 1518 * because both ANSI C and C++ allow castless assignment from 1520 * as though doing an assignment.
|
/external/bison/ |
D | TODO | 253 assignment to $$ which may not be OK under C++, replacing it with a
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-2 | 502 the gcc warning about "assignment used as truth value". 551 the expr is an assignment. 586 assignment lines. Don't define HAVE_GOOD_PRINTF as 0 if we don't
|
D | ChangeLog.pre-1-2 | 2849 unneccessary `assert', saved one variable assignment. 2850 (g_list_prepend): saved two (conditioned) variable assignment. 2851 (g_list_insert): saved one (conditioned) variable assignment, 2852 saved one variable assignment. 2857 variable assignment.
|
D | ChangeLog.pre-2-12 | 351 system thread identifier comparision and assignment macros from
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 1480 constructor and assignment operator. 1513 assignment operator private to avoid warning as _M_cat member 1514 data has private copy constructor and assignment operator too. 2409 constructors, assignment operator and destructor to any_type struct 3558 * build/Makefiles/gmake/gcc.mak: Change CC and CXX assignment from := to 4824 errno assignment. 4873 * stlport/stl/_istream.h, _ostream.h: Fix assignment operators prototypes 4888 * test/unit/string_test.cpp: more test with assignment. 5218 * Add many private definition of copy constructor and assignment operators 5473 * stlport/stl/_string_sum.h, _string_operators.h: Fix of an assignment bug [all …]
|