/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
fcntl.h | 2 * Copyright (C) 2008 The Android Open Source Project 46 extern int open(const char* path, int mode, ...);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pipes.py | 23 f = t.open(TESTFN, 'w') 26 with open(TESTFN) as f: 30 with open(TESTFN, 'w') as f: 35 with open(TESTFN2) as f: 39 with open(TESTFN, 'w') as f: 43 with t.open(TESTFN, 'r') as f: 49 with open(TESTFN, 'w') as f: 51 with open(TESTFN2, 'w') as f: 55 with open(TESTFN2) as f: 61 with open(TESTFN, 'w') as f [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pipes.py | 23 f = t.open(TESTFN, 'w') 26 with open(TESTFN) as f: 30 with open(TESTFN, 'w') as f: 35 with open(TESTFN2) as f: 39 with open(TESTFN, 'w') as f: 43 with t.open(TESTFN, 'r') as f: 49 with open(TESTFN, 'w') as f: 51 with open(TESTFN2, 'w') as f: 55 with open(TESTFN2) as f: 61 with open(TESTFN, 'w') as f [all...] |
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GL2Dispatch.cpp | 2 * Copyright (C) 2011 The Android Open Source Project 41 s_gles2_lib = osUtils::dynLibrary::open(libName);
|
/sdk/emulator/opengl/shared/OpenglOsUtils/ |
osDynLibrary.h | 2 * Copyright (C) 2011 The Android Open Source Project 30 static dynLibrary *open(const char *p_libName);
|
/build/tools/ |
diff_package_overlays.py | 3 # Copyright (C) 2012 The Android Open Source Project 44 f = open(argv[1]) 49 f = open(filename) 81 f = open(argv[2], "a")
|