/external/bison/lib/ |
getopt.c | 335 or is an exact match for some defined option. If they have an 492 int exact = 0; 500 /* Test all long options for either exact match 508 /* Exact match found. */ 511 exact = 1; 528 if (ambig && !exact) 810 int exact = 0; 871 /* Test all long options for either exact match 878 /* Exact match found. */ 881 exact = 1 488 int exact = 0; local 806 int exact = 0; local [all...] |
/external/quake/quake/src/QW/client/ |
cl_ents.c | 47 // first look for an exact key match
685 // the exact time it was valid at
796 player_state_t exact;
local 884 CL_PredictUsercmd (state, &exact, &state->command, false);
886 VectorCopy (exact.origin, ent->origin);
954 player_state_t exact;
local 1004 CL_PredictUsercmd (state, &exact, &state->command, false);
1005 VectorCopy (exact.origin, pplayer->origin);
|
/external/webrtc/src/modules/audio_processing/test/ |
apmtest.m | 162 fprintf(1, '\nAll files are bit-exact to reference\n', nErr); 164 fprintf(1, '\n%d files are NOT bit-exact to reference\n', nErr); 345 fprintf([newfile ' is bit-exact to reference\n']);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getopt.c | 330 or is an exact match for some defined option. If they have an 487 int exact = 0; 495 /* Test all long options for either exact match 503 /* Exact match found. */ 506 exact = 1; 523 if (ambig && !exact) 805 int exact = 0; 866 /* Test all long options for either exact match 873 /* Exact match found. */ 876 exact = 1 483 int exact = 0; local 801 int exact = 0; local [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BaseRecognizer.java | 391 * You don't want the exact set of viable next tokens because the 486 * we have the call chain. We may compute the exact (rather 518 * You want the exact viable token set when recovering from a 528 // what is exact? it seems to only add sets from above on stack 532 protected BitSet combineFollows(boolean exact) { 542 if ( exact ) {
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
BaseRecognizer.js | 434 * You don't want the exact set of viable next tokens because the 536 * we have the call chain. We may compute the exact (rather 572 * <p>You want the exact viable token set when recovering from a 586 * @param {Boolean} exact 589 combineFollows: function(exact) { 597 if ( exact ) { [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
search_autocomplete.js | 196 // scores are calculated based on exact and prefix matches, 204 // exact part match
|
/external/doclava/res/assets/templates/assets/ |
search_autocomplete.js | 196 // scores are calculated based on exact and prefix matches, 204 // exact part match
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BaseRecognizer.cs | 418 * You don't want the exact set of viable next tokens because the 515 * we have the call chain. We may compute the exact (rather 547 * You want the exact viable token set when recovering from a 557 // what is exact? it seems to only add sets from above on stack 561 protected virtual BitSet CombineFollows(bool exact) { 571 if (exact) { [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BaseRecognizer.cs | 488 * You don't want the exact set of viable next tokens because the 586 * we have the call chain. We may compute the exact (rather 618 * You want the exact viable token set when recovering from a 629 // what is exact? it seems to only add sets from above on stack 633 protected virtual BitSet CombineFollows(bool exact) 645 if ( exact ) [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
BaseRecognizer.pm | 304 Readonly my $usage => 'BitSet combine_follows(boolean exact)'; 306 my ($self, $exact) = @_; 313 if ($exact && $local_follow_set->member(ANTLR::Runtime::Token->EOR_TOKEN_TYPE)) {
|
/external/llvm/utils/vim/ |
llvm.vim | 32 syn keyword llvmStatement nuw nsw exact inbounds
|
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 191 * @param exact This parameter is no longer used. 194 public void computeBounds(RectF bounds, boolean exact) {
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 367 * You don't want the exact set of viable next tokens because the 462 * we have the call chain. We may compute the exact (rather 494 * You want the exact viable token set when recovering from a 504 protected function combineFollows(exact:Boolean):BitSet { 510 if ( exact ) {
|
/external/valgrind/main/VEX/switchback/ |
test_ppc_jm1.c | 4348 int exact; local [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3baserecognizer.c | 61 static pANTLR3_BITSET combineFollows (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_BOOLEAN exact); 801 /// You don't want the exact set of viable next tokens because the 900 /// we have the call chain. We may compute the exact (rather 932 /// You want the exact viable token set when recovering from a 947 combineFollows (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_BOOLEAN exact) 967 if (exact == ANTLR3_TRUE) [all...] |
/external/mesa3d/src/mesa/main/ |
imports.h | 312 modify exact [eax];
|
/dalvik/vm/ |
Dvm.mk | 20 # for the exact command.)
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
recognizers.py | 510 You don't want the exact set of viable next tokens because the 607 we have the call chain. We may compute the exact (rather 639 You want the exact viable token set when recovering from a 649 def combineFollows(self, exact): 653 if exact: [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
recognizers.rb | 547 # You don't want the exact set of viable next tokens because the 737 # we have the call chain. We may compute the exact (rather 769 # You want the exact viable token set when recovering from a 779 def combine_follows( exact ) 783 if exact [all...] |
/external/quake/quake/src/QW/scitech/include/ |
mgraph.h | [all...] |
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
MGRAPH.H | [all...] |
/dalvik/dx/src/com/android/dx/merge/ |
DexMerger.java | [all...] |
/external/zlib/contrib/masm686/ |
match.asm | 296 ; * adjust %edx so that it is offset to the exact byte that mismatched.
|
/external/valgrind/main/none/tests/ppc32/ |
jm-insns.c | 7294 int exact; local [all...] |