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

1 2 3 4 5 67 8 91011>>

  /external/clang/test/SemaObjC/
no-gc-weak-test.m 17 id __weak _selectionRect; // expected-error {{cannot create __weak reference because the current deployment target does not support weak references}} expected-error {{existing instance variable '_selectionRect' for property 'selectionRect' with assign attribute must be __unsafe_unretained}}
  /external/compiler-rt/test/asan/TestCases/Windows/
shadow_mapping_failure.cc 12 // CHECK: Shadow memory range interleaves with an existing memory mapping.
  /external/curl/tests/data/
test1101 34 http_proxy=http://non-existing-host.haxx.se:3128/
test1212 34 http://user:secret@%HOSTIP:%HTTPPORT/ulion/1212 --socks5 non-existing-host.haxx.se:1080 --noproxy %HOSTIP --max-time 5
test1258 33 http://%HOSTIP:%HTTPPORT/we/want/1258 http://%HOSTIP:%HTTPPORT/we/want?hoge=fuga -b non-existing -H "Host: localhost"
test1291 35 perl -e 'for(1 .. 100000) { printf("upload-file=log/upload-this\nurl=htttttp://non-existing-host.haxx.se/upload/1291\n", $_);}' > log/cmd1291;
test268 35 HTTP POST a non-existing file
test533 31 FTP RETR a non-existing file twice using the multi interface
test546 38 FTP RETR a non-existing file then a found one using the multi interface
  /external/droiddriver/
contributing.md 16 - Launch Android Studio and select `Open an existing Android Studio project`
  /external/guava/
Android.bp 25 // Compatibility name for existing host modules
  /external/kernel-headers/original/uapi/asm-mips/asm/
sysmips.h 17 * sysmips(2) is deprecated - though some existing software uses it.
  /external/kernel-headers/original/uapi/linux/
pr.h 42 #define PR_FL_IGNORE_KEY (1 << 0) /* ignore existing key */
  /external/libmojo/mojo/public/cpp/bindings/lib/
message_buffer.h 25 // Initializes this buffer from an existing Mojo MessageHandle.
  /external/libnl/etc/
classid 12 # existing qdisc definition.
  /external/llvm/test/CodeGen/ARM/
2013-05-13-AAPCS-byval-padding2.ll 1 ;PR15293: ARM codegen ice - expected larger existing stack allocation
  /external/ltp/testcases/kernel/syscalls/getxattr/
getxattr04.c 20 * This is a regression test for the race between getting an existing
22 * getxattr() fails to get an existing xattr and returns ENOATTR in xfs
72 "existing attribute");
82 tst_res(TPASS, "getxattr() succeeded to get an existing attribute");
  /external/okhttp/
CONTRIBUTING.md 7 When submitting code, please make every effort to follow existing conventions
deploy_website.sh 8 # Delete any existing temporary website clone
  /external/okhttp/okio/
CONTRIBUTING.md 7 When submitting code, please make every effort to follow existing conventions
  /external/python/cpython3/Lib/distutils/command/
install_headers.py 17 "force installation (overwrite existing files)"),
  /external/python/cpython3/Lib/test/test_importlib/extension/
test_path_hook.py 11 # XXX Should it only succeed for pre-existing directories?
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
PackageResourceTable.java 123 ResName existing = resourceTable.put(id, resName); local
124 if (existing != null) {
125 throw new IllegalStateException(resName + " assigned ID to already existing " + existing);
  /external/selinux/policycoreutils/load_policy/
load_policy.8 12 The existing policy boolean values are automatically preserved
  /external/skia/infra/bots/assets/skimage/
create.py 19 # The common case is to add one or more images to the existing set. Therefore,

Completed in 787 milliseconds

1 2 3 4 5 67 8 91011>>