Home
last modified time | relevance | path

Searched refs:Open (Results 1 - 25 of 236) sorted by relevance

12345678910

/third_party/vixl/src/
H A Dcode-generation-scopes-vixl.h64 // This constructor implicitly calls `Open` to initialise the scope
72 Open(assembler, size, check_policy, size_policy); in CodeBufferCheckScope()
76 // user is required to explicitly call the `Open` function before using the
90 void Open(internal::AssemblerBase* assembler, in Open() function in vixl::CodeBufferCheckScope
155 // This constructor implicitly calls `Open` (when `masm` is not `NULL`) to
162 Open(masm, size, size_policy); in EmissionCheckScope()
166 // user is required to explicitly call the `Open` function before using the
174 // on `Open` either.
176 // Force pools to be generated on `Open` if necessary and block their
183 void Open(MacroAssemblerInterfac function in vixl::EmissionCheckScope
208 void Open(MacroAssemblerInterface* masm, Open() function in vixl::EmissionCheckScope
271 void Open(MacroAssemblerInterface* masm, Open() function in vixl::ExactAssemblyScope
304 void Open(MacroAssemblerInterface* masm, Open() function in vixl::ExactAssemblyScope
[all...]
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_reader_unittest.cc222 ASSERT_TRUE(reader.Open(test_zip_file_)); in TEST_F()
233 ASSERT_FALSE(reader.Open(test_data_dir_.AppendASCII("nonexistent.zip"))); in TEST_F()
238 ASSERT_FALSE(reader.Open(test_data_dir_.AppendASCII("create_test_zip.sh"))); in TEST_F()
246 ASSERT_TRUE(reader.Open(test_zip_file_)); in TEST_F()
259 // Open the test zip file from a file descriptor, iterate through its contents,
280 ASSERT_TRUE(reader.Open(test_zip_file_)); in TEST_F()
305 ASSERT_TRUE(reader.Open(evil_zip_file_)); in TEST_F()
319 ASSERT_TRUE(reader.Open(evil_via_invalid_utf8_zip_file_)); in TEST_F()
334 ASSERT_TRUE(reader.Open(evil_via_absolute_file_name_zip_file_)); in TEST_F()
347 ASSERT_TRUE(reader.Open(test_zip_file in TEST_F()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DPlatformFunctions.cpp127 if (!mD3D12Lib.Open("d3d12.dll", &error) || in LoadD3D12()
150 if (!mD3D11Lib.Open("d3d11.dll", &error) || in LoadD3D11()
172 if (!mDXGILib.Open("dxgi.dll", &error) || in LoadDXGI()
201 if (mDXILLib.Open(dxilDLLPath, nullptr)) { in LoadDXIL()
220 if (dxCompilerLib.Open(dxCompilerDLLName, nullptr)) { in LoadDXCompiler()
239 if (!mFXCompilerLib.Open("d3dcompiler_47.dll", &error) || in LoadFXCompiler()
261 // mPIXEventRuntimeLib.Open will fail. in LoadPIXRuntime()
262 if (!mPIXEventRuntimeLib.Open("WinPixEventRuntime.dll") || in LoadPIXRuntime()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_generator.cc140 generator_context->Open(basename + ".proto.h")); in Generate()
152 generator_context->Open(info_path)); in Generate()
159 generator_context->Open(basename + ".pb.h")); in Generate()
171 generator_context->Open(info_path)); in Generate()
182 generator_context->Open(basename + ".pb.cc")); in Generate()
200 generator_context->Open(StrCat(basename, ".out/", i, ".cc"))); in Generate()
208 generator_context->Open(basename + ".pb.cc")); in Generate()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader_unittest.cc170 if (ZipReader reader; reader.Open(zip_path)) {
206 EXPECT_TRUE(reader.Open(test_zip_file_)); in TEST_F()
221 EXPECT_FALSE(reader.Open(data_dir_.AppendASCII("nonexistent.zip"))); in TEST_F()
228 EXPECT_FALSE(reader.Open(data_dir_.AppendASCII("create_test_zip.sh"))); in TEST_F()
235 EXPECT_FALSE(reader.Open(data_dir_.AppendASCII("empty.zip"))); in TEST_F()
245 EXPECT_TRUE(reader.Open(test_zip_file_)); in TEST_F()
260 // Open the test ZIP archive from a file descriptor, iterate through its
283 ASSERT_TRUE(reader.Open(test_zip_file_)); in TEST_F()
309 ASSERT_TRUE(reader.Open(data_dir_.AppendASCII("evil.zip"))); in TEST_F()
321 ASSERT_TRUE(reader.Open(data_dir in TEST_F()
[all...]
/third_party/node/deps/zlib/google/
H A Dzip_reader_unittest.cc172 if (ZipReader reader; reader.Open(zip_path)) {
208 EXPECT_TRUE(reader.Open(test_zip_file_)); in TEST_F()
223 EXPECT_FALSE(reader.Open(data_dir_.AppendASCII("nonexistent.zip"))); in TEST_F()
230 EXPECT_FALSE(reader.Open(data_dir_.AppendASCII("create_test_zip.sh"))); in TEST_F()
237 EXPECT_FALSE(reader.Open(data_dir_.AppendASCII("empty.zip"))); in TEST_F()
247 EXPECT_TRUE(reader.Open(test_zip_file_)); in TEST_F()
262 // Open the test ZIP archive from a file descriptor, iterate through its
285 ASSERT_TRUE(reader.Open(test_zip_file_)); in TEST_F()
303 ASSERT_TRUE(reader.Open(data_dir_.AppendASCII("evil.zip"))); in TEST_F()
315 ASSERT_TRUE(reader.Open(data_dir in TEST_F()
[all...]
/third_party/vixl/test/
H A Dtest-code-generation-scopes.cc118 scope.Open(&masm, aarch32::kA32InstructionSizeInBytes); in TEST()
134 scope.Open(&masm, aarch64::kInstructionSize); in TEST()
182 scope.Open(&masm, aarch32::kA32InstructionSizeInBytes); in TEST()
200 scope.Open(&masm, aarch64::kInstructionSize); in TEST()
246 scope.Open(&masm, aarch32::kA32InstructionSizeInBytes); in TEST()
262 scope.Open(&masm, aarch64::kInstructionSize); in TEST()
310 scope.Open(&masm, aarch32::kA32InstructionSizeInBytes); in TEST()
328 scope.Open(&masm, aarch64::kInstructionSize); in TEST()
475 scope.Open(&masm, in TEST()
484 scope.Open( in TEST()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DenumFromExternalModule.js4 export enum Mode { Open }
10 var x = f.Mode.Open;
19 Mode[Mode["Open"] = 0] = "Open";
26 var x = f.Mode.Open;
/third_party/lzma/CPP/Windows/
H A DFileIO.cpp421 bool CInFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Open() function in NWindows::NFile::NIO::CInFile
446 { return Open(fileName, FILE_SHARE_READ | (shareForWrite ? FILE_SHARE_WRITE : 0), OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL); } in OpenShared()
448 bool CInFile::Open(CFSTR fileName) in Open() function in NWindows::NFile::NIO::CInFile
521 bool COutFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Open() function in NWindows::NFile::NIO::COutFile
524 bool COutFile::Open(CFSTR fileName, DWORD creationDisposition) in Open() function in NWindows::NFile::NIO::COutFile
525 { return Open(fileName, FILE_SHARE_READ, creationDisposition, FILE_ATTRIBUTE_NORMAL); } in Open()
528 { return Open(fileName, GetCreationDisposition(createAlways)); } in Create()
531 { return Open(fileName, FILE_SHARE_READ, GetCreationDisposition(true), flagsAndAttributes); } in CreateAlways()
732 bool CInFile::Open(const char *name)
739 return Open(nam
[all...]
H A DFileIO.h222 bool Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
224 bool Open(CFSTR fileName);
248 // we use Create() with (desiredAccess = 0) instead of Open() with GENERIC_READ in OpenReparse()
251 // Open(fileName, in OpenReparse()
267 bool Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
268 bool Open(CFSTR fileName, DWORD creationDisposition);
332 bool Open(const char *name);
362 bool Open(const char *name, DWORD creationDisposition);
H A DClipboard.cpp18 bool CClipboard::Open(HWND wndNewOwner) throw() in Open() function in NWindows::CClipboard
45 if (!clipboard.Open(NULL))
71 if (!clipboard.Open(NULL))
112 if (!clipboard.Open(owner)) in ClipboardSetText()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dfile_io_test.cc47 is.Open(SAMPLE_TTF_FILE); in TestFileInputStream()
56 is.Open(SAMPLE_TTF_FILE); in TestFileInputStream()
107 is.Open(SAMPLE_TTF_FILE); in TestFontInputStreamBasic()
117 is.Open(SAMPLE_TTF_FILE); in TestFontInputStreamBasic()
134 is.Open(SAMPLE_TTF_FILE); in TestFontInputStreamTableLoading()
H A Dtest_font_utils.cc31 is.Open(font_path); in BuilderForFontFile()
47 is.Open(font_path); in LoadFont()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Denvelope.rs98 pub struct Open { structure names
102 impl Open { impls
103 /// Creates a new `Open`.
109 ) -> Result<Open, ErrorStack> in new()
121 Ok(Open { ctx }) in new()
174 let mut open = Open::new(cipher, &private_key, iv, encrypted_key).unwrap(); in public_encrypt_private_decrypt()
/third_party/python/Lib/test/
H A Dtest_enum.py2887 class Open(Flag): class in OldTestFlag
2913 Open = self.Open
2914 self.assertIs(Open.RO | Open.CE, Open.CE)
2931 Open = self.Open
2932 self.assertIs(Open.RO & Open
3394 class Open(IntFlag): global() class in OldTestIntFlag
[all...]
/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.h112 bool Open(CFSTR fileName) in Z7_class_final() function
115 return File.Open(fileName); in Z7_class_final()
147 bool Open(CFSTR fileName, DWORD creationDisposition)
150 return File.Open(fileName, creationDisposition);
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_generator.cc154 context->Open(java_filename)); in Generate()
170 context->Open(info_full_path)); in Generate()
186 context->Open(file_options.output_list_file)); in Generate()
197 context->Open(file_options.annotation_list_file)); in Generate()
H A Djava_shared_code_generator.cc68 std::unique_ptr<io::ZeroCopyOutputStream> output(context->Open(filename)); in Generate()
108 context->Open(info_full_path)); in Generate()
/third_party/ntfs-3g/include/ntfs-3g/
H A Ddevice.h52 #define NDevOpen(nd) test_ndev_flag(nd, Open)
53 #define NDevSetOpen(nd) set_ndev_flag(nd, Open)
54 #define NDevClearOpen(nd) clear_ndev_flag(nd, Open)
/third_party/lame/dshow/
H A DREG.H39 BOOL Open(HKEY rootKey, PTSTR pName);
41 BOOL Open(PTSTR an = NULL);
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
H A Dutils.cc47 input_stream.Open(font_path); in LoadFonts()
56 input_stream.Open(font_path); in LoadFontBuilders()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_generator.cc159 context->Open(filepath + ".pbobjc.h")); in GenerateAll()
167 context->Open(filepath + ".pbobjc.m")); in GenerateAll()
/third_party/node/src/
H A Dpipe_wrap.cc82 SetProtoMethod(isolate, t, "open", Open); in Initialize()
115 registry->Register(Open); in RegisterExternalReferences()
210 void PipeWrap::Open(const FunctionCallbackInfo<Value>& args) { in Open() function in node::PipeWrap
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DBackendVk.cpp189 if (!mVulkanLib.Open(resolvedVulkanLibPath)) { in Initialize()
200 if (mVulkanLib.Open(resolvedVulkanLibPath)) { in Initialize()
212 if (mVulkanLib.Open(kSwiftshaderLibName)) { in Initialize()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.h221 // Open the given file and return a stream that reads it, or NULL if not
225 virtual io::ZeroCopyInputStream* Open(const std::string& filename) = 0;
227 // If Open() returns NULL, calling this method immediately will return an
256 // Open("bar/qux");
277 // calling Open(*virtual_file) will open the file named by disk_file.
278 // * SHADOWED: A mapping was found, but using Open() to open this virtual
284 // you were to call Open(*virtual_file).
303 io::ZeroCopyInputStream* Open(const std::string& filename) override;
319 // Like Open(), but returns the on-disk path in disk_file if disk_file is
324 // Like Open() bu
[all...]

Completed in 25 milliseconds

12345678910