/external/qemu/distrib/sdl-1.2.15/docs/html/ |
guidebasicsinit.html | 4 >Initializing SDL</TITLE 78 >Initializing SDL</H1 146 >Example 1-1. Initializing SDL</B 155 printf("Initializing SDL.\n");
|
guidevideo.html | 16 TITLE="Initializing SDL" 116 >Initializing the Video Display</H2 127 >Example 2-1. Initializing the Video Display</B 162 >Initializing the Best Video Mode</H2 175 >Example 2-2. Initializing the Best Video Mode</B 443 >Initializing SDL</TD
|
/packages/apps/Mms/src/org/w3c/dom/events/ |
EventException.java | 29 * If the <code>Event</code>'s type was not specified by initializing the
|
/docs/source.android.com/src/source/ |
building-running.jd | 168 <p>failing to install the correct JDK as specified in <a href="initializing.html">Initializing the Build Environment</a>. Building Android requires Sun JDK 5 or 6 depending on which release you are building. </p> 187 <p>Please follow the instructions in <a href="initializing.html">Initializing the Build Environment</a> for creating a case-sensitive disk image.</p> 190 <a href="initializing.html">Initializing the Build Environment</a> for configuring USB access. </p>
|
/external/chromium/webkit/glue/media/ |
simple_data_source.cc | 86 state_ = INITIALIZING; 214 // Otherwise we should be initializing and have created a WebURLLoader. 215 DCHECK_EQ(state_, INITIALIZING); 242 // Otherwise we should be initializing and have created a WebURLLoader. 243 DCHECK_EQ(state_, INITIALIZING); 286 DCHECK_EQ(state_, INITIALIZING);
|
/external/llvm/include/llvm/Support/ |
TargetRegistry.h | 584 /// this is done by initializing all targets at program startup. 605 /// this is done by initializing all targets at program startup. 620 /// this is done by initializing all targets at program startup. 636 /// this is done by initializing all targets at program startup. 660 /// this is done by initializing all targets at program startup. 675 /// this is done by initializing all targets at program startup. 691 /// this is done by initializing all targets at program startup. 707 /// this is done by initializing all targets at program startup. 721 /// this is done by initializing all targets at program startup. 735 /// this is done by initializing all targets at program startup [all...] |
/dalvik/tests/046-reflect/ |
expected.txt | 97 NoisyInitUser is initializing 98 NoisyInit is initializing
|
/external/chromium_org/components/policy/core/common/cloud/ |
cloud_policy_service.h | 34 // Invoked when CloudPolicyService has finished initializing (any initial 106 // initializing.
|
/external/clang/test/CodeGenCXX/ |
static-data-member.cpp | 31 // Test that we don't use guards for initializing template static data 51 // Test that we don't use threadsafe statics when initializing
|
/external/clang/test/SemaObjCXX/ |
overload.mm | 54 B* b = a; // expected-warning{{incompatible pointer types initializing 'B *' with an expression of type 'A *'}} 59 B** bp = ap; // expected-warning{{incompatible pointer types initializing 'B **' with an expression of type 'A **'}}
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm_i.h | 170 Boolean initializing; /* in process of initializing state machines */ member in struct:eapol_state_machine
|
/external/chromium/chrome/browser/chromeos/ |
audio_mixer.h | 21 INITIALIZING,
|
/external/chromium/chrome/browser/chromeos/login/ |
camera_controller.cc | 75 // Retry initializing the camera.
|
/external/chromium/chrome/browser/chromeos/options/ |
take_photo_dialog.h | 64 // Starts initializing the camera and shows the appropriate status on the
|
/external/chromium_org/android_webview/lib/main/ |
webview_entry_point.cc | 49 // CookieManager before initializing Chromium (which would normally have done
|
/external/chromium_org/chrome/browser/custom_handlers/ |
protocol_handler_registry_factory.cc | 35 // Will be created when initializing profile_io_data, so we might
|
/external/chromium_org/content/browser/download/ |
save_file.cc | 14 // the default download directory when initializing |file_|.
|
/external/chromium_org/content/public/common/ |
pepper_plugin_info.h | 25 // This structure is POD, with the constructor initializing to NULL.
|
/external/chromium_org/media/base/ |
media.h | 5 // Contains code that should be used for initializing, or querying the state
|
/external/chromium_org/media/filters/ |
ffmpeg_video_decoder.h | 63 // Handles (re-)initializing the decoder with a (new) config.
|
vpx_video_decoder.h | 53 // Handles (re-)initializing the decoder with a (new) config.
|
/external/chromium_org/ppapi/shared_impl/ |
ppapi_permissions.h | 35 // Meta permission for initializing plugins registered on the command line
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/ |
EvaluateJSWithinNPP_New.cpp | 32 // Executing JS within NPP_New when initializing asynchronously should not be able to deadlock with the WebProcess
|
/external/chromium_org/third_party/libjingle/overrides/ |
init_webrtc.h | 57 // initializing the sandbox in Chrome).
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/ |
MediaSource.java | 35 INITIALIZING, LIVE, ENDED, MUTED
|