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

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-circular1-err.asm 2 label: db 'Where am I?'
  /external/clang/lib/Rewrite/Core/
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/Core/
TokenRewriter.h 72 TokenRefTy AddToken(const Token &T, TokenRefTy Where);
  /external/chromium-trace/trace-viewer/build/
generate_standalone_timeline_view.py 129 help="Where to place generated javascript file")
131 help="Where to place generated css file")
  /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/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 536 /// into this MBB right before 'Where'.
539 void splice(iterator Where, MachineBasicBlock *Other, iterator From) {
541 if (Where != From)
542 splice(Where, Other, From, llvm::next(From));
546 /// and insert them into this MBB right before 'Where'.
548 /// The instruction at 'Where' must not be included in the range of
550 void splice(iterator Where, MachineBasicBlock *Other,
552 Insts.splice(Where.getInstrIterator(), Other->Insts,
  /external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/
inspector-wrappers-test-utils.js 19 "to make a cross-domain XMLHttpRequest. Where " +
  /external/chromium_org/tools/cr/cr/
visitor.py 85 def Where(self):
116 self.where = self.Where()
237 return search.where
context.py 46 print 'From', self.Where()
  /ndk/sources/host-tools/make-3.81/
configure.bat 27 rem Where is the srcdir?
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
folder_shortcuts_data_model.js 100 * @param {number} start Where to start the selection.
101 * @param {number=} opt_end Where to end the selection.
  /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
  /external/bison/doc/
refcard.tex 331 otherwise it will have the format {\tt {\it name}.tab.h}, where
351 \key{Tell {\tt bison} where to start parsing.}
411 Where {\it statements} can be either empty, or contain
452 Where {\it t} is a type defined in the {\tt \%union}, {\it n} is a
  /external/chromium_org/v8/src/
serialize.h 216 // Where the pointed-to object can be found:
217 enum Where {
249 // Where to point within the object.
258 // the current pointer, which is used for code objects, where we write the
360 // track of where objects have been allocated so that we can
490 WhereToPoint where,
  /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/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 44 // Where the more stories link should navigate to.
  /external/chromium_org/third_party/sqlite/src/
configure.ac 15 # The name of the directory where executables should be
75 # "config_AAAA" where "AAAA" is the name of the parameter
82 # where FILE is the name of the file that sets the environment
152 AC_ARG_VAR([TCLLIBDIR], [Where to install tcl plugin])
185 # then check for a files named "$host.hints" and ../$hosts.hints where
187 # found, try looking in $system.hints and ../$system.hints where
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 135 Where each line has comma separated values in the following format:
139 A list where each element is a line from the document, represented as a
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
volume_manager.js 12 * @param {string} mountPath Where the volume is mounted.
258 * @param {string} mountPath The path to the location where the volume is
269 * @param {string} mountPath The path to the location where the volume is
  /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.15/src/video/x11/
SDL_x11video.c 305 #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...]

Completed in 1044 milliseconds

1 2