Searched
refs:properties (Results
551 -
575 of
769) sorted by null
<<21222324252627282930>>
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc.c | 37 #include <cutils/properties.h> // for property_get [all...] |
/external/libxml2/ |
xmlsave.c | 959 if (cur->properties != NULL) 960 xmlAttrListDumpOutput(ctxt, cur->properties); [all...] |
/external/openfst/src/include/fst/ |
const-fst.h | 31 #include <fst/test-properties.h> 50 using FstImpl<A>::Properties; 121 // Properties always true of this Fst class 199 SetProperties(fst.Properties(kCopyProperties, true) | kStaticProperties);
|
factor-weight.h | 36 #include <fst/test-properties.h> 192 uint64 props = fst.Properties(kFstProperties, false); 211 SetProperties(impl.Properties(), kCopyProperties); 265 uint64 Properties() const { return Properties(kFstProperties); } 267 // Set error if found; return FST impl properties. 268 uint64 Properties(uint64 mask) const { 269 if ((mask & kError) && fst_->Properties(kError, false)) 271 return FstImpl<Arc>::Properties(mask);
|
relabel.h | 34 #include <fst/test-properties.h> 57 uint64 props = fst->Properties(kFstProperties, false); 214 uint64 props = fst.Properties(kCopyProperties, false); 245 uint64 props = fst.Properties(kCopyProperties, false); 280 SetProperties(impl.Properties(), kCopyProperties); 323 uint64 Properties() const { return Properties(kFstProperties); } 325 // Set error if found; return FST impl properties. 326 uint64 Properties(uint64 mask) const { 327 if ((mask & kError) && fst_->Properties(kError, false) [all...] |
shortest-path.h | 34 #include <fst/test-properties.h> 90 if (ifst.Properties(kError, false)) ofst->SetProperties(kError, kError); 118 if ((Weight::Properties() & (kPath | kRightSemiring)) 200 if (ifst.Properties(kError, false)) ofst->SetProperties(kError, kError); 202 ShortestPathProperties(ofst->Properties(kFstProperties, false)), 289 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) { 322 if (ifst.Properties(kError, false)) ofst->SetProperties(kError, kError); 380 if (ifst.Properties(kError, false)) ofst->SetProperties(kError, kError); 382 ShortestPathProperties(ofst->Properties(kFstProperties, false)), 426 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) [all...] |
/external/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 42 #include <cutils/properties.h>
|
/external/v8/src/ia32/ |
code-stubs-ia32.h | 428 Register properties,
|
/external/v8/src/x64/ |
code-stubs-x64.h | 430 Register properties,
|
/external/v8/test/mjsunit/ |
debug-scopes.js | 90 // so just check the properties directly. 140 var scope_size = scope.scopeObject().properties().length;
|
/external/webkit/Source/WebCore/bridge/qt/ |
qt_runtime.cpp | 358 PropertyNameArray properties(exec); 359 object->getPropertyNames(exec, properties); 360 PropertyNameArray::const_iterator it = properties.begin(); 364 while(it != properties.end()) { [all...] |
/frameworks/av/media/libstagefright/ |
CameraSource.cpp | 32 #include <cutils/properties.h>
|
NuCachedSource2.cpp | 24 #include <cutils/properties.h>
|
/frameworks/av/media/libstagefright/httplive/ |
LiveSession.cpp | 28 #include <cutils/properties.h>
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 26 #include <cutils/properties.h>
|
/frameworks/base/cmds/rawbu/ |
backup.cpp | 19 #include <cutils/properties.h>
|
/frameworks/base/services/sensorservice/ |
SensorService.cpp | 21 #include <cutils/properties.h>
|
/frameworks/native/libs/utils/ |
Threads.cpp | 24 #include <cutils/properties.h> 151 // this trampoline in some cases as the parent could set the properties
|
/frameworks/native/services/surfaceflinger/ |
Layer.cpp | 26 #include <cutils/properties.h>
|
/frameworks/rs/driver/ |
rsdGL.cpp | 26 #include <cutils/properties.h>
|
/hardware/ti/omap4xxx/camera/ |
CameraHal.cpp | 30 #include <cutils/properties.h> [all...] |
/prebuilts/tools/common/eclipse/ |
org.eclipse.core.expressions_3.4.200.v20100505.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
XmlPropertyEditor.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.properties; 74 * editing the XML properties, rendering defaults by looking up the actual colors and images,
|
/sdk/emulator/opengl/system/gralloc/ |
gralloc.cpp | 32 #include <cutils/properties.h>
|
/system/core/debuggerd/ |
tombstone.c | 33 #include <cutils/properties.h>
|
Completed in 786 milliseconds
<<21222324252627282930>>