HomeSort by relevance Sort by last modified time
    Searched refs:FLAG (Results 1 - 25 of 46) sorted by null

1 2

  /ndk/tests/device/test-stlport_shared-exception/jni/
operators27.cpp 9 int FLAG=0;
16 void * operator new(size_t, const std::nothrow_t&) throw() { FLAG=1; return 0; }
30 if ( FLAG != 1 )
  /ndk/tests/device/test-stlport_static-exception/jni/
operators27.cpp 9 int FLAG=0;
16 void * operator new(size_t, const std::nothrow_t&) throw() { FLAG=1; return 0; }
30 if ( FLAG != 1 )
  /external/icu4c/common/
uprops.h 267 /** Turn a bit index into a bit flag. @internal */
268 #define FLAG(n) ((uint32_t)1<<(n))
271 #define _Cn FLAG(U_GENERAL_OTHER_TYPES)
272 #define _Lu FLAG(U_UPPERCASE_LETTER)
273 #define _Ll FLAG(U_LOWERCASE_LETTER)
274 #define _Lt FLAG(U_TITLECASE_LETTER)
275 #define _Lm FLAG(U_MODIFIER_LETTER)
276 /* #define _Lo FLAG(U_OTHER_LETTER) -- conflicts with MS Visual Studio 9.0 xiosbase */
277 #define _Mn FLAG(U_NON_SPACING_MARK)
278 #define _Me FLAG(U_ENCLOSING_MARK
    [all...]
  /external/icu4c/samples/strsrch/
strsrch.cpp 70 enum {FLAG, NUM, STRING} type;
79 {"-norm", OptSpec::FLAG, &opt_norm},
80 {"-french", OptSpec::FLAG, &opt_french},
81 {"-shifted", OptSpec::FLAG, &opt_shifted},
82 {"-lower", OptSpec::FLAG, &opt_lower},
83 {"-upper", OptSpec::FLAG, &opt_upper},
84 {"-case", OptSpec::FLAG, &opt_case},
86 {"-overlap", OptSpec::FLAG, &opt_overlap},
87 {"-canonical", OptSpec::FLAG, &opt_canonical},
88 {"-help", OptSpec::FLAG, &opt_help}
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h     [all...]
  /external/icu4c/samples/coll/
