HomeSort by relevance Sort by last modified time
    Searched full:numstrs (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/make-3.81/
strcache.c 185 int numbuffs = 0, numstrs = 0; local
196 numstrs += sp->count;
210 printf (_("\n%s # of strings in strcache: %d\n"), prefix, numstrs);
  /packages/apps/Mms/tests/src/com/android/mms/ui/
SmsTest.java 160 int numStrs = 0;
165 numStrs = bf.read(buffer);
177 if (numStrs > 0) {
  /external/clang/lib/AST/
Expr.cpp 488 unsigned NumStrs) {
492 sizeof(SourceLocation)*(NumStrs-1),
504 SL->NumConcatenated = NumStrs;
506 if (NumStrs != 1)
507 memcpy(&SL->TokLocs[1], Loc+1, sizeof(SourceLocation)*(NumStrs-1));
511 StringLiteral *StringLiteral::CreateEmpty(ASTContext &C, unsigned NumStrs) {
513 sizeof(SourceLocation)*(NumStrs-1),
518 SL->NumConcatenated = NumStrs;
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 681 milliseconds