HomeSort by relevance Sort by last modified time
    Searched refs:dummy (Results 201 - 225 of 1214) sorted by null

1 2 3 4 5 6 7 891011>>

  /art/runtime/jdwp/
object_registry.cc 52 ObjectRegistryEntry dummy; local
53 dummy.jni_reference_type = JNIWeakGlobalRefType;
54 dummy.jni_reference = NULL;
55 dummy.reference_count = 0;
56 dummy.id = 0;
57 std::pair<object_iterator, bool> result = object_to_entry_.insert(std::make_pair(o, dummy));
  /external/chromium_org/webkit/browser/appcache/
appcache_storage_unittest.cc 39 MockAppCacheService dummy; local
40 dummy.storage()->working_set()->RemoveCache(cache.get());
55 MockAppCacheService dummy; local
56 dummy.storage()->working_set()->RemoveGroup(group.get());
74 MockAppCacheService dummy; local
75 dummy.storage()->working_set()->RemoveResponseInfo(info.get());
  /external/chromium_org/third_party/freetype/src/base/
ftglyph.c 510 FT_GlyphSlotRec dummy; local
527 /* we render the glyph into a glyph bitmap using a `dummy' glyph slot */
543 FT_MEM_ZERO( &dummy, sizeof ( dummy ) );
545 dummy.internal = &dummy_internal;
546 dummy.library = glyph->library;
547 dummy.format = clazz->glyph_format;
563 /* prepare dummy slot for rendering */
564 error = clazz->glyph_prepare( glyph, &dummy );
566 error = FT_Render_Glyph_Internal( glyph->library, &dummy, render_mode )
    [all...]
  /external/freetype/src/base/
ftglyph.c 512 FT_GlyphSlotRec dummy; local
542 /* we render the glyph into a glyph bitmap using a `dummy' glyph slot */
545 FT_MEM_ZERO( &dummy, sizeof ( dummy ) );
547 dummy.internal = &dummy_internal;
548 dummy.library = library;
549 dummy.format = clazz->glyph_format;
565 /* prepare dummy slot for rendering */
566 error = clazz->glyph_prepare( glyph, &dummy );
568 error = FT_Render_Glyph_Internal( glyph->library, &dummy, render_mode )
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_x.cc 215 // If there's nothing to migrate, then we try to insert a dummy login form
222 PasswordForm dummy; local
223 dummy.origin = GURL("http://www.example.com/force-keyring-unlock");
224 dummy.signon_realm = "www.example.com";
225 if (backend_->AddLogin(dummy))
226 backend_->RemoveLogin(dummy);
  /external/linux-tools-perf/bench/
sched-messaging.c 80 char dummy; local
84 if (write(ready_out, &dummy, 1) != 1)
281 char dummy; local
301 if (read(readyfds[0], &dummy, 1) != 1)
307 if (write(wakefds[1], &dummy, 1) != 1)
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_mcsn.c 82 long dummy; local
85 SDL_MintAudio_mint_present = (Getcookie(C_MiNT, &dummy) == C_FOUND);
88 if (Getcookie(C_MagX, &dummy) == C_FOUND) {
115 if (Getcookie(C_McSn, &dummy) != C_FOUND) {
119 cookie_mcsn = (cookie_mcsn_t *) dummy;
  /external/v8/src/
splay-tree-inl.h 230 // Create a dummy node. The use of the dummy node is a bit
231 // counter-intuitive: The right child of the dummy node will hold
232 // the L tree of the algorithm. The left child of the dummy node
233 // will hold the R tree of the algorithm. Using a dummy node, left
235 Node* dummy = &dummy_node; local
236 Node* left = dummy;
237 Node* right = dummy;
280 current->left_ = dummy->right_;
281 current->right_ = dummy->left_
    [all...]
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 67 // NOTE: a dummy surface is not needed if KHR_create_context is supported
70 EGLSurface dummy = eglCreatePbufferSurface(display, config, attribs); local
71 LOG_ALWAYS_FATAL_IF(dummy==EGL_NO_SURFACE, "can't create dummy pbuffer");
72 EGLBoolean success = eglMakeCurrent(display, dummy, dummy, ctxt);
73 LOG_ALWAYS_FATAL_IF(!success, "can't make dummy pbuffer current");
110 eglDestroySurface(display, dummy);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
mock_object.hpp 140 struct dummy { void nonnull() {}; }; struct in class:boost::itest::mock_object
141 typedef void (dummy::*safe_bool)();
144 mock_object( dummy* ) {}
149 static mock_object p( reinterpret_cast<dummy*>(0) );
241 (BOOST_ITEST_DPOINT() ? 0 : &dummy::nonnull) );
  /external/chromium_org/third_party/sqlite/src/
config.guess 114 dummy=$tmp/dummy ;
115 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
117 ,,) echo "int x;" > $dummy.c ;
119 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
144 cat << EOF > $dummy.
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
config.guess 111 dummy=$tmp/dummy ;
112 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
114 ,,) echo "int x;" > $dummy.c ;
116 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
419 sed 's/^ //' << EOF >$dummy.
    [all...]
  /external/libpcap/
