Searched refs:properties (Results 1 - 25 of 886) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1191 /// containing all the values. Besides the properties defined in
1193 /// return values. This class simply defines the minimum properties that
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm61 meaning of any environment variables or properties that can be set. These
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm327 meaning of any environment variables or properties that can be set. These
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt025lexerRulePropertyRef.py20 assert len(lexer.properties) == 3, lexer.properties
22 text, type, line, pos, index, channel, start, stop = lexer.properties[0]
23 assert text == 'foobar', lexer.properties[0]
24 assert type == self.lexerModule.IDENTIFIER, lexer.properties[0]
25 assert line == 1, lexer.properties[0]
26 assert pos == 0, lexer.properties[0]
27 assert index == -1, lexer.properties[0]
28 assert channel == antlr3.DEFAULT_CHANNEL, lexer.properties[0]
29 assert start == 0, lexer.properties[
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dproperties.rb15 @properties = []
18 attr_reader :properties
24 @properties << [$text, $type, $line, $pos, $index, $channel, $start, $stop]
30 example "referencing lexer rule properties" do
34 lexer.properties.should have( 3 ).things
35 text, type, line, pos, index, channel, start, stop = lexer.properties[ 0 ]
45 text, type, line, pos, index, channel, start, stop = lexer.properties[ 1 ]
55 lexer.properties.should have( 3 ).things
56 text, type, line, pos, index, channel, start, stop = lexer.properties[ 2 ]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DAST.stg36 @genericParserHeaderFile.properties() ::= <<
37 /* AST parserHeaderFile.properties */
38 <@super.properties()> /* AST super.properties */
120 /** the interface of returnScope properties */
121 @returnScopeInterface.properties() ::= <<
122 /* AST returnScopeInterface.properties */
H A DObjC.stg586 /* ObjC start of actions.(actionScope).properties */
587 <actions.(actionScope).properties>
588 /* ObjC end of actions.(actionScope).properties */
589 /* ObjC start of properties */
590 <@properties()>
591 /* ObjC end of properties */
1666 properties(scope) ::= <<
1690 /* start of globalAttributeScopeInterface properties */<\n>
1691 <properties(scope)>
1692 /* end globalAttributeScopeInterface properties */<\
[all...]
H A DST.stg38 @returnScopeInterface.properties() ::= <<
39 <@super.properties()>
40 /* ST returnScope.properties */
57 <returnScopeInterface.properties()>
97 @genericParserHeaderFile.properties() ::= <<
98 <@super.properties()>
99 /* ST genericParser.properties */
181 /* <@STAttrMap.properties()> */
212 @STAttrMap.properties() ::= <<
213 /* -------- ST start STAttrMap.properties
[all...]
H A DST4ObjC.stg49 @returnScope.ruleReturn.properties() ::= <<
91 @genericParserHeaderFile.properties() ::= <<
92 <@super.properties()>
93 /* ST genericParser.properties */
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLogManagerTest.java324 // root properties
449 // // read properties don't affect handler
484 // read properties don't affect handler
533 Properties properties = new Properties();
535 EnvironmentHelper.PropertiesToInputStream(properties));
540 properties.put("handlers", "java.util.logging.ConsoleHandler");
542 EnvironmentHelper.PropertiesToInputStream(properties));
549 Properties properties = new Properties();
551 EnvironmentHelper.PropertiesToInputStream(properties));
556 properties
[all...]
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestUtils.java71 Properties properties = System.getProperties();
73 properties.remove(key);
75 properties.setProperty(key, value);
77 System.setProperties(properties);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java238 public void setClientInfo(Properties properties) argument
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java2029 // We are interested in these properties, but they don't have a simple
2046 * @param properties DOMConfiguraiton properties that were set and which are
2049 protected void initProperties(Properties properties) { argument
2051 for (Enumeration keys = properties.keys(); keys.hasMoreElements();) {
2063 // A quick lookup for the given set of properties (cdata-sections ...)
2080 if ((properties.getProperty(key).endsWith("yes"))) {
2092 // format-pretty-print; set internally on the serializers via xsl:output properties in LSSerializer
2093 if ((properties.getProperty(key).endsWith("yes"))) {
2102 // omit-xml-declaration; set internally on the serializers via xsl:output properties i
[all...]
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_main.c22 #include <cutils/properties.h>
/external/bluetooth/bluedroid/btif/co/
H A Dbta_ag_co.c29 #include <cutils/properties.h>
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_storage.h103 ** properties - RSSI, BDADDR, NAME (if found in EIR)
111 bt_property_t *properties);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_core.c37 #include <cutils/properties.h>
892 bt_property_t properties[6]; local
904 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR,
906 btif_storage_get_adapter_property(&properties[num_props]);
910 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME,
912 btif_storage_get_adapter_property(&properties[num_props]);
916 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_SCAN_MODE,
918 btif_storage_get_adapter_property(&properties[num_props]);
922 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_DISCOVERY_TIMEOUT,
924 btif_storage_get_adapter_property(&properties[num_prop
[all...]
H A Dbtif_dm.c34 #include <cutils/properties.h>
538 bt_property_t properties[3]; local
544 memset(properties, 0, sizeof(properties));
550 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
552 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
563 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
565 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]);
573 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
575 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_propertie
1205 bt_property_t properties[1]; local
1266 bt_property_t properties[5]; local
[all...]
H A Dbtif_gatt_client.c567 bt_property_t properties; local
601 BTIF_STORAGE_FILL_PROPERTY(&properties,
603 btif_storage_set_remote_device_property(&(p_btif_cb->bd_addr), &properties);
H A Dbtif_gatt_server.c103 uint8_t properties; member in struct:__anon1073
464 p_cb->permissions, p_cb->properties);
588 bt_uuid_t *uuid, int properties,
595 btif_cb.properties = (uint8_t) properties;
587 btif_gatts_add_characteristic(int server_if, int service_handle, bt_uuid_t *uuid, int properties, int permissions) argument
H A Dbtif_hf_client.c32 #include <cutils/properties.h>
H A Dbtif_storage.c24 * Description: Stores the local BT adapter and remote device properties in
666 /* fall through for other properties */
731 ** properties - RSSI, BDADDR, NAME (if found in EIR)
739 bt_property_t *properties)
743 * written properties? */
747 if (properties[i].type == BT_PROPERTY_REMOTE_RSSI)
751 if (properties[i].type == BT_PROPERTY_BDADDR)
754 memcpy(&addr_prop, &properties[i], sizeof(bt_property_t));
762 &properties[i]);
737 btif_storage_add_remote_device(bt_bdaddr_t *remote_bd_addr, uint32_t num_properties, bt_property_t *properties) argument
/external/bluetooth/bluedroid/test/suite/support/
H A Dadapter.c26 static bt_property_t *properties = NULL; variable
39 if (properties[i].type == type) {
40 return &properties[i];
61 property_free_array(properties, property_count);
62 properties = property_copy_array(new_properties, num_properties);

Completed in 2415 milliseconds

1234567891011>>