HomeSort by relevance Sort by last modified time
    Searched defs:Present (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/v8/test/cctest/
test-hashmap.cc 61 bool Present(int x) {
106 CHECK(set.Present(1));
107 CHECK(set.Present(2));
108 CHECK(set.Present(3));
109 CHECK(!set.Present(4));
113 CHECK(!set.Present(1));
114 CHECK(set.Present(2));
115 CHECK(set.Present(3));
119 CHECK(!set.Present(1));
120 CHECK(set.Present(2))
    [all...]
  /external/llvm/include/llvm-c/
Disassembler.h 70 * symbol names are present in the relocation information. The VariantKind
75 uint64_t Present; /* 1 if this symbol is present */
  /external/v8/test/cctest/
test-hashmap.cc 61 bool Present(int x) {
106 CHECK(set.Present(1));
107 CHECK(set.Present(2));
108 CHECK(set.Present(3));
109 CHECK(!set.Present(4));
113 CHECK(!set.Present(1));
114 CHECK(set.Present(2));
115 CHECK(set.Present(3));
119 CHECK(!set.Present(1));
120 CHECK(set.Present(2))
    [all...]
  /external/chromium_org/ui/surface/
accelerated_surface_win.cc 152 // Destroy any D3D resources owned by the given present thread. Called on
153 // the given present thread.
209 // The D3D device must be created on the present thread.
404 void AcceleratedPresenter::Present(HDC dc) {
405 TRACE_EVENT0("gpu", "Present");
654 // will go to zero and the presenter, and potentially also the present thread
848 hr = swap_chain_->Present(&rect, &rect, window_, NULL, 0);
1078 void AcceleratedSurface::Present(HDC dc) {
1079 presenter_->Present(dc);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 615 * On Present, it is copied to the actual display
618 * by looking at the buffer contents after Present (but those are undefined).
636 * When you call Present(), the contents of the buffers are rotated, so that buffer 0
640 * same ID3D11Texture2D*, and views based on it, that you got before Present().
642 * Present seems to happen by either copying the relevant buffer into the window,
706 * after present.
710 * Present would in such a better design gain a way to specify the number of buffers
711 * to present.
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 615 * On Present, it is copied to the actual display
618 * by looking at the buffer contents after Present (but those are undefined).
636 * When you call Present(), the contents of the buffers are rotated, so that buffer 0
640 * same ID3D11Texture2D*, and views based on it, that you got before Present().
642 * Present seems to happen by either copying the relevant buffer into the window,
706 * after present.
710 * Present would in such a better design gain a way to specify the number of buffers
711 * to present.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 831 milliseconds