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

1 2 3

  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 36 * - existent, if true, the info is existent
41 bool existent; member in struct:mcld::Resolver::Result
59 /// @return is the symbol existent?
66 pResult.existent = false;
  /external/valgrind/none/tests/scripts/
shell.stdout.exp 5 Execute a non-existent file
6 Execute a non-existent file (2)
  /prebuilts/go/darwin-x86/src/os/exec/
lp_test.go 12 "some-non-existent-path",
13 "non-existent-path/slashed",
  /prebuilts/go/linux-x86/src/os/exec/
lp_test.go 12 "some-non-existent-path",
13 "non-existent-path/slashed",
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug327.go 11 // so it generated a call to the non-existent function runtime.convE2E.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug327.go 11 // so it generated a call to the non-existent function runtime.convE2E.
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 55 /// @return is the symbol existent?
91 pResult.existent = false;
95 // existent, remember its attribute
105 pResult.existent = true;
  /external/v8/src/compiler/
register-allocator-verifier.h 135 auto existent = map_.find(operand); local
136 if (existent != map_.end()) {
138 map_.erase(existent);
  /frameworks/compile/mclinker/unittests/
NamePoolTest.cpp 98 EXPECT_NE(result1.existent, result2.existent);
  /packages/apps/Settings/src/com/android/settings/
ConfirmDeviceCredentialBaseFragment.java 344 LastTryDialog existent = (LastTryDialog) from.findFragmentByTag(TAG); local
345 if (existent != null && !existent.isRemoving()) {
  /prebuilts/go/darwin-x86/src/cmd/pack/
doc.go 23 The archive argument to the c command must be non-existent or a
  /prebuilts/go/darwin-x86/test/
nil.go 150 // can delete (non-existent) entries
  /prebuilts/go/linux-x86/src/cmd/pack/
doc.go 23 The archive argument to the c command must be non-existent or a
  /prebuilts/go/linux-x86/test/
nil.go 150 // can delete (non-existent) entries
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 463 // resolved_result is a triple <resolved_info, existent, override>
474 // into output symbol table. So, we let the existent false.
475 resolved_result.existent = false;
503 if (!resolved_result.existent || !has_output_sym) {
552 // resolved_result is a triple <resolved_info, existent, override>
568 if (resolved_result.overriden || !resolved_result.existent)
579 if (!resolved_result.existent) {
661 assert(!result.existent);
762 // Result is <info, existent, override>
779 if (!result.existent || !has_output_sym)
    [all...]
  /external/webrtc/webrtc/tools/rtcbot/
main.js 88 console.log('These are the existent ones:');
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
TechNotes.txt 84 The lower three states characterize an existent driver instance and are all
  /prebuilts/go/darwin-x86/src/text/template/
multi_test.go 129 t.Error("expected error for non-existent file; got none")
142 t.Error("expected error for non-existent file; got none")
  /prebuilts/go/linux-x86/src/text/template/
multi_test.go 129 t.Error("expected error for non-existent file; got none")
142 t.Error("expected error for non-existent file; got none")
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix_test.go 298 // no records, non-existent domain
457 // First ensure that we get an error when contacting a non-existent host.
conf.go 143 // OpenBSD's resolv.conf manpage says that a non-existent
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix_test.go 298 // no records, non-existent domain
457 // First ensure that we get an error when contacting a non-existent host.
  /external/dtc/tests/
run_tests.sh 748 # Delete the non-existent node
749 run_wrap_error_test $DTPUT $dtb -r /non-existent/node
758 # Delete the non-existent property
759 run_wrap_error_test $DTPUT $dtb -d /chosen non-existent-prop
  /prebuilts/go/darwin-x86/src/encoding/xml/
typeinfo.go 249 // Also consider errors as a non-existent field tag
  /prebuilts/go/linux-x86/src/encoding/xml/
typeinfo.go 249 // Also consider errors as a non-existent field tag

Completed in 3393 milliseconds

1 2 3