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

  /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...]
test-decls.cc 259 TEST(Present) {
386 // Return that the property is present so we only get the
  /external/guava/guava/src/com/google/common/base/
Optional.java 38 * {@code T} reference. It allows you to represent "a {@code T} that must be present" and
47 * <li>To distinguish between "unknown" (for example, not present in a map) and "known to
48 * have no value" (present in the map, with value {@code Optional.absent()})
84 return new Present<T>(checkNotNull(reference));
94 : new Present<T>(nullableReference);
105 * Returns the contained instance, which must be present. If the instance might be
114 * Returns the contained instance if it is present; {@code defaultValue} otherwise. If
115 * no default value should be required because the instance is known to be present, use
121 * Returns this {@code Optional} if it has a value present; {@code secondChoice}
127 * Returns the contained instance if it is present; {@code supplier.get()} otherwise. If th
    [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/llvm/lib/AsmParser/
LLParser.h 157 bool ParseOptionalToken(lltok::Kind T, bool &Present, LocTy *Loc = 0) {
159 Present = false;
164 Present = true;
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 223 SymbolicOp.AddSymbol.Present = true;
237 if (SymbolicOp.AddSymbol.Present) {
248 if (SymbolicOp.SubtractSymbol.Present) {
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.cpp 297 err = m_d3dDevice->Present(0, 0, 0, 0);
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Surface.cpp 431 HRESULT result = mSwapChain->Present(NULL, NULL, NULL, NULL, 0);
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 473 SymbolicOp.AddSymbol.Present = true;
487 if (SymbolicOp.AddSymbol.Present) {
498 if (SymbolicOp.SubtractSymbol.Present) {
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 697 milliseconds