/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 | 32 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/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/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/v8/src/ |
messages.js | 244 "unprotected_let", ["Illegal let declaration in unprotected statement context."], 245 "unprotected_const", ["Illegal const declaration in unprotected statement context."], [all...] |
/frameworks/base/core/java/android/content/ |
ContentProvider.java | 296 // track if unprotected read is allowed; any denied 357 // track if unprotected write is allowed; any denied [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
SignerInformation.java | 248 unauthenticated attribute, or an unprotected attribute.
|
/external/mesa3d/src/glsl/ |
lower_jumps.cpp | 478 /* only set this if we find any unprotected instruction */
|
/external/openssh/ |
authfile.c | 629 error("@ WARNING: UNPROTECTED PRIVATE KEY FILE! @");
|
/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/src/drivers/ |
nl80211_copy.h | 492 * @NL80211_CMD_UNPROT_DEAUTHENTICATE: Unprotected deauthentication frame 493 * notification. This event is used to indicate that an unprotected 495 * @NL80211_CMD_UNPROT_DISASSOCIATE: Unprotected disassociation frame 496 * notification. This event is used to indicate that an unprotected [all...] |
/frameworks/base/core/java/android/content/pm/ |
ApplicationInfo.java | 263 * currently installed on external/removable/unprotected storage. Such
|