Searched defs:Present (Results 1 - 11 of 11) sorted by relevance

/external/guava/guava/src/com/google/common/base/
H A DPresent.java32 final class Present<T> extends Optional<T> { class in inherits:Optional
35 Present(T reference) { method in class:Present
71 return new Present<V>(checkNotNull(function.apply(reference),
76 if (object instanceof Present) {
77 Present<?> other = (Present<?>) object;
/external/v8/test/cctest/
H A Dtest-hashmap.cc63 bool Present(int x) { function in class:IntSet
109 CHECK(set.Present(1));
110 CHECK(set.Present(2));
111 CHECK(set.Present(3));
112 CHECK(!set.Present(4));
116 CHECK(!set.Present(1));
117 CHECK(set.Present(2));
118 CHECK(set.Present(3));
122 CHECK(!set.Present(1));
123 CHECK(set.Present(
[all...]
/external/llvm/include/llvm-c/
H A DDisassembler.h75 uint64_t Present; /* 1 if this symbol is present */ member in struct:LLVMOpInfoSymbol1
/external/llvm/lib/AsmParser/
H A DLLParser.h198 bool ParseOptionalToken(lltok::Kind T, bool &Present, argument
201 Present = false;
206 Present = true;
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp615 * 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,
710 * Present would in such a better design gain a way to specify the number of buffers
1086 virtual HRESULT STDMETHODCALLTYPE Present( function in struct:GalliumDXGISwapChain
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 675 milliseconds