HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 476 - 500 of 769) sorted by null

<<11121314151617181920>>

  /external/openfst/src/include/fst/
fst.h 35 #include <fst/properties.h>
110 uint64 Properties() const { return properties_; }
119 void SetProperties(uint64 properties) { properties_ = properties; }
175 // If test=false, return stored properties bits for mask (some poss. unknown)
177 virtual uint64 Properties(uint64 mask, bool test)
619 virtual uint64 Properties() const { return properties_; }
621 virtual uint64 Properties(uint64 mask) const { return properties_ & mask; }
714 hdr->SetProperties(fst.Properties(kFstProperties, false));
803 properties_ = hdr->Properties();
    [all...]
  /external/v8/src/
objects-debug.cc 273 VerifyHeapPointer(properties());
283 (map()->inobject_properties() + properties()->length() -
497 // Make sure that this object has no properties, elements.
498 CHECK_EQ(0, properties()->length());
781 // Named properties
792 // Indexed properties
844 PrintF(" - fast properties (#%d): %d (used) %d (unused)\n",
848 PrintF(" - slow properties (#%d): %d (used) %d (unused)\n",
d8.js 67 var properties = mirror.properties();
68 for (var i = 0; i < properties.length; i++) {
69 var name = properties[i].name();
142 // This function returns an object with properties "text" and "running" holding
    [all...]
bootstrapper.cc 176 // Make the "arguments" and "caller" properties throw a TypeError on access.
241 // Migrates all properties from the 'from' object to the 'to'
2215 Handle<StringDictionary> properties = local
    [all...]
date.js 37 // Keep reference to original values of some global properties. This
39 // changes to these properties.
811 // Set up non-enumerable properties of the Date object itself.
messages.js 168 "with_expression", ["%0", " has no properties"],
242 "strict_poison_pill", ["'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them"],
589 * source with the following properties:
693 * the following properties:
    [all...]
parser.cc 893 // Returns true if the expressions appear to denote different properties
4097 ZoneList<ObjectLiteral::Property*>* properties = local
4343 int properties() { function in class:v8::internal::SingletonLogger
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ElementsPanel.js 80 this.sidebarPanes.properties = new WebInspector.PropertiesSidebarPane();
87 this.sidebarPanes.properties.onexpand = this.updateProperties.bind(this);
    [all...]
  /frameworks/wilhelm/src/android/
android_Effect.cpp 176 size = sizeof(s_reverb_settings); // struct of all reverb properties
405 // initialize reverb properties
406 SLEnvironmentalReverbSettings properties; local
408 REVERB_PARAM_PROPERTIES, &properties)) {
409 ier->mProperties = properties;
418 // properties, select which max size to pass to avoid allocating too much memory
433 // properties, select which max size to pass to avoid allocating too much memory
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 41 import org.eclipse.ui.views.properties.IPropertyDescriptor;
42 import org.eclipse.ui.views.properties.IPropertySheetPage;
43 import org.eclipse.ui.views.properties.IPropertySource;
    [all...]
  /external/libxslt/libxslt/
xslt.c     [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java 50 import java.util.Properties;
154 Properties properties = new Properties(); local
161 properties.setProperty("javax.sip.OUTBOUND_PROXY",
194 properties.setProperty("javax.sip.STACK_NAME", getStackName());
195 properties.setProperty(
197 mSipStack = SipFactory.getInstance().createSipStack(properties);
    [all...]
  /external/libxml2/
SAX2.c 967 ctxt->myDoc->properties = XML_DOC_HTML;
984 doc->properties = 0;
986 doc->properties |= XML_DOC_OLD10;
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 241 * are properties of this object. If the node has no jst attributes,
242 * returns an object with no properties (the jscache_[0] entry).
730 * starts with '$', javascript properties of the current template node
760 // objects. This specifically allows to set properties on .style
834 * processing attribute values of the node as properties.
    [all...]
jsevalcontext.js 63 * object, whose properties can be referred to in jstemplate
132 // to allow for accessing top-level properties of the original context
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 241 * are properties of this object. If the node has no jst attributes,
242 * returns an object with no properties (the jscache_[0] entry).
730 * starts with '$', javascript properties of the current template node
760 // objects. This specifically allows to set properties on .style
834 * processing attribute values of the node as properties.
    [all...]
jsevalcontext.js 63 * object, whose properties can be referred to in jstemplate
132 // to allow for accessing top-level properties of the original context
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 46 var parent = null, properties = $A(arguments);
47 if (Object.isFunction(properties[0]))
48 parent = properties.shift();
65 for (var i = 0; i < properties.length; i++)
66 klass.addMethods(properties[i]);
80 var properties = Object.keys(source);
83 properties.push("toString", "valueOf");
85 for (var i = 0, length = properties.length; i < length; i++) {
86 var property = properties[i], value = source[property];
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /external/libsepol/src/
write.c 1069 uint32_t properties = 0; local
1077 properties |= TYPEDATUM_PROPERTY_PRIMARY;
1080 properties |= TYPEDATUM_PROPERTY_ATTRIBUTE;
1083 properties |= TYPEDATUM_PROPERTY_ALIAS;
1087 properties |= TYPEDATUM_PROPERTY_PERMISSIVE;
1089 buf[items++] = cpu_to_le32(properties);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 31 #include <cutils/properties.h>
53 status_t OMXCameraAdapter::initialize(CameraProperties::Properties* caps)
3640 CameraProperties::Properties* properties = NULL; local
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /sdk/lint/cli/src/com/android/tools/lint/
Main.java 56 import java.util.Properties;
562 // First check the Java properties (e.g. set using "java -jar ... -Dname=value")
642 "source.properties"); //$NON-NLS-1$
647 Properties properties = new Properties(); local
648 properties.load(input);
650 String revision = properties.getProperty("Pkg.Revision"); //$NON-NLS-1$
    [all...]
  /bootable/recovery/minadbd/
sysdeps.h 261 #include <cutils/properties.h>
  /external/bluetooth/bluez/attrib/
gatttool.c 206 g_print("handle = 0x%04x, char properties = 0x%02x, char value "
208 chars->properties, chars->value_handle, chars->uuid);

Completed in 689 milliseconds

<<11121314151617181920>>