Searched defs:base_id (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/test/mjsunit/es7/
H A Dobject-observe-debug-event.js9 var base_id = -1; variable
29 if (base_id < 0)
30 base_id = event_data.id();
31 var id = event_data.id() - base_id + 1;
/external/chromium_org/v8/test/mjsunit/es6/debug-promises/
H A Dasync-task-event.js9 var base_id = -1; variable
37 if (base_id < 0)
38 base_id = event_data.id();
39 var id = event_data.id() - base_id + 1;
/external/chromium_org/third_party/libwebp/enc/
H A Dtoken.c115 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx, 0); local
116 if (!AddToken(tokens, last >= 0, base_id + 0)) {
124 if (!AddToken(tokens, v != 0, base_id + 1)) {
126 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
129 if (!AddToken(tokens, v > 1, base_id + 2)) {
132 if (!AddToken(tokens, v > 4, base_id + 3)) {
133 if (AddToken(tokens, v != 2, base_id + 4))
134 AddToken(tokens, v == 4, base_id + 5);
135 } else if (!AddToken(tokens, v > 10, base_id + 6)) {
136 if (!AddToken(tokens, v > 6, base_id
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXvlib.h87 XvPortID base_id; member in struct:__anon29455
/external/webp/src/enc/
H A Dtoken.c115 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx, 0); local
116 if (!AddToken(tokens, last >= 0, base_id + 0)) {
124 if (!AddToken(tokens, v != 0, base_id + 1)) {
126 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
129 if (!AddToken(tokens, v > 1, base_id + 2)) {
132 if (!AddToken(tokens, v > 4, base_id + 3)) {
133 if (AddToken(tokens, v != 2, base_id + 4))
134 AddToken(tokens, v == 4, base_id + 5);
135 } else if (!AddToken(tokens, v > 10, base_id + 6)) {
136 if (!AddToken(tokens, v > 6, base_id
[all...]
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_db.c807 UINT16 char_enc, UINT16 base_id)
830 UINT16_TO_BE_STREAM (p, base_id);
806 SDP_AddLanguageBaseAttrIDList(UINT32 handle, UINT16 lang, UINT16 char_enc, UINT16 base_id) argument
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_ui.cc1167 SkBitmap Gtk2UI::GenerateTabImage(int base_id) const {
1168 const SkBitmap* base_image = GetThemeImageNamed(base_id).ToSkBitmap();
1176 int base_id,
1180 rb.GetImageNamed(base_id).AsBitmap(), tint);
1183 SkBitmap Gtk2UI::GenerateGTKIcon(int base_id) const {
1187 if (kGtkIcons[i].idr == base_id) {
1196 SkBitmap default_bitmap = rb.GetImageNamed(base_id).AsBitmap();
1175 GenerateTintedIcon( int base_id, const color_utils::HSL& tint) const argument

Completed in 263 milliseconds