HomeSort by relevance Sort by last modified time
    Searched full:initializing (Results 301 - 325 of 1570) sorted by null

<<11121314151617181920>>

  /docs/source.android.com/src/compatibility/
cts-development.jd 20 <h2 id="initializing-your-repo-client">Initializing Your Repo Client</h2>
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.h 104 // needed for initializing the location bar. The browser is needed for
105 // initializing the back/forward menus.
  /external/chromium/net/disk_cache/
block_files_unittest.cc 176 // Initializing should fail, not crash.
200 // Initializing should fail, not crash.
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_base.cc 37 // initializing, so we can startup/shutdown the UserCloudPolicyManager.
188 // after the profile has started initializing (http://crbug.com/316229).
  /external/chromium_org/content/common/media/
media_player_messages_android.h 212 // url: the URL to load when initializing a URL player.
216 // demuxer_client_id: the demuxer associated with this player when initializing
  /external/chromium_org/ppapi/cpp/
graphics_3d.h 24 /// A constructor for creating and initializing a 3D rendering context.
68 /// A constructor for creating and initializing a 3D rendering context. The
  /external/chromium_org/remoting/protocol/
connection_to_host.cc 39 state_(INITIALIZING),
151 case Session::INITIALIZING:
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMWrapperWorld.cpp 52 void DOMWrapperWorld::setInitializingWindow(bool initializing)
54 initializingWindow = initializing;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_init.c 49 pp_debug("Initializing the post-processing queue.\n");
209 pp_debug("Initializing FBOs, size %ux%u\n", w, h);
  /external/clang/test/CodeGenCXX/
value-init.cpp 241 // Make sure C::C doesn't overwrite parts of A while it is zero-initializing B
249 // Make sure C::C doesn't overwrite parts of A while it is zero-initializing B
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_init.c 49 pp_debug("Initializing the post-processing queue.\n");
209 pp_debug("Initializing FBOs, size %ux%u\n", w, h);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 200 MOV Count,#2 ;// Initializing the Loop Count
238 MOV Count,#16 ;// Initializing i=8
  /frameworks/base/libs/androidfw/
StreamingZipInflater.cpp 97 ALOGV("Initializing inflate state");
178 ALOGV("Initializing zlib to inflate");
  /external/clang/include/clang/Sema/
Initialization.h 163 /// initializing a parameter for which there is no declaration.
380 /// \brief Determine the location of the 'return' keyword when initializing
387 /// \brief Determine the location of the 'throw' keyword when initializing
408 /// \brief Determine the location of the capture when initializing
750 /// \brief Initializing a wide char array with narrow string literal.
752 /// \brief Initializing char array with wide string literal.
754 /// \brief Initializing wide char array with incompatible wide string
    [all...]
  /external/clang/test/SemaObjC/
arc.m 112 __autoreleasing id *a = &x; // expected-error {{initializing '__autoreleasing id *' with an expression of type '__strong id *' changes retain/release properties of pointer}}
267 __strong id *ptr = &x; // expected-warning {{initializing '__strong id *' with an expression of type 'const __strong id *' discards qualifiers}}
271 __weak id *ptr = &x; // expected-error {{initializing '__weak id *' with an expression of type '__strong id *' changes retain/release properties of pointer}}
738 // <rdar://problem/12569201>. Warn on cases of initializing a weak variable
769 NSMutableArray *y = x; // expected-warning {{incompatible pointer types initializing 'NSMutableArray *' with an expression of type 'NSArray *'}}
770 __strong NSMutableArray *y1 = x; // expected-warning {{incompatible pointer types initializing 'NSMutableArray *' with an expression of type 'NSArray *'}}
771 PSNS y2 = x; // expected-warning {{incompatible pointer types initializing 'NSMutableArray *' with an expression of type 'NSArray *'}}
  /external/chromium/crypto/
nss_util.cc 366 LOG(ERROR) << "Error initializing NSS without a persistent "
388 LOG(ERROR) << "Error initializing NSS with a persistent "
394 VLOG(1) << "Initializing NSS without a persistent database.";
397 LOG(ERROR) << "Error initializing NSS without a persistent "
589 // Initializing SSL causes us to do blocking IO.
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 385 ** Notify command complete if initializing NFCC
425 /* if initializing BRCM NFCC */
518 ** Description NFCC sends NCI message to DH while initializing NFCC
533 /* if initializing BRCM NFCC */
537 /* do not send message to NFC task while initializing NFCC */
  /frameworks/base/core/java/android/app/
LocalActivityManager.java 63 static final int INITIALIZING = 1; // Ready to launch (after startActivity()).
90 private int mCurState = INITIALIZING;
116 if (r.curState == INITIALIZING) {
261 if (mCurState == INITIALIZING) {
344 r.curState = INITIALIZING;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 245 Log.v(TAG, "Initializing picture format");
248 Log.v(TAG, "Initializing picture size to "
251 Log.v(TAG, "Initializing preview size to "
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 219 if (mixer_state_ != INITIALIZING)
253 mixer_state_ = INITIALIZING;
266 if (mixer_state_ != INITIALIZING)
  /external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.cc 231 // If we get an error while we're initializing, NotifyInitializeDone won't
256 // Ensure we will be able to get a GL context at all before initializing
270 DVLOG(0) << "Initializing DXVA HW decoder for windows.";
  /external/qemu/distrib/sdl-1.2.15/docs/html/
index.html 77 >Initializing SDL</A
999 >Initializing SDL</A
1004 >Initializing the Video Display</A
1009 >Initializing the Best Video Mode</A
1034 >Initializing SDL with OpenGL</A
1044 >Initializing SDL with Joystick Support</A
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
adaptive_smooth_no_mmx.cpp 250 Rec_Y_ptr = &Rec_Y[addr_v + x_start]; /* initializing pointer to
252 sum_V_ptr = &sum_v[0]; /* initializing pointer to 0th element of array
255 sign_V_ptr = &sign_v[0]; /* initializing pointer to 0th element of
259 pelp = &oldrow[0]; /* initializing pointer to the 0th element of array
361 sum_V_ptr = &sum_v[0]; /* re-initializing pointer */
363 pelp = &oldrow[0]; /* re-initializing pointer */
  /dalvik/vm/jdwp/
JdwpMain.cpp 263 * Finish initializing "state", then notify the creating thread that
437 /* initializing or in the middle of something? */
  /external/chromium_org/chrome/browser/history/
shortcuts_backend.cc 175 current_state_ = INITIALIZING;
252 DCHECK(current_state_ == INITIALIZING);

Completed in 504 milliseconds

<<11121314151617181920>>