HomeSort by relevance Sort by last modified time
    Searched refs:uninitialized (Results 1 - 25 of 538) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.copy/
Android.mk 17 test_makefile := external/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.copy/Android.mk
19 test_name := utilities/memory/specialized.algorithms/uninitialized.copy/uninitialized_copy
23 test_name := utilities/memory/specialized.algorithms/uninitialized.copy/uninitialized_copy_n
  /external/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill/
Android.mk 17 test_makefile := external/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill/Android.mk
19 test_name := utilities/memory/specialized.algorithms/uninitialized.fill/uninitialized_fill
  /external/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill.n/
Android.mk 17 test_makefile := external/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill.n/Android.mk
19 test_name := utilities/memory/specialized.algorithms/uninitialized.fill.n/uninitialized_fill_n
  /external/compiler-rt/test/msan/
dtls_test.c 20 long uninitialized; local
24 *x = uninitialized;
  /build/core/clang/
config.mk 52 -Wmaybe-uninitialized \
53 -Wno-maybe-uninitialized \
54 -Wno-error=maybe-uninitialized \
  /external/clang/test/Analysis/
misc-ps.c 139 // This was triggering a false "use of uninitialized value" warning.
156 // Test that we handle an uninitialized value within a logical expression.
176 int uninitialized; local
177 context->callback(uninitialized); // expected-warning {{uninitialized}}
  /external/libpcap/tests/
valgrindtest.c 63 * make sure that, in the uninitialized-data tests, the filters aren't
225 struct bpf_insn uninitialized[INSN_COUNT]; local
228 struct sock_filter uninitialized[INSN_COUNT]; local
352 * Try setting a filter with an uninitialized bpf_program
368 * structure that points to an uninitialized program.
376 bad_fcode.bf_insns = uninitialized;
380 bad_fcode.filter = uninitialized;
  /external/lldb/source/Interpreter/
Makefile 22 # Drop -Wself-assign, -Wmissing-field-initializers and -Wsometimes-uninitialized,
24 EXTRA_OPTIONS += -Wno-missing-field-initializers -Wno-self-assign -Wno-sometimes-uninitialized
  /external/javassist/src/main/javassist/bytecode/
StackMap.java 192 uninitialized(pos, offsetOfNew); method
220 public void uninitialized(int pos, int offset) {} method in class:StackMap.Walker
262 public void uninitialized(int pos, int offset) { method in class:StackMap.Copier
331 public void uninitialized(int pos, int offset) { method in class:StackMap.SimpleCopy
455 uninitialized(pos, offsetOfNew); method
  /frameworks/opt/net/wifi/service/
Android.mk 27 LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses
65 LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses
95 LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses
  /external/lldb/
lldb-build.mk 7 -Wno-uninitialized \
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
Android.mk 24 LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses
  /external/llvm/include/llvm/ADT/
APFloat.h 183 /// Convenience enum used to construct an uninitialized APFloat.
185 uninitialized enumerator in enum:llvm::APFloat::uninitializedTag
214 APFloat Val(Sem, uninitialized);
223 APFloat Val(Sem, uninitialized);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore4Test.java 32 KeyStore uninitialized; field in class:KeyStore4Test
50 uninitialized = KeyStore.getInstance(KEY_STORE_TYPE);
213 uninitialized.getKey("keyalias", null);
258 uninitialized.getCertificateAlias(TestKeyStoreSpi.CERT);
337 uninitialized.store(null, null);
436 uninitialized.store(null);
  /external/bluetooth/bluedroid/main/
Android.mk 106 LOCAL_CFLAGS += -DBUILDCFG $(bdroid_CFLAGS) -Wno-error=maybe-uninitialized -Wno-error=uninitialized -Wno-error=unused-parameter
  /development/perftests/panorama/
Android.mk 12 LOCAL_CFLAGS := -O3 -DNDEBUG -Wno-unused-parameter -Wno-maybe-uninitialized
  /external/chromium_org/chrome/browser/resources/sync_internals/
about.css 81 .about-details .uninitialized {
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-96989.js 31 // Test correct handling of uninitialized const.
  /hardware/qcom/wlan/qcwcn/wifi_hal/
Android.mk 24 LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses
  /external/chromium_org/android_webview/native/
cancellation_signal_android_jar_jni_headers.target.darwin-mips.mk 131 -Wno-uninitialized \
226 -Wno-uninitialized \
cancellation_signal_android_jar_jni_headers.target.linux-mips.mk 131 -Wno-uninitialized \
226 -Wno-uninitialized \
  /external/chromium_org/base/allocator/
allocator_extension_thunks.target.darwin-mips.mk 120 -Wno-uninitialized \
218 -Wno-uninitialized \
allocator_extension_thunks.target.linux-mips.mk 120 -Wno-uninitialized \
218 -Wno-uninitialized \
  /external/chromium_org/base/
base_prefs.target.darwin-mips.mk 134 -Wno-uninitialized \
232 -Wno-uninitialized \
base_prefs.target.linux-mips.mk 134 -Wno-uninitialized \
232 -Wno-uninitialized \

Completed in 477 milliseconds

1 2 3 4 5 6 7 8 91011>>