HomeSort by relevance Sort by last modified time
    Searched refs:Which (Results 1 - 18 of 18) 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/tools/perf/page_sets/
PRESUBMIT.py 88 'Which bucket should this go in? (%s) '
  /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 93 // In most of our BPF policies, it is a "watched" system call which will
158 // We define global functions for those functions which we wish to override.
161 // same binary for both the browser and the renderers, which means that our
208 // it with a version which doesn't work. In this case we'll get a NULL
358 // successful initialization of NSS which tries to load extra library files.
368 #error Which SSL library are you using?
435 // startup and the point where we set the non-dumpable flag in which a
439 // exists at this point and we can set the non-dumpable flag which is
466 // A helper process which collects code coverage data from the renderers over a
562 // Zygote termination will block until the helper process exits, which wil
    [all...]
  /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/chromium_org/chrome/browser/resources/cryptotoken/
gnubbies.js 73 * @param {GnubbyDeviceId} which The device to remove.
75 Gnubbies.prototype.removeOpenDevice = function(which) {
76 if (this.openDevs_[which.namespace] &&
77 this.openDevs_[which.namespace].hasOwnProperty(which.device)) {
78 delete this.openDevs_[which.namespace][which.device];
237 * @param {GnubbyDeviceId} which Which device to open.
242 Gnubbies.prototype.addClient = function(which, who, cb)
    [all...]
singlesigner.js 41 * @param {GnubbyDeviceId} gnubbyId Which gnubby to open.
243 // part of the same namespace as the other error codes, which are
  /external/lldb/www/python_reference/
epydoc.js 255 "Which <b>"+name+"</b> do you want to see documentation for?" +
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 341 // 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
375 int Which = isa<CharacterLiteral>(OrigElement) ? 1
381 << Which << OrigElement->getSourceRange()
    [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/chromium_org/third_party/skia/gm/rebaseline_server/
server.py 84 # Directory, relative to PARENT_DIRECTORY, within which the server will serve
143 directory: directory within which to run the command
177 on which results are included.
272 actuals_dir: directory under which we will check out the latest actual
278 port: which TCP port to listen on for HTTP requests
283 reload_seconds: polling interval with which to check for new results;
288 builder_regex_list: List of regular expressions specifying which builders
440 # http://skia-tree-status.appspot.com/redirect/rebaseline-server (which
489 (in which case, this method will never return!)
543 # where 'dispatcher' indicates which do_GET_* dispatcher to ru
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 79 /// MostDerivedClass - The most derived class for which the final overriders
542 /// MostDerivedClass - The most derived class for which we're building vcall
551 /// Context - The ASTContext which we will use for layout information.
792 /// MostDerivedClass - The most derived class for which we're building this
809 /// Context - The ASTContext which we will use for layout information.
875 /// most derived class for which the vtable is currently being built.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [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 758 milliseconds