/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-arabic.cc | 64 return (FLAG(gen_cat) & 65 (FLAG(HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) | 66 FLAG(HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK) | 67 FLAG(HB_UNICODE_GENERAL_CATEGORY_FORMAT))
|
hb-ot-shape-complex-indic.cc | 145 return !!(FLAG (info.indic_category()) & flags); 240 if ((FLAG (cat) & CONSONANT_FLAGS)) 250 else if ((FLAG (cat) & (FLAG (OT_SM) | FLAG (OT_VD) | FLAG (OT_A) | FLAG (OT_Symbol)))) 273 * instead of adding a new flag in these structs. 966 if ((FLAG (info[i].indic_category()) & (JOINER_FLAGS | FLAG (OT_N) | FLAG (OT_RS) | MEDIAL_FLAGS | HALANT_OR_COENG_FLAGS)) [all...] |
hb-private.hh | 886 * (FLAG(x) & (FLAG(x1) | FLAG(x2) | FLAG(x3))) 888 #define FLAG(x) (1<<(x)) 889 #define FLAG_RANGE(x,y) (ASSERT_STATIC_EXPR_ZERO ((x) < (y)) + FLAG(y+1) - FLAG(x))
|
hb-ot-shape-complex-myanmar.cc | 157 return !!(FLAG (info.myanmar_category()) & flags);
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-arabic.cc | 64 return (FLAG(gen_cat) & 65 (FLAG(HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) | 66 FLAG(HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK) | 67 FLAG(HB_UNICODE_GENERAL_CATEGORY_FORMAT))
|
hb-ot-shape-complex-indic.cc | 145 return !!(FLAG (info.indic_category()) & flags); 240 if ((FLAG (cat) & CONSONANT_FLAGS)) 250 else if ((FLAG (cat) & (FLAG (OT_SM) | FLAG (OT_VD) | FLAG (OT_A) | FLAG (OT_Symbol)))) 273 * instead of adding a new flag in these structs. 966 if ((FLAG (info[i].indic_category()) & (JOINER_FLAGS | FLAG (OT_N) | FLAG (OT_RS) | MEDIAL_FLAGS | HALANT_OR_COENG_FLAGS)) [all...] |
hb-private.hh | 836 * (FLAG(x) & (FLAG(x1) | FLAG(x2) | FLAG(x3))) 838 #define FLAG(x) (1<<(x)) 839 #define FLAG_RANGE(x,y) (ASSERT_STATIC_EXPR_ZERO ((x) < (y)) + FLAG(y+1) - FLAG(x))
|
hb-ot-shape-complex-myanmar.cc | 157 return !!(FLAG (info.myanmar_category()) & flags);
|
/external/freetype/src/gzip/ |
inflate.c | 14 FLAG, /* waiting for flag byte */ 46 int nowrap; /* flag for no wrapper */ 176 z->state->mode = FLAG; 177 case FLAG:
|
/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...] |
/hardware/ti/omap4-aah/test/CameraHal/ |
Android.mk | 48 # Add TARGET FLAG for OMAP4 and OMAP5 boards only
|
/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/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/ |
tty_node.cc | 25 #define CHECK_LFLAG(TERMIOS, FLAG) (TERMIOS.c_lflag& FLAG)
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_state_init.c | 188 #define CHECK( NM, FLAG, ADD ) \ 191 return FLAG ? atom->cmd_size + (ADD) : 0; \ 194 #define TCL_CHECK( NM, FLAG, ADD ) \ 198 return (!rmesa->radeon.TclFallback && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ 514 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \ 520 rmesa->hw.ATOM.is_tcl = FLAG; \ 527 #define ALLOC_STATE( ATOM, CHK, SZ, NM, FLAG ) \ 528 ALLOC_STATE_IDX(ATOM, CHK, SZ, NM, FLAG, 0) [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_state_init.c | 188 #define CHECK( NM, FLAG, ADD ) \ 191 return FLAG ? atom->cmd_size + (ADD) : 0; \ 194 #define TCL_CHECK( NM, FLAG, ADD ) \ 198 return (!rmesa->radeon.TclFallback && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ 514 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \ 520 rmesa->hw.ATOM.is_tcl = FLAG; \ 527 #define ALLOC_STATE( ATOM, CHK, SZ, NM, FLAG ) \ 528 ALLOC_STATE_IDX(ATOM, CHK, SZ, NM, FLAG, 0) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_state_init.c | 221 #define CHECK( NM, FLAG, ADD ) \ 226 return (FLAG) ? atom->cmd_size + (ADD) : 0; \ 229 #define TCL_CHECK( NM, FLAG, ADD ) \ 233 return (!rmesa->radeon.TclFallback && !ctx->VertexProgram._Enabled && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ 236 #define TCL_OR_VP_CHECK( NM, FLAG, ADD ) \ 240 return (!rmesa->radeon.TclFallback && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ 243 #define VP_CHECK( NM, FLAG, ADD ) \ 248 return (!rmesa->radeon.TclFallback && ctx->VertexProgram._Enabled && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_state_init.c | 221 #define CHECK( NM, FLAG, ADD ) \ 226 return (FLAG) ? atom->cmd_size + (ADD) : 0; \ 229 #define TCL_CHECK( NM, FLAG, ADD ) \ 233 return (!rmesa->radeon.TclFallback && !ctx->VertexProgram._Enabled && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ 236 #define TCL_OR_VP_CHECK( NM, FLAG, ADD ) \ 240 return (!rmesa->radeon.TclFallback && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ 243 #define VP_CHECK( NM, FLAG, ADD ) \ 248 return (!rmesa->radeon.TclFallback && ctx->VertexProgram._Enabled && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ [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...] |
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Execution.cpp | 351 #define MASK_VECTOR_NANS_T(X,Y, TZ, FLAG) \ 357 Dest.AggregateVal[_i].IntVal = APInt(1,FLAG); \ 359 Dest.AggregateVal[_i].IntVal = APInt(1,!FLAG); \ 363 #define MASK_VECTOR_NANS(TY, X,Y, FLAG) \ 366 MASK_VECTOR_NANS_T(X, Y, Float, FLAG) \ 368 MASK_VECTOR_NANS_T(X, Y, Double, FLAG) \ [all...] |
/external/valgrind/main/drd/tests/ |
tsan_unittest.cpp | [all...] |