/external/chromium_org/third_party/leveldatabase/src/db/ |
db_test.cc | 379 std::string property; local 382 &property)); 383 return atoi(property.c_str()); 458 std::string property; local 459 db_->GetProperty("leveldb.sstables", &property); 460 return property; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_shader.c | 1169 struct tgsi_full_property *property; local [all...] |
/external/chromium_org/ui/base/x/ |
x11_util.cc | 122 unsigned char** property) { 128 0, // offset into property data to read 136 property); 570 HideTitlebarWhenMaximized property) { 572 unsigned long hide = property; 684 int format = 0; // size in bits of each item in 'property' 686 unsigned char* property = NULL; local 689 &type, &format, &num_items, &property); 693 XFree(property); 698 Atom property, 759 unsigned char* property = NULL; local 780 unsigned char* property = NULL; local 856 unsigned char* property = NULL; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/ |
jdtCompilerAdapter.jar | |
/external/emma/lib/ |
emma_ant.jar | |
/external/harfbuzz/src/ |
harfbuzz-gsub.c | 271 HB_UShort index, value, property; local 281 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) ) 312 error = _HB_GDEF_Add_Glyph_Property( gdef, value, property ); 477 HB_UShort index, property, n, count; local 487 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) ) 507 if ( property == HB_GDEF_LIGATURE ) 508 property = HB_GDEF_BASE_GLYPH; 512 error = _HB_GDEF_Add_Glyph_Property( gdef, s[n], property ); 675 HB_UShort index, value, alt_index, property; local 685 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) ) 951 HB_UShort index, property; local 1811 HB_UShort index, property; local 1874 HB_UShort index, property; local 1984 HB_UShort index, i, j, property; local 3000 HB_UShort index, property; local 3127 HB_UShort index, property; local 3330 HB_UShort index, i, j, property; local 3649 HB_UShort index, input_index, i, j, property; local [all...] |
harfbuzz-gpos.c | 1018 HB_UShort index, property; local 1028 if ( CHECK_Property( gpos->gdef, IN_CURITEM(), flags, &property ) ) 1578 HB_UShort index, property; local 1797 HB_UShort index, property; local 2219 HB_UShort i, j, mark_index, base_index, property, class; local 2626 HB_UShort i, j, mark_index, lig_index, property, class; local 2953 HB_UShort i, j, mark1_index, mark2_index, property, class; local 3802 HB_UShort index, property; local 3867 HB_UShort index, property; local 3978 HB_UShort index, i, j, property; local 5010 HB_UShort index, property; local 5139 HB_UShort index, property; local 5344 HB_UShort index, i, j, property; local [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-gsub.c | 271 HB_UShort index, value, property; local 281 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) ) 312 error = _HB_GDEF_Add_Glyph_Property( gdef, value, property ); 477 HB_UShort index, property, n, count; local 487 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) ) 507 if ( property == HB_GDEF_LIGATURE ) 508 property = HB_GDEF_BASE_GLYPH; 512 error = _HB_GDEF_Add_Glyph_Property( gdef, s[n], property ); 675 HB_UShort index, value, alt_index, property; local 685 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) ) 951 HB_UShort index, property; local 1811 HB_UShort index, property; local 1874 HB_UShort index, property; local 1984 HB_UShort index, i, j, property; local 3000 HB_UShort index, property; local 3127 HB_UShort index, property; local 3330 HB_UShort index, i, j, property; local 3649 HB_UShort index, input_index, i, j, property; local [all...] |
harfbuzz-gpos.c | 1018 HB_UShort index, property; local 1028 if ( CHECK_Property( gpos->gdef, IN_CURITEM(), flags, &property ) ) 1578 HB_UShort index, property; local 1797 HB_UShort index, property; local 2219 HB_UShort i, j, mark_index, base_index, property, class; local 2626 HB_UShort i, j, mark_index, lig_index, property, class; local 2953 HB_UShort i, j, mark1_index, mark2_index, property, class; local 3802 HB_UShort index, property; local 3867 HB_UShort index, property; local 3978 HB_UShort index, i, j, property; local 5010 HB_UShort index, property; local 5139 HB_UShort index, property; local 5344 HB_UShort index, i, j, property; local [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gsubgpos-private.hh | 347 unsigned int property; local 349 property = info.glyph_props(); 351 if (!c->match_properties (info.codepoint, property, lookup_props)) 556 unsigned int property; local 558 property = info->glyph_props(); 560 return match_properties (info->codepoint, property, lookup_props); [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveCommandLine.cpp | 676 CProperty property;
local 680 property.Name = postString;
683 property.Name = postString.Left(index);
684 property.Value = postString.Mid(index + 1);
686 properties.Add(property);
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_shader.c | 1169 struct tgsi_full_property *property; local [all...] |
/external/v8/src/ |
isolate.cc | 614 Handle<Object> property = GetProperty(script_wrapper, local 616 ASSERT(property->IsJSFunction()); 617 Handle<JSFunction> method = Handle<JSFunction>::cast(property); [all...] |
/frameworks/base/core/java/android/view/ |
ViewDebug.java | 90 * @return true if the property's value must be transformed into an Android 157 * When deep export is turned on, this property is not dumped. Instead, the 158 * properties contained in this property are dumped. Each child property 159 * is prefixed with the name of this property. 161 * @return true if the properties of this property should be dumped 177 * Specifies the category the property falls into, such as measurement, 1056 final ExportedProperty property = sAnnotations.get(method); local 1130 final ExportedProperty property = sAnnotations.get(field); local 1379 CapturedViewProperty property = method.getAnnotation(CapturedViewProperty.class); local [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsProvider.java | 221 * Modify the system property used to communicate the version of 222 * this table, for tables which have such a property. (The Settings 227 // Update the system property *first*, so if someone is listening for 229 // the system property will be updated and they'll get the new data. 232 String property = null, table = uri.getPathSegments().get(0); local 235 property = Settings.System.SYS_PROP_SETTING_VERSION; 238 property = Settings.Secure.SYS_PROP_SETTING_VERSION; 241 property = Settings.Global.SYS_PROP_SETTING_VERSION; // this one is global 245 if (property != null) { 246 long version = SystemProperties.getLong(property, 0) + 1 [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_q6vdec.h | 309 union vdec_property property; member in struct:vdec_property_info
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_q6vdec.h | 275 union vdec_property property; member in struct:vdec_property_info
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
AppleScript_Suite.py | 1258 property = properties variable [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationMatcher.java | 582 // Look up the layout lib API level. This property is new so it will only 585 String property = target.getProperty(PkgProps.LAYOUTLIB_API); local 587 if (property != null || apiLevel >= 11) { [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSParser-in.cpp | 677 // This property is only injected programmatically, not parsed from stylesheets. 1278 const CSSProperty& property = input[i]; local [all...] |
/external/chromium_org/v8/src/arm/ |
full-codegen-arm.cc | 1674 ObjectLiteral::Property* property = expr->properties()->at(i); local 1884 Property* property = expr->target()->AsProperty(); local 2726 Property* property = callee->AsProperty(); local 4187 Property* property = expr->expression()->AsProperty(); local [all...] |
/external/chromium_org/v8/src/ia32/ |
full-codegen-ia32.cc | 1618 ObjectLiteral::Property* property = expr->properties()->at(i); local 1836 Property* property = expr->target()->AsProperty(); local 2681 Property* property = callee->AsProperty(); local 4177 Property* property = expr->expression()->AsProperty(); local [all...] |
/external/chromium_org/v8/src/mips/ |
full-codegen-mips.cc | 1686 ObjectLiteral::Property* property = expr->properties()->at(i); local 1900 Property* property = expr->target()->AsProperty(); local 2759 Property* property = callee->AsProperty(); local 4242 Property* property = expr->expression()->AsProperty(); local [all...] |
/external/v8/src/arm/ |
full-codegen-arm.cc | 1518 ObjectLiteral::Property* property = expr->properties()->at(i); local 1704 Property* property = expr->target()->AsProperty(); local 2320 Property* property = callee->AsProperty(); local 3769 Property* property = expr->expression()->AsProperty(); local [all...] |
/external/v8/src/ia32/ |
full-codegen-ia32.cc | 1472 ObjectLiteral::Property* property = expr->properties()->at(i); local 1661 Property* property = expr->target()->AsProperty(); local 2266 Property* property = callee->AsProperty(); local 3745 Property* property = expr->expression()->AsProperty(); local [all...] |