/external/chromium_org/third_party/sqlite/src/tool/ |
opcodeDoc.awk | 14 }else if( NF>1 ){
|
/external/libpng/scripts/ |
checksym.awk | 37 FILENAME==master && NF==2 && $2~/^@/ && $1!~/^;/ { 50 FILENAME==master && $1==";missing" && NF==2{ 70 NF==2 && $1 == ";" && $2 ~ /^@[1-9][0-9]*$/ { # last ordinal 80 NF==3 && $1 == ";" && $3 ~ /^@[1-9][0-9]*$/ { # removed symbol 91 NF==2 && $2 ~ /^@[1-9][0-9]*$/ { # exported symbol
|
options.awk | 158 $1 == "deb" && $2 == "=" && NF == 3{ 204 if (NF > 1) { 215 $1 == "version" && NF == 1{ 231 $1 == "file" && NF >= 2{ 234 if (NF >= 3) 260 $1 == "option" && NF >= 2{ 282 for (i=istart; i<=NF; ++i) { 326 } while (i > NF && $0 ~ /,$/) 328 if (i > NF) { 348 pre != 0 && $1 == "chunk" && NF >= 2 [all...] |
/external/elfutils/0.153/config/ |
known-dwarf.awk | 19 if ($NF == "*/" && $4 == "/*") { 21 for (i = 6; i < NF; ++i) c = c " " $i;
|
/external/llvm/lib/Transforms/IPO/ |
DeadArgumentElimination.cpp | 225 Function *NF = Function::Create(NFTy, Fn.getLinkage()); 226 NF->copyAttributesFrom(&Fn); 227 Fn.getParent()->getFunctionList().insert(&Fn, NF); 228 NF->takeName(&Fn); 257 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(), 262 New = CallInst::Create(NF, Args, "", Call); 285 NF->getBasicBlockList().splice(NF->begin(), Fn.getBasicBlockList()); 292 I2 = NF->arg_begin(); I != E; ++I, ++I2) { 301 DI->second.replaceFunction(NF); [all...] |
ArgumentPromotion.cpp | 613 Function *NF = Function::Create(NFTy, F->getLinkage(), F->getName()); 614 NF->copyAttributesFrom(F); 619 DI->second.replaceFunction(NF); 621 DEBUG(dbgs() << "ARG PROMOTION: Promoting to:" << *NF << "\n" 626 NF->setAttributes(AttributeSet::get(F->getContext(), AttributesVec)); 629 F->getParent()->getFunctionList().insert(F, NF); 630 NF->takeName(F); 640 // Get a new callgraph node for NF. 641 CallGraphNode *NF_CGN = CG.getOrInsertFunction(NF); 744 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest() [all...] |
/external/llvm/lib/Transforms/Utils/ |
CloneModule.cpp | 60 Function *NF = 63 NF->copyAttributesFrom(I); 64 VMap[I] = NF;
|
/external/e2fsprogs/lib/et/ |
et_c.awk | 75 if (NF > 2) { 163 for (i=3; i<=NF; i++) { 173 for (i=3; i<=NF; i++) {
|
et_h.awk | 75 if (NF > 2) {
|
/external/chromium_org/third_party/sqlite/src/ |
mkopcodeh.awk | 54 for(i=3; i<NF; i++){
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
iosbuild.sh | 169 vlog " $(echo ${lib} | awk -F / '{print $2, $NF}')"
|
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/ |
RegionDataConstants.java | 828 NF(new String[]{ [all...] |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |
/external/bison/tests/ |
testsuite | [all...] |