Searched defs:properties (Results 201 - 225 of 351) sorted by relevance

1234567891011>>

/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp340 VkPhysicalDeviceProperties properties; local
341 ctx.getInstanceInterface().getPhysicalDeviceProperties(ctx.getPhysicalDevice(), &properties);
342 VkDeviceSize align = properties.limits.minUniformBufferOffsetAlignment;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar ... -INF/fwadmin.xml about.html plugin.properties org/ org/eclipse/ org/eclipse/equinox/ org/eclipse/equinox/internal ...
H A Dorg.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar ... -INF/configurator.xml about.html plugin.properties org/ org/eclipse/ org/eclipse/equinox/ org/eclipse/equinox/internal ...
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar ... plugin.xml .api_description about.html plugin.properties ant_tasks/ ant_tasks/director-ant.jar org/ org/eclipse ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jar ... -INF/profileRegistry.xml about.html plugin.properties org/ org/eclipse/ org/eclipse/equinox/ org/eclipse/equinox/internal ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jar ... static final String PROPERTIES_FILE_EXTENSION private static java.util.Properties productCustomization private static java.util.Properties productTranslation private ...
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... eclipse.inf .api_description about.html plugin.properties org/ org/eclipse/ org/eclipse/equinox/ org/eclipse/equinox/internal ...
/external/selinux/libsepol/src/
H A Dpolicydb.c2404 uint32_t properties; local
2409 properties = le32_to_cpu(buf[++pos]);
2412 properties = le32_to_cpu(buf[++pos]);
2414 if (properties & TYPEDATUM_PROPERTY_PRIMARY)
2418 if (properties & TYPEDATUM_PROPERTY_ATTRIBUTE)
2420 if (properties & TYPEDATUM_PROPERTY_ALIAS
2423 if (properties & TYPEDATUM_PROPERTY_PERMISSIVE
/external/v8/src/arm/
H A Dcode-stubs-arm.cc2619 Register properties,
2626 // property. It's true even if some slots represent deleted properties
2629 // scratch0 points to properties hash.
2633 __ ldr(index, FieldMemOperand(properties, kCapacityOffset));
2645 Register tmp = properties;
2646 __ add(tmp, properties, Operand(index, LSL, 1));
2672 // Restore the properties.
2673 __ ldr(properties,
2615 GenerateNegativeLookup(MacroAssembler* masm, Label* miss, Label* done, Register receiver, Register properties, Handle<Name> name, Register scratch0) argument
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc7 #include "src/compiler/node-properties.h"
333 // Bitfields describing binary operator properties:
346 // Get properties of a binary operator.
413 uint8_t properties = GetBinopProperties(opcode); local
414 bool can_commute = CanCommuteField::decode(properties);
415 bool must_commute_cond = MustCommuteCondField::decode(properties);
416 bool is_add_sub = IsAddSubField::decode(properties);
457 if (!IsComparisonField::decode(properties)) {
466 DCHECK((output_count != 0) || IsComparisonField::decode(properties));
/external/v8/src/compiler/
H A Deffect-control-linearizer.cc13 #include "src/compiler/node-properties.h"
2295 Operator::Properties properties = local
2299 graph()->zone(), id, 1, properties, CallDescriptor::kNoFlags);
2392 Operator::Properties properties = local
2396 graph()->zone(), id, 2, properties, CallDescriptor::kNoFlags);
2511 Operator::Properties properties = Operator::kNoDeopt | Operator::kNoThrow; local
2514 graph()->zone(), id, 1, properties, CallDescriptor::kNoFlags);
2728 Operator::Properties properties = Operator::kEliminatable; local
2731 isolate(), graph()->zone(), callable.descriptor(), 0, flags, properties);
3026 Operator::Properties properties local
3087 Operator::Properties properties = Operator::kEliminatable; local
3187 Operator::Properties properties = local
[all...]
H A Djs-typed-lowering.cc15 #include "src/compiler/node-properties.h"
16 #include "src/compiler/operator-properties.h"
514 CallDescriptor::kNeedsFrameState, node->op()->properties());
1149 CallDescriptor::kNeedsFrameState, node->op()->properties());
1645 CallDescriptor::kNeedsFrameState, node->op()->properties());
1702 CallDescriptor::kNeedsFrameState, node->op()->properties());
1812 Operator::Properties properties = node->op()->properties(); local
1814 zone, kReturnCount, argc, debug_name, properties, flags);
H A Dsimplified-lowering.cc18 #include "src/compiler/node-properties.h"
20 #include "src/compiler/operator-properties.h"
3289 Operator::Properties properties = Operator::kEliminatable; local
3293 isolate(), graph()->zone(), callable.descriptor(), 0, flags, properties);
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc2769 Register properties, Handle<Name> name, Register scratch0) {
2774 // property. It's true even if some slots represent deleted properties
2777 // scratch0 points to properties hash.
2781 __ LoadP(index, FieldMemOperand(properties, kCapacityOffset));
2794 Register tmp = properties;
2796 __ add(tmp, properties, ip);
2821 // Restore the properties.
2822 __ LoadP(properties,
2767 GenerateNegativeLookup( MacroAssembler* masm, Label* miss, Label* done, Register receiver, Register properties, Handle<Name> name, Register scratch0) argument
/external/v8/src/s390/
H A Dcode-stubs-s390.cc2722 Register properties, Handle<Name> name, Register scratch0) {
2727 // property. It's true even if some slots represent deleted properties
2730 // scratch0 points to properties hash.
2734 __ LoadP(index, FieldMemOperand(properties, kCapacityOffset));
2747 Register tmp = properties;
2749 __ AddP(tmp, properties, ip);
2771 // Restore the properties.
2772 __ LoadP(properties,
2720 GenerateNegativeLookup( MacroAssembler* masm, Label* miss, Label* done, Register receiver, Register properties, Handle<Name> name, Register scratch0) argument
/external/v8/src/
H A Dvalue-serializer.cc72 // Elements and properties are written as key/value pairs, like objects.
77 // |length| elements, followed by properties as key/value pairs
465 // Write out fast properties as long as they are only data properties and the
526 // existed (as only indices which were enumerable own properties at this point
1580 const std::vector<Handle<Object>>& properties) {
1586 for (unsigned i = 0; i < properties.size(); i++) {
1587 object->WriteToField(i, descriptors->GetDetails(i), *properties[i]);
1602 std::vector<Handle<Object>> properties; local
1603 properties
1579 CommitProperties(Handle<JSObject> object, Handle<Map> map, const std::vector<Handle<Object>>& properties) argument
[all...]
/external/v8/src/x87/
H A Dcode-stubs-x87.cc2438 // This function is safe to call if the receiver has fast properties.
2443 Register properties,
2451 // property. It's true even if some slots represent deleted properties
2457 __ mov(index, FieldOperand(properties, kCapacityOffset));
2469 __ mov(entity_name, Operand(properties, index, times_half_pointer_size,
2490 NameDictionaryLookupStub stub(masm->isolate(), properties, r0, r0,
2588 // property. It's true even if some slots represent deleted properties
2440 GenerateNegativeLookup(MacroAssembler* masm, Label* miss, Label* done, Register properties, Handle<Name> name, Register r0) argument
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js1123 },createObject:function (parent, name, properties, canRead, canWrite) {
1152 for (var key in properties) {
1153 if (properties.hasOwnProperty(key)) {
1154 parent.contents[name][key] = properties[key];
1159 var properties = {isFolder: true, isDevice: false, contents: {}};
1160 return FS.createObject(parent, name, properties, canRead, canWrite);
1174 },createFile:function (parent, name, properties, canRead, canWrite) {
1175 properties.isFolder = false;
1176 return FS.createObject(parent, name, properties, canRead, canWrite);
1183 var properties
[all...]
/external/caliper/lib/
H A Djersey-client-1.11.jar ... com.sun.jersey/jersey-client/pom.properties META-INF/maven/com.sun.jersey/jersey ...
/external/guice/extensions/persist/lib/
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar ... java.io.OutputStream output java.util.Properties properties java.io.IOException e public abstract java ...
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp740 VkImageFormatProperties properties; local
747 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED) ||
754 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED))
1620 VkImageFormatProperties properties; local
1627 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED) ||
1634 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED))
2277 VkImageFormatProperties properties; local
2283 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED) ||
2289 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED))
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp1686 vk::VkImageFormatProperties properties; local
1694 &properties) == vk::VK_ERROR_FORMAT_NOT_SUPPORTED)
1725 if ((properties.sampleCounts & flag) != 0)
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1988 vk::VkPhysicalDeviceProperties properties; local
1989 m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &properties);
1990 const int bindingAlignment = (int)properties.limits.minStorageBufferOffsetAlignment;

Completed in 3373 milliseconds

1234567891011>>