Home
last modified time | relevance | path

Searched refs:Declare (Results 1 – 25 of 87) sorted by relevance

1234

/external/zlib/src/old/
Dvisual-basic.txt32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As
46 Declare Function gzclose Lib "ZLIB.DLL" (ByVal file As
49 Declare Function compress Lib "ZLIB32.DLL"
52 Declare Function uncompress Lib "ZLIB32.DLL"
55 Declare Function gzopen Lib "ZLIB32.DLL"
57 Declare Function gzread Lib "ZLIB32.DLL"
[all …]
/external/elfutils/libebl/
DChangeLog245 * libebl.h: Declare ebl_abi_cfi.
279 * libebl.h: Declare ebl_syscall_abi.
295 * libebl.h: Declare it.
299 * libebl.h: Declare ebl_check_object_attribute.
339 * libebl.h: Declare ebl_auxv_info.
367 * libebl.h: Declare ebl_machine_section_flag_check.
409 * libebl.h: Declare ebl_relative_reloc_p.
418 * libebl.h: Declare ebl_none_reloc_p.
428 * ebl-hooks.h: Declare register_name hook.
429 * libebl.h: Declare ebl_register_name.
[all …]
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp246 Function *Declare = M.getFunction("llvm.dbg.declare"); in runOnModule() local
249 if (Declare) { in runOnModule()
250 while (!Declare->use_empty()) { in runOnModule()
251 CallInst *CI = cast<CallInst>(Declare->user_back()); in runOnModule()
266 Declare->eraseFromParent(); in runOnModule()
/external/elfutils/libdwelf/
DChangeLog24 * libdwelf.h (dwelf_elf_gnu_build_id): Declare new function.
31 * libdwelf.h (dwelf_dwarf_gnu_debugaltlink): Declare new function.
/external/elfutils/lib/
DChangeLog56 * system.h: Declare color_argp. Define color_enum. Declare
62 * system.h: Declare __cxa_demangle.
144 * system.h: Declare crc32_file.
/external/llvm/lib/IR/
DDebugInfo.cpp323 if (Function *Declare = M.getFunction("llvm.dbg.declare")) { in StripDebugInfo() local
324 while (!Declare->use_empty()) { in StripDebugInfo()
325 CallInst *CI = cast<CallInst>(Declare->user_back()); in StripDebugInfo()
328 Declare->eraseFromParent(); in StripDebugInfo()
/external/elfutils/libdw/
DChangeLog833 * libdwP.h: Declare internal dwarf_getlocation_die.
1071 Declare __libdw_free_zdata.
1094 * libdw.h: Declare it.
1098 * libdwP.h: Declare it.
1141 * libdw.h: Declare it.
1159 * libdwP.h: Declare it.
1173 * libdw.h: Declare it.
1200 * cfi.h: Declare __libdw_fde_by_offset.
1202 * libdw.h: Declare it.
1226 * libdw.h: Declare them.
[all …]
/external/libchrome/sandbox/mac/
Dxpc_stubs_header.fragment14 // Declare or include public types.
28 // Declare private types.
/external/v8/src/ast/
Dscopes.cc31 Variable* VariableMap::Declare(Scope* scope, const AstRawString* name, in Declare() function in v8::internal::VariableMap
75 void SloppyBlockFunctionMap::Declare(const AstRawString* name, in Declare() function in v8::internal::SloppyBlockFunctionMap
160 Variable* variable = variables_.Declare(this, in Scope()
334 Variable* var = variables_.Declare( in Initialize()
345 variables_.Declare(this, ast_value_factory_->arguments_string(), VAR, in Initialize()
348 variables_.Declare(this, ast_value_factory_->new_target_string(), CONST, in Initialize()
353 variables_.Declare(this, ast_value_factory_->this_function_string(), in Initialize()
463 Variable* var = variables_.Declare(this, name, mode, kind, init_flag, in LookupLocal()
514 var = variables_.Declare(this, name, mode, Variable::NORMAL, in DeclareParameter()
542 return variables_.Declare(this, name, mode, kind, init_flag, in DeclareLocal()
[all …]
Dscopes.h25 Variable* Declare(Scope* scope, const AstRawString* name, VariableMode mode,
68 void Declare(const AstRawString* name,
/external/llvm/unittests/IR/
DCMakeLists.txt32 # HACK: Declare a couple of source files as optionally compiled to satisfy the
/external/elfutils/libdwfl/
DChangeLog1499 * libdwfl.h: Declare dwfl_core_file_report.
1555 * libdwflP.h: Declare __libdw_image_header.
1573 * libdwflP.h: Declare it.
1644 * libdwflP.h: Declare __libdwfl_getelf.
1740 * libdwflP.h: Declare __libdw_open_file.
1748 * libdwflP.h: Declare __libdw_gunzip, __libdw_bunzip2.
1826 * libdwflP.h (dwfl_core_file_report): Declare it.
1830 * libdwflP.h (dwfl_link_map_report): Declare it.
1835 (dwfl_segment_report_module): Declare it.
1844 * libdwfl.h: Declare dwfl_addrsegment, dwfl_report_segment.
[all …]
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPU.td17 // Declare the target which we are implementing
/external/llvm/lib/Target/XCore/
DXCore.td41 // Declare the target which we are implementing
/external/llvm/test/Transforms/LoopStrengthReduce/
Ddont_reverse.ll8 ; Declare i2 as legal so that IVUsers accepts to consider %indvar3451
/external/opencv3/samples/cpp/example_cmake/
DCMakeLists.txt24 # Declare the executable target built from your sources
/external/bison/data/
Dc.m4296 # Declare the function NAME.
310 # Declare the function NAME in ANSI.
360 # Declare the function NAME ANSI C style.
369 # Declare the function NAME in both K&R and ANSI C.
555 # in the parser body. Declare YYSTYPE/YYLTYPE, and yylval/yylloc.
/external/elfutils/libelf/
DChangeLog403 * elf_getdata.c (__libelf_set_rawdata_wrlock): Declare offset, size
646 * libelf.h: Declare elf_getphdrnum.
647 * libelfP.h: Declare __elf_getphdrnum_rdlock.
923 Declare __elf_scnshndx_internal.
927 * libelf.h: Declare elf_scnshndx.
968 * libelf.h: Declare it.
977 * gelf.h: Declare gelf_getnote.
993 * gelf.h: Declare gelf_getauxv, gelf_update_auxv.
1026 [! ALLOW_UNALIGNED]: Declare __libc_type_aligns array.
1092 * libelf.h: Declare elf_gnu_hash.
[all …]
/external/bison/
DChangeLog-199864 * src/bison.simple (__yy_memcpy): Declare arg `count' as unsigned
74 Declare calloc and realloc to return void *.
91 (printable_version): Declare arg as int, not char.
399 * src/new.h: Declare it.
446 * src/bison.simple [__hpux, not __GNUC__]: Declare alloca.
463 * src/bison.simple [__GNUC__] (yyparse): Declare with prototype.
736 * src/closure.c (tags): Declare just once at start of file.
773 Declare as pointer.
882 * src/files.c: Declare exit and perror.
925 * src/files.c [MSDOS]: Declare xmalloc.
[all …]
/external/selinux/secilc/docs/
Dcil_mls_labeling_statements.md9 Declare a sensitivity identifier in the current namespace. Multiple [`sensitivity`](cil_mls_labelin…
162 Declare a category identifier in the current namespace. Multiple category statements declared in th…
300 Declare an identifier for a set of contiguous or non-contiguous categories in the current namespace.
350 ; Declare categories with two alias's:
421 Declare a [`level`](cil_mls_labeling_statements.md#level) identifier in the current namespace and a…
467 Declare a level range identifier in the current namespace and associate a current and clearance lev…
Dcil_context_statement.md15 Declare an SELinux security context identifier for labeling. The range (or current and clearance le…
/external/strace/
DChangeLog-CVS95 * defs.h: Declare sprint_open_modes(),
240 Declare change_syscall().
261 * defs.h: Declare several "extern const struct xlat" arrays here.
351 * defs.h (do_ptrace, ptrace_restart): Declare new functions
413 * linux/syscall.h: Declare new sys_* functions.
425 * syscall.c: Declare r0 for Blackfin architecture.
432 * linux/syscall.h (sys_sram_alloc): Declare for Blackfin
482 * defs.h (is_restart_error): Declare it.
530 * linux/syscall.h [POWERPC]: Declare it.
711 * linux/syscall.h: Declare it.
[all …]
/external/llvm/lib/Target/Sparc/
DSparc.td92 // Declare the target which we are implementing
/external/skia/site/dev/contrib/
Dflatten.md32 3: Declare a set of deserialization procs for your object in the class declaration:
/external/opencv3/doc/tutorials/imgproc/histograms/histogram_equalization/
Dhistogram_equalization.markdown72 -# Declare the source and destination images as well as the windows names:

1234