Searched defs:BG (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/v8/test/webkit/fast/js/
H A Dregexp-unicode-handling.js36 var BG=/ $/; variable
53 return a.replace(Ci, " ").replace(BC, "").replace(BG, "");
/external/chromium_org/v8/test/webkit/
H A Dgmail-re-re.js33 var BG=/ $/; variable
50 return a.replace(Ci, " ").replace(BC, "").replace(BG, "");
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfAppearanceCharacteristicsDictionary_autogen.cpp35 SkPdfArray* SkPdfAppearanceCharacteristicsDictionary::BG(SkPdfNativeDoc* doc) { function in class:SkPdfAppearanceCharacteristicsDictionary
36 SkPdfNativeObject* ret = get("BG", "");
44 return get("BG", "") != NULL;
H A DSkPdfGraphicsStateDictionary_autogen.cpp143 SkPdfFunction SkPdfGraphicsStateDictionary::BG(SkPdfNativeDoc* doc) { function in class:SkPdfGraphicsStateDictionary
144 SkPdfNativeObject* ret = get("BG", "");
152 return get("BG", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfAppearanceCharacteristicsDictionary_autogen.cpp35 SkPdfArray* SkPdfAppearanceCharacteristicsDictionary::BG(SkPdfNativeDoc* doc) { function in class:SkPdfAppearanceCharacteristicsDictionary
36 SkPdfNativeObject* ret = get("BG", "");
44 return get("BG", "") != NULL;
H A DSkPdfGraphicsStateDictionary_autogen.cpp143 SkPdfFunction SkPdfGraphicsStateDictionary::BG(SkPdfNativeDoc* doc) { function in class:SkPdfGraphicsStateDictionary
144 SkPdfNativeObject* ret = get("BG", "");
152 return get("BG", "") != NULL;
/external/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas.cpp873 int BG : ([](auto i) { return i; })(3); //expected-error{{inside of a constant expression}} \ member in struct:inclass_lambdas_within_nested_classes::ns1::X1
897 int BG : ([](auto i) { return i; })(3); //expected-error{{not an integral constant}}
/external/libyuv/files/source/
H A Drow_common.cc438 #define BG UG * 128 + VG * 128 macro
454 uint32 g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6);
466 *g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6);
H A Drow_posix.cc1286 #define BG UG * 128 + VG * 128 macro
1308 { BG, BG, BG, BG, BG, BG, BG, BG },
H A Drow_win.cc571 por xmm1, xmm2 // BG
1488 #define BG UG * 128 + VG * 128 macro
1518 static const vec16 kUVBiasG = { BG, BG, BG, BG, BG, BG, BG, BG };
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java146 BG(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_common.cc955 #define BG UG * 128 + VG * 128 macro
962 *g = Clamp((int32)((u * UG + v * VG) - (BG) + y1) >> 6);
H A Drow_posix.cc2069 #define BG UG * 128 + VG * 128 macro
2091 { BG, BG, BG, BG, BG, BG, BG, BG },
H A Drow_win.cc39 #define BG UG * 128 + VG * 128 macro
69 static const vec16 kUVBiasG = { BG, BG, BG, BG, BG, BG, BG, BG };
701 por xmm1, xmm2 // BG
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Drow_common.cc955 #define BG UG * 128 + VG * 128 macro
962 *g = Clamp((int32)((u * UG + v * VG) - (BG) + y1) >> 6);
H A Drow_posix.cc2069 #define BG UG * 128 + VG * 128 macro
2091 { BG, BG, BG, BG, BG, BG, BG, BG },
H A Drow_win.cc38 #define BG UG * 128 + VG * 128 macro
68 static const vec16 kUVBiasG = { BG, BG, BG, BG, BG, BG, BG, BG };
702 por xmm1, xmm2 // BG
[all...]

Completed in 341 milliseconds