coll.cpp 61 enum {FLAG, NUM, STRING} type;
70 {"-norm", OptSpec::FLAG, &opt_norm},
71 {"-french", OptSpec::FLAG, &opt_french},
72 {"-shifted", OptSpec::FLAG, &opt_shifted},
73 {"-lower", OptSpec::FLAG, &opt_lower},
74 {"-upper", OptSpec::FLAG, &opt_upper},
75 {"-case", OptSpec::FLAG, &opt_case},
77 {"-help", OptSpec::FLAG, &opt_help},
78 {"-?", OptSpec::FLAG, &opt_help},
79 {0, OptSpec::FLAG, 0
    [all...]
  /external/v8/src/
flag-definitions.h 29 // for Debug, Release, Logging and Profiling, etc. To add a new flag, find the
37 // this will just be an extern declaration, but for a readonly flag we let the
46 // We want to supply the actual storage and value for the flag variable in the
54 // We need to define all of our default values so that the Flag structure can
64 // printing / etc in the flag parser code. We only do this for writable flags.
67 { Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false },
71 // We produce the code to set flags when it is implied by another flag.
122 #define DEFINE_bool(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt)
123 #define DEFINE_int(nam, def, cmt) FLAG(INT, int, nam, def, cmt)
124 #define DEFINE_float(nam, def, cmt) FLAG(FLOAT, double, nam, def, cmt
    [all...]
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 125 enum {FLAG, NUM, STRING} type;
133 {"-win", OptSpec::FLAG, &opt_win},
134 {"-unix", OptSpec::FLAG, &opt_unix},
135 {"-mac", OptSpec::FLAG, &opt_mac},
136 {"-uselen", OptSpec::FLAG, &opt_uselen},
140 {"-char", OptSpec::FLAG, &opt_char},
141 {"-word", OptSpec::FLAG, &opt_word},
142 {"-line", OptSpec::FLAG, &opt_line},
143 {"-sentence", OptSpec::FLAG, &opt_sentence},
144 {"-terse", OptSpec::FLAG, &opt_terse}
    [all...]
  /external/harfbuzz_ng/src/
hb-unicode-private.hh 307 (FLAG (gen_cat) & \
308 (FLAG (HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK) | \
309 FLAG (HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK) | \
310 FLAG (HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK)))
hb-ot-shape-complex-arabic.cc 73 if ((FLAG(gen_cat) & (FLAG (HB_UNICODE_GENERAL_CATEGORY_OTHER_LETTER) |
74 FLAG (HB_UNICODE_GENERAL_CATEGORY_MODIFIER_LETTER)))
93 return (FLAG(gen_cat) & (FLAG(HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) | FLAG(HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK) | FLAG(HB_UNICODE_GENERAL_CATEGORY_FORMAT))) ?
hb-ot-shape-complex-indic.cc 153 return !!(FLAG (info.indic_category()) & flags);
156 #define JOINER_FLAGS (FLAG (OT_ZWJ) | FLAG (OT_ZWNJ))
168 #define CONSONANT_FLAGS (FLAG (OT_C) | FLAG (OT_CM) | FLAG (OT_Ra) | FLAG (OT_V) | FLAG (OT_NBSP) | FLAG (OT_DOTTEDCIRCLE))
175 #define HALANT_OR_COENG_FLAGS (FLAG (OT_H) | FLAG (OT_Coeng)
    [all...]
hb-ot-shape-complex-myanmar.cc 156 return !!(FLAG (info.myanmar_category()) & flags);
164 #define CONSONANT_FLAGS (FLAG (OT_C) | FLAG (OT_CM) | FLAG (OT_Ra) | FLAG (OT_V) | FLAG (OT_NBSP) | FLAG (OT_GB))
  /external/icu4c/test/perf/collationperf/
collperf.cpp 142 enum {FLAG, NUM, STRING} type;
151 {"-qsort", OptSpec::FLAG, &opt_qsort},
152 {"-binsearch", OptSpec::FLAG, &opt_binsearch},
153 {"-iter", OptSpec::FLAG, &opt_itertest},
154 {"-win", OptSpec::FLAG, &opt_win},
155 {"-unix", OptSpec::FLAG, &opt_unix},
156 {"-uselen", OptSpec::FLAG, &opt_uselen},
157 {"-usekeys", OptSpec::FLAG, &opt_usekeys},
158 {"-strcmp", OptSpec::FLAG, &opt_strcmp},
159 {"-strcmpCPO", OptSpec::FLAG, &opt_strcmpCPO}
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleterTest.java 99 EnumSet.of(Format.FLAG),
107 EnumSet.of(Format.FLAG),
116 EnumSet.of(Format.FLAG),
  /external/clang/test/Sema/
type-spec-struct-union.c 56 SQUAT, FLAG, DICT4, DICT3, DICT2, DICT1, DICT0, HOP, CHECK4, CHECK3, CHECK2, CHECK1, DONE, BAD
  /external/opencv/cxcore/src/
cxcopy.cpp 247 #define CV_DEF_INIT_COPYSET_TAB_2D( FUNCNAME, FLAG ) \
248 static void icvInit##FUNCNAME##FLAG##Table( CvBtFuncTable* table ) \
250 table->fn_2d[1] = (void*)icv##FUNCNAME##_8u_C1##FLAG; \
251 table->fn_2d[2] = (void*)icv##FUNCNAME##_16s_C1##FLAG; \
252 table->fn_2d[3] = (void*)icv##FUNCNAME##_8u_C3##FLAG; \
253 table->fn_2d[4] = (void*)icv##FUNCNAME##_8u_C4##FLAG; \
254 table->fn_2d[6] = (void*)icv##FUNCNAME##_16s_C3##FLAG; \
255 table->fn_2d[8] = (void*)icv##FUNCNAME##_16s_C4##FLAG; \
256 table->fn_2d[12] = (void*)icv##FUNCNAME##_32f_C3##FLAG; \
257 table->fn_2d[16] = (void*)icv##FUNCNAME##_32f_C4##FLAG; \
    [all...]
cxnorm.cpp     [all...]
cxarithm.cpp 247 #define ICV_DEF_INIT_ARITHM_FUNC_TAB( FUNCNAME, FLAG ) \
248 static void icvInit##FUNCNAME##FLAG##Table( CvFuncTable* tab )\
250 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u_##FLAG; \
252 tab->fn_2d[CV_16U] = (void*)icv##FUNCNAME##_16u_##FLAG; \
253 tab->fn_2d[CV_16S] = (void*)icv##FUNCNAME##_16s_##FLAG; \
254 tab->fn_2d[CV_32S] = (void*)icv##FUNCNAME##_32s_##FLAG; \
255 tab->fn_2d[CV_32F] = (void*)icv##FUNCNAME##_32f_##FLAG; \
256 tab->fn_2d[CV_64F] = (void*)icv##FUNCNAME##_64f_##FLAG; \
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java 30 import static com.android.ide.common.api.IAttributeInfo.Format.FLAG;
50 * possible flag or enum values, whether it's deprecated and its javadoc.
60 /** Values for flag. null for other types. */
216 if (mFormats.contains(FLAG)) {
290 if (mFormats.contains(FLAG) && mFlagValues != null) {
AttrsXmlParser.java 68 * Map of all (constant, value) pairs for attributes of format enum or flag.
69 * E.g. for attribute name=gravity, this tells us there's an enum/flag called "center"
240 * Returns a map of all enum and flag constants sorted by parent attribute name.
487 * This gets the javadoc, the type, the name and the enum/flag values if any.
495 * An extra format can be implied: "enum" or "flag" are not specified in the "format" attribute,
496 * they are implicitly stated by the presence of sub-nodes <enum> or <flag>.
516 format != AttributeInfo.Format.FLAG) {
542 // does this <attr> have <flag> children?
543 flagValues = parseEnumFlagValues(attrNode, "flag", name); //$NON-NLS-1$
551 formats.add(Format.FLAG);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleter.java 28 import static com.android.ide.common.api.IAttributeInfo.Format.FLAG;
52 * for Android properties, completing resource strings, flag values, enum
123 if (formats.contains(FLAG)) {
126 // Flag completion
  /external/harfbuzz/src/
harfbuzz-indic.cpp 31 #define FLAG(x) (1 << (x))
35 const int test = FLAG(HB_Letter_Uppercase) |
36 FLAG(HB_Letter_Lowercase) |
37 FLAG(HB_Letter_Titlecase) |
38 FLAG(HB_Letter_Modifier) |
39 FLAG(HB_Letter_Other);
40 return !!(FLAG(HB_GetUnicodeCharCategory(ucs)) & test);
45 const int test = FLAG(HB_Mark_NonSpacing) |
46 FLAG(HB_Mark_SpacingCombining) |
47 FLAG(HB_Mark_Enclosing)
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-indic.cpp 31 #define FLAG(x) (1 << (x))
35 const int test = FLAG(HB_Letter_Uppercase) |
36 FLAG(HB_Letter_Lowercase) |
37 FLAG(HB_Letter_Titlecase) |
38 FLAG(HB_Letter_Modifier) |
39 FLAG(HB_Letter_Other);
40 return !!(FLAG(HB_GetUnicodeCharCategory(ucs)) & test);
45 const int test = FLAG(HB_Mark_NonSpacing) |
46 FLAG(HB_Mark_SpacingCombining) |
47 FLAG(HB_Mark_Enclosing)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ValuesDescriptors.java 138 EnumSet.of(Format.STRING, Format.FLAG)
  /external/opencv/cv/src/
cvsamplers.cpp 517 #define ICV_DEF_INIT_SUBPIX_TAB( FUNCNAME, FLAG ) \
518 static void icvInit##FUNCNAME##FLAG##Table( CvFuncTable* tab ) \
520 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u_##FLAG; \
521 tab->fn_2d[CV_32F] = (void*)icv##FUNCNAME##_32f_##FLAG; \
523 tab->fn_2d[1] = (void*)icv##FUNCNAME##_8u32f_##FLAG; \
    [all...]

Completed in 1432 milliseconds

1 2