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

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/Transforms/TailCallElim/
intervening-inst.ll 15 %DUMMY = add i32 %X, 1 ; <i32> [#uses=0]
  /external/qemu/android/
display-core.h 25 * Only used to register a dummy display change listener that
  /external/webkit/LayoutTests/dom/html/level2/html/
AppletsCollection-expected.txt 5 Tragically we cannot have any actual Java Applets referenced here because when DRT loads the Java VM it hangs. If that bug is resolved this test should also be amended to add a dummy Applet using both the Applet tag and a few different uses of the Object tag.
  /external/webkit/Source/WebCore/
DerivedSources.pro 4 TARGET = dummy
  /external/webkit/Source/WebCore/dom/
EventNames.cpp 29 : dummy(0)
  /external/webkit/Source/WebCore/manual-tests/compositing/
missing-iframe-contents.html 20 document.getElementById('iframe').className = 'dummy';
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.milenage_db 6 # dummy values will need to be included in this file.
  /external/wpa_supplicant_8/src/eap_peer/
eap_proxy_dummy.c 2 * EAP proxy - dummy implementation for build testing
  /frameworks/base/tools/layoutlib/create/tests/data/
mock_android.jardesc 16 <javaElement handleIdentifier="=layoutlib_create/tests&lt;mock_android.dummy"/>
  /frameworks/testing/uiautomator/utils/DummyIME/src/com/android/testing/dummyime/
DummyIme.java 22 * Dummy IME implementation that basically does nothing
ImePreferences.java 22 * Dummy IME preference activity
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSetupActivity.java 20 // dummy class for setup wizard theme
  /sdk/emulator/qtools/
profile_trace.cpp 62 symbol_type dummy; local
63 dummy.count = 0;
64 dummy.elapsed = 0;
65 symbol_type *prev_sym = &dummy;
  /system/extras/tests/bionic/libc/common/
test_dlopen_null.c 19 * even if --Wl,--export-dynamic is used. So use a dummy global
  /external/freetype/src/base/
ftglyph.c 510 FT_GlyphSlotRec dummy; local
540 /* 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 = 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/qemu-pc-bios/bochs/
config.guess 92 dummy=dummy-$$
93 trap 'rm -f $dummy.c $dummy.o $dummy.rel $dummy; exit 1' 1 2 15
100 ,,) echo "int dummy(){}" > $dummy.c ;
102 ($c $dummy.c -c -o $dummy.o) >/dev/null 2>&1
    [all...]
  /cts/suite/audio_quality/test_description/
dut_playback_thd.xml 27 <!-- dummy recording to compensate for possible playback latency -->
28 <input device="host" id="dummy" gain="100" time="1000" sync="complete" />
  /external/chromium/testing/gmock/test/
gmock-port_test.cc 39 // NOTE: if this file is left without tests for some reason, put a dummy
43 TEST(DummyTest, Dummy) {}
  /external/clang/test/SemaObjC/
property-9-impl-method.m 61 NSRect dummy, result = {};
62 NSDivideRect(self.bounds, &result, &dummy, self.tabAreaThickness, self.rectEdgeForTabs);
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QPEApp.cc 42 QWidget dummy; local
43 app->showMainWidget(&dummy);
  /external/webkit/Source/WebCore/page/android/
DragControllerAndroid.cpp 55 static IntSize dummy; member in namespace:WebCore
56 const IntSize& DragController::maxDragImageSize() { return dummy; }
  /external/webrtc/src/system_wrappers/source/
data_log_unittest_disabled.cc 26 // TODO(kjellander): Check InsertCell result when the DataLog dummy is
38 // (dummy behavior).
  /packages/apps/Email/tests/src/com/android/email/
MessagingControllerUnitTests.java 39 * Delete any dummy accounts we set up for this test
76 * Create a dummy account with minimal fields
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.h 45 int chooseConfigs(const EglConfig& dummy,EGLConfig* configs,int config_size);
71 int doChooseConfigs(const EglConfig& dummy,EGLConfig* configs,int config_size);
  /external/qemu/distrib/sdl-1.2.15/src/video/dummy/
SDL_nullvideo.c 24 /* Dummy SDL video driver implementation; this is just enough to make an
36 * SDL video driver. Renamed to "DUMMY" by Sam Lantinga.
49 #define DUMMYVID_DRIVER_NAME "dummy"
67 /* DUMMY driver bootstrap functions */
136 DUMMYVID_DRIVER_NAME, "SDL dummy video driver",
144 fprintf(stderr, "WARNING: You are using the SDL dummy video driver!\n");

Completed in 2046 milliseconds

1 2 3 4 5 67 8 91011>>