Searched defs:props (Results 201 - 225 of 250) sorted by relevance

12345678910

/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc2795 Register props = x12; local
2798 __ Ldr(props, FieldMemOperand(object, JSObject::kPropertiesOffset));
2799 __ Ldr(props_map, FieldMemOperand(props, HeapObject::kMapOffset));
/external/chromium_org/v8/src/
H A Dfactory.cc2242 Object* props = local
2245 if (!props->IsUndefined()) {
2246 Handle<Object> props_handle(props, isolate());
2252 Object* props = info->property_accessors(); local
2253 if (!props->IsUndefined()) {
2254 Handle<Object> props_handle(props, isolate());
2279 Handle<Object> props = Handle<Object>(instance->property_accessors(), local
2281 if (!props->IsUndefined()) {
2282 Map::AppendCallbackDescriptors(map, props);
2287 Handle<Object> props local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... location String flavor String environments java.util.Map props org.eclipse.equinox.p2.core. ...
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar ... .engine.IProfile profile java.util.Map props String env private void initializeRepositories (boolean) throws org.eclipse ...
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar ... .simpleconfigurator.SimpleConfiguratorImpl bundleConfigurator java.util.Dictionary props org.osgi.framework.ServiceFactory configurationFactory public void ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.logging_1.0.4.v201005080501.jar ... .logging.LogFactory factory java.util.Properties props java.io.InputStream stream java.io. ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jar ... .io.File cachePropFile java.util.Properties props java.io.FileInputStream fis java.io. ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/kernel-headers/original/uapi/linux/dvb/
H A Dfrontend.h552 struct dtv_property *props; member in struct:dtv_properties
/external/libmtp/src/
H A Dlibmtp.c1086 uint16_t *props = NULL; local
1093 ret = ptp_mtp_getobjectpropssupported(device->params, map_libmtp_type_to_ptp_type(filetype), &propcnt, &props);
1100 if (props[i] == ptp_prop) {
1106 free(props);
2142 MTPProperties *props = NULL; local
2163 ret = ptp_mtp_getobjectproplist(params, 0xffffffff, &props, &nrofprops);
2168 // you cannot use it to get all props for AT LEAST one object?
2179 if (props == NULL && nrofprops != 0) {
2191 prop = props;
2201 prop = props;
2392 uint16_t *props = NULL; local
2907 uint16_t *props = NULL; local
3999 uint16_t *props = NULL; local
4117 uint16_t *props = NULL; local
4333 uint16_t *props = NULL; local
5696 MTPProperties *props = NULL; local
5856 MTPProperties *props = NULL; local
6273 MTPProperties *props = NULL; local
7100 MTPProperties *props = NULL; local
7385 MTPProperties *props = NULL; local
7776 uint16_t *props = NULL; local
8045 uint16_t *props = NULL; local
8182 uint16_t *props = NULL; local
8276 uint16_t *props = NULL; local
[all...]
/external/lzma/C/
H A DLzmaEnc.c78 CLzmaEncProps props = *props2; local
79 LzmaEncProps_Normalize(&props);
80 return props.dictSize;
394 CLzmaEncProps props = *props2; local
395 LzmaEncProps_Normalize(&props);
397 if (props.lc > LZMA_LC_MAX || props.lp > LZMA_LP_MAX || props.pb > LZMA_PB_MAX ||
398 props.dictSize > ((UInt32)1 << kDicLogSizeMaxCompress) || props
1686 CLzmaEncProps props; local
2191 LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size) argument
2248 LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig) argument
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jar ... String) String aSubject String aMessage java.util.Properties props javax.mail.Session session javax.mail. ...
/external/robolectric/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-starteam.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 773 milliseconds

12345678910