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

<<11121314151617181920>>

  /external/openfst/src/include/fst/
arcsort.h 31 #include <fst/test-properties.h>
71 uint64 Properties(uint64 props) const { return comp_.Properties(props); }
88 // Properties(uint64) that specifies the known properties of the
89 // sorted FST; it takes as argument the input FST's known properties
109 // also have a member Properties(uint64) that specifies the known
110 // properties of the sorted FST; it takes as argument the input FST's
111 // known properties.
169 uint64 Properties(uint64 props) const
    [all...]
complement.h 30 #include <fst/test-properties.h>
65 uint64 props = fst.Properties(kILabelSorted, false);
74 SetProperties(impl.Properties(), kCopyProperties);
82 if (Properties(kError))
116 uint64 Properties() const { return Properties(kFstProperties); }
118 // Set error if found; return FST impl properties.
119 uint64 Properties(uint64 mask) const {
120 if ((mask & kError) && fst_->Properties(kError, false))
122 return FstImpl<Arc>::Properties(mask)
    [all...]
  /external/skia/src/ports/
FontHostConfiguration_android.cpp 23 #include <cutils/properties.h>
145 /* Set to ro properties, default is en_US */
  /external/v8/src/
math.js 29 // Keep reference to original values of some global properties. This
31 // changes to these properties.
  /external/v8/test/mjsunit/
array-concat.js 82 // Non-numeric properties on the prototype or the array shouldn't get
152 // Non-numeric properties on the prototype or the array shouldn't get
object-freeze.js 56 // Test normal data properties.
160 // to false on all properties manually and the extensible flag has also been set
  /external/v8/test/mjsunit/bugs/harmony/
debug-blockscopes.js 91 // so just check the properties directly.
143 var scope_size = scope.scopeObject().properties().length;
  /external/v8/test/mjsunit/compiler/
optimized-for-in.js 31 // fixed iteration order for properties and will have to be adjusted if V8
229 // Test LoadFieldByIndex for out of object properties.
  /external/webkit/Source/JavaScriptCore/runtime/
JSONObject.cpp 740 PropertyNameArray& properties = propertyStack.last(); local
741 if (index == properties.size()) {
749 if (object->getOwnPropertySlot(m_exec, properties[index], slot))
750 inValue = slot.getValue(m_exec, properties[index]);
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm 286 my $properties = shift;
290 foreach my $property (@{$properties}) {
300 my $properties = shift;
303 foreach my $property (@{$properties}) {
468 # Properties
471 # Properties
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaRecorderClient.cpp 27 #include <cutils/properties.h> // for property_get
MetadataRetrieverClient.cpp 29 #include <cutils/properties.h>
  /frameworks/av/media/libstagefright/chromium_http/
ChromiumHTTPDataSource.cpp 28 #include <cutils/properties.h> // for property_get
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 22 #include <cutils/properties.h> // for property_get
  /frameworks/av/media/mtp/
MtpServer.cpp 27 #include <cutils/properties.h>
452 mData.putAUInt16(deviceProperties); // Device Properties Supported
538 MtpObjectPropertyList* properties = mDatabase->getSupportedObjectProperties(format); local
539 mData.putAUInt16(properties);
540 delete properties;
    [all...]
  /frameworks/base/core/jni/
android_net_NetUtils.cpp 24 #include <cutils/properties.h>
  /frameworks/base/libs/androidfw/
KeyCharacterMap.cpp 882 Vector<Property> properties; local
887 properties.add(Property(PROPERTY_LABEL));
889 properties.add(Property(PROPERTY_NUMBER));
898 properties.add(Property(PROPERTY_META, metaState));
    [all...]
Keyboard.cpp 30 #include <cutils/properties.h>
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 26 #include <cutils/properties.h>
egl.cpp 31 #include <cutils/properties.h>
  /frameworks/rs/driver/
rsdCore.cpp 36 #include <cutils/properties.h>
  /hardware/libhardware_legacy/qemu/
qemu.c 23 #include <cutils/properties.h>
  /hardware/ril/rild/
rild.c 30 #include <cutils/properties.h>
  /hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
tiwlan_loader.c 31 #include <cutils/properties.h>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
FlagXmlPropertyDialog.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties;

Completed in 830 milliseconds

<<11121314151617181920>>