HomeSort by relevance Sort by last modified time
    Searched refs:tentative (Results 1 - 13 of 13) sorted by null

  /external/clang/test/CodeGenCXX/
static-init-wasm.cpp 7 int tentative; variable
8 // WEBASSEMBLY32: @tentative = global i32 0, align 4
9 // WEBASSEMBLY64: @tentative = global i32 0, align 4
  /external/clang/test/Sema/
incomplete-decl.c 6 struct foo f; // expected-error{{tentative definition has type 'struct foo' that is never completed}}
9 static struct foo g; // expected-warning {{tentative definition of variable with internal linkage has incomplete non-array type 'struct foo'}} \
10 expected-error{{tentative definition has type 'struct foo' that is never completed}}
15 int ary[]; // expected-warning {{tentative array definition assumed to have one element}}
24 int h[]; // expected-warning {{tentative array definition assumed to have one element}}
  /external/ltp/testcases/kernel/containers/
TEST_PLAN.txt 17 Following are tentative Testcases to be included into LTP-Containers in future:
19 NAME TENTATIVE-TIME
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageInviteView.java 55 findViewById(R.id.tentative).setOnClickListener(this);
77 } else if (id == R.id.tentative) {
  /external/e2fsprogs/lib/support/
dict.c 503 dnode_t *tentative = 0; local
511 tentative = root;
517 tentative = root;
523 return tentative;
535 dnode_t *tentative = 0; local
543 tentative = root;
549 tentative = root;
555 return tentative;
    [all...]
  /external/f2fs-tools/fsck/
dict.c 481 dnode_t *tentative = 0; local
489 tentative = root;
495 tentative = root;
501 return tentative;
512 dnode_t *tentative = 0; local
520 tentative = root;
526 tentative = root;
532 return tentative;
    [all...]
  /external/ltp/testcases/lib/
test_net.sh 379 ip a sh $iface_loc | grep -q tentative
382 tst_rhost_run -c "ip a sh $iface_rmt | grep -q tentative"
  /prebuilts/go/darwin-x86/src/compress/gzip/
gunzip.go 72 // returned by Read as tentative until they receive the io.EOF
  /prebuilts/go/linux-x86/src/compress/gzip/
gunzip.go 72 // returned by Read as tentative until they receive the io.EOF
  /external/libnl/lib/route/
addr.c 1069 __ADD(IFA_F_TENTATIVE, tentative)
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi.go 47 nextFile = flag.String("next", "", "optional filename of tentative upcoming API features for the next release. This file can be lazily maintained. It only affects the delta warnings from the -c file printed on success.")
  /prebuilts/go/linux-x86/src/cmd/api/
goapi.go 47 nextFile = flag.String("next", "", "optional filename of tentative upcoming API features for the next release. This file can be lazily maintained. It only affects the delta warnings from the -c file printed on success.")
  /external/dhcpcd-6.8.2/
ipv6.c 87 # warning polling tentative address flags periodically
1326 /* Safety - ignore tentative announcements */
    [all...]

Completed in 462 milliseconds