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

  /external/clang/lib/Rewrite/
TokenRewriter.cpp 70 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) {
71 Where = TokenList.insert(Where, T);
74 Where)).second;
77 return Where;
  /external/clang/include/clang/Rewrite/
TokenRewriter.h 72 TokenRefTy AddToken(const Token &T, TokenRefTy Where);
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
  /external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 19 "to make a cross-domain XMLHttpRequest. Where " +
  /ndk/sources/host-tools/make-3.81/
configure.bat 27 rem Where is the srcdir?
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
textreplacewholetext06.js 86 Where the nodes to be removed are read-only descendants of an EntityReference, the EntityReference
  /ndk/build/core/
main.mk 46 # located in apps/<name> where <name> is a liberal name that doesn't
134 # Where all app-specific generated files will be stored
definitions.mk 116 # 2: file where the variable should be defined
126 # 2: file where the variable(s) should be defined
254 # @<listfile> syntax, where <listfile> is the path of a file
343 # MAKEFILE -> The Android.mk where the module is defined.
398 # LOCAL_OBJS_DIR will contain the location where the object files for
404 # where <prefix> and <suffix> depend on the module class.
788 # 2: name of Makefile where the variable should be defined
789 # 3: name/description of the Makefile where the check is done, which
    [all...]
  /external/v8/src/
serialize.h 216 // Where the pointed-to object can be found:
217 enum Where {
243 // Where to point within the object.
483 int index, HeapObject* object, HowToCode how, WhereToPoint where);
  /external/bison/doc/
refcard.tex 333 otherwise it will have the format {\tt {\it name}.tab.h}, where
353 \key{Tell {\tt bison} where to start parsing.}
413 Where {\it statements} can be either empty, or contain
454 Where {\it t} is a type defined in the {\tt \%union}, {\it n} is a
  /external/iproute2/doc/
api-ip6-flowlabels.tex 91 It was proposed (Where? I do not remember any explicit statement)
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 304 #error Where can we find the executable name?
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 155 without having to use configure scripts. This means that the library will work with platforms where development
320 must pass it the length of the buffer where the output will be stored. For example:
396 special care to work properly on platforms where an \textit{unsigned char} is not eight bits.
515 &skey) /* where to put the scheduled key */
548 example, if you have $\mbox{Pr}\left[X = 1\right] = {1 \over 2} \pm \gamma$ where $\vert \gamma \vert > 0$ then the
588 Where \textit{name} is the lower case ASCII version of the name. The fields \textit{min\_key\_length} and \textit{max\_key\_length}
692 the location in the array where the cipher was found. For example, to indirectly setup Blowfish you can also use:
    [all...]
  /external/dropbear/libtommath/
bn.tex 163 However, there are cases where such a build is not optional. For instance, you want to perform RSA operations. You
252 function per source file and often I use a ``middle-road'' approach where I don't cut corners for an extra 2\% speed
284 So it may feel tempting to just rip the math code out of GnuPG (or GnuMP where it was taken from originally) in your
346 Where ``mp\_digit'' is a data type that represents individual digits of the integer. By default, an mp\_digit is the
548 When an mp\_int is in a state where it won't be changed again\footnote{A Diffie-Hellman modulus for instance.} excess
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 512 // TODO(aa): Where does this come from? It is the difference between what
    [all...]
  /gdk/build/core/
definitions.mk 84 # 2: file where the variable should be defined
94 # 2: file where the variable(s) should be defined
177 # MAKEFILE -> The Android-portable.mk where the module is defined.
214 # LOCAL_OBJS_DIR will contain the location where the object files for
220 # where <prefix> and <suffix> depend on the module class.
498 # 2: name of Makefile where the variable should be defined
499 # 3: name/description of the Makefile where the check is done, which
511 # Arguments: 1: name/description of the included build Makefile where the
614 # binary file, and the directory where to place its object files.
635 # Arguments: 1: path of Android-portable.mk where this LOCAL_MODULE is define
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 254 /// display routine in BaseRecognizer needs to display where the
263 /// Where are the bounds in the input token stream for this node and
350 /// Get tree node at current input pointer + i ahead where i=1 is next node.
392 /// Where is this stream pulling nodes from? This is not the name, but
661 /// This is a variant of createToken where the new token is derived from
758 /// Where is this stream pulling nodes from? This is not the name, but
    [all...]
Antlr.Runtime.pas 73 /// Get int at current input pointer + I ahead (where I=1 is next int)
75 /// LA(-i) where i is before first token should yield -1, invalid char or EOF.
93 /// Return the current input symbol index 0..N where N indicates the
179 /// Where are you getting symbols from? Normally, implementations will
307 /// Where are you getting tokens from? normally the implication will simply
323 /// Get Token at current input pointer + I ahead (where I=1 is next
541 /// The index into the input stream where the last error occurred.
544 /// This is used to prevent infinite loops where an error is found
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 819 milliseconds