HomeSort by relevance Sort by last modified time
    Searched full:existent (Results 101 - 125 of 801) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_hash.py 41 self.RunCommand('hash', args=['non-existent-file'])
  /external/glide/third_party/disklrucache/
CHANGELOG.md 7 * Fix: Prevent exception trying to delete a non-existent file.
  /external/guava/guava-tests/test/com/google/common/collect/
WellBehavedMapTest.java 45 // testing a non-existent key
  /external/libchrome/base/win/
event_trace_consumer.h 44 // Opens the named realtime session, which must be existent.
  /external/opencv3/cmake/FindCUDA/
make2cmake.cmake 65 message(WARNING " Removing non-existent dependency file: ${file}")
  /external/proguard/src/proguard/
ClassMemberChecker.java 30 * This class checks if the user has specified non-existent class members.
  /libcore/ojluni/src/main/java/java/lang/reflect/
TypeVariable.java 64 * bounds refers to a non-existent type declaration
  /system/connectivity/shill/
crypto_provider_unittest.cc 65 provider_.set_key_matter_file(FilePath("/some/non/existent/file"));
connection_info_reader_unittest.cc 110 // Loading a non-existent file should fail.
111 FilePath info_file("/non-existent-file");
  /system/update_engine/common/
prefs_interface.h 79 // this key. Calling with non-existent keys does nothing.
prefs_unittest.cc 95 EXPECT_FALSE(prefs_.GetString("non-existent-key", &value));
269 // test that it's alright to delete a non-existent key.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
SuperClassTest.java 142 * <BR>&nbsp;&nbsp; - INVALID_OBJECT is returned if classID is non-existent;
159 // check that INVALID_OBJECT returns if classID is non-existent
  /external/avahi/avahi-client/
publish.h 111 /** Add a subtype for a service. The service should already be existent in the entry group. You may add as many subtypes for a service as you wish. */
122 /** Update a TXT record for an existing service. The service should already be existent in the entry group. */
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
web.py 54 for a non-existent object via the CNAME alias to
79 listing and a GET for a non-existent object will serve the configured error
  /external/clang/bindings/python/tests/cindex/
test_translation_unit.py 238 path = os.path.join(kInputsDir, 'non-existent.cpp')
246 path = os.path.join(kInputsDir, 'non-existent.ast')
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 227 Report("%s: Detach of non-existent thread\n", SanitizerToolName);
245 Report("%s: Join of non-existent thread\n", SanitizerToolName);
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Data.java 51 * with an integer value of '0' is not mistaken for a non-existent node.
61 * with a boolean value of 'false' is not mistaken for a non-existent node.
  /frameworks/compile/mclinker/unittests/
NamePoolTest.cpp 98 EXPECT_NE(result1.existent, result2.existent);
  /packages/apps/PackageInstaller/res/values-ro/
strings.xml 30 <string name="install_confirm_question_update" msgid="4624159567361487964">"Dori?i s? instala?i o actualizare pentru aceast? aplica?ie existent?? Datele existente nu vor fi pierdute. Aplica?ia actualizat? va avea acces la:"</string>
32 <string name="install_confirm_question_update_no_perms" msgid="4885928136844618944">"Dori?i s? instala?i o actualizare pentru aceast? aplica?ie existent?? Datele existente nu vor fi pierdute. Actualizarea nu are nevoie de acces special."</string>
36 <string name="install_failed_conflict" msgid="5349055145440204106">"Pachetul este în conflict cu un pachet existent cu acela?i nume."</string>
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaPlayerFacade.java 270 throw new NullPointerException("Non-existent player tag " + tag);
273 throw new NullPointerException("Non-existent player tag " + next);
  /prebuilts/go/darwin-x86/src/text/template/
multi_test.go 130 t.Error("expected error for non-existent file; got none")
143 t.Error("expected error for non-existent file; got none")
  /prebuilts/go/linux-x86/src/text/template/
multi_test.go 130 t.Error("expected error for non-existent file; got none")
143 t.Error("expected error for non-existent file; got none")
  /art/tools/
run-jdwp-tests.sh 68 image="-Ximage:/system/non/existent/vogar.art"
run-libcore-tests.sh 92 vogar_args="$vogar_args --vm-arg -Ximage:/non/existent/vogar.art"
  /cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
CertInstallerReceiver.java 101 throw new RuntimeException("Trying to uninstall a non-existent cert.");

Completed in 481 milliseconds

1 2 3 45 6 7 8 91011>>