HomeSort by relevance Sort by last modified time
    Searched defs:Unknown (Results 1 - 25 of 379) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/src/D3D8/
Unknown.cpp 15 #include "Unknown.hpp"
23 Unknown::Unknown()
29 Unknown::~Unknown()
35 long Unknown::QueryInterface(const IID &iid, void **object)
50 unsigned long Unknown::AddRef()
55 unsigned long Unknown::Release()
72 void Unknown::bind()
77 void Unknown::unbind(
    [all...]
Unknown.hpp 22 class Unknown : IUnknown
25 Unknown();
27 virtual ~Unknown();
  /external/swiftshader/src/D3D9/
Unknown.cpp 15 #include "Unknown.hpp"
21 Unknown::Unknown()
27 Unknown::~Unknown()
33 long Unknown::QueryInterface(const IID &iid, void **object)
48 unsigned long Unknown::AddRef()
53 unsigned long Unknown::Release()
70 void Unknown::bind()
75 void Unknown::unbind(
    [all...]
Unknown.hpp 22 class Unknown : IUnknown
25 Unknown();
27 virtual ~Unknown();
  /external/pdfium/xfa/fxfa/parser/
cxfa_script.h 18 Unknown,
  /system/chre/core/tests/
sensor_request_test.cc 43 EXPECT_EQ(chre::getSensorTypeFromSensorHandle(0), SensorType::Unknown);
44 EXPECT_EQ(chre::getSensorTypeFromSensorHandle(10000), SensorType::Unknown);
  /packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/
command_utils_test.cpp 26 EXPECT_EQ(CommandUtils::getCommandType(""), CommandType::Unknown);
27 EXPECT_EQ(CommandUtils::getCommandType("abc"), CommandType::Unknown);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Core/
SharedLibraryAtom.h 22 Unknown,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/Core/
SharedLibraryAtom.h 22 Unknown,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Core/
SharedLibraryAtom.h 22 Unknown,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Core/
SharedLibraryAtom.h 22 Unknown,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Core/
SharedLibraryAtom.h 22 Unknown,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/
SharedLibraryAtom.h 22 Unknown,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/
SharedLibraryAtom.h 22 Unknown,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/
SharedLibraryAtom.h 22 Unknown,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Core/
SharedLibraryAtom.h 22 Unknown,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Core/
SharedLibraryAtom.h 22 Unknown,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/
SharedLibraryAtom.h 22 Unknown,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/
SharedLibraryAtom.h 22 Unknown,
  /prebuilts/go/darwin-x86/src/encoding/json/
example_marshaling_test.go 17 Unknown Animal = iota
29 *a = Unknown
43 s = "unknown"
54 blob := `["gopher","armadillo","zebra","unknown","gopher","bee","gopher","zebra"]`
65 fmt.Printf("Zoo Census:\n* Gophers: %d\n* Zebras: %d\n* Unknown: %d\n",
66 census[Gopher], census[Zebra], census[Unknown])
72 // * Unknown: 3
  /prebuilts/go/linux-x86/src/encoding/json/
example_marshaling_test.go 17 Unknown Animal = iota
29 *a = Unknown
43 s = "unknown"
54 blob := `["gopher","armadillo","zebra","unknown","gopher","bee","gopher","zebra"]`
65 fmt.Printf("Zoo Census:\n* Gophers: %d\n* Zebras: %d\n* Unknown: %d\n",
66 census[Gopher], census[Zebra], census[Unknown])
72 // * Unknown: 3
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
message.h 30 Unknown,
  /external/llvm/tools/llvm-pdbdump/
ClassDefinitionDumper.h 48 Unknown = std::move(Other.Unknown);
53 std::list<std::unique_ptr<PDBSymbol>> Unknown;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LazyValueInfo.h 41 Unknown = -1, False = 0, True = 1
  /external/v8/tools/clang/blink_gc_plugin/
NeedsTracing.h 5 // NeedsTracing is a three-point value ordered by unneeded < unknown < needed.
14 static NeedsTracing Unknown() { return kUnknown; }

Completed in 770 milliseconds

1 2 3 4 5 6 7 8 91011>>