HomeSort by relevance Sort by last modified time
    Searched full:initialization (Results 76 - 100 of 5503) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
simple_lock.h 16 * A pthread mutex object, with automatic initialization and destruction.
  /external/chromium_org/net/base/
winsock_init.h 5 // Winsock initialization must happen before any Winsock calls are made. The
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
win32socketinit.cc 5 // Redirect Libjingle's winsock initialization activity into Chromium's
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
echo_cancellation_impl_unittest.cc 38 // Retains setting after initialization.
46 // Retains setting after initialization.
68 // Retains setting after initialization.
76 // Retains setting after initialization.
  /external/chromium_org/third_party/webrtc/modules/video_capture/
ensure_initialized.h 14 // Ensure any necessary initialization of webrtc::videocapturemodule has
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
CHANGELOG 18 - rearranged class members to match initialization order
  /external/chromium_org/tools/emacs/
trybot-linux.txt 5 app/l10n_util_unittest.cc:67: error: invalid initialization of reference of type ?const string16&? from expression of type ?std::wstring?
  /external/clang/test/CXX/over/over.match/over.match.best/
p1.cpp 17 // FIXME: Initialization by user-defined conversion is tested elsewhere
  /external/clang/test/CodeGen/
union-init.c 3 // A nice and complicated initialization example with unions from Python
  /external/clang/test/SemaCXX/
cxx0x-initializer-stdinitializerlist-system-header.cpp 21 struct { int a, b; std::__debug::vector<int> c; } e[] = { {1, 1} }; // expected-note{{used in initialization here}}
constexpr-value-init.cpp 12 constexpr A a; // ok, zero initialization precedes static initialization
direct-initializer.cpp 31 X x3(1.0, 1.0); // expected-error{{no matching constructor for initialization of 'X'}}
35 Z z; // expected-error{{no matching constructor for initialization of 'Z'}}
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetRelativeMouseState.3 11 The current button state is returned as a button bitmask, which can be tested using the \fBSDL_BUTTON(X)\fP macros, and \fBx\fR and \fBy\fR are set to the change in the mouse position since the last call to \fBSDL_GetRelativeMouseState\fP or since event initialization\&. You can pass \fBNULL\fP for either \fBx\fR or \fBy\fR\&.
  /external/chromium_org/chrome/browser/
chrome_browser_main_extra_parts.h 13 // initialization stages (e.g. browser process init, profile init).
16 // ChromeBrowserMainExtraParts are used to do further initialization for various
  /external/chromium_org/chrome/browser/chromeos/login/ui/
lock_window.h 25 // initialization.
48 // window has finished all initialization.
  /external/chromium_org/chrome/browser/download/
download_service_factory.cc 39 // No need for initialization; initialization can be done on first
  /external/chromium_org/chrome/browser/resources/options/
content_settings_ui.js 17 * Initialization function for the cr.ui framework.
47 * Initialization function for the cr.ui framework.
  /external/chromium_org/net/disk_cache/blockfile/
backend_worker_v3.h 22 // Performs general initialization for this current instance of the cache.
43 bool init_; // controls the initialization of the system.
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator_internal.h 27 // |mean_far_spectrum| initialization indicator.
39 // |mean_near_spectrum| initialization indicator.
  /external/clang/test/CXX/special/class.init/class.base.init/
p8-0x.cpp 19 int a = 0; // expected-note {{previous initialization}}
25 U(double) : a(1), // expected-note{{previous initialization is here}}
  /external/llvm/bindings/ocaml/backends/
llvm_backend.mli.in 10 (** @TARGET@ Initialization.
12 This interface provides an OCaml API for initialization of
  /frameworks/base/core/java/android/hardware/hdmi/
IHdmiRecordListener.aidl 32 * Called when one touch record is started or failed during initialization.
38 * Called when timer recording is started or failed during initialization.
  /external/clang/test/Sema/
designated-initializers.c 132 [0] = (struct X){1, 2}, // expected-note{{previous initialization is here}}
133 [0].c = 3, // expected-warning{{subobject initialization overrides initialization of other fields within its enclosing subobject}}
134 (struct X) {4, 5, 6}, // expected-note{{previous initialization is here}}
135 [1].b = get8(), // expected-warning{{subobject initialization overrides initialization of other fields within its enclosing subobject}}
148 0, // expected-note{{previous initialization is here}}
149 0, // expected-note{{previous initialization is here}}
150 [2].before = 0, // expected-warning{{initializer overrides prior initialization of this subobject}}
151 0, // expected-warning{{initializer overrides prior initialization of this subobject}
    [all...]
  /external/chromium_org/third_party/mt19937ar/
readme-mt.txt 2 with period 2^19937-1 with improved initialization scheme,
10 1. Initialization
11 The initialization scheme for the previous versions of MT
16 This version (2002/1/26) has two initialization schemes:
30 After initialization, the following type of pseudorandom numbers
  /external/chromium_org/v8/test/mjsunit/
const-eval-init.js 30 // Test the handling of initialization of deleted const variables.
32 // initialization of consts in the global scope happen at the same
39 // Initialization turns into assignment to global 'x'.
53 // Initialization turns into assignment to global 'x'.
81 // Initialization turns into assignment to global 'x' which

Completed in 1350 milliseconds

1 2 34 5 6 7 8 91011>>