Searched refs:valid (Results 1 - 25 of 1221) sorted by path

1234567891011>>

/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp932 unsigned int valid[PCM_DMX_MAX_CHANNELS] = { 0 }; local
1107 valid[CENTER_FRONT_CHANNEL] = 1;
1108 valid[LEFT_FRONT_CHANNEL] = 1;
1109 valid[RIGHT_FRONT_CHANNEL] = 1;
1110 valid[LEFT_REAR_CHANNEL] = 1;
1111 valid[RIGHT_REAR_CHANNEL] = 1;
1112 valid[LOW_FREQUENCY_CHANNEL] = 1;
1281 FDKmemclear(valid, PCM_DMX_MAX_CHANNELS*sizeof(unsigned int));
1282 valid[LEFT_FRONT_CHANNEL] = 1;
1283 valid[RIGHT_FRONT_CHANNE
[all...]
/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/src/org/antlr/runtime/
H A DBaseRecognizer.as281 * an error and next valid token match
H A DRecognizerSharedState.as33 * has failed to match. Reset to false upon valid token match.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas263 /// This must be valid in order to use the ANTLRWorks debugger.
286 /// requested a token. Keep lexing until you get a valid one. Just report
287 /// errors and keep going, looking for a valid token.
553 /// has failed to match. Reset to false upon valid token match.
909 /// an error and next valid token match
3980 * not valid. It means that the input was converted to a new
4753 FP := SkipOffTokenChannels(FP); // leave p on valid token
4920 I := SkipOffTokenChannelsReverse(I - 1); // leave p on valid token
4952 I := SkipOffTokenChannels(I + 1); // leave p on valid token
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DTokenSource.pm34 requested a token. Keep lexing until you get a valid one. Just report
35 errors and keep going, looking for a valid token.
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttree.py921 valid = wiz.parse(
925 self.assertTrue(valid)
940 valid = wiz.parse(
944 self.assertTrue(valid)
959 valid = wiz.parse(
963 self.assertTrue(valid)
978 valid = wiz.parse(
982 self.assertTrue(valid)
997 valid = wiz.parse(
1001 self.assertTrue(valid)
[all...]
H A Dtesttreewizard.py515 valid = wiz.parse(t, "(A B C)")
516 self.failUnless(valid)
522 valid = wiz.parse(t, "A")
523 self.failUnless(valid)
529 valid = wiz.parse(t, "B")
530 self.failUnless(not valid)
536 valid = wiz.parse(t, "(nil A B C)")
537 self.failUnless(valid)
543 valid = wiz.parse(t, "(nil A B)")
544 self.failUnless(not valid)
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dxml.rb136 it "should be valid" do
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java124 /** Set of valid imports. E.g., can only import a tree parser into
685 // any deviation from valid option set is an error
1868 // if valid label and type is what we're looking for
2272 // we have a valid grammar
2410 * char vocabulary, compute an ANTLR-valid (possibly escaped) char literal.
2980 * from MIN_TOKEN_TYPE to last valid token type or char value.
2995 * are both valid sets themselves, else we must tree like a BLOCK
2998 boolean valid = true;
3002 valid = alts > 1;
3006 valid
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DPython.stg747 pass <! so empty alternatives are a valid block !>
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestTreeWizard.java273 boolean valid = wiz.parse(t, "(A B C)");
274 assertTrue(valid);
280 boolean valid = wiz.parse(t, "A");
281 assertTrue(valid);
287 boolean valid = wiz.parse(t, "(nil A B C)");
288 assertTrue(valid);
294 boolean valid = wiz.parse(t, "(A . .)");
295 assertTrue(valid);
303 boolean valid = wiz.parse(t, "(A B[foo] C)");
304 assertTrue(valid);
[all...]
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
H A DUnixNetworkInterfaceTest.java31 private boolean valid = false; field in class:UnixNetworkInterfaceTest
44 if (!up && valid) {
67 if (valid) {
95 if (hardAddr != null && valid) {
125 if (valid) {
152 && subInterfaces2.hasMoreElements() && valid) {
172 while (subInterfaces.hasMoreElements() && valid) {
209 valid = (netifs != null)
216 valid = false;
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTimestampTest.java152 int[][] valid = { { 99, 2, 14, 17, 52, 3, 213577212 }, // 0 valid
153 { 0, 0, 1, 0, 0, 0, 0 }, // 1 valid
154 { 106, 11, 31, 23, 59, 59, 999999999 }, // 2 valid
171 { -10, 11, 31, 23, 59, 59, 999999999 }, // 15 valid - Years
175 for (int[] element : valid) {
348 String[] valid = { "1970-01-01 10:45:20.231",
358 for (int i = 0; i < valid.length; i++) {
359 theReturn = Timestamp.valueOf(valid[i]);
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DConnPoolByRoute.java441 boolean valid = idleConnHandler.remove(entry.getConnection());
442 if(!valid) {
443 // If the free entry isn't valid anymore, get rid of it
444 // and loop to find another one that might be valid.
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeIterator.java62 private boolean valid=true; field in class:DTMNodeIterator
103 valid=false;
160 if(!valid)
178 if(!valid)
/external/bison/build-aux/
H A Dtexinfo.tex584 % since \penalty is valid in vertical mode, we'd end up putting the
1113 % to double the backslashes and otherwise make the string valid, so
3693 % letter. Otherwise, the only valid thing it can be is a number.
3995 % @tab Legal holiday which is valid in major parts of the whole country.
5919 % That glue will be a valid breakpoint for the page, since it'll be
/external/bison/djgpp/
H A Dconfig.bat375 Rem Fixing the scanner files to make file names 8.3 valid.
/external/bison/
H A Dmaint.mk579 re='(\<(ARRAY_CARDINALITY|X?ARGMATCH(|_TO_ARGUMENT|_VERIFY))\>|\<(invalid_arg|argmatch(_exit_fn|_(in)?valid)?) *\()' \
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex48 place the source directory next to a valid
/external/blktrace/btt/doc/
H A Dbtt.tex882 each device identifier is separated by a colon (:). A valid specifier
/external/bluetooth/bluedroid/bta/include/
H A Dbta_dm_co.h116 ** Parameters valid - TRUE, if the local OOB data is retrieved from LM
123 BTA_API extern void bta_dm_co_loc_oob(BOOLEAN valid, BT_OCTET16 c, BT_OCTET16 r);
/external/bluetooth/bluedroid/btif/co/
H A Dbta_dm_co.c140 ** Parameters valid - TRUE, if the local OOB data is retrieved from LM
147 void bta_dm_co_loc_oob(BOOLEAN valid, BT_OCTET16 c, BT_OCTET16 r) argument
149 BTIF_TRACE_DEBUG("bta_dm_co_loc_oob, valid = %d", valid);
151 btif_dm_proc_loc_oob(valid, c, r);
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_dm.h56 void btif_dm_proc_loc_oob(BOOLEAN valid, BT_OCTET16 c, BT_OCTET16 r);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c693 is a valid hid connection with this bd_addr. If yes VUP will be issued.*/
2699 void btif_dm_proc_loc_oob(BOOLEAN valid, BT_OCTET16 c, BT_OCTET16 r) argument
2706 BTIF_TRACE_DEBUG("btif_dm_proc_loc_oob: valid=%d", valid);
2709 valid)

Completed in 3709 milliseconds

1234567891011>>