/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
util.js | 76 * Copies all properties from second object to the first. Modifies to.
|
/external/chromium/third_party/libjingle/source/talk/ |
main.scons | 493 print '***though to change it in the properties pane to the following'
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.runtime_3.6.0.v20100505.jar | |
org.eclipse.test.performance_3.6.0.v20091014.jar | |
/external/emma/core/java12/com/vladium/emma/report/html/ |
ReportGenerator.java | 82 final SourcePathCache cache, final IProperties properties) 85 initialize (mdata, cdata, cache, properties); [all...] |
/external/libxslt/libxslt/ |
xsltutils.c | 93 prop = node->properties; 175 prop = node->properties; [all...] |
/external/webkit/Source/JavaScriptCore/parser/ |
ASTBuilder.h | 165 ExpressionNode* createObjectLiteral(PropertyListNode* properties) { return new (m_globalData) ObjectLiteralNode(m_globalData, properties); } [all...] |
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerService.cpp | 33 #include <cutils/properties.h> // for property_get 46 #include <cutils/properties.h> [all...] |
/prebuilts/tools/common/eclipse/ |
org.eclipse.core.runtime_3.6.0.v20100505.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiElementNode.java | 53 import org.eclipse.ui.views.properties.IPropertyDescriptor; 54 import org.eclipse.ui.views.properties.IPropertySource; [all...] |
/device/asus/grouper/audio/ |
audio_hw.c | 27 #include <cutils/properties.h> [all...] |
/external/bluetooth/bluez/attrib/ |
client.c | 901 chr->perm = current_chr->properties;
|
/external/icu4c/data/ |
makedata.mak | 484 # The core Unicode properties files (uprops.icu, ucase.icu, ubidi.icu) 576 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu) [all...] |
/external/openfst/src/include/fst/ |
compose.h | 34 #include <fst/test-properties.h> 108 using FstImpl<A>::Properties; 141 SetProperties(impl.Properties(), kCopyProperties); 247 uint64 Properties() const { return Properties(kFstProperties); } 249 // Set error if found; return FST impl properties. 250 uint64 Properties(uint64 mask) const { 252 (fst1_.Properties(kError, false) || 253 fst2_.Properties(kError, false) || 254 (matcher1_->Properties(0) & kError) | [all...] |
determinize.h | 40 #include <fst/test-properties.h> 75 if (!(StringWeight<L, S>::Properties() & kLeftSemiring)) { 137 using FstImpl<A>::Properties; 156 uint64 props = fst.Properties(kFstProperties, false); 169 SetProperties(impl.Properties(), kCopyProperties); 268 if (!fst.Properties(kAcceptor, true)) { 272 if (!(Weight::Properties() & kLeftSemiring)) { 303 uint64 Properties() const { return Properties(kFstProperties); } 305 // Set error if found; return FST impl properties [all...] |
vector-fst.h | 30 #include <fst/test-properties.h> 40 // State definition. This does not manage the Fst properties. 180 // manages Fst properties and the # of input and output epsilons. 188 using FstImpl<A>::Properties; 215 SetProperties(SetStartProperties(Properties())); 221 SetProperties(SetFinalProperties(Properties(), ow, w)); 226 SetProperties(AddStateProperties(Properties())); 240 SetProperties(AddArcProperties(Properties(), s, arc, parc)); 247 SetProperties(DeleteStatesProperties(Properties())); 252 SetProperties(DeleteAllStatesProperties(Properties(), [all...] |
/external/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | 29 #include <cutils/properties.h> [all...] |
/external/v8/src/arm/ |
code-stubs-arm.h | [all...] |
/external/v8/src/ia32/ |
stub-cache-ia32.cc | 143 // This function is safe to call if the receiver has fast properties. 170 // Load properties array. 171 Register properties = r0; local 172 __ mov(properties, FieldOperand(receiver, JSObject::kPropertiesOffset)); 174 // Check that the properties array is a dictionary. 175 __ cmp(FieldOperand(properties, HeapObject::kMapOffset), 183 properties, 372 // Load a fast property out of a holder object (src). In-object properties 373 // are loaded directly otherwise the property is loaded from the properties 380 // Adjust for the number of properties stored in the holder [all...] |
/external/v8/src/mips/ |
code-stubs-mips.h | [all...] |
/external/v8/src/ |
string.js | 213 // lastMatchArray without erroneously affecting the properties on the global 460 // Use the apply argument as backing for global RegExp properties.
|
/external/v8/src/x64/ |
stub-cache-x64.cc | 112 // This function is safe to call if the receiver has fast properties. 139 // Load properties array. 140 Register properties = r0; local 141 __ movq(properties, FieldOperand(receiver, JSObject::kPropertiesOffset)); 143 // Check that the properties array is a dictionary. 144 __ CompareRoot(FieldOperand(properties, HeapObject::kMapOffset), 152 properties, 346 // Load a fast property out of a holder object (src). In-object properties 347 // are loaded directly otherwise the property is loaded from the properties 354 // Adjust for the number of properties stored in the holder [all...] |
/external/webkit/Source/WebCore/platform/network/cf/ |
ResourceHandleCFNet.cpp | 64 CFDictionaryRef properties); [all...] |
/frameworks/av/media/libstagefright/ |
OggExtractor.cpp | 23 #include <cutils/properties.h>
|
/frameworks/av/media/libstagefright/rtsp/ |
ARTSPConnection.cpp | 23 #include <cutils/properties.h>
|