HomeSort by relevance Sort by last modified time
    Searched refs:aCount (Results 1 - 5 of 5) sorted by null

  /external/svox/pico/lib/
picodsp.h 87 #define FAST_DEVICE(aCount, aAction) \
89 int count_ = (aCount); \
  /sdk/emulator/qtools/
trace_reader.h 347 int aCount = 0;
348 while (syma->name[aCount] == '_')
349 aCount += 1;
353 if (aCount < bCount) {
356 if (aCount > bCount) {
    [all...]
  /external/webkit/WebCore/inspector/front-end/
AuditRules.js 255 var aCount = domainToResourcesMap[a].length;
257 return (aCount < bCount) ? 1 : (aCount == bCount) ? 0 : -1;
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 693 for (int a = 0, aCount = attributes.size (); a < aCount; ++ a)
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 110 milliseconds