OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:symbolic
(Results
51 - 75
of
1693
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/iptables/extensions/
libxt_tos.man
10
You can specify a
symbolic
name when using the tos match for IPv4. The list of
/prebuilts/gdb/darwin-x86/lib/python2.7/
genericpath.py
14
# This is false for dangling
symbolic
links on systems that support them.
16
"""Test whether a path exists. Returns False for broken
symbolic
links"""
24
# This follows
symbolic
links, so both islink() and isdir() can be true
36
# This follows
symbolic
links, so both islink() and isdir()
/prebuilts/gdb/linux-x86/lib/python2.7/
genericpath.py
14
# This is false for dangling
symbolic
links on systems that support them.
16
"""Test whether a path exists. Returns False for broken
symbolic
links"""
24
# This follows
symbolic
links, so both islink() and isdir() can be true
36
# This follows
symbolic
links, so both islink() and isdir()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
genericpath.py
14
# This is false for dangling
symbolic
links on systems that support them.
16
"""Test whether a path exists. Returns False for broken
symbolic
links"""
24
# This follows
symbolic
links, so both islink() and isdir() can be true
36
# This follows
symbolic
links, so both islink() and isdir()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
genericpath.py
14
# This is false for dangling
symbolic
links on systems that support them.
16
"""Test whether a path exists. Returns False for broken
symbolic
links"""
24
# This follows
symbolic
links, so both islink() and isdir() can be true
36
# This follows
symbolic
links, so both islink() and isdir()
/external/autotest/client/site_tests/security_ChromiumOSLSM/
security_ChromiumOSLSM.py
48
# Mounting should succeed (no
symbolic
link in mount path).
52
# Mounting should fail as we used a mount path with a
symbolic
link.
/external/clang/lib/StaticAnalyzer/Core/
ConstraintManager.cpp
1
//== ConstraintManager.cpp - Constraints on
symbolic
values -----*- C++ -*--==//
10
// This file defined the interface to manage constraints on
symbolic
values.
/external/kernel-headers/original/uapi/linux/
fcntl.h
59
#define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow
symbolic
links. */
62
#define AT_SYMLINK_FOLLOW 0x400 /* Follow
symbolic
links. */
/external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.h
26
// Defines
symbolic
names for MSP430 registers.
31
// Defines
symbolic
names for the MSP430 instructions.
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCTargetDesc.h
27
// Defines
symbolic
names for PTX registers.
31
// Defines
symbolic
names for the PTX instructions.
/external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.h
26
// Defines
symbolic
names for XCore registers. This defines a mapping from
32
// Defines
symbolic
names for the XCore instructions.
/frameworks/compile/mclinker/include/mcld/LD/
DiagLayouts.inc
7
"
Symbolic
versioning has not been fully supported yet.\nsection `%0'.",
8
"
Symbolic
versioning has not been fully supported yet.\nsection `%0'")
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.pom
13
<bundle-
symbolic
-name>${project.groupId}.http</bundle-
symbolic
-name>
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.pom
12
<bundle-
symbolic
-name>${project.groupId}.io</bundle-
symbolic
-name>
/external/ceres-solver/internal/ceres/
cxsparse.h
49
// factorization with a known
symbolic
factorization. This features does not
59
// symbolic_factorization - The
symbolic
factorization of A. This is obtained
87
// Computes a
symbolic
factorization of A that can be used in SolveCholesky.
92
// Computes a
symbolic
factorization of A that can be used in
98
// Computes a
symbolic
factorization of A that can be used in
103
// then used to find a
symbolic
factorization. This can result in a
/external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h
25
inline void umfpack_free_symbolic(void **
Symbolic
, double)
26
{ umfpack_di_free_symbolic(
Symbolic
); *
Symbolic
= 0; }
28
inline void umfpack_free_symbolic(void **
Symbolic
, std::complex<double>)
29
{ umfpack_zi_free_symbolic(
Symbolic
); *
Symbolic
= 0; }
32
const int Ap[], const int Ai[], const double Ax[], void **
Symbolic
,
35
return umfpack_di_symbolic(n_row,n_col,Ap,Ai,Ax,
Symbolic
,Control,Info);
39
const int Ap[], const int Ai[], const std::complex<double> Ax[], void **
Symbolic
,
42
return umfpack_zi_symbolic(n_row,n_col,Ap,Ai,&numext::real_ref(Ax[0]),0,
Symbolic
,Control,Info)
[
all
...]
/external/llvm/include/llvm-c/
Disassembler.h
35
* get the
symbolic
information for an operand of an instruction. Typically
40
* one operand with
symbolic
information. To determine the
symbolic
operand
43
* size parameter. For instructions sets with fixed widths and one
symbolic
47
* TagType for that Triple. If
symbolic
information is returned the function
65
* field. The
symbolic
information about the operand is returned using all
88
* The operand VariantKinds for
symbolic
disassembly.
173
* Create a disassembler for the TripleName.
Symbolic
disassembly is supported
185
* Create a disassembler for the TripleName and a specific CPU.
Symbolic
199
* string.
Symbolic
disassembly is supported by passing a block of informatio
[
all
...]
/external/clang/test/Analysis/
misc-ps-eager-assume.m
30
// 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/elfutils/libebl/
ebl-hooks.h
32
/* Return
symbolic
representation of relocation type. */
47
/* Return
symbolic
representation of segment type. */
50
/* Return
symbolic
representation of section type. */
71
/* Return
symbolic
representation of symbol type. */
74
/* Return
symbolic
representation of symbol binding. */
77
/* Return
symbolic
representation of dynamic tag. */
86
/* Return
symbolic
representation of OS ABI. */
/external/kernel-headers/original/uapi/scsi/fc/
fc_ns.h
44
FC_NS_GSPN_ID = 0x0118, /* get
symbolic
port name */
53
FC_NS_RSPN_ID = 0x0218, /* reg
symbolic
port name */
55
FC_NS_RSNN_NN = 0x0239, /* reg
symbolic
node name */
181
* RSNN_NN request - register
symbolic
node name
190
* RSPN_ID request - register
symbolic
port name
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
GLOnlyTextureData.java
42
* @param internalFormat Specifies the internal format of the texture. Must be one of the following
symbolic
constants:
45
* @param format Specifies the format of the texel data. Must match internalformat. The following
symbolic
values are accepted:
48
* @param type Specifies the data type of the texel data. The following
symbolic
values are accepted:
/external/svox/pico/lib/
picopam.h
38
* - building a suitable
symbolic
feature vector set for the sentence
39
* - Feeding Decision Trees with the
symbolic
seqence vector set
44
* - While building the
symbolic
feature vector set for the sentence this data structure stores syllable relevant data.
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7.pom
38
<
symbolic
.name>${project.groupId}.${project.artifactId}</
symbolic
.name>
139
<property name="Bundle-SymbolicName" value="${
symbolic
.name}" />
153
<property name="Bundle-SymbolicName" value="${
symbolic
.name}-noaop" />
224
<property name="Bundle-SymbolicName" value="${
symbolic
.name}" />
234
<property name="Bundle-SymbolicName" value="${
symbolic
.name}-noaop" />
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7.pom
38
<
symbolic
.name>${project.groupId}.${project.artifactId}</
symbolic
.name>
139
<property name="Bundle-SymbolicName" value="${
symbolic
.name}" />
153
<property name="Bundle-SymbolicName" value="${
symbolic
.name}-noaop" />
224
<property name="Bundle-SymbolicName" value="${
symbolic
.name}" />
234
<property name="Bundle-SymbolicName" value="${
symbolic
.name}-noaop" />
/external/elfutils/backends/
arm_symbol.c
1
/* Arm specific
symbolic
name handling.
52
/* Return
symbolic
representation of section type. */
Completed in 836 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>