HomeSort by relevance Sort by last modified time
    Searched defs:MS (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/test/CodeGen/
2007-04-05-UnPackedStruct.c 15 struct MyStruct MS = { tB, 0 };
2007-04-05-PackedStruct.c 17 struct MyStruct MS = { tB, 0 };
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.3.1-1.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
78 var MS = 16;
259 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.1-2.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
78 var MS = 16;
217 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.1-3.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
78 var MS = 16;
195 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.1-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
78 var MS = 16;
179 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.1-5.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
78 var MS = 16;
156 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.2-1.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
73 var MS = 16;
226 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.2-2.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
73 var MS = 16;
204 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.2-3.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
73 var MS = 16;
190 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.2-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
73 var MS = 16;
173 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.2-5.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
73 var MS = 16;
155 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.8-1.js 74 var MS = 16;
284 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.8-2.js 74 var MS = 16;
259 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.8-3.js 74 var MS = 16;
237 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.8-4.js 74 var MS = 16;
206 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.8-5.js 74 var MS = 16;
174 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.4.2.js 83 var MS = 16;
197 // testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
  /packages/apps/Gallery2/jni/filters/
saturated.c 29 float MS = 1.0f - S;
30 float Rt = Rf * MS;
31 float Gt = Gf * MS;
32 float Bt = Bf * MS;
vibrance.c 31 float MS = 1.0f - S;
32 float Rt = Rf * MS;
33 float Gt = Gf * MS;
34 float Bt = Bf * MS;
44 MS = 1.0f - S;
45 Rt = Rf * MS;
46 Gt = Gf * MS;
47 Bt = Bf * MS;
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 790 const Function *MS = CS.getCalledFunction();
791 FunctionType *MemsetType = MS->getFunctionType();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 991 const MemSpaceRegion *MS = getMemorySpace();
992 return isa<StackArgumentsSpaceRegion>(MS) ||
993 isa<GlobalsSpaceRegion>(MS);
    [all...]
RegionStore.cpp     [all...]
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 700 MS = 30, // MS Mississippi
771 TN, TN, TN, TN, TN, TN, MS, MS, MS, MS, // 380-389
772 MS, MS, MS, MS, MS, MS, MS, MS, GA, GA, // 390-39
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 721 const MemSpaceRegion *MS = R->getMemorySpace();
725 if (!(isa<UnknownSpaceRegion>(MS) || isa<HeapSpaceRegion>(MS))) {
824 const MemSpaceRegion *MS = MR->getMemorySpace();
826 if (isa<StackLocalsSpaceRegion>(MS)) {
841 if (isa<StackArgumentsSpaceRegion>(MS)) {
856 if (isa<GlobalsSpaceRegion>(MS)) {
    [all...]

Completed in 521 milliseconds

1 2