HomeSort by relevance Sort by last modified time
    Searched refs:Present (Results 1 - 18 of 18) 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 177 bool ParseOptionalToken(lltok::Kind T, bool &Present, LocTy *Loc = 0) {
179 Present = false;
184 Present = true;
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 216 SymbolicOp.AddSymbol.Present = true;
230 if (SymbolicOp.AddSymbol.Present) {
241 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 517 SymbolicOp.AddSymbol.Present = true;
531 if (SymbolicOp.AddSymbol.Present) {
542 if (SymbolicOp.SubtractSymbol.Present) {
    [all...]
  /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/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 

Completed in 1188 milliseconds