/external/chromium_org/third_party/skia/src/core/ |
SkPicture.cpp | 162 SkPathEffect::DashInfo info; local 163 SkPathEffect::DashType dashType = effect->asADash(&info); 165 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { 262 SkPictInfo info; 263 this->createHeader(&info); 264 fData.reset(SkNEW_ARGS(SkPictureData, (record, info, deepCopyOps))); 354 bool SkPicture::IsValidPictInfo(const SkPictInfo& info) { 355 if (0 != memcmp(info.fMagic, kMagic, sizeof(kMagic))) { 359 if (info.fVersion < MIN_PICTURE_VERSION || 360 info.fVersion > CURRENT_PICTURE_VERSION) [all...] |
/external/chromium_org/third_party/skia/tests/ |
MallocPixelRefTest.cpp | 25 SkImageInfo info = SkImageInfo::MakeN32Premul(10, 13); local 28 SkMallocPixelRef::NewAllocate(info, info.minRowBytes() - 1, NULL)); 33 size_t rowBytes = info.minRowBytes() - 1; 34 size_t size = info.getSafeSize(rowBytes); 37 SkMallocPixelRef::NewWithData(info, rowBytes, NULL, data)); 42 size_t rowBytes = info.minRowBytes() + 2; 43 size_t size = info.getSafeSize(rowBytes) - 1; 46 SkMallocPixelRef::NewWithData(info, rowBytes, NULL, data)); 50 size_t rowBytes = info.minRowBytes() + 7 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
formats.c | 76 * Info about each format. 1539 const struct gl_format_info *info = &format_info[format]; local 1549 const struct gl_format_info *info = _mesa_get_format_info(format); local 1565 const struct gl_format_info *info = _mesa_get_format_info(format); local 1581 const struct gl_format_info *info = _mesa_get_format_info(format); local 1630 const struct gl_format_info *info = _mesa_get_format_info(format); local 1655 const struct gl_format_info *info = _mesa_get_format_info(format); local 1668 const struct gl_format_info *info = _mesa_get_format_info(format); local 1683 const struct gl_format_info *info = _mesa_get_format_info(format); local 1693 const struct gl_format_info *info = _mesa_get_format_info(format); local 1704 const struct gl_format_info *info = _mesa_get_format_info(format); local 1716 const struct gl_format_info *info = _mesa_get_format_info(format); local 1730 const struct gl_format_info *info = _mesa_get_format_info(format); local 1856 const struct gl_format_info *info = _mesa_get_format_info(format); local 1876 const struct gl_format_info *info = _mesa_get_format_info(format); local 1902 const struct gl_format_info *info = _mesa_get_format_info(format); local 1927 const struct gl_format_info *info = _mesa_get_format_info(format); local 1976 const struct gl_format_info *info = _mesa_get_format_info(i); local [all...] |
/external/mesa3d/src/mesa/main/ |
formats.c | 76 * Info about each format. 1539 const struct gl_format_info *info = &format_info[format]; local 1549 const struct gl_format_info *info = _mesa_get_format_info(format); local 1565 const struct gl_format_info *info = _mesa_get_format_info(format); local 1581 const struct gl_format_info *info = _mesa_get_format_info(format); local 1630 const struct gl_format_info *info = _mesa_get_format_info(format); local 1655 const struct gl_format_info *info = _mesa_get_format_info(format); local 1668 const struct gl_format_info *info = _mesa_get_format_info(format); local 1683 const struct gl_format_info *info = _mesa_get_format_info(format); local 1693 const struct gl_format_info *info = _mesa_get_format_info(format); local 1704 const struct gl_format_info *info = _mesa_get_format_info(format); local 1716 const struct gl_format_info *info = _mesa_get_format_info(format); local 1730 const struct gl_format_info *info = _mesa_get_format_info(format); local 1856 const struct gl_format_info *info = _mesa_get_format_info(format); local 1876 const struct gl_format_info *info = _mesa_get_format_info(format); local 1902 const struct gl_format_info *info = _mesa_get_format_info(format); local 1927 const struct gl_format_info *info = _mesa_get_format_info(format); local 1976 const struct gl_format_info *info = _mesa_get_format_info(i); local [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-sea.cc | 138 set_sea_properties (hb_glyph_info_t &info) 140 hb_codepoint_t u = info.codepoint; 160 info.sea_category() = (sea_category_t) cat; 161 info.sea_position() = pos; 177 hb_glyph_info_t *info = buffer->info; local 179 set_sea_properties (info[i]); 206 hb_glyph_info_t *info = buffer->info; local 212 info[i].sea_position() = POS_PRE_C 282 hb_glyph_info_t *info = buffer->info; local 314 hb_glyph_info_t info = dottedcircle; local 335 hb_glyph_info_t *info = buffer->info; local 354 hb_glyph_info_t *info = buffer->info; local [all...] |
hb-ot-shape-complex-indic.cc | 141 is_one_of (const hb_glyph_info_t &info, unsigned int flags) 144 if (_hb_glyph_info_ligated (&info)) return false; 145 return !!(FLAG (info.indic_category()) & flags); 149 is_joiner (const hb_glyph_info_t &info) 151 return is_one_of (info, JOINER_FLAGS); 155 is_consonant (const hb_glyph_info_t &info) 157 return is_one_of (info, CONSONANT_FLAGS); 161 is_halant_or_coeng (const hb_glyph_info_t &info) 163 return is_one_of (info, HALANT_OR_COENG_FLAGS); 167 set_indic_properties (hb_glyph_info_t &info) 638 hb_glyph_info_t *info = buffer->info; local 677 hb_glyph_info_t *info = buffer->info; local 698 hb_glyph_info_t *info = buffer->info; local 1252 hb_glyph_info_t *info = buffer->info; local 1284 hb_glyph_info_t info = dottedcircle; local 1313 hb_glyph_info_t *info = buffer->info; local 1333 hb_glyph_info_t *info = buffer->info; local 1761 hb_glyph_info_t *info = buffer->info; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_info.c | 47 struct lp_tgsi_info *info; member in struct:analysis_context 104 struct lp_tgsi_info *info = ctx->info; local 107 if (info->num_texs < Elements(info->tex)) { 108 struct lp_tgsi_texture_info *tex_info = &info->tex[info->num_texs]; 165 info->indirect_textures = TRUE; 168 ++info->num_texs; 170 info->indirect_textures = TRUE 182 struct lp_tgsi_info *info = ctx->info; local [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-sea.cc | 138 set_sea_properties (hb_glyph_info_t &info) 140 hb_codepoint_t u = info.codepoint; 160 info.sea_category() = (sea_category_t) cat; 161 info.sea_position() = pos; 177 hb_glyph_info_t *info = buffer->info; local 179 set_sea_properties (info[i]); 206 hb_glyph_info_t *info = buffer->info; local 212 info[i].sea_position() = POS_PRE_C 282 hb_glyph_info_t *info = buffer->info; local 314 hb_glyph_info_t info = dottedcircle; local 335 hb_glyph_info_t *info = buffer->info; local 354 hb_glyph_info_t *info = buffer->info; local [all...] |
hb-ot-shape-complex-indic.cc | 141 is_one_of (const hb_glyph_info_t &info, unsigned int flags) 144 if (_hb_glyph_info_ligated (&info)) return false; 145 return !!(FLAG (info.indic_category()) & flags); 149 is_joiner (const hb_glyph_info_t &info) 151 return is_one_of (info, JOINER_FLAGS); 155 is_consonant (const hb_glyph_info_t &info) 157 return is_one_of (info, CONSONANT_FLAGS); 161 is_halant_or_coeng (const hb_glyph_info_t &info) 163 return is_one_of (info, HALANT_OR_COENG_FLAGS); 167 set_indic_properties (hb_glyph_info_t &info) 638 hb_glyph_info_t *info = buffer->info; local 677 hb_glyph_info_t *info = buffer->info; local 698 hb_glyph_info_t *info = buffer->info; local 1252 hb_glyph_info_t *info = buffer->info; local 1284 hb_glyph_info_t info = dottedcircle; local 1312 hb_glyph_info_t *info = buffer->info; local 1332 hb_glyph_info_t *info = buffer->info; local 1760 hb_glyph_info_t *info = buffer->info; local [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_info.c | 47 struct lp_tgsi_info *info; member in struct:analysis_context 104 struct lp_tgsi_info *info = ctx->info; local 107 if (info->num_texs < Elements(info->tex)) { 108 struct lp_tgsi_texture_info *tex_info = &info->tex[info->num_texs]; 165 info->indirect_textures = TRUE; 168 ++info->num_texs; 170 info->indirect_textures = TRUE 182 struct lp_tgsi_info *info = ctx->info; local [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/ |
V8ArrayBufferCustom.h | 96 inline void v8SetReturnValue(const CallbackInfo& info, ArrayBuffer* impl) 99 v8SetReturnValueNull(info); 102 if (DOMDataStore::setReturnValueFromWrapper<V8ArrayBuffer>(info.GetReturnValue(), impl)) 104 v8::Handle<v8::Object> wrapper = wrap(impl, info.Holder(), info.GetIsolate()); 105 v8SetReturnValue(info, wrapper); 109 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, ArrayBuffer* impl) 111 ASSERT(DOMWrapperWorld::current(info.GetIsolate()).isMainWorld()); 113 v8SetReturnValueNull(info); 116 if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8ArrayBuffer>(info.GetReturnValue(), impl) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_draw.c | 201 struct pipe_draw_info info; local 224 util_draw_init_info(&info); 237 info.indexed = TRUE; 239 info.min_index = min_index; 240 info.max_index = max_index; 246 info.primitive_restart = ctx->Array.PrimitiveRestart; 247 info.restart_index = ctx->Array.RestartIndex; 251 /* Set info.count_from_stream_output. */ 253 st_transform_feedback_draw_init(tfb_vertcount, &info); 259 info.mode = translate_prim( ctx, prims[i].mode ) [all...] |
/external/iptables/extensions/ |
libxt_MARK.c | 128 struct xt_mark_tginfo2 *info = cb->data; local 133 info->mark = cb->val.mark; 134 info->mask = cb->val.mask; 137 info->mark = cb->val.mark; 138 info->mask = cb->val.mark | cb->val.mask; 141 info->mark = 0; 142 info->mask = ~cb->val.u32; 145 info->mark = info->mask = cb->val.u32; 148 info->mark = cb->val.u32 208 const struct xt_mark_tginfo2 *info = (const void *)target->data; local 243 const struct xt_mark_tginfo2 *info = (const void *)target->data; local [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_draw.c | 201 struct pipe_draw_info info; local 224 util_draw_init_info(&info); 237 info.indexed = TRUE; 239 info.min_index = min_index; 240 info.max_index = max_index; 246 info.primitive_restart = ctx->Array.PrimitiveRestart; 247 info.restart_index = ctx->Array.RestartIndex; 251 /* Set info.count_from_stream_output. */ 253 st_transform_feedback_draw_init(tfb_vertcount, &info); 259 info.mode = translate_prim( ctx, prims[i].mode ) [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
V8NPObject.cpp | 70 static void npObjectInvokeImpl(const v8::FunctionCallbackInfo<v8::Value>& info, InvokeFunctionType functionId) 73 v8::Isolate* isolate = info.GetIsolate(); 76 HTMLPlugInElement* element = V8HTMLAppletElement::toImplWithTypeCheck(isolate, info.Holder()); 78 element = V8HTMLEmbedElement::toImplWithTypeCheck(isolate, info.Holder()); 80 element = V8HTMLObjectElement::toImplWithTypeCheck(isolate, info.Holder()); 93 if (info.Holder()->InternalFieldCount() != npObjectInternalFieldCount) { 94 V8ThrowException::throwReferenceError("NPMethod called on non-NPObject", info.GetIsolate()); 98 npObject = v8ObjectToNPObject(info.Holder()); 108 int numArgs = info.Length(); 112 convertV8ObjectToNPVariant(info[i], npObject, &npArgs[i], isolate) [all...] |
/development/apps/Development/src/com/android/development/ |
PackageSummary.java | 87 PackageInfo info = null; local 89 info = pm.getPackageInfo(mPackageName, 97 if (info != null) { 98 mPackage.setText(info.packageName); 101 if (info.applicationInfo != null) { 103 pm.getApplicationIcon(info.applicationInfo)); 104 label = info.applicationInfo.nonLocalizedLabel; 105 appClass = info.applicationInfo.className; 106 if (info.applicationInfo.enabled) { 109 if ((info.applicationInfo.flags&ApplicationInfo.FLAG_SYSTEM) == 0) [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
interface.cpp | 7 static void {{cpp_class}}ConstructorGetter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 9 v8::Handle<v8::Value> data = info.Data(); 11 V8PerContextData* perContextData = V8PerContextData::from(info.Holder()->CreationContext()); 14 v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data))); 24 static void {{cpp_class}}ForceSetAttributeOnThis(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 27 {{cpp_class}}* impl = {{v8_class}}::toImpl(info.Holder()); 29 ExceptionState exceptionState(ExceptionState::SetterContext, *attributeName, "{{interface_name}}", info.Holder(), info.GetIsolate()); 30 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) { 35 if (info.This()->IsObject() [all...] |
/art/sigchainlib/ |
sigchain.h | 30 extern "C" void InvokeUserSignalHandler(int sig, siginfo_t* info, void* context);
|
/cts/libs/vogar-expect/src/vogar/util/ |
Log.java | 50 public static void info(String s) { method in class:Log 52 sLogoutput.info(s); 56 public static void info(String message, Throwable throwable) { method in class:Log 58 sLogoutput.info(message, throwable);
|
/cts/tests/tests/drm/src/android/drm/cts/ |
DrmInfoStatusTest.java | 43 DrmInfoStatus info = new DrmInfoStatus( local 45 info = null; 53 DrmInfoStatus info = new DrmInfoStatus( local 55 info = null;
|
DrmInfoTest.java | 79 // Store all the attributes in DrmInfo object info. 80 DrmInfo info = new DrmInfo(DEFAULT_TYPE, DEFAULT_DATA, DEFAULT_MIME); local 84 info.put(key, attributes.get(key)); 87 // info object must have all the keys that attributes does. 88 Iterator<String> infoKeys = info.keyIterator(); 91 assertEquals(info.get(key), attributes.get(key)); 94 // Attributes object must have all the keys that info does. 97 assertEquals(info.get(key), attributes.get(key)); 101 Iterator<Object> iterator = info.iterator(); 111 DrmInfo info = new DrmInfo(DEFAULT_TYPE, data, DEFAULT_MIME) local 120 DrmInfo info = new DrmInfo(DEFAULT_TYPE, DEFAULT_DATA, mimeType); local 128 DrmInfo info = new DrmInfo(DEFAULT_TYPE, data, DEFAULT_MIME); local 133 DrmInfo info = new DrmInfo(DEFAULT_TYPE, DEFAULT_DATA, mimeType); local 138 DrmInfo info = new DrmInfo(type, DEFAULT_DATA, DEFAULT_MIME); local 144 DrmInfo info = new DrmInfo(type, DEFAULT_DATA, DEFAULT_MIME); local 152 DrmInfo info = new DrmInfo(type, DEFAULT_DATA, DEFAULT_MIME); local [all...] |
/development/tools/idegen/src/ |
Stopwatch.java | 26 Log.info(label + ": " + (now - last) + "ms");
|
/device/generic/goldfish/camera/ |
EmulatedBaseCamera.cpp | 58 status_t EmulatedBaseCamera::getCameraInfo(struct camera_info* info) 62 info->device_version = mCameraDeviceVersion; 64 info->static_camera_characteristics = mCameraInfo; 66 info->static_camera_characteristics = (camera_metadata_t*)0xcafef00d;
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
ANTLRErrorListener.java | 35 * the info I need for error messages. 38 public void info(String msg); method in interface:ANTLRErrorListener
|
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/ |
signed_in_devices_manager_unittest.cc | 33 EventListenerInfo info(api::signed_in_devices::OnDeviceInfoChange::kEventName, 39 manager.OnListenerAdded(info); 41 EXPECT_EQ(manager.change_observers_[0]->extension_id(), info.extension_id); 44 manager.OnListenerRemoved(info);
|