HomeSort by relevance Sort by last modified time
    Searched full:existing (Results 251 - 275 of 14007) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Graph.java 63 Node existing = nodes.get(a); local
64 if ( existing!=null ) return existing;
  /external/autotest/site_utils/
setup_db.sh 14 -c Clobber existing database if it exists.\n\
67 # Check if database exists, clobber existing database with user consent.
110 echo "Use existing database. Use option -c to clobber it."
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
uploader.py 38 Will attempt to copy files existing in the upload location to a backup
48 CloudStorageError: If copying an existing file to the backup location
64 logging.error('Failed to copy existing file %s in cloud storage bucket '
  /external/curl/docs/libcurl/opts/
CURLMOPT_PIPELINING.3 39 already existing connection, the second request will be \&"piped" on the same
42 For multiplexing, this means that follow-up requests can re-use an existing
63 existing connection if possible. This requires HTTP/2.
  /external/curl/tests/
nroff-scan.pl 25 # codes or references to non-existing curl man pages.
72 print STDERR "error: $f:$line: refering to non-existing man page $man\n";
90 print STDERR "error: $f:$line: refering to non-existing man page $man\n";
  /external/gemmlowp/public/
map.h 15 // map.h: a minimalist view-existing-buffer-as-a-matrix class,
29 // A MatrixMap is a view of an existing buffer as a matrix. It does not own
81 // A VectorMap is a view of an existing buffer as a vector. It does not own
  /external/guice/core/test/com/google/inject/spi/
InjectorSpiTest.java 29 // Sanity check -- ensure we return the proper binding for all existing bindings.
43 // the assertTrue is a bit stricter than necessary, but makes sure this works for pre-existing Provider bindings
56 // the assertFalse is a bit stricter than necessary, but makes sure this works for non-pre-existing Provider bindings
  /external/icu/icu4c/source/i18n/unicode/
compactdecimalformat.h 116 * Result is appended to existing contents.
131 * Result is appended to existing contents.
149 * Result is appended to existing contents.
167 * Result is appended to existing contents.
182 * Result is appended to existing contents.
199 * Result is appended to existing contents.
217 * Result is appended to existing contents.
232 * Result is appended to existing contents.
249 * Result is appended to existing contents.
270 * Result is appended to existing contents
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/index/
IndexGenerator.java 47 usage("second argument must be existing directory");
96 System.out.println(" inDir is an existing directory whose locale-based resources are to be enumerated");
97 System.out.println(" outDir is an existing directory in which the res_index.txt file will be placed");
  /external/iproute2/man/man8/
ip-neighbour.8 62 change an existing entry
65 add a new entry or change an existing one
68 These commands create new neighbour records or update existing ones.
  /external/mesa3d/src/mesa/state_tracker/
st_copytex.c 71 /* replace existing texture */
92 /* replace existing texture */
116 /* replace existing texture */
  /external/skia/src/sksl/ir/
SkSLSymbolTable.cpp 78 const auto& existing = fSymbols.find(name); local
79 if (existing == fSymbols.end()) {
82 const Symbol* oldSymbol = existing->second;
  /external/skqp/src/sksl/ir/
SkSLSymbolTable.cpp 78 const auto& existing = fSymbols.find(name); local
79 if (existing == fSymbols.end()) {
82 const Symbol* oldSymbol = existing->second;
  /external/tensorflow/tensorflow/contrib/saved_model/cc/saved_model/
signature_def_utils_test.cc 60 // Succeeds for an existing signature.
73 // Succeeds for an existing input.
84 // Succeeds for an existing output.
  /external/toybox/toys/other/
ionice.c 18 (or just -p), display process' existing I/O class/priority.
22 -p Affect existing PID instead of spawning new child
33 Display or change I/O priority of existing process. CLASS can be
  /frameworks/base/libs/hwui/hwui/
Typeface.h 46 // The following three functions create new Typeface from an existing Typeface with a different
48 // existing Typeface.
54 // You can create another base weight Typeface from an existing Typeface with
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
CallbackExprModel.java 79 final Expr existing = mExprMap.get(id.getUniqueKey()); local
80 if (existing == null) {
87 return (IdentifierExpr) existing;
  /frameworks/native/libs/binder/include/binder/
IServiceManager.h 51 * Retrieve an existing service, blocking for a few seconds
57 * Retrieve an existing service, non-blocking.
69 * Return list of all existing services.
  /frameworks/support/leanback/src/main/java/androidx/leanback/
package-info.java 30 * <li>The view is handled by the existing {@link android.view} package. Developers
31 * may continue to use their existing knowledge and experience to create visually compelling
34 * <li>The presenter is based on the existing Adapter concept in the Android framework, but has
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemalarm/
Alarms.java 47 * Sets an exact alarm after cancelling any existing alarms for the given id.
76 * Cancels an existing alarm and removes the {@link SystemIdInfo}.
108 "Cancelling existing alarm with (workSpecId, systemId) (%s, %s)",
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementreplaceexistingattributegevalue.java 32 * existing Attr node with the same name, then it should
33 * return the previously existing Attr node.
37 * should return the existing Attr node(old "street" Attr).
hc_elementreplaceexistingattributegevalue.java 32 * existing Attr node with the same name, then it should
33 * return the previously existing Attr node.
37 * should return the existing Attr node(old "class" Attr).
  /libcore/ojluni/src/main/java/java/text/
CharacterIteratorFieldDelegate.java 41 * for existing regions result in invoking addAttribute on the existing
60 // Adjust attributes of existing runs
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbumSet.java 131 final HashSet<Path> existing = new HashSet<Path>(); local
135 existing.add(item.getPath());
149 if (existing.contains(p)) {
  /platform_testing/libraries/metrics-helper/tests/src/android/support/test/metricshelper/
MetricsAssertsTest.java 134 MetricsAsserts.assertHasLog("didn't find existing log", mReader,
140 MetricsAsserts.assertHasLog("didn't find existing log", mReader,
147 MetricsAsserts.assertHasLog("didn't find existing log", mReader,

Completed in 1755 milliseconds

<<11121314151617181920>>