/external/openfst/src/include/fst/ |
intersect.h | 62 using ComposeFst<A>::Properties; 72 bool acceptors = fst1.Properties(kAcceptor, true) && 73 fst2.Properties(kAcceptor, true); 84 bool acceptors = fst1.Properties(kAcceptor, true) && 85 fst2.Properties(kAcceptor, true);
|
lexicographic-weight.h | 63 if ((W1::Properties() & props) != props) { 68 if ((W2::Properties() & props) != props) { 112 static uint64 Properties() { 113 uint64 props1 = W1::Properties(); 114 uint64 props2 = W2::Properties();
|
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(), 546 uint64 properties = fst.Properties(kCopyProperties, false) | local [all...] |
determinize.h | 41 #include <fst/test-properties.h> 76 if (!(StringWeight<L, S>::Properties() & kLeftSemiring)) { 154 static uint64 Properties(uint64 props) { return props; } 358 using FstImpl<A>::Properties; 378 uint64 iprops = fst.Properties(kFstProperties, false); 381 SetProperties(F::Properties(dprops), kCopyProperties); 390 SetProperties(impl.Properties(), kCopyProperties); 481 if (!fst.Properties(kAcceptor, true)) { 485 if (!(Weight::Properties() & kLeftSemiring)) { 516 uint64 Properties() const { return Properties(kFstProperties); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_introspect.c | 123 struct dl_list *list, const struct wpa_dbus_property_desc *properties) 127 for (dsc = properties; dsc && dsc->dbus_property; dsc++) { 140 * Iterates over all methods, signals, and properties registered with an 150 extract_interfaces_properties(list, obj_dsc->properties); 244 * Iterates over all methods, signals and properties registered with
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Processes_Suite.py | 22 """<Inheritance> - All of the properties of the superclass. """ 32 """properties - every property of the Processes Suite host program """ 35 properties = _Prop_properties() variable 131 'properties' : _Prop_properties, 173 'properties' : _Prop_properties,
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogManagerTest.java | 28 import java.util.Properties; 57 Properties props; 83 static Properties initProps() throws Exception { 84 Properties props = new Properties(); 326 // root properties 451 // // read properties don't affect handler 486 // read properties don't affect handler 535 Properties properties = new Properties() local 551 Properties properties = new Properties(); local [all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXCapabilities.cpp | 458 status_t OMXCameraAdapter::insertImageSizes(CameraProperties::Properties* params, OMX_TI_CAPTYPE &caps) { 484 status_t OMXCameraAdapter::insertPreviewSizes(CameraProperties::Properties* params, OMX_TI_CAPTYPE &caps) { 510 status_t OMXCameraAdapter::insertVideoSizes(CameraProperties::Properties* params, OMX_TI_CAPTYPE &caps) { 536 status_t OMXCameraAdapter::insertThumbSizes(CameraProperties::Properties* params, OMX_TI_CAPTYPE &caps) { 563 status_t OMXCameraAdapter::insertZoomStages(CameraProperties::Properties* params, OMX_TI_CAPTYPE &caps) 595 status_t OMXCameraAdapter::insertImageFormats(CameraProperties::Properties* params, OMX_TI_CAPTYPE &caps) { 626 status_t OMXCameraAdapter::insertPreviewFormats(CameraProperties::Properties* params, OMX_TI_CAPTYPE &caps) { 658 status_t OMXCameraAdapter::insertFramerates(CameraProperties::Properties* params, OMX_TI_CAPTYPE &caps) { 684 status_t OMXCameraAdapter::insertVFramerates(CameraProperties::Properties* params, OMX_TI_CAPTYPE &caps) { 716 status_t OMXCameraAdapter::insertEVs(CameraProperties::Properties* params, OMX_TI_CAPTYPE &caps) [all...] |
/external/srec/seti/sltsEngine/src/ |
run_seq_lts.c | 87 #define qmatches(myQ, myU) (in_list( myU->properties[ myQ->type], myQ)) 1054 dp->properties[ Left1+j] = find_letter_index(LTS_MARKER_PIPESEP_CHAR, lm); 1057 if (i < 0) dp->properties[ Left1+j] = find_letter_index(LTS_MARKER_PIPESEP_CHAR, lm); 1059 dp->properties[ Left1+j] = find_letter_index(input_word[i], lm); 1060 if (dp->properties[ Left1+j] == LTS_MAXCHAR) { /*assume an unknown character is a word boundary*/ 1061 dp->properties[ Left1+j] = find_letter_index(LTS_MARKER_PIPESEP_CHAR, lm); 1073 dp->properties[ Right1+j] = find_letter_index(LTS_MARKER_PIPESEP_CHAR, lm); 1076 if (i >= word_len) dp->properties[Right1+j] = find_letter_index(LTS_MARKER_PIPESEP_CHAR, lm); 1078 dp->properties[ Right1+j] = find_letter_index(input_word[i], lm); 1079 if (dp->properties[ Right1+j] == LTS_MAXCHAR) { /*assume an unknown character is a word boundary* [all...] |
/external/chromium_org/chrome/browser/extensions/api/input_ime/ |
input_ime_api.cc | 523 const SetCandidateWindowProperties::Params::Parameters::Properties& 524 properties = params.properties; local 526 if (properties.visible && 527 !engine->SetCandidateWindowVisible(*properties.visible, &error_)) { 536 if (properties.cursor_visible) { 537 properties_out.is_cursor_visible = *properties.cursor_visible; 541 if (properties.vertical) { 542 properties_out.is_vertical = *properties.vertical; 546 if (properties.page_size) [all...] |
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
mobile_setup_ui.cc | 87 // Converts the network properties into a JS object. 88 void GetDeviceInfo(const DictionaryValue& properties, DictionaryValue* value) { 90 properties.GetStringWithoutPathExpansion(shill::kNameProperty, &name); 92 properties.GetBooleanWithoutPathExpansion( 97 if (properties.GetDictionaryWithoutPathExpansion( 114 // Use the cached DeviceState properties. 116 if (!properties.GetStringWithoutPathExpansion( 166 const base::DictionaryValue& properties); 215 const base::DictionaryValue& properties); 218 const base::DictionaryValue& properties); [all...] |
network_ui.cc | 99 base::DictionaryValue* properties = new base::DictionaryValue; local 100 (*it)->GetProperties(properties); 101 output->Set((*it)->path(), properties);
|
/external/chromium_org/chromeos/dbus/ |
cros_disks_client.cc | 658 base::DictionaryValue* properties = NULL; local 659 if (!value || !value->GetAsDictionary(&properties)) 662 properties->GetBooleanWithoutPathExpansion( 664 properties->GetBooleanWithoutPathExpansion( 666 properties->GetBooleanWithoutPathExpansion( 668 properties->GetBooleanWithoutPathExpansion( 670 properties->GetBooleanWithoutPathExpansion( 672 properties->GetStringWithoutPathExpansion( 674 properties->GetStringWithoutPathExpansion( 676 properties->GetStringWithoutPathExpansion(cros_disks::kVendorId, &vendor_id_) [all...] |
/external/android-mock/src/ |
build-mockgen.xml | 3 <!-- Global Properties --> 4 <property file="../build.properties"/> 6 <!-- Android Mock Generator Properties -->
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCTP.h | 41 /* start of properties */ 45 /* end properties */ 63 // start properties
|
/external/chromium_org/base/ |
file_version_info.h | 27 // right-click select Properties, then click the Version tab, and on the Mac 30 // This list of properties is straight out of Win32's VerQueryValue 67 // Accessors to the different version properties.
|
/external/chromium_org/cc/layers/ |
draw_properties.h | 14 // Container for properties that layers need to compute before they can be 52 // are actually meaningful on the main thread. When the properties are 111 // layer will be visited while computing draw properties has been determined.
|
/external/chromium_org/chrome/browser/extensions/api/sockets_udp/ |
sockets_udp_api.cc | 78 sockets_udp::SocketProperties* properties) { 79 if (properties->name.get()) { 80 socket->set_name(*properties->name.get()); 82 if (properties->persistent.get()) { 83 socket->set_persistent(*properties->persistent.get()); 85 if (properties->buffer_size.get()) { 86 socket->set_buffer_size(*properties->buffer_size.get()); 103 sockets_udp::SocketProperties* properties = params_.get()->properties.get(); local 104 if (properties) { [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
file_browser_handler.json | 15 "properties": { 60 "properties": { 82 "properties": {
|
system_private.json | 14 "properties": { 30 "properties": { 39 "properties": {
|
/external/chromium_org/components/json_schema/ |
json_schema_validator_unittest.cc | 70 " \"properties\": []" // Invalid properties type. 99 " \"properties\": {"
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
TouchEventSynthesizer.java | 51 PointerProperties properties = new PointerProperties(); local 52 properties.id = id; 53 mPointerProperties[index] = properties;
|
/external/chromium_org/content/public/renderer/ |
v8_value_converter.h | 51 // properties has been set on them. 58 // properties has been set on them. 62 // additional properties has been set on them.
|
/external/chromium_org/media/mp4/ |
track_run_iterator.h | 39 // Returns true if the properties of the current run or sample are valid. 43 // Advance the properties to refer to the next run or sample. Requires that 74 // Properties of the current sample. Only valid if IsSampleValid().
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8BlobCustomHelpers.h | 44 // Parsed properties from a BlobPropertyBag or a FilePropertyBag. 66 // Extracts the "type" and "endings" properties out of the BlobPropertyBag passed to a Blob constructor. 75 // False if this contains the properties of a BlobPropertyBag.
|