OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flagged
(Results
1 - 25
of
36
) sorted by null
1
2
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
bound-err-1.s
5
; it's
flagged
as an error.
regprefix-err-1.s
9
; that should not be
flagged
as syntax errors.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-err-24.d
7
# Check that R_CRIS_16_TPREL in input to a DSO is
flagged
as an error.
tls-err-25.d
7
# Check that R_CRIS_32_TPREL in input to a DSO is
flagged
as an error.
tls-err-26.d
8
# DSO is
flagged
as an error.
tls-err-27.d
8
# DSO is
flagged
as an error.
tls-err-28.d
7
# Check that a R_CRIS_32_GD in input to a DSO is
flagged
as an error.
tls-err-29.d
7
# Check that overflow for R_CRIS_16_GOT_GD is
flagged
as an error.
tls-err-31.d
6
# Check that overflow for R_CRIS_16_DTPREL is
flagged
as an error.
tls-err-33.d
6
# Check that overflow for R_CRIS_16_GOT_TPREL is
flagged
as an error.
tls-err-35.d
7
# Check that overflow for R_CRIS_16_TPREL is
flagged
as an error.
tls-err-77.d
7
# Check that a R_CRIS_32_IE in input to a DSO is
flagged
as an error.
/external/icu/icu4c/source/test/intltest/
punyref.c
82
/*
flagged
(bcp) tests whether a basic code point is
flagged
*/
86
#define
flagged
(bcp) ((punycode_uint)(bcp) - 65 < 26)
macro
240
if (case_flags) case_flags[out] =
flagged
(input[j]);
289
case_flags[i] =
flagged
(input[in - 1]);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
PunycodeReference.java
91
/*
flagged
(bcp) tests whether a basic code point is
flagged
*/
95
private static boolean
flagged
(int bcp){
method in class:PunycodeReference
323
if (case_flags != null) case_flags[out] = (char)(
flagged
(input[j]) ? 1 : 0);
372
case_flags[i] = (char)(
flagged
(input[in - 1]) ? 0 :1);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
PunycodeReference.java
90
/*
flagged
(bcp) tests whether a basic code point is
flagged
*/
94
private static boolean
flagged
(int bcp){
method in class:PunycodeReference
322
if (case_flags != null) case_flags[out] = (char)(
flagged
(input[j]) ? 1 : 0);
371
case_flags[i] = (char)(
flagged
(input[in - 1]) ? 0 :1);
/external/eigen/Eigen/src/Core/
Flagged.h
15
/** \class
Flagged
25
* It is the return type of MatrixBase::
flagged
()
28
* \sa MatrixBase::
flagged
()
33
struct traits<
Flagged
<ExpressionType, Added, Removed> > : traits<ExpressionType>
39
template<typename ExpressionType, unsigned int Added, unsigned int Removed> class
Flagged
40
: public MatrixBase<
Flagged
<ExpressionType, Added, Removed> >
44
typedef MatrixBase<
Flagged
> Base;
46
EIGEN_DENSE_PUBLIC_INTERFACE(
Flagged
)
51
inline
Flagged
(const ExpressionType& matrix) : m_matrix(matrix) {}
128
* \sa class
Flagged
133
DenseBase<Derived>::
flagged
() const
function in class:Eigen::DenseBase
[
all
...]
DenseBase.h
280
const
Flagged
<Derived, Added, Removed>
flagged
() const;
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/
unsafeptr.go
19
// num+ptr is technically okay but still
flagged
: write ptr+num instead.
bool.go
51
// Check that all redundant ors are
flagged
/prebuilts/go/linux-x86/src/cmd/vet/testdata/
unsafeptr.go
19
// num+ptr is technically okay but still
flagged
: write ptr+num instead.
bool.go
51
// Check that all redundant ors are
flagged
/frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
MenuBuilder.java
968
// If we're not
flagged
to keep the menu open, close it
[
all
...]
/ndk/sources/host-tools/nawk-20071023/
FIXES
67
system() not
flagged
as unsafe in the unadvertised -safe option.
918
line options. Illegal options
flagged
.
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
events.c
725
int
flagged
= !!(rate_ie[j] & 0x80);
local
736
if (
flagged
&& ((rate_ie[j] & 0x7f) ==
748
if (
flagged
&& ((rate_ie[j] & 0x7f) ==
759
if (!
flagged
)
[
all
...]
Completed in 3753 milliseconds
1
2