config.guess 111 dummy=$tmp/dummy ;
112 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
114 ,,) echo "int x;" > $dummy.c ;
116 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
425 sed 's/^ //' << EOF >$dummy.
    [all...]
  /external/libusb/
config.guess 114 dummy=$tmp/dummy ;
115 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
117 ,,) echo "int x;" > $dummy.c ;
119 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
144 cat << EOF > $dummy.
    [all...]
  /external/libusb-compat/
config.guess 114 dummy=$tmp/dummy ;
115 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
117 ,,) echo "int x;" > $dummy.c ;
119 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
144 cat << EOF > $dummy.
    [all...]
  /external/tcpdump/
config.guess 111 dummy=$tmp/dummy ;
112 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
114 ,,) echo "int x;" > $dummy.c ;
116 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
425 sed 's/^ //' << EOF >$dummy.
    [all...]
  /external/chromium/base/
file_version_info_win.cc 47 DWORD dummy; local
49 DWORD length = ::GetFileVersionInfoSize(path, &dummy);
57 if (!::GetFileVersionInfo(path, dummy, length, data)) {
id_map.h 172 // The dummy parameter is there because C++ standard does not allow
174 template<IDMapOwnershipSemantics OI, int dummy> struct Releaser {
179 template<int dummy> struct Releaser<IDMapOwnPointer, dummy> {
  /external/chromium_org/base/
file_version_info_win.cc 54 DWORD dummy; local
56 DWORD length = ::GetFileVersionInfoSize(path, &dummy);
64 if (!::GetFileVersionInfo(path, dummy, length, data)) {
  /external/chromium_org/chrome/browser/ui/gtk/
location_bar_view_gtk_browsertest.cc 33 bool dummy; local
34 return contents->GetZoomPercent(&dummy, &dummy);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_vs.c 71 * If we fail to compile a vertex shader we'll use a dummy/fallback shader
111 /* some problem during translation, try the dummy shader */
112 const struct tgsi_token *dummy = get_dummy_vertex_shader(); local
113 if (!dummy) {
117 debug_printf("Failed to compile vertex shader, using dummy shader instead.\n");
119 vs->base.tokens = dummy;
  /external/chromium_org/third_party/ots/test/
idempotent.cc 101 FT_Face dummy; local
102 error = ::FT_New_Memory_Face(library, result, len, 0, &dummy);
106 ::FT_Done_Face(dummy);
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_vs.c 71 * If we fail to compile a vertex shader we'll use a dummy/fallback shader
111 /* some problem during translation, try the dummy shader */
112 const struct tgsi_token *dummy = get_dummy_vertex_shader(); local
113 if (!dummy) {
117 debug_printf("Failed to compile vertex shader, using dummy shader instead.\n");
119 vs->base.tokens = dummy;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.h 70 Int dctMode, Int comp, Int dummy);
77 UChar *bitmaprow, UInt *bitmapzz, Int dummy);
91 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dummy);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sortperf.py 99 for dummy in range(3):
107 L[-10:] = [random.random() for dummy in range(10)]
111 for dummy in xrange(n // 100):

Completed in 3373 milliseconds

1 2 3 4 5 6 7 891011>>