Searched refs:property (Results 26 - 50 of 1626) sorted by last modified time

1234567891011>>

/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloadphones.lua16 --- valid property names
18 --- valid property names (that may occur once only)
39 --- table with symbol name number keys (specified with property mapval)
62 -- construct props table and add first mapval property
80 print("*** error: syntax error in property list")
87 print("*** error: no mapval property found")
109 io.write("*** error: invalid property name '", prop, "'\n")
120 io.write("*** error: property '", prop, "' must be unique\n"); return
/external/tcpdump/
H A Dprint-openflow-1.0.c749 uint16_t property, plen, rate; local
756 /* property */
758 property = EXTRACT_16BITS(cp);
760 printf("\n\t property %s", tok2str(ofpqt_str, "invalid (0x%04x)", property));
771 /* property-specific constraints and decoding */
772 switch (property) {
791 if (property == OFPQT_MIN_RATE) { /* the only case of property decoding */
/external/strace/linux/
H A Dubi-user.h130 * Set an UBI volume property
133 * To set an UBI volume property the %UBI_IOCSETPROP ioctl command should be
135 * passed. The object describes which property should be set, and to which value
188 /* Set an UBI volume property */
210 * UBI set volume property ioctl constants.
409 * property.
410 * @property: property to set (%UBI_VOL_PROP_DIRECT_WRITE)
415 __u8 property; member in struct:ubi_set_vol_prop_req
/external/strace/
H A Dmtd.c347 tprints(", {property=");
348 printxval(ubi_volume_props, prop.property, "UBI_VOL_PROP_???");
/external/strace/test/
H A Dubi.c32 .property = 1,
/external/svox/pico/compat/include/
H A DTtsEngine.h174 // Set a property for the the TTS engine
175 // "size" is the maximum size of "value" for properties "property"
176 // @param property pointer to the property name
177 // @param value pointer to the property value
178 // @param size maximum size required to store this type of property
181 virtual tts_result setProperty(const char *property, const char *value,
184 // Retrieve a property from the TTS engine
185 // @param property pointer to the property nam
[all...]
/external/svox/pico/compat/jni/
H A Dtts.h237 // Set a property for the the TTS engine
238 // "size" is the maximum size of "value" for properties "property"
239 // @param property pointer to the property name
240 // @param value pointer to the property value
241 // @param size maximum size required to store this type of property
246 const char *property,
250 // Retrieve a property from the TTS engine
251 // @param property pointer to the property nam
[all...]
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp531 int textlen; /* property string length */
551 /* Compose the property strings. */
1305 * Set property. The supported properties are: language, rate, pitch and volume.
1306 * @property - name of property to set
1311 tts_result TtsEngine::setProperty( const char * property, const char * value, const size_t size ) argument
1317 /* Set a specific property for the engine.
1320 if (property == NULL) {
1321 ALOGE("setProperty called with property NULL");
1330 if (strncmp(property, "languag
1387 getProperty( const char * property, char * value, size_t * iosize ) argument
[all...]
/external/skia/src/views/mac/
H A DSampleAppDelegate.h19 @property (assign) IBOutlet NSWindow* fWindow;
20 @property (assign) IBOutlet SkSampleNSView* fView;
21 @property (assign) IBOutlet SkOptionsTableView* fOptions;
H A DSkNSView.h33 @property (nonatomic, readonly) SkOSWindow *fWind;
34 @property (nonatomic, retain) NSString* fTitle;
36 @property (nonatomic, retain) NSOpenGLContext* fGLContext;
38 @property (nonatomic, assign) id<SkNSViewOptionsDelegate> fOptionsDelegate;
H A DSkOptionsTableView.h17 @property (nonatomic, assign) const SkOSMenu::Item* fItem;
18 @property (nonatomic, retain) NSCell* fCell;
26 @property (nonatomic, retain) NSMutableArray* fItems;
/external/smack/src/org/xbill/DNS/
H A DResolverConfig.java371 String property = "org.xbill.DNS.windows.parse.buffer";
373 int bufSize = Integer.getInteger(property, defaultBufSize).intValue();
/external/smali/baksmali/
H A Dbuild.gradle47 processResources.inputs.property('version', version)
/external/smali/smali/
H A Dbuild.gradle137 processResources.inputs.property('version', version)
/external/sepolicy/
H A Dfile_contexts196 /data/property(/.*)? u:object_r:property_data_file:s0
H A Dsystem_app.te34 unix_socket_connect(system_app, property, init)
H A Dsystem_server.te115 unix_socket_connect(system_server, property, init)
/external/skia/experimental/FileReaderApp/
H A DFileReaderAppDelegate.h14 @property (assign) IBOutlet SkNSWindow *window;
/external/skia/experimental/SimpleiOSApp/iPad/
H A DAppDelegate_iPad.h15 @property (nonatomic, retain) IBOutlet UIWindow *window;
/external/skia/experimental/SimpleiOSApp/iPhone/
H A DAppDelegate_iPhone.h15 @property (nonatomic, retain) IBOutlet UIWindow *window;
/external/skia/experimental/iOSSampleApp/Shared/
H A DSkOptionListController.h9 @property (nonatomic, retain) NSMutableArray* fOptions;
10 @property (nonatomic, assign) NSInteger fSelectedIndex;
11 @property (nonatomic, retain) UITableViewCell* fSelectedCell;
12 @property (nonatomic, retain) UITableViewCell* fParentCell;
H A DSkOptionsTableViewController.h10 @property (nonatomic, assign) const SkOSMenu::Item* fItem;
11 @property (nonatomic, retain) UITableViewCell* fCell;
18 @property (nonatomic, retain) SkOptionListController* fOptions;
28 @property (nonatomic, retain) NSMutableArray* fItems;
29 @property (nonatomic, retain) SkOptionListItem* fCurrentList;
H A DSkUIDetailViewController.h25 @property (nonatomic, retain) UIBarButtonItem* fPrintButton;
26 @property (nonatomic, retain) UIBarButtonItem* fOptionsButton;
27 @property (nonatomic, retain) SkOptionsTableViewController* fOptionsController;
28 @property (nonatomic, assign) UIPopoverController* fPopOverController;
H A DSkUIRootViewController.h16 @property (nonatomic, retain) UIPopoverController *popoverController;
17 @property (nonatomic, retain) UIBarButtonItem *popoverButtonItem;
H A DSkUIView.h32 @property (nonatomic, readonly) SkOSWindow *fWind;
33 @property (nonatomic, retain) UINavigationItem* fTitleItem;
34 @property (nonatomic, assign) id<SkUIViewOptionsDelegate> fOptionsDelegate;

Completed in 288 milliseconds

1234567891011>>