HomeSort by relevance Sort by last modified time
    Searched full:unprotected (Results 1 - 25 of 45) sorted by null

1 2

  /external/valgrind/main/helgrind/tests/
tc01_simple_race.c 13 /* Unprotected relative to parent */
27 /* Unprotected relative to child */
tc16_byterace.c 27 /* Unprotected relative to child, but harmless, since different
32 /* Unprotected relative to child, but harmful; same bytes */
tc02_simple_tls.c 14 /* Unprotected relative to parent, but in child's segment only */
tc17_sembar.c 140 "if (myid == 4) { unprotected = 99; }" and
141 "if (myid == 3) { unprotected = 88; }" into a conditional
154 static volatile long unprotected = 0; variable
164 /* Now, thread #4 writes to 'unprotected' and so becomes its
167 unprotected = 99;
173 /* This time, thread #3 writes to 'unprotected'. If all goes well,
176 'unprotected'. */
178 unprotected = 88;
210 fprintf(stderr, "done, result is %ld, should be 88\n", unprotected);
tc20_verifywrap.c 27 short unprotected = 0; variable
34 unprotected = 1234;
78 unprotected = 5678;
tc20_verifywrap.stderr.exp-glibc25-amd64 21 Location 0x........ is 0 bytes inside global var "unprotected"
tc20_verifywrap.stderr.exp-glibc27-amd64 21 Location 0x........ is 0 bytes inside global var "unprotected"
  /external/tcpdump/
print-enc.c 64 printf("(unprotected): ");
gmpls.c 32 { 0x02, "Unprotected"},
  /frameworks/base/drm/java/android/drm/
package.html 37 operations and allows a consistent operation mode for both rights-protected and unprotected content
  /external/webkit/Source/JavaScriptCore/API/
JSValueRef.h 283 A value may be protected multiple times and must be unprotected an equal number of times before becoming eligible for garbage collection.
292 @discussion A value may be protected multiple times and must be unprotected an
  /external/chromium/testing/gtest/include/gtest/
gtest-spi.h 195 // expands to code containing an unprotected comma. The
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 195 // expands to code containing an unprotected comma. The
  /external/protobuf/gtest/include/gtest/
gtest-spi.h 195 // expands to code containing an unprotected comma. The
  /external/valgrind/unittest/
demo_tests.cc 144 CHECK(STR->length() >= 4); // Unprotected!
  /external/wpa_supplicant_8/src/drivers/
nl80211_copy.h 402 * @NL80211_CMD_UNPROT_DEAUTHENTICATE: Unprotected deauthentication frame
403 * notification. This event is used to indicate that an unprotected
405 * @NL80211_CMD_UNPROT_DISASSOCIATE: Unprotected disassociation frame
406 * notification. This event is used to indicate that an unprotected
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h     [all...]
  /external/srtp/test/
srtp_driver.c 698 /* verify that the unprotected packet matches the origial one */
897 /* verify that the unprotected packet matches the origial one */
    [all...]
  /external/mesa3d/src/glsl/
lower_jumps.cpp 478 /* only set this if we find any unprotected instruction */
  /external/webkit/Source/JavaScriptCore/assembler/
MIPSAssembler.h 734 // 'link' and 'patch' methods are for use on unprotected code - such as the code
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 709 wpa_dbg(wpa_s, MSG_DEBUG, "SME: Unprotected disconnect dropped - "
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 263 * currently installed on external/removable/unprotected storage. Such
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
sqlite3.h     [all...]

Completed in 557 milliseconds

1 2