Searched refs:get (Results 1 - 25 of 36) sorted by relevance

12

/bionic/tests/libs/
H A Delf_tls_test_library.cpp19 extern "C" int* get() { return &elf_tls_variable; } function
H A Dbionic_tests_zipalign.cpp80 ZipEntry* zip_entry = entry.first.get();
81 ZipString* zip_str = entry.second.get();
/bionic/tools/versioner/src/
H A DVFS.cpp46 while (FTSENT* ent = fts_read(fts.get())) {
62 if (!vfs->addFile(file_path, ent->fts_statp->st_mtime, std::move(buffer_opt.get()))) {
72 addDirectoryToVFS(vfs.get(), header_dir);
74 addDirectoryToVFS(vfs.get(), dependency_dir);
88 vfs->addFile("android/versioning.h", 0, std::move(buffer_opt.get()));
H A DSymbolDatabase.cpp46 ELFObjectFileBase* elf = dyn_cast_or_null<ELFObjectFileBase>(binaryOrError.get().getBinary());
55 errx(1, "failed to get symbol name for symbol in %s: %s", filename.c_str(),
59 result.insert(symbolNameOrError.get().str());
H A DUtils.cpp53 while (FTSENT* ent = fts_read(fts.get())) {
H A DDriver.cpp86 auto diag_printer = std::make_unique<TextDiagnosticPrinter>(llvm::errs(), diag_opts.get());
89 new DiagnosticsEngine(diag_ids.get(), diag_opts.get(), diag_printer.release()));
252 if (!CompilerInvocation::CreateFromArgs(*invocation.get(), &cc1_flags.front(),
266 Compiler.setDiagnostics(diags.get());
H A DUtils.h36 return dirname(path_copy.get());
H A Dversioner.cpp219 // since some warnings don't get generated in files that are compiled directly.
237 compileHeader(vfs, result.get(), job.first, job.second);
250 compileHeader(vfs, result.get(), job.first, job.second);
618 err(1, "failed to get realpath for path '%s'", argv[optind]);
670 if (!sanityCheck(declaration_database.get())) {
676 if (!checkVersions(compilation_types, declaration_database.get(), *symbol_database)) {
685 declaration_database.get());
/bionic/tools/relocation_packer/src/
H A Dmain.cc98 if (fd.get() == -1) {
109 if (TEMP_FAILURE_RETRY(read(fd.get(), e_ident, EI_NIDENT)) != EI_NIDENT) {
114 if (TEMP_FAILURE_RETRY(lseek(fd.get(), 0, SEEK_SET)) != 0) {
122 relocation_packer::ElfFile<ELF32_traits> elf_file(fd.get());
131 relocation_packer::ElfFile<ELF64_traits> elf_file(fd.get());
/bionic/tools/bionicbb/
H A Dgerrit.py43 response = requests.get(url)
H A Dgmail.py45 credentials = STORAGE.get()
H A Dbionicbb.py129 if os.environ.get('WERKZEUG_RUN_MAIN') == 'true':
H A Dtasks.py104 msg = msg_service.get(userId='me', id=msg['id']).execute()
/bionic/libc/kernel/tools/
H A Dclean_header.py42 # typedef/struct/union/enum declaration. This allows us to get rid of any
123 return out.get()
H A Dutils.py52 def get(self): member in class:StringOutput
H A Dkernel.py32 # # get the set of Linux headers included by your files
35 # # get the set of of input files that do include Linux headers
46 # get rid of comments, empty lines, etc..
152 return set(self.headers.get(header))
H A Dcpp.py207 It calls libclang's tokenizer to get the parsed tokens. In addition, it
230 to get more informative cursors.
242 # If we get no tokens, no memory was allocated. Be sure not to return
645 return self.precedences.get(token.id)
708 prec = CppExpr.precedences.get(op, 1000)
713 arg_prec = CppExpr.precedences.get(arg_op, 1000)
724 if CppExpr.precedences.get(arg1_op, 1000) < prec:
726 if CppExpr.precedences.get(arg2_op, 1000) < prec:
1182 It calls the cpp parser to get the blocks.
1800 if out.get() !
[all...]
/bionic/linker/tests/
H A Dlinker_config_test.cpp180 ns_system = ns.get();
182 ns_vndk = ns.get();
/bionic/libc/arch-mips/bionic/
H A Dsetjmp.S217 # get the cookie and store it along with the signal flag.
231 jal sigprocmask # get current signal mask
354 move $t0, $s2 # get cookie to temp reg
/bionic/libc/arch-mips64/bionic/
H A Dsetjmp.S217 # get the cookie and store it along with the signal flag.
231 jal sigprocmask # get current signal mask
354 move $t0, $s2 # get cookie to temp reg
/bionic/libc/tools/
H A Dgenseccomp.py32 return set([x["name"] for x in parser.syscalls if x.get(architecture)])
45 # to get the actual numbers
/bionic/tests/
H A Dutils.h88 while (fgets(line, sizeof(line), fp.get()) != nullptr) {
H A Dsys_ptrace_test.cpp232 // Test watchpoint API. The test is considered successful if our watchpoints get hit OR the
347 // Test hardware breakpoint API. The test is considered successful if the breakpoints get hit OR the
414 TEMP_FAILURE_RETRY(read(worker_pipe_read.get(), &buf, sizeof(buf)));
420 TEMP_FAILURE_RETRY(read(worker_pipe_setup_read.get(), &buf, sizeof(buf)));
/bionic/libc/kernel/uapi/linux/
H A Dcyclades.h298 unsigned long get; member in struct:INT_QUEUE
/bionic/libc/kernel/uapi/sound/
H A Dasoc.h171 __le32 get; member in struct:snd_soc_tplg_io_ops

Completed in 246 milliseconds

12