Searched defs:properties (Results 226 - 250 of 351) sorted by relevance

1234567891011>>

/external/libmtp/src/
H A Dlibmtp.c76 * This is a mapping between libmtp internal MTP properties and
1095 add_ptp_error_to_errorstack(device, ret, "LIBMTP_Is_Property_Supported(): could not get properties supported.");
1392 // using the cached properties don't usually call this function.
1433 // using the cached properties don't usually call this function.
2189 * the same, it is just different properties of the same object.
2344 // Original file-specific properties
2395 // First see which properties can be retrieved for this object format
2916 add_ptp_error_to_errorstack(device, ret, "LIBMTP_Dump_Device_Info(): error on query for object properties.");
3559 * properties as described by the PTP spec.
3692 * properties, the
5699 uint16_t *properties = NULL; local
5842 uint16_t *properties = NULL; local
7052 uint16_t *properties = NULL; local
7370 uint16_t *properties = NULL; local
[all...]
/external/mesa3d/include/CL/
H A Dcl.hpp99 * cl_context_properties properties[] =
101 * cl::Context context(CL_DEVICE_TYPE_CPU, properties);
1223 const cl_device_partition_property_ext * properties,
1229 const cl_device_partition_property_ext * /* properties */,
1238 cl_int err = pfn_clCreateSubDevicesEXT(object_, properties, 0, NULL, &n);
1244 err = pfn_clCreateSubDevicesEXT(object_, properties, n, ids, NULL);
1422 cl_context_properties* properties = NULL,
1433 properties, (cl_uint) devices.size(),
1445 cl_context_properties* properties = NULL,
1456 properties, typ
1222 createSubDevices( const cl_device_partition_property_ext * properties, VECTOR_CLASS<Device>* devices) argument
[all...]
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc3401 Register properties,
3404 DCHECK(!AreAliased(receiver, properties, scratch0));
3409 // property. It's true even if some slots represent deleted properties
3412 // scratch0 points to properties hash.
3416 __ Ldrsw(index, UntagSmiFieldMemOperand(properties, kCapacityOffset));
3427 __ Add(tmp, properties, Operand(index, LSL, kPointerSizeLog2));
3397 GenerateNegativeLookup(MacroAssembler* masm, Label* miss, Label* done, Register receiver, Register properties, Handle<Name> name, Register scratch0) argument
/external/v8/src/
H A Dbootstrapper.cc174 // Make the "arguments" and "caller" properties throw a TypeError on access.
269 // Migrates all properties from the 'from' object to the 'to'
1898 // Static properties set by a successful match.
3632 // that predefines four properties get, set, configurable and enumerable).
3674 // that predefines four properties value, writable, configurable and
3717 // predefines the two properties index and match).
4203 // The global template must not create properties that already exist
4248 Handle<GlobalDictionary> properties = local
4250 int capacity = properties->Capacity();
4252 Object* raw_key(properties
4271 Handle<NameDictionary> properties = local
[all...]
H A Ddeoptimizer.cc3714 Handle<Object> properties = MaterializeAt(frame_index, value_index); local
3716 object->set_properties(FixedArray::cast(*properties));
3729 Handle<Object> properties = MaterializeAt(frame_index, value_index); local
3732 object->set_properties(FixedArray::cast(*properties));
3747 Handle<Object> properties = MaterializeAt(frame_index, value_index); local
3757 object->set_properties(FixedArray::cast(*properties));
H A Dfactory.cc1474 // don't have "constructor" properties.
1669 // Make sure no field properties are described in the initial map.
1670 // This guarantees us that normalizing the properties does not
1701 // |dictionary| already contains enough space for all properties.
1717 // Make sure result is a global object with properties in dictionary.
2233 // Allocate the backing storage for the properties.
2234 Handle<FixedArray> properties = empty_fixed_array(); local
2245 heap->InitializeJSObjectFromMap(*object, *properties, *map);
2478 // We do not cache maps for too many properties or when running builtin code.
2488 // predeclared properties
[all...]
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc2620 // This function is safe to call if the receiver has fast properties.
2625 Register properties,
2633 // property. It's true even if some slots represent deleted properties
2639 __ mov(index, FieldOperand(properties, kCapacityOffset));
2651 __ mov(entity_name, Operand(properties, index, times_half_pointer_size,
2672 NameDictionaryLookupStub stub(masm->isolate(), properties, r0, r0,
2770 // property. It's true even if some slots represent deleted properties
2622 GenerateNegativeLookup(MacroAssembler* masm, Label* miss, Label* done, Register properties, Handle<Name> name, Register r0) argument
/external/v8/src/mips/
H A Dcode-stubs-mips.cc2821 Register properties,
2828 // property. It's true even if some slots represent deleted properties
2831 // scratch0 points to properties hash.
2835 __ lw(index, FieldMemOperand(properties, kCapacityOffset));
2847 Register tmp = properties;
2848 __ Lsa(tmp, properties, index, 1);
2871 // Restore the properties.
2872 __ lw(properties,
2817 GenerateNegativeLookup(MacroAssembler* masm, Label* miss, Label* done, Register receiver, Register properties, Handle<Name> name, Register scratch0) argument
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc2824 Register properties,
2831 // property. It's true even if some slots represent deleted properties
2834 // scratch0 points to properties hash.
2838 __ SmiLoadUntag(index, FieldMemOperand(properties, kCapacityOffset));
2850 Register tmp = properties;
2852 __ Dlsa(tmp, properties, index, kPointerSizeLog2);
2875 // Restore the properties.
2876 __ ld(properties,
2820 GenerateNegativeLookup(MacroAssembler* masm, Label* miss, Label* done, Register receiver, Register properties, Handle<Name> name, Register scratch0) argument
/external/v8/src/x64/
H A Dcode-stubs-x64.cc2560 Register properties,
2567 // property. It's true even if some slots represent deleted properties
2570 // r0 points to properties hash.
2574 __ SmiToInteger32(index, FieldOperand(properties, kCapacityOffset));
2586 __ movp(entity_name, Operand(properties,
2609 NameDictionaryLookupStub stub(masm->isolate(), properties, r0, r0,
2700 // property. It's true even if some slots represent deleted properties
2557 GenerateNegativeLookup(MacroAssembler* masm, Label* miss, Label* done, Register properties, Handle<Name> name, Register r0) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jar ... defs= " () } org/eclipse/ant/internal/core/ant/InternalAntMessages.properties org/eclipse/ant/internal/core/ant/InternalAntRunner.class InternalAntRunner ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
H A Drepository-tools-ant.jar ... version private String range private java.util.Map properties public void " href="/8.0.0_r4/s? ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jar ... .Type t com.starbase.starteam.Property[] properties protected com.starbase.starteam.Property getSecondaryDescriptor (com ...
/external/guice/extensions/persist/lib/
H A Dejb3-persistence.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/persistence/ javax/persistence/AssociationOverride.class AssociationOverride. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar ... plugin.xml .api_description about.html plugin.properties profiles/ profiles/CDC-1.0_Foundation-1.0.profile ...
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar ... lang.Object) Object source } org/eclipse/core/databinding/property/Properties.class Properties.java package org.eclipse. ...
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jar ... xml .api_description .options about.html plugin.properties schema/ schema/callbackHandler.exsd schema/callbackHandlerMapping.exsd schema ...
/external/clang/include/clang/AST/
H A DDeclObjC.h916 // Iterator access to instance/class properties.
921 prop_range properties() const { return prop_range(prop_begin(), prop_end()); } function in class:clang::ObjCContainerDecl
1030 /// This routine collects list of properties to be implemented in the class.
1031 /// This includes, class's and its conforming protocols' properties.
1032 /// Note, the superclass's properties are not included in the list.
1150 /// the properties/methods. For example, this will be the '>', '}', or
2346 // Iterator access to properties.
2455 /// itself, as well as being synthesized as backing storage for properties.
/external/v8/src/debug/
H A Dmirrors.js745 * properties are requested
756 * Return the properties for this object as an array of PropertyMirror objects.
758 * properties are requested
759 * @param {number} limit Limit the number of properties returned to the
763 ObjectMirror.prototype.properties = function() {
765 var properties = new GlobalArray(names.length);
767 properties[i] = this.property(names[i]);
770 return properties;
775 * Return the internal properties for this object as an array of
803 var properties
[all...]
/external/v8/src/parsing/
H A Dparser-base.h668 properties(parser->impl()->NewClassPropertyList(4)),
675 typename Types::ClassPropertyList properties; member in struct:v8::internal::ParseFunctionFlags::ParserBase::ClassInfo
2064 // table when we compute constant properties.
2473 typename Types::ObjectPropertyList properties = local
2492 // Count CONSTANT or COMPUTED properties to maintain the enumeration order.
2496 properties->Add(property, zone());
2510 return factory()->NewObjectLiteral(properties,
2751 // TODO(1231235): We try to estimate the set of properties set by
2754 // properties if we haven't seen them before. Otherwise we'll
2755 // probably overestimate the number of properties
[all...]
H A Dpreparser.h582 PreParserExpression NewObjectLiteral(PreParserExpressionList properties, argument
586 return PreParserExpression::ObjectLiteral(properties.identifiers_);
1154 // PreParser doesn't count boilerplate properties.
/external/vulkan-validation-layers/layers/
H A Dparameter_validation.cpp1544 const std::vector<VkQueueFamilyProperties> properties) {
1572 if (pCreateInfo->pQueueCreateInfos[i].queueFamilyIndex >= properties.size()) {
1580 properties[pCreateInfo->pQueueCreateInfos[i].queueFamilyIndex].queueCount) {
1721 std::vector<VkQueueFamilyProperties> properties(count);
1722 instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, &properties[0]);
1724 validateDeviceCreateInfo(physicalDevice, pCreateInfo, properties);
1543 validateDeviceCreateInfo(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo *pCreateInfo, const std::vector<VkQueueFamilyProperties> properties) argument
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jar ... final com.google.common.collect.ImmutableMap properties static final com.google.common.collect. ...

Completed in 1192 milliseconds

1234567891011>>