HomeSort by relevance Sort by last modified time
    Searched full:open (Results 1501 - 1525 of 123641) sorted by null

<<61626364656667686970>>

  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
open_pointer.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
15 // void open(const char* s, ios_base::openmode mode = ios_base::out);
30 fs.open(temp.c_str());
47 fs.open(temp.c_str());
open_string.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
15 // void open(const string& s, ios_base::openmode mode = ios_base::out);
30 fs.open(temp);
47 fs.open(temp);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pcf/
pcfutil.c 3 Copyright 1990, 1994, 1998 The Open Group
17 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
21 Except as contained in this notice, the name of The Open Group shall not be
23 in this Software without prior written authorization from The Open Group.
  /external/libmpeg2/
NOTICE 3 * Copyright (C) 2015 The Android Open Source Project
  /external/libselinux/src/
check_context.c 23 fd = open(path, O_RDWR);
disable.c 24 fd = open(path, O_WRONLY);
setenforce.c 24 fd = open(path, O_RDWR);
  /external/libvncserver/examples/
1instance.c 23 str->fd=open(str->filename,O_NONBLOCK|O_RDONLY);
25 str->fd=open(str->filename,O_NONBLOCK|O_WRONLY);
28 str->fd=open(str->filename,O_NONBLOCK|O_RDONLY);
66 str->fd=open(str->filename,O_NONBLOCK|O_RDONLY);
  /external/libvorbis/win32/VS2005/
README 14 2. Open libogg.vsprops with a text editor (even notepad.exe
  /external/libvorbis/win32/VS2008/
README 14 2. Open libogg.vsprops with a text editor (even notepad.exe
  /external/libxml2/test/catalogs/
whitex.script 1 resolve "toto " http://www.oasis-open.org/docbook/xml/4.1.2/dbpoolx.mod
  /external/libxml2/test/schematron/
zvon10.sct 2 <pattern name="Open model">
  /external/libxml2/test/threads/
example.org.xml 2 <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 5 open Llvm
6 open Llvm_executionengine
7 open Llvm_target
8 open Llvm_scalar_opts
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 5 open Llvm
6 open Llvm_executionengine
7 open Llvm_target
8 open Llvm_scalar_opts
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 5 open Llvm
6 open Llvm_executionengine
7 open Llvm_target
8 open Llvm_scalar_opts
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 5 open Llvm
6 open Llvm_executionengine
7 open Llvm_target
8 open Llvm_scalar_opts
  /external/llvm/include/llvm/Support/
LICENSE.TXT 3 The LLVM System Interface Library is licensed under the Illinois Open Source
  /external/lzma/CPP/7zip/Common/
FileStreams.h 55 bool Open(CFSTR fileName)
57 return File.Open(fileName);
111 bool Open(CFSTR fileName, DWORD creationDisposition)
114 return File.Open(fileName, creationDisposition);
  /external/lzma/CPP/7zip/UI/Common/
ExitCode.h 16 // kOpenError = 6, // Open file error
  /external/lzma/
NOTICE 10 LZMA SDK code is compatible with open source licenses, for example, you can
  /external/objenesis/
update_source.sh 3 # Copyright 2013 The Android Open Source Project.
  /external/opencv3/samples/cpp/tutorial_code/introduction/windows_visual_studio_Opencv/
introduction_windows_vs.cpp 22 cout << "Could not open or find the image" << std::endl ;
  /external/pdfium/core/src/fxcrt/
fxcrt_posix.cpp 36 FX_BOOL CFXCRT_FileAccess_Posix::Open(const CFX_ByteStringC& fileName,
43 m_nFD = open(fileName.GetCStr(), nFlags, nMasks);
46 FX_BOOL CFXCRT_FileAccess_Posix::Open(const CFX_WideStringC& fileName,
48 return Open(FX_UTF8Encode(fileName), dwMode);
  /external/selinux/libselinux/src/
disable.c 24 fd = open(path, O_WRONLY);

Completed in 1724 milliseconds

<<61626364656667686970>>