Searched defs:totalMemory (Results 1 - 25 of 25) sorted by relevance

/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc1125 int32_t VideoRenderDirect3D9::GetGraphicsMemory(uint64_t& totalMemory, argument
1130 totalMemory = 0;
1134 totalMemory = _totalMemory;
/external/v8/test/mjsunit/asm/embenchen/
H A Dcopy.js1078 var totalMemory = 4096; variable
1079 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1080 if (totalMemory < 16*1024*1024) {
1081 totalMemory *= 2;
1083 totalMemory += 16*1024*1024
1086 if (totalMemory !== TOTAL_MEMORY) {
1087 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1088 TOTAL_MEMORY = totalMemory;
H A Dcorrections.js1078 var totalMemory = 4096; variable
1079 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1080 if (totalMemory < 16*1024*1024) {
1081 totalMemory *= 2;
1083 totalMemory += 16*1024*1024
1086 if (totalMemory !== TOTAL_MEMORY) {
1087 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1088 TOTAL_MEMORY = totalMemory;
H A Dfannkuch.js1109 var totalMemory = 4096; variable
1110 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1111 if (totalMemory < 16*1024*1024) {
1112 totalMemory *= 2;
1114 totalMemory += 16*1024*1024
1117 if (totalMemory !== TOTAL_MEMORY) {
1118 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1119 TOTAL_MEMORY = totalMemory;
H A Dmemops.js1078 var totalMemory = 4096; variable
1079 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1080 if (totalMemory < 16*1024*1024) {
1081 totalMemory *= 2;
1083 totalMemory += 16*1024*1024
1086 if (totalMemory !== TOTAL_MEMORY) {
1087 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1088 TOTAL_MEMORY = totalMemory;
H A Dprimes.js1078 var totalMemory = 4096; variable
1079 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1080 if (totalMemory < 16*1024*1024) {
1081 totalMemory *= 2;
1083 totalMemory += 16*1024*1024
1086 if (totalMemory !== TOTAL_MEMORY) {
1087 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1088 TOTAL_MEMORY = totalMemory;
H A Dzlib.js1078 var totalMemory = 4096; variable
1079 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1080 if (totalMemory < 16*1024*1024) {
1081 totalMemory *= 2;
1083 totalMemory += 16*1024*1024
1086 if (totalMemory !== TOTAL_MEMORY) {
1087 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1088 TOTAL_MEMORY = totalMemory;
H A Dbox2d.js1079 var totalMemory = 4096; variable
1080 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1081 if (totalMemory < 16*1024*1024) {
1082 totalMemory *= 2;
1084 totalMemory += 16*1024*1024
1087 if (totalMemory !== TOTAL_MEMORY) {
1088 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1089 TOTAL_MEMORY = totalMemory;
H A Dfasta.js1088 var totalMemory = 4096; variable
1089 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1090 if (totalMemory < 16*1024*1024) {
1091 totalMemory *= 2;
1093 totalMemory += 16*1024*1024
1096 if (totalMemory !== TOTAL_MEMORY) {
1097 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1098 TOTAL_MEMORY = totalMemory;
H A Dlua_binarytrees.js1110 var totalMemory = 4096; variable
1111 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1112 if (totalMemory < 16*1024*1024) {
1113 totalMemory *= 2;
1115 totalMemory += 16*1024*1024
1118 if (totalMemory !== TOTAL_MEMORY) {
1119 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1120 TOTAL_MEMORY = totalMemory;
[all...]
/external/v8/test/mjsunit/wasm/embenchen/
H A Dcopy.js1081 var totalMemory = 4096; variable
1082 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1083 if (totalMemory < 16*1024*1024) {
1084 totalMemory *= 2;
1086 totalMemory += 16*1024*1024
1089 if (totalMemory !== TOTAL_MEMORY) {
1090 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1091 TOTAL_MEMORY = totalMemory;
H A Dcorrections.js1081 var totalMemory = 4096; variable
1082 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1083 if (totalMemory < 16*1024*1024) {
1084 totalMemory *= 2;
1086 totalMemory += 16*1024*1024
1089 if (totalMemory !== TOTAL_MEMORY) {
1090 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1091 TOTAL_MEMORY = totalMemory;
H A Dfannkuch.js1112 var totalMemory = 4096; variable
1113 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1114 if (totalMemory < 16*1024*1024) {
1115 totalMemory *= 2;
1117 totalMemory += 16*1024*1024
1120 if (totalMemory !== TOTAL_MEMORY) {
1121 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1122 TOTAL_MEMORY = totalMemory;
H A Dmemops.js1081 var totalMemory = 4096; variable
1082 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1083 if (totalMemory < 16*1024*1024) {
1084 totalMemory *= 2;
1086 totalMemory += 16*1024*1024
1089 if (totalMemory !== TOTAL_MEMORY) {
1090 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1091 TOTAL_MEMORY = totalMemory;
H A Dprimes.js1081 var totalMemory = 4096; variable
1082 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1083 if (totalMemory < 16*1024*1024) {
1084 totalMemory *= 2;
1086 totalMemory += 16*1024*1024
1089 if (totalMemory !== TOTAL_MEMORY) {
1090 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1091 TOTAL_MEMORY = totalMemory;
H A Dzlib.js1081 var totalMemory = 4096; variable
1082 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1083 if (totalMemory < 16*1024*1024) {
1084 totalMemory *= 2;
1086 totalMemory += 16*1024*1024
1089 if (totalMemory !== TOTAL_MEMORY) {
1090 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1091 TOTAL_MEMORY = totalMemory;
H A Dbox2d.js1082 var totalMemory = 4096; variable
1083 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1084 if (totalMemory < 16*1024*1024) {
1085 totalMemory *= 2;
1087 totalMemory += 16*1024*1024
1090 if (totalMemory !== TOTAL_MEMORY) {
1091 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1092 TOTAL_MEMORY = totalMemory;
H A Dfasta.js1091 var totalMemory = 4096; variable
1092 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1093 if (totalMemory < 16*1024*1024) {
1094 totalMemory *= 2;
1096 totalMemory += 16*1024*1024
1099 if (totalMemory !== TOTAL_MEMORY) {
1100 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1101 TOTAL_MEMORY = totalMemory;
H A Dlua_binarytrees.js1113 var totalMemory = 4096; variable
1114 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1115 if (totalMemory < 16*1024*1024) {
1116 totalMemory *= 2;
1118 totalMemory += 16*1024*1024
1121 if (totalMemory !== TOTAL_MEMORY) {
1122 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1123 TOTAL_MEMORY = totalMemory;
[all...]
/external/v8/test/mjsunit/asm/poppler/
H A Dpoppler.js1090 var totalMemory = 4096; variable
1091 while (totalMemory < TOTAL_MEMORY || totalMemory < 2*TOTAL_STACK) {
1092 if (totalMemory < 16*1024*1024) {
1093 totalMemory *= 2;
1095 totalMemory += 16*1024*1024
1098 if (totalMemory !== TOTAL_MEMORY) {
1099 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1100 TOTAL_MEMORY = totalMemory;
[all...]
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 744 milliseconds