HomeSort by relevance Sort by last modified time
    Searched refs:Which (Results 1 - 15 of 15) sorted by null

  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltversion.m4 22 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
FILES0 8 VERSION - Which version this is and what was changed.
  /external/openssl/crypto/des/
FILES0 8 VERSION - Which version this is and what was changed.
  /ndk/tests/build/topological-sort/jni/
Android.mk 7 # files (foo.c and foo2.c), which implement two functions
34 # Which will link, and work, correctly.
  /external/chromium_org/native_client_sdk/src/tools/
oshelpers.py 25 Return a list of files which match and of the Unix shell-style wildcards
38 Return a list of files which do not match any of the Unix shell-style
109 semantics. In addition, it support inclusion and exclusion filters which
488 def Which(args):
489 """A Unix style which.
494 Note: If you pass an argument with a path to which, it will just test if it
497 parser = optparse.OptionParser(usage='usage: which args...')
519 'which': Which,
  /external/chromium_org/v8/test/mjsunit/
regexp-results-cache.js 54 Which he did thrice refuse. Was this ambition? \
  /external/chromium_org/content/zygote/
zygote_main_linux.cc 112 // We define global functions for those functions which we wish to override.
115 // same binary for both the browser and the renderers, which means that our
162 // it with a version which doesn't work. In this case we'll get a NULL
289 // successful initialization of NSS which tries to load extra library files.
298 #error Which SSL library are you using?
431 // startup and the point where we set the non-dumpable flag in which a
435 // exists at this point and we can set the non-dumpable flag which is
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 7 * which is generated by cyclicDFA template.
25 /** Which recognizer encloses this DFA? Needed to check backtracking */
100 // must check EOT, which is like the else clause.
108 // which assumed here that the EOT edge always
180 * static short[] which generates so much init code that the class won't
  /external/dropbear/libtommath/
bn.tex 75 LibTomMath is a library of source code which provides a series of efficient and carefully written functions for manipulating
159 ``tommath\_superclass.h''. By default, the symbol ``LTM\_ALL'' shall be defined which simply
165 another pre--defined class ``SC\_RSA\_1'' which works in conjunction with the RSA from LibTomCrypt. Additional
170 which further define symbols. All of the symbols (technically they're macros $\ldots$) represent a given C source
197 Build trims are meant to be defined on the last pass of the configuration which means they are to be defined
255 Source code alone cannot really teach how the algorithms work which is why I also wrote a textbook that accompanies
322 provide the address of an integer it can store to) which the caller can access. To convert one of the three return codes
330 This will return a pointer to a string which describes the given error code. It will not work for the return codes
373 This allows operands to be re-used which can make programming simpler.
385 represents the default integer which is zero. If the functions returns MP\_OKAY then the mp\_int is ready to be use
    [all...]
  /external/bison/doc/
refcard.tex 44 % produces two separate pages, each of which needs to be reduced to 80%.
49 % Which mode to use is controlled by setting \columnsperpage above.
  /external/dropbear/libtomcrypt/
crypt.tex 166 pseudo--random number generators (PRNG), and bignum math routines are all used within the API through \textit{descriptor} tables which
412 functions which are (given that XXX is the name of the cipher) the following:
422 The number of rounds can be set to zero to use the default, which is generally a good idea.
443 These two functions will encrypt or decrypt (respectively) a single block of text\footnote{The size of which depends on
444 which cipher you are using.}, storing the result in the \textit{ct} buffer (\textit{pt} resp.). It is possible that the input and output buffer are
459 For each cipher there is a function which will help find a desired key size. It is specified as follows:
492 cipher descriptors may require to be called for resource management purposes. To be compliant, all functions which call a cipher
639 For AES, (also known as Rijndael) there are four descriptors which complicate issues a little. The descriptors
658 the file \textit{tomcrypt\_cfg.h}. The first option is \textit{TWOFISH\_SMALL} which when defined will force the Twofish code
660 key will require less ram but the resulting cipher will be slower. The second option is \textit{TWOFISH\_TABLES} which whe
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 333 // since that would alter the order in which templates are instantiated.)
    [all...]
SemaExprObjC.cpp 41 // each one, e.g. @"foo" "bar" @"baz" "qux" which need to be turned into one
371 int Which = isa<CharacterLiteral>(OrigElement) ? 1
377 << Which << OrigElement->getSourceRange()
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 73 /// MostDerivedClass - The most derived class for which the final overriders
534 /// MostDerivedClass - The most derived class for which we're building vcall
543 /// Context - The ASTContext which we will use for layout information.
791 /// MostDerivedClass - The most derived class for which we're building this
808 /// Context - The ASTContext which we will use for layout information.
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 92 /// input symbol at which the error was detected. The stop token indicates
250 /// Return the token object from which this node was created.
320 /// Replace from start to stop child index of parent with t, which might
375 /// Replace from start to stop child index of parent with t, which might
400 /// Get the ITokenStream from which this stream's Tree was created
783 // Print out the leaves of this tree, which means printing original
793 /// which returns either an AST node wrapped around a token payload or
    [all...]

Completed in 853 milliseconds