Searched defs:property (Results 151 - 175 of 350) sorted by relevance

1234567891011>>

/external/v8/src/
H A Dapi-natives.cc245 // Intrinsic data property --- Get appropriate value from the current
568 Handle<AccessorInfo> property) {
576 list = TemplateList::Add(isolate, list, property);
566 AddNativeDataProperty(Isolate* isolate, Handle<TemplateInfo> info, Handle<AccessorInfo> property) argument
/external/v8/src/builtins/
H A Dbuiltins-object.cc9 #include "src/property-descriptor.h"
81 // Do this on each iteration since any property load could cause deprecation.
816 Handle<Object> property = args.atOrUndefined(isolate, 2); local
819 Object::ToName(isolate, property));
/external/v8/src/inspector/
H A Dinjected-script.cc197 v8::Local<v8::Value> property; local
199 if (!object->Get(context, key).ToLocal(&property))
202 Response response = wrapValue(property, groupName, forceValueType,
213 v8::Local<v8::String> property,
220 function.appendArgument(property);
212 wrapPropertyInArray(v8::Local<v8::Array> array, v8::Local<v8::String> property, const String16& groupName, bool forceValueType, bool generatePreview) const argument
/external/vboot_reference/host/arch/arm/lib/
H A Dcrossystem_arch.c41 /* Name of NvStorage type property */
89 static int ReadFdtValue(const char *property, int *value) { argument
94 snprintf(filename, sizeof(filename), FDT_BASE_PATH "/%s", property);
97 fprintf(stderr, "Unable to open FDT property %s\n", property);
102 fprintf(stderr, "Unable to read FDT property %s\n", property);
113 static int ReadFdtInt(const char *property) { argument
115 if (ReadFdtValue(property, &value))
120 static void GetFdtPropertyPath(const char *property, cha argument
127 FdtPropertyExist(const char *property) argument
138 ReadFdtBlock(const char *property, void **block, size_t *size) argument
180 ReadFdtString(const char *property) argument
[all...]
/external/robolectric/v3/
H A Drobolectric-annotations-3.1-SNAPSHOT.jar ... lang.String[] parseStringArrayProperty (java.lang.String) String property private static int[] parseIntArrayProperty (java.lang.String) int ...
/external/ImageMagick/MagickCore/
H A Dprofile.c61 #include "MagickCore/property.h"
1662 property[MagickPathExtent];
1688 (void) FormatLocaleString(property,MagickPathExtent,"%s:*",name);
1689 (void) GetImageProperty(image,property,exception);
1650 property[MagickPathExtent]; local
/external/ImageMagick/MagickWand/
H A Dmagick-property.c111 % MagickDeleteImageProperty() deletes a wand property.
116 % const char *property)
122 % o property: the image property. argument
126 const char *property)
139 return(DeleteImageProperty(wand->images,property));
191 % MagickGetAntialias() returns the antialias property associated with the
762 % return the value of a particular property. Use MagickRelinquishMemory() to
786 *property;
811 property
767 *property; local
847 MagickGetImageProperty(MagickWand *wand,const char *property) argument
906 *property; local
2370 MagickSetImageProperty(MagickWand *wand, const char *property,const char *value) argument
[all...]
/external/ImageMagick/coders/
H A Dpdf.c72 #include "MagickCore/property.h"
557 property[MagickPathExtent],
563 (void) FormatLocaleString(property,MagickPathExtent,
575 (void) SetImageProperty(image,property,value,exception);
551 property[MagickPathExtent], local
H A Dps.c72 #include "MagickCore/property.h"
718 property[MagickPathExtent],
727 (void) FormatLocaleString(property,MagickPathExtent,"ps:SpotColor-%.20g",
736 (void) SetImageProperty(image,property,value,exception);
713 property[MagickPathExtent], local
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java183 * Set a run time property for this DTM instance.
185 * @param property a <code>String</code> value
188 public void setProperty(String property, Object value); argument
572 * standard input, for example), the value of this property is unknown.
587 * it is not known, the value of this property is null.
605 * either "yes" or "no". This property is derived from the optional
617 * property is derived from the XML declaration optionally present at the
642 * it exists. Otherwise this property has no value.
651 * no external subset or if it has no public identifier, this property
757 * declarations processed] property o
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java689 * it exists. Otherwise this property has no value.
1208 * no external subset or if it has no public identifier, this property
2466 * Set a run time property for this DTM instance.
2471 * @param property a <code>String</code> value
2474 public void setProperty(String property, Object value) argument
/external/dtc/
H A Dflattree.c57 void (*property)(void *, struct label *labels); member in struct:emitter
114 .property = bin_emit_property,
240 .property = asm_emit_property,
262 struct property *prop;
286 emit->property(etarget, prop->labels);
298 emit->property(etarget, NULL);
687 static struct property *flat_read_property(struct inbuf *dtbuf,
770 struct property *prop;
778 "subnodes preceding a property.\n");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
H A Ddirector-ant.jar ... e public void setOutputProperty (java.lang.String) String property public void setLogFile (java.lang.String) String file ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
H A Dresources-ant.jar ... eclipse.core.runtime.IPath resourcePath private String property private String pathID public void " href="/8.0.0 ...
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c1235 struct tgsi_property property; local
1237 property.Type = TGSI_TOKEN_TYPE_PROPERTY;
1238 property.NrTokens = 1;
1239 property.PropertyName = TGSI_PROPERTY_GS_INPUT_PRIM;
1240 property.Padding = 0;
1242 return property;
1249 struct tgsi_property property; local
1251 property = tgsi_default_property();
1252 property.PropertyName = property_name;
1256 return property;
1273 property_grow( struct tgsi_property *property, struct tgsi_header *header ) argument
1285 tgsi_build_property_data( unsigned value, struct tgsi_property *property, struct tgsi_header *header ) argument
1307 struct tgsi_property *property; local
[all...]
/external/pdfium/fpdfsdk/javascript/
H A DJS_Value.cpp763 const wchar_t* property = va_arg(ap, const wchar_t*); local
764 v8::Local<v8::Value> v8Value = pRuntime->GetObjectProperty(pObj, property);
/external/skia/tests/
H A DResourceCacheTest.cpp291 SimulatedProperty property) {
292 return new TestResource(gpu, budgeted, property, kScratchConstructor);
314 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) { argument
318 builder[i] = static_cast<uint32_t>(i + property);
328 TestResource(GrGpu* gpu, SkBudgeted budgeted, SimulatedProperty property, ScratchConstructor) argument
332 , fProperty(property)
290 CreateScratch(GrGpu* gpu, SkBudgeted budgeted, SimulatedProperty property) argument
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DGattServerFacade.java561 * @param property Properties of this characteristic
568 @RpcParameter(name = "property") Integer property,
574 UUID.fromString(characteristicUuid), property, permission);
566 gattServerCreateBluetoothGattCharacteristic( @pcParametername = �) String characteristicUuid, @RpcParameter(name = �) Integer property, @RpcParameter(name = �) Integer permission) argument
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp530 int textlen; /* property string length */
550 /* Compose the property strings. */
1310 * Set property. The supported properties are: language, rate, pitch and volume.
1311 * @property - name of property to set
1316 tts_result TtsEngine::setProperty( const char * property, const char * value, const size_t size ) argument
1322 /* Set a specific property for the engine.
1325 if (property == NULL) {
1326 ALOGE("setProperty called with property NULL");
1335 if (strncmp(property, "languag
1392 getProperty( const char * property, char * value, size_t * iosize ) argument
[all...]
/external/v8/src/ast/
H A Dast.cc18 #include "src/property-details.h"
19 #include "src/property.h"
225 Property* property = expr->AsProperty(); local
226 LhsKind assign_type = Property::GetAssignType(property);
374 ClassLiteral::Property* property = properties()->at(i); local
375 Expression* value = property->value();
377 property->SetSlot(spec->AddStoreICSlot());
402 ObjectLiteral::Property* property = properties()->at(property_index); local
403 if (property->is_computed_name()) break;
404 if (property
445 ObjectLiteral::Property* property = properties()->at(property_index); local
466 ObjectLiteral::Property* property = properties()->at(i); local
489 IsBoilerplateProperty(ObjectLiteral::Property* property) argument
509 ObjectLiteral::Property* property = properties()->at(i); local
[all...]
H A Dprettyprinter.cc919 ClassLiteral::Property* property = properties->at(i); local
921 switch (property->kind()) {
936 SNPrintF(buf, "PROPERTY%s - %s", property->is_static() ? " - STATIC" : "",
1001 ObjectLiteral::Property* property = properties->at(i); local
1003 switch (property->kind()) {
/external/v8/src/wasm/
H A Dwasm-js.cc248 Local<String> property, int* result, int lower_bound,
250 v8::MaybeLocal<v8::Value> maybe = object->Get(context, property);
297 thrower.TypeError("Descriptor property 'element' must be 'anyfunc'");
246 GetIntegerProperty(v8::Isolate* isolate, ErrorThrower* thrower, Local<Context> context, Local<v8::Object> object, Local<String> property, int* result, int lower_bound, int upper_bound) argument
/external/webrtc/webrtc/base/
H A Dx11windowpicker.cc6 * tree. An additional intellectual property rights grant can be found
32 XWindowProperty(Display* display, Window window, Atom property) argument
38 int status = XGetWindowProperty(display, window, property, 0L, ~0L, False,
735 // of _NET_WM_WINDOW_TYPE_NORMAL in the property to indicate a window is not
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.h138 enum wpas_dbus_prop property);
140 enum wpas_dbus_bss_prop property,
258 enum wpas_dbus_prop property)
263 struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property,
257 wpas_dbus_signal_prop_changed(struct wpa_supplicant *wpa_s, enum wpas_dbus_prop property) argument
262 wpas_dbus_bss_signal_prop_changed( struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property, unsigned int id) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1191 milliseconds

1234567891011>>