/external/dbus/test/name-test/ |
run-with-tmp-session-bus.conf | 8 <!-- Our well-known bus type, don't change this -->
|
/system/core/rootdir/etc/ |
dbus.conf | 12 means use abstract namespace, don't really create filesystem
|
/external/opencore/protocols/rtp_payload_parser/rfc_3984/src/ |
h264_payload_parser_interleave_mode.h | 44 PVH264PayLoadOutputMediaData() : don(0), fuType(0) {}; 49 don = x.don; 56 don = aDon; 71 uint32 don; member in class:PVH264PayLoadOutputMediaData 89 * current context, when a's don is larger than b's don, return true 90 * Basically when a's don is smaller than b's don, then a's priority 96 int32 diffDon = PVH264PayLoadOutputMediaDataCompareLess::don_diff(a.don, b.don) [all...] |
/cts/tests/SignatureTest/tests/ |
Android.mk | 4 # don't include this package in any target
|
/dalvik/libcore/archive/src/main/native/ |
sub.mk | 2 # It's not a normal makefile, so we don't include CLEAR_VARS
|
/dalvik/libcore/dalvik/src/main/native/ |
sub.mk | 2 # It's not a normal makefile, so we don't include CLEAR_VARS
|
/dalvik/libcore/luni-kernel/src/main/native/ |
sub.mk | 2 # It's not a normal makefile, so we don't include CLEAR_VARS
|
/dalvik/libcore/openssl/src/main/native/ |
sub.mk | 2 # It's not a normal makefile, so we don't include CLEAR_VARS
|
/dalvik/libcore/sql/src/main/native/ |
sub.mk | 2 # It's not a normal makefile, so we don't include CLEAR_VARS
|
/dalvik/libcore/x-net/src/main/native/ |
sub.mk | 2 # It's not a normal makefile, so we don't include CLEAR_VARS
|
/dalvik/libcore/xml/src/main/native/ |
sub.mk | 2 # It's not a normal makefile, so we don't include CLEAR_VARS
|
/external/clearsilver/cs/ |
Android.mk | 20 # mostly don't do that. Java on Hardy is 64 bit, and rather than finding a 32
|
/external/dbus/test/data/valid-config-files/ |
session.conf | 8 <!-- Our well-known bus type, don't change this -->
|
/external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/ |
runPatchCommand.pl | 79 +If it did, some unit tests don't seem to be working quite right:
|
/sdk/emulator/tools/ |
Android.mk | 30 # we don't want this in 'user' builds which don't have
|
/dalvik/libcore/icu/src/main/native/ |
sub.mk | 2 # It's not a normal makefile, so we don't include CLEAR_VARS
|
/dalvik/libcore/luni/src/main/native/ |
sub.mk | 2 # It's not a normal makefile, so we don't include CLEAR_VARS
|
/development/samples/ApiDemos/tests/ |
Android.mk | 12 # Notice that we don't have to include the src files of ApiDemos because, by
|
/external/clearsilver/cgi/ |
Android.mk | 26 # mostly don't do that. Java on Hardy is 64 bit, and rather than finding a 32
|
/external/clearsilver/csharp/ |
README | 13 - I don't use IntPtr, because it is basically a void* that 16 - I also don't use data marshaling for aggregate C-types. Instead I
|
/external/clearsilver/util/ |
Android.mk | 27 # mostly don't do that. Java on Hardy is 64 bit, and rather than finding a 32
|
/frameworks/base/tests/SmokeTest/tests/ |
Android.mk | 12 # Notice that we don't have to include the src files of SmokeTestApp because, by
|
/external/dbus/dbus/ |
dbus-shell.c | 319 * the shell parses a command line. We don't do variable expansion, 320 * don't understand that operators are tokens, don't do tilde expansion, 321 * don't do command substitution, no arithmetic expansion, IFS gets ignored, 322 * don't do filename globs, don't remove redirection stuff, etc. 520 /* discard all unquoted blanks (don't add them to a token) */ 644 * tokens (we didn't do any new expansions), we don't need to 652 * So, we simply remove quotes, and don't do any field splitting or
|
/development/build/ |
Android.mk | 3 # The source files for this library are _all_ generated, something we don't do 4 # anywhere else, and the rules don't support. Aditionally, the depenencies on 5 # these files don't really matter, because they are all generated as part of
|
/external/v8/test/mjsunit/regress/ |
regress-326.js | 37 assertTrue(2 in nonArray, "don't delete undefined"); 39 assertFalse(3 in nonArray, "don't create non-existing"); 40 assertEquals(0, nonArray[4], "don't affect after length.");
|