/libcore/luni/src/main/java/libcore/io/ |
Libcore.java | 22 public static Os os = new BlockGuardOs(new Posix());
|
Posix.java | 44 public final class Posix implements Os { 45 Posix() { }
|
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | 17 #define LOG_TAG "Posix" 99 * created using Posix.socket(AF_INET, ...) are IPv4 sockets and only support operations using IPv4 [all...] |
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_posix.cc | 53 TEST(Posix, ThreadSpecificDtors) { 92 TEST(Posix, ThreadLocalAccesses) { 128 TEST(Posix, CondBasic) {
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
simplify_test.go | 27 // Posix character classes 55 // Posix repetitions
|
parse_test.go | 78 // Posix and Perl extensions 510 if re, err := Parse(regexp, POSIX); err == nil { 511 t.Errorf("Parse(%#q, POSIX) = %s, should have failed", regexp, dump(re)) 518 if re, err := Parse(regexp, POSIX); err == nil { 519 t.Errorf("Parse(%#q, POSIX) = %s, should have failed", regexp, dump(re)) 526 if _, err := Parse(regexp, POSIX); err != nil { 527 t.Errorf("Parse(%#q, POSIX): %v", regexp, err)
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
simplify_test.go | 27 // Posix character classes 55 // Posix repetitions
|
parse_test.go | 78 // Posix and Perl extensions 510 if re, err := Parse(regexp, POSIX); err == nil { 511 t.Errorf("Parse(%#q, POSIX) = %s, should have failed", regexp, dump(re)) 518 if re, err := Parse(regexp, POSIX); err == nil { 519 t.Errorf("Parse(%#q, POSIX) = %s, should have failed", regexp, dump(re)) 526 if _, err := Parse(regexp, POSIX); err != nil { 527 t.Errorf("Parse(%#q, POSIX): %v", regexp, err)
|
/prebuilts/misc/common/swig/include/2.0.11/d/ |
wrapperloader.swg | 26 } else version(Posix) { 265 version (Posix) {
|
/ndk/build/core/ |
init.mk | 353 # On Posix, just use bare printf.
|
/libcore/ |
non_openjdk_java_files.mk | 383 luni/src/main/java/libcore/io/Posix.java \
|
/external/libmicrohttpd/ |
configure | 28 *posix*) : 29 set -o posix ;; #( 172 *posix*) : 173 set -o posix ;; #( 497 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } [all...] |
/frameworks/base/ |
compiled-classes-phone | [all...] |