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

12

/external/webrtc/webrtc/modules/video_render/windows/
H A Di_video_render_win.h104 virtual int32_t GetGraphicsMemory(uint64_t& totalMemory,
H A Dvideo_render_direct3d9.h166 virtual int32_t GetGraphicsMemory(uint64_t& totalMemory,
H A Dvideo_render_direct3d9.cc1125 int32_t VideoRenderDirect3D9::GetGraphicsMemory(uint64_t& totalMemory, argument
1130 totalMemory = 0;
1134 totalMemory = _totalMemory;
/external/guava/guava-testlib/src/com/google/common/testing/
H A DGcFinalization.java121 return Math.max(10L, Runtime.getRuntime().totalMemory() / (32L * 1024L * 1024L));
/external/opencv3/modules/core/include/opencv2/core/
H A Dcuda.hpp812 void queryMemory(size_t& totalMemory, size_t& freeMemory) const;
814 size_t totalMemory() const;
H A Dcuda.inl.hpp587 size_t DeviceInfo::totalMemory() const function in class:cv::cuda::DeviceInfo
/external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/
H A DHeadlessApplication.java198 return Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory();
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
H A DAndroidDaydream.java290 return Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory();
H A DAndroidLiveWallpaper.java243 return Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory();
H A DAndroidApplication.java368 return Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory();
H A DAndroidFragmentApplication.java304 return Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory();
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
H A DJglfwApplication.java313 return Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory();
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
H A DLwjglAWTCanvas.java364 return Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory();
H A DLwjglApplication.java312 return Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory();
H A DLwjglCanvas.java318 return Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory();
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
H A DIOSApplication.java372 return Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory();
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
H A DIOSApplication.java378 return Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory();
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
H A DLwjgl3Application.java260 return Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory();
/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 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 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;
/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 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;

Completed in 1795 milliseconds

12