HomeSort by relevance Sort by last modified time
    Searched full:implemented (Results 151 - 175 of 6896) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/av/libvideoeditor/vss/common/inc/
M4DECODER_Null.h 36 * @brief Retrieves the interface implemented by the decoder
41 * the interface implemented by this decoder.
  /external/chromium_org/chrome/browser/chromeos/login/
fake_login_utils.cc 96 NOTREACHED() << "Method not implemented.";
100 NOTREACHED() << "Method not implemented.";
104 NOTREACHED() << "Method not implemented.";
115 NOTREACHED() << "Method not implemented.";
119 NOTREACHED() << "Method not implemented.";
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 222 throw new Error("Not implemented - abstract function");
241 throw new Error("Not implemented - abstract function");
245 throw new Error("Not implemented - abstract function");
249 throw new Error("Not implemented - abstract function");
253 throw new Error("Not implemented - abstract function");
257 throw new Error("Not implemented - abstract function");
261 throw new Error("Not implemented - abstract function");
265 throw new Error("Not implemented - abstract function");
269 throw new Error("Not implemented - abstract function");
273 throw new Error("Not implemented - abstract function")
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 143 ret = 72; // XXX: should be implemented
146 ret = 72; // XXX: should be implemented
152 ret = 1; // XXX: should be implemented
155 ret = 1; // XXX: should be implemented
281 // XXX: TBD - should be implemented
307 // XXX: TBD - should be implemented
316 // XXX: TBD - should be implemented
  /external/stlport/test/unit/
mvctor_declaration_test.cpp 50 typedef typename __move_traits<_Tp>::implemented _MovableTp;
81 //case the STL containers implemented with it should still be movable
123 typedef __true_type implemented; typedef in struct:std::__move_traits
128 typedef __true_type implemented; typedef in struct:std::__move_traits
133 typedef __true_type implemented; typedef in struct:std::__move_traits
138 typedef __true_type implemented; typedef in struct:std::__move_traits
143 typedef __true_type implemented; typedef in struct:std::__move_traits
148 typedef __true_type implemented; typedef in struct:std::__move_traits
153 typedef __true_type implemented; typedef in struct:std::__move_traits
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp 50 typedef typename __move_traits<_Tp>::implemented _MovableTp;
81 //case the STL containers implemented with it should still be movable
123 typedef __true_type implemented; typedef in struct:std::__move_traits
128 typedef __true_type implemented; typedef in struct:std::__move_traits
133 typedef __true_type implemented; typedef in struct:std::__move_traits
138 typedef __true_type implemented; typedef in struct:std::__move_traits
143 typedef __true_type implemented; typedef in struct:std::__move_traits
148 typedef __true_type implemented; typedef in struct:std::__move_traits
153 typedef __true_type implemented; typedef in struct:std::__move_traits
  /ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp 50 typedef typename __move_traits<_Tp>::implemented _MovableTp;
81 //case the STL containers implemented with it should still be movable
123 typedef __true_type implemented; typedef in struct:std::__move_traits
128 typedef __true_type implemented; typedef in struct:std::__move_traits
133 typedef __true_type implemented; typedef in struct:std::__move_traits
138 typedef __true_type implemented; typedef in struct:std::__move_traits
143 typedef __true_type implemented; typedef in struct:std::__move_traits
148 typedef __true_type implemented; typedef in struct:std::__move_traits
153 typedef __true_type implemented; typedef in struct:std::__move_traits
  /external/chromium_org/content/renderer/pepper/
plugin_object.h 21 // A PluginObject is a JS-accessible object implemented by the plugin.
24 // which might be implemented by the plugin (here) or by the JS engine.
42 // Returns true if the given var is an object implemented by the same plugin
  /external/chromium_org/third_party/mesa/src/src/egl/main/
README.txt 29 driver->API.Initialize and driver->API.Terminate _must_ be implemented
42 Certain EGL functions _must_ be implemented by the driver. This includes:
51 Most of the EGLConfig-related functions can be implemented with the
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 34 assert(!"Not implemented");
49 uint64_t Value) const { assert(!"Not implemented"); }
56 assert(!"Not implemented");
  /external/guava/guava/src/com/google/common/cache/
AbstractLoadingCache.java 34 * {@link #get(K, Callable)}, and {@link #getAll} are implemented in terms of {@code get};
35 * {@link #getAllPresent} is implemented in terms of {@code get}; {@link #invalidateAll(Iterable)}
36 * is implemented in terms of {@link #invalidate}. The method {@link #cleanUp} is a no-op. All other
  /external/mesa3d/src/egl/main/
README.txt 29 driver->API.Initialize and driver->API.Terminate _must_ be implemented
42 Certain EGL functions _must_ be implemented by the driver. This includes:
51 Most of the EGLConfig-related functions can be implemented with the
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 34 assert(!"Not implemented");
49 uint64_t Value) const { assert(!"Not implemented"); }
56 assert(!"Not implemented");
  /art/test/029-assert/src/
Main.java 25 System.out.println("didn't assert (is '-ea' implemented?)");
  /cts/tools/dex-tools/src/dex/structure/
DexAnnotatedElement.java 22 * {@code DexAnnotatedElement} is implemented by all Elements that could have
WithModifiers.java 22 * {@link WithModifiers} is implemented by all language elements that have
  /development/ndk/samples/hello-neon/src/com/example/neon/
HelloNeon.java 23 /* A native method that is implemented by the
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DigestCalculator.java 14 * Return the algorithm identifier representing the digest implemented by
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
ConfigurableProvider.java 7 * Implemented by the BC provider. This allows setting of hidden parameters,
  /external/chromium/base/
process_util_unittest_mac.h 24 // isn't implemented for the 64-bit environment.
  /external/chromium/chrome/browser/
ssl_client_certificate_selector.h 24 // Note: constrained dialog currently only implemented on Linux and OS X. On
  /external/chromium/chrome/browser/tabs/
tab_handler.h 21 // An interface implemented by an object that can perform tab related
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_button_cell.h 16 // (e.g. hover-over to open) can be implemented.
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge_unittest.mm 22 // Get/SetFindBarController are virtual methods implemented in
  /external/chromium/chrome/browser/ui/cocoa/
objc_method_swizzle.h 21 // implemented directly by |aClass|, not inherited. The IMP returned

Completed in 968 milliseconds

1 2 3 4 5 67 8 91011>>