HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 251 - 275 of 4686) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/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/8/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/8/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/8/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/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...]

Completed in 691 milliseconds

<<11121314151617181920>>