Home
last modified time | relevance | path

Searched refs:symbolic (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/external/ltp/runtest/
Dquickhit238 # 1. Create symbolic link with abnormal object name path
239 # 2. Create symbolic link with normal object name path
240 # 3. Create symbolic link with path to an existing object file
241 # 4. Receive EEXIST error when creating an already existing symbolic link file.
242 # 5. Receive ENAMETOOLONG error when creating symbolic link which exceeds PATH_MAX in length
248 # 1. Read a symbolic link file which points at no object file
249 # 2. Read a symbolic link file which points at an object file
250 # 3. Receive ENAMETOOLONG error when reading symbolic link which exceeds PATH_MAX in length
251 # 4. Receive an EINVAL error when reading a file which is not a symbolic
256 # 1. Get object file status through symbolic link file
[all …]
/external/llvm-project/clang/test/Analysis/
Dmisc-ps-eager-assume.m30 // the symbolic expression is stored to 'y' (which is a short instead of an
32 // symbolic expression is literally the branch condition.
35 // The cast to 'short' causes us to lose symbolic constraint.
49 // a symbolic value for this variable, but in the branch condition it is
51 // promotions of symbolic values, so this test case tests the logic in
69 // In this test case, the double '!' works fine with our symbolic constraints,
86 // This false positive occurred because the symbolic constraint on a short was
/external/clang/test/Analysis/
Dmisc-ps-eager-assume.m30 // the symbolic expression is stored to 'y' (which is a short instead of an
32 // symbolic expression is literally the branch condition.
35 // The cast to 'short' causes us to lose symbolic constraint.
49 // a symbolic value for this variable, but in the branch condition it is
51 // promotions of symbolic values, so this test case tests the logic in
69 // In this test case, the double '!' works fine with our symbolic constraints,
86 // This false positive occurred because the symbolic constraint on a short was
/external/llvm/include/llvm/Support/ELFRelocs/
DLanai.def16 // Upper 16-bits of a symbolic relocation
18 // Lower 16-bits of a symbolic relocation
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DLanai.def16 // Upper 16-bits of a symbolic relocation
18 // Lower 16-bits of a symbolic relocation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DLanai.def16 // Upper 16-bits of a symbolic relocation
18 // Lower 16-bits of a symbolic relocation
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DLanai.def16 // Upper 16-bits of a symbolic relocation
18 // Lower 16-bits of a symbolic relocation
/external/llvm-project/mlir/test/IR/
Dinvalid-affinemap.mlir79 …-affine expression: at least one of the multiply operands has to be either a constant or symbolic}}
82 …-affine expression: at least one of the multiply operands has to be either a constant or symbolic}}
85 …-error {{non-affine expression: right operand of floordiv has to be either a constant or symbolic}}
88 …d-error {{non-affine expression: right operand of ceildiv has to be either a constant or symbolic}}
91 …ected-error {{non-affine expression: right operand of mod has to be either a constant or symbolic}}
/external/e2fsprogs/tests/f_extent_htree/
Dexpect.pre.125 0 symbolic links (0 fast symbolic links)
Dexpect.125 0 symbolic links (0 fast symbolic links)
/external/ImageMagick/coders/
Dxpm.c401 symbolic[MagickPathExtent]; in ReadXPMImage() local
419 (void) memset(symbolic,0,sizeof(symbolic)); in ReadXPMImage()
420 *symbolic='\0'; in ReadXPMImage()
430 (void) CopyXPMColor(symbolic,q,MagickMin((size_t) (next-q), in ReadXPMImage()
436 if (*symbolic != '\0') in ReadXPMImage()
438 ConstantString(symbolic)); in ReadXPMImage()
1070 *symbolic; in WriteXPMImage() local
1093 symbolic=(const char *) GetValueFromSplayTree(xpm_symbolic,name); in WriteXPMImage()
1094 if (symbolic == (const char *) NULL) in WriteXPMImage()
1099 "\"%.1024s c %.1024s %.1024s\",\n",symbol,name,symbolic); in WriteXPMImage()
/external/python/cpython3/Doc/library/
Dshutil.rst66 If *follow_symlinks* is false and *src* is a symbolic link,
67 a new symbolic link will be created instead of copying the
99 If *follow_symlinks* is false, and both *src* and *dst* are symbolic links,
103 :func:`copymode` cannot modify symbolic links on the local platform, and it
120 refer to symbolic links, :func:`copystat` will operate on
121 the symbolic links themselves rather than the files the
122 symbolic links refer to—reading the information from the
123 *src* symbolic link, and writing the information to the
124 *dst* symbolic link.
129 modify symbolic links. Python itself can tell you what
[all …]
Dos.path.rst139 file descriptor. Returns ``False`` for broken symbolic links. On
155 broken symbolic links. Equivalent to :func:`exists` on platforms lacking
259 This follows symbolic links, so both :func:`islink` and :func:`isfile` can
269 follows symbolic links, so both :func:`islink` and :func:`isdir` can be true
279 entry that is a symbolic link. Always ``False`` if symbolic links are not
341 that contains symbolic links. On Windows, it converts forward slashes to
350 Return the canonical path of the specified filename, eliminating any symbolic
355 When symbolic link cycles occur, the returned path will be one member of
/external/python/cpython2/Demo/comparisons/
DREADME44 Given a list of directories, report any bogus symbolic links contained
45 anywhere in those subtrees. A bogus symbolic link is one that cannot
49 system you're running on doesn't support symbolic links.
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-magic-numbers.rst9 Many coding guidelines advise replacing the magic values with symbolic
12 …* `Rule ES.45: Avoid “magic constants”; use symbolic constants in C++ Core Guidelines <https://iso…
13 …ule 5.1.1 Use symbolic names instead of literal values in code in High Integrity C++ <http://www.c…
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dversion-mem-access.ll5 ; Check that we version this loop with speculating the value 1 for symbolic
6 ; strides. This also checks that the symbolic stride information is correctly
59 ; replacing the symbolic stride '%conv'.
/external/llvm/test/Transforms/LoopVectorize/
Dversion-mem-access.ll5 ; Check that we version this loop with speculating the value 1 for symbolic
6 ; strides. This also checks that the symbolic stride information is correctly
59 ; replacing the symbolic stride '%conv'.
/external/clang/test/Modules/
Dcrash-vfs-path-emptydir-entries.m6 // Test clang can collect symbolic link headers used in modules.
7 // crash reproducer if there's a symbolic link header file used in a module.
Dcrash-vfs-path-symlink-topheader.m6 // Test clang can collect symbolic link headers used in modules.
7 // crash reproducer if there's a symbolic link header file used in a module.
/external/ltp/testcases/kernel/fs/linktest/
DREADME28 symbolic links to a single file.
43 ./linktest.pl <number of symbolic links> <number of hard links>
/external/llvm-project/clang/test/Modules/
Dcrash-vfs-path-emptydir-entries.m6 // Test clang can collect symbolic link headers used in modules.
7 // crash reproducer if there's a symbolic link header file used in a module.
Dcrash-vfs-path-symlink-topheader.m6 // Test clang can collect symbolic link headers used in modules.
7 // crash reproducer if there's a symbolic link header file used in a module.
/external/llvm-project/clang/docs/analyzer/developer-docs/
DRegionStore.rst17 Regions that do not have a known offset use a special "symbolic" offset. These
27 Supporting both concrete and symbolic offsets makes things a bit tricky. Here's
38 symbolic offset invalidates the entire concrete offset region.* We know
52 concrete offset invalidates any symbolic offset bindings whose concrete offset
82 variable. Thus it is not valid to assume that all bindings with non-symbolic
123 appropriate default value for the region (usually a symbolic value, but
/external/clang/docs/analyzer/
DRegionStore.txt14 Regions that do not have a known offset use a special "symbolic" offset. These
24 Supporting both concrete and symbolic offsets makes things a bit tricky. Here's
33 symbolic offset invalidates the entire concrete offset region.* We know
44 concrete offset invalidates any symbolic offset bindings whose concrete offset
74 variable. Thus it is not valid to assume that all bindings with non-symbolic
115 appropriate default value for the region (usually a symbolic value, but
/external/python/cpython2/Doc/library/
Dos.path.rst75 broken symbolic links. On some platforms, this function may return ``False`` if
83 broken symbolic links. Equivalent to :func:`exists` on platforms lacking
175 Return ``True`` if *path* is an existing regular file. This follows symbolic
181 Return ``True`` if *path* is an existing directory. This follows symbolic
187 Return ``True`` if *path* refers to a directory entry that is a symbolic link.
188 Always ``False`` if symbolic links are not supported by the Python runtime.
230 that contains symbolic links. On Windows, it converts forward slashes to
236 Return the canonical path of the specified filename, eliminating any symbolic

12345678910>>...22