HomeSort by relevance Sort by last modified time
    Searched full:uninitialized (Results 626 - 650 of 1841) sorted by null

<<21222324252627282930>>

  /external/v8/src/
type-info.cc 99 return nexus.StateFromFeedback() == UNINITIALIZED;
102 return nexus.StateFromFeedback() == UNINITIALIZED;
  /external/v8/test/mjsunit/es6/
debug-blockscopes.js 501 // Uninitialized variables
502 BeginTest("Uninitialized 1");
  /external/vixl/
SConstruct 214 # object might be used uninitialized:
224 env.Append(CPPFLAGS = ['-Wno-maybe-uninitialized'])
  /frameworks/av/camera/tests/
CameraBinderTests.cpp 152 UNINITIALIZED,
163 TestCameraDeviceCallbacks() : mError(false), mLastStatus(UNINITIALIZED) {}
  /frameworks/base/core/java/android/widget/
DatePickerCalendarDelegate.java 52 private static final int UNINITIALIZED = -1;
87 private int mCurrentView = UNINITIALIZED;
  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 65 stateMap.put(SupplicantState.UNINITIALIZED, DetailedState.IDLE);
242 mSupplicantState = SupplicantState.UNINITIALIZED;
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerDialog.java 57 private static final int UNINITIALIZED = -1;
95 private int mCurrentView = UNINITIALIZED;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureTest.java 100 assertEquals("state", MySignature1.UNINITIALIZED, s.getState());
107 assertEquals("state", MySignature1.UNINITIALIZED, s.getState());
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PicasaSource.java 120 if (data.position == UNINITIALIZED) {
157 data.position = UNINITIALIZED;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nis_object.x 103 BOGUS_OBJ = 0, /* Uninitialized object structure */
112 NIS_BOGUS_OBJ = 0, /* Uninitialized object structure */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-pass.h 174 for O_j. This would lead to uninitialized warnings for O_j's
192 codegen errors or spurious uninitialized warnings. */
  /art/runtime/
mem_map.h 52 // Otherwise, calls might see uninitialized values.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince54StepInterpolator.java 99 * cloning an uninitialized model and latter initializing the copy.
  /external/autotest/client/site_tests/video_YouTubeMseEme/
video_YouTubeMseEme.py 131 """Tests adding the source buffer to an uninitialized MediaSource.
  /external/bison/m4/
iconv.m4 219 dnl Otherwise aclocal would emit many "Use of uninitialized value $1"
  /external/clang/include/clang/AST/
Redeclarable.h 38 /// A pointer to either an uninitialized latest declaration (where either
  /external/clang/test/Analysis/diagnostics/
undef-value-caller.c 149 // CHECK-NEXT: <key>check_name</key><string>core.uninitialized.UndefReturn</string>
  /external/clang/test/Analysis/
misc-ps-eager-assume.m 134 // We would then get a bogus report of returning uninitialized memory.
null-deref-ps.c 289 pr4759_aux(p); // expected-warning{{Function call argument is an uninitialized value}}
  /external/clang/test/Parser/
cxx-ambig-init-templ.cpp 1 // RUN: %clang_cc1 -Wno-uninitialized -std=c++11 -verify %s
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 340 * appended to the matrix they will be uninitialized.
352 * In case the matrix is growing, new rows will be uninitialized.
365 * In case the matrix is growing, new columns will be uninitialized.
379 * When values are appended, they will be uninitialized.
    [all...]
  /external/elfutils/m4/
iconv.m4 219 dnl Otherwise aclocal would emit many "Use of uninitialized value $1"
  /external/guice/extensions/dagger-adapter/lib/
dagger-2.0.jar 
  /external/kernel-headers/original/uapi/linux/
wimax.h 216 * UNINITIALIZED x - x
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 221 // due to access uninitialized memory in frame border. It could be

Completed in 1135 milliseconds

<<21222324252627282930>>