Home
last modified time | relevance | path

Searched refs:meaning (Results 1 – 25 of 91) sorted by relevance

1234

/external/srec/srec/Semproc/src/
DSemanticProcessorImpl.c478 LCHAR meaning[MAX_STRING_LEN]; /* special key */ in SR_SemanticProcessor_CheckParseByWordID() local
679 LSTRCPY(meaning, L("meaning")); in SR_SemanticProcessor_CheckParseByWordID()
680 CHKLOG(rc, hashmap->containsKey(hashmap, meaning, &containsKey)); in SR_SemanticProcessor_CheckParseByWordID()
683 LSTRCPY(meaning, ruleName); /* the last rule name encountered is always the root */ in SR_SemanticProcessor_CheckParseByWordID()
684 LSTRCAT(meaning, L("meaning")); in SR_SemanticProcessor_CheckParseByWordID()
685 CHKLOG(rc, hashmap->containsKey(hashmap, meaning, &containsKey)); in SR_SemanticProcessor_CheckParseByWordID()
689 CHKLOG(rc, hashmap->get(hashmap, meaning, (void **)&p)); in SR_SemanticProcessor_CheckParseByWordID()
716 meaning[0] = 0; in SR_SemanticProcessor_CheckParseByWordID()
724 if (meaning[0] != 0) /* separate vals with space */ in SR_SemanticProcessor_CheckParseByWordID()
726 if (LSTRLEN(meaning) + 1 < MAX_STRING_LEN) in SR_SemanticProcessor_CheckParseByWordID()
[all …]
/external/iptables/extensions/
Dlibipt_state.man8 meaning that the packet could not be identified for some reason which
12 meaning that the packet is associated with a connection which has seen
15 meaning that the packet has started a new connection, or otherwise
19 meaning that the packet is starting a new connection, but is
Dlibipt_conntrack.man10 meaning that the packet is associated with no known connection,
12 meaning that the packet is associated with a connection which has seen
15 meaning that the packet has started a new connection, or otherwise
19 meaning that the packet is starting a new connection, but is
/external/srec/srec/test/SRecTest/src/
DSRecTest.c189 LCHAR* meaning; in myDSMCallback() local
198 meaning = argv[0]; in myDSMCallback()
200 meaning = L(""); in myDSMCallback()
201 lstrtrim(meaning); in myDSMCallback()
202 LSTRLWR(meaning); in myDSMCallback()
204 if (LISDIGIT(*meaning)) in myDSMCallback()
459 ESR_ReturnCode srec_test_parse (SR_Grammar *grammar, const LCHAR* trans, LCHAR* meaning, size_t *le…
2652 LCHAR meaning[MAX_LINE_LENGTH] = { 0 }; in srec_test_log_reco_from_file_data() local
2656 srec_test_parse ( active_grammar, transcription, meaning, &len); in srec_test_log_reco_from_file_data()
2657 if(LSTRLEN(meaning)>0) in srec_test_log_reco_from_file_data()
[all …]
/external/srec/doc/logs/uapi/
Drun_ERT.log21 key=ROOT.meaning value=DEL Jen_Parker
/external/srec/srec/test/SRecTestAudio/src/
DSRecTestAudio.c187 LCHAR* meaning; in myDSMCallback() local
196 meaning = argv[0]; in myDSMCallback()
198 meaning = L(""); in myDSMCallback()
199 lstrtrim(meaning); in myDSMCallback()
200 LSTRLWR(meaning); in myDSMCallback()
202 if (LISDIGIT(*meaning)) in myDSMCallback()
459 ESR_ReturnCode srec_test_parse (SR_Grammar *grammar, const LCHAR* trans, LCHAR* meaning, size_t *le…
2798 ESR_ReturnCode srec_test_parse ( SR_Grammar* grammar, const LCHAR* trans, LCHAR* meaning, size_t *l… in srec_test_parse() argument
2829 LSTRCPY ( meaning, L("") ); in srec_test_parse()
2835 … parse_status = semanticResults->getValue ( semanticResults, "meaning", meaning, len); in srec_test_parse()
/external/libffi/
Dlibtool-version2 # the libtool manual to understand the meaning of the fields. This is
/external/e2fsprogs/
DINSTALL52 fields as "0", and a pass number of 0 is documented as meaning that
DINSTALL.elfbin36 fields as "0", and a pass number of 0 is documented as meaning that
/external/dhcpcd/
DREADME60 changes the meaning of some options.
/external/e2fsprogs/tests/
DREADME6 status for each run. The meaning of the exit status codes are as
/external/libpcap/doc/
Dpcap.txt195 The fields have the following meaning:
420 The meaning of the fields is:
522 The meaning of the fields is:
1039 The fields have the following meaning:
1263 The fields have the following meaning:
1306 The fields have the following meaning:
1363 The fields have the following meaning:
/external/zlib/old/
Dvisual-basic.txt77 'bracket meaning: <parameter> [optional] {Range of possible values}
/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp300 #define DEFINE_VARIABLE(type, name, value, meaning) \ argument
307 #define DEFINE_int64(name, value, meaning) \ argument
308 DEFINE_VARIABLE(int64_t, name, value, meaning)
310 #define DEFINE_double(name, value, meaning) \ argument
311 DEFINE_VARIABLE(double, name, value, meaning)
/external/openssl/crypto/engine/
DREADME89 descriptions remain untouched. However, the storage takes more meaning in terms
90 of "cipher description" and less meaning in terms of "implementation". When an
/external/icu4c/config/
Dmh-os39064 # meaning as normal reentrancy on other platforms. See the z/OS documentation
/external/tcpdump/tests/
Dprint-AA.new89 The default directory index is <TT>index.html</TT>, meaning that requests
Dprint-AA.out89 The default directory index is <TT>index.html</TT>, meaning that requests
Dprint-A.out89 The default directory index is <TT>index.html</TT>, meaning that requests
Dprint-A.new89 The default directory index is <TT>index.html</TT>, meaning that requests
/external/icu4c/data/rbnf/
Dmt.txt46 // inserted. Notice also that the meaning of >> has shifted:
Den.txt58 // inserted. Notice also that the meaning of >> has shifted:
/external/tinyxml/
Dreadme.txt28 TinyXml uses a Document Object Model (DOM), meaning the XML data is parsed
183 TinyXml recognizes the pre-defined "character entities", meaning special
/external/webkit/WebCore/platform/mac/
DPasteboardMac.mm145 …WebKit does. On Tiger we must call this function so that Mail code will be executed, meaning that
/external/dosfstools/
DChangeLog30 Changing some wording to make the indended meaning of "full-disk device"

1234