HomeSort by relevance Sort by last modified time
    Searched full:assigned (Results 1 - 25 of 6349) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
warn-duplicate-enum.c 6 A3, // expected-warning {{element A3 has been implicitly assigned 0 which another element has been assigned}}
11 B2, // expected-warning {{element B2 has been implicitly assigned 0 which another element has been assigned}}
14 B5, // expected-warning {{element B5 has been implicitly assigned -1 which another element has been assigned}}
18 enum C { C1, C2 = -1, C3 }; // expected-warning{{element C1 has been implicitly assigned 0 which another element has been assigned}} \
24 D3, // expected-warning{{element D3 has been implicitly assigned 2 which another element has been assigned}}
    [all...]
  /external/llvm/test/CodeGen/AArch64/
ghc-cc.ll 5 @base = external global i64 ; assigned to register: r19
6 @sp = external global i64 ; assigned to register: r20
7 @hp = external global i64 ; assigned to register: r21
8 @r1 = external global i64 ; assigned to register: r22
9 @r2 = external global i64 ; assigned to register: r23
10 @r3 = external global i64 ; assigned to register: r24
11 @r4 = external global i64 ; assigned to register: r25
12 @r5 = external global i64 ; assigned to register: r26
13 @r6 = external global i64 ; assigned to register: r27
14 @splim = external global i64 ; assigned to register: r2
    [all...]
  /external/libcxx/test/support/
emplace_constructible.h 28 int assigned = 0; member in struct:EmplaceConstructibleAndMoveable
39 assigned = Other.assigned + 1;
48 int assigned = 0; member in struct:EmplaceConstructibleMoveableAndAssignable
61 assigned = Other.assigned + 1;
68 ++assigned;
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_TensorSetItem.pbtxt 6 index: the position in the list to which the tensor will be assigned
7 item: the element to be assigned to that position
  /external/junit/src/main/java/org/junit/experimental/theories/internal/
Assignments.java 22 private final List<PotentialAssignment> assigned; field in class:Assignments
28 private Assignments(List<PotentialAssignment> assigned,
31 this.assigned = assigned;
37 * assigned.
58 List<PotentialAssignment> assigned = new ArrayList<PotentialAssignment>( local
59 this.assigned);
60 assigned.add(source);
62 return new Assignments(assigned, unassigned.subList(1,
70 values[i - start] = assigned.get(i).getValue()
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/win/
scoped_thread_desktop.h 29 // assigned desktop (if assigned) or as the initial desktop (if not assigned).
42 // The desktop handle assigned to the calling thread by Set
45 // The desktop handle assigned to the calling thread at creation.
  /external/icu/icu4c/source/test/intltest/
quantityformattertest.cpp 98 QuantityFormatter assigned; local
99 assigned = fmt;
101 "assigned getByVariant",
102 assigned.getByVariant("other")->getTextWithNoArguments(),
105 "assigned getByVariant",
106 assigned.getByVariant("one")->getTextWithNoArguments(),
109 "assigned getByVariant",
110 assigned.getByVariant("few")->getTextWithNoArguments(),
  /build/kati/testcase/
autovar_assign.mk 5 # x will leak if assigned.
  /external/llvm/test/CodeGen/X86/
ghc-cc64.ll 5 @base = external global i64 ; assigned to register: R13
6 @sp = external global i64 ; assigned to register: RBP
7 @hp = external global i64 ; assigned to register: R12
8 @r1 = external global i64 ; assigned to register: RBX
9 @r2 = external global i64 ; assigned to register: R14
10 @r3 = external global i64 ; assigned to register: RSI
11 @r4 = external global i64 ; assigned to register: RDI
12 @r5 = external global i64 ; assigned to register: R8
13 @r6 = external global i64 ; assigned to register: R9
14 @splim = external global i64 ; assigned to register: R1
    [all...]
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
ghc-cc64.ll 5 @base = external global i64 ; assigned to register: R13
6 @sp = external global i64 ; assigned to register: RBP
7 @hp = external global i64 ; assigned to register: R12
8 @r1 = external global i64 ; assigned to register: RBX
9 @r2 = external global i64 ; assigned to register: R14
10 @r3 = external global i64 ; assigned to register: RSI
11 @r4 = external global i64 ; assigned to register: RDI
12 @r5 = external global i64 ; assigned to register: R8
13 @r6 = external global i64 ; assigned to register: R9
14 @splim = external global i64 ; assigned to register: R1
    [all...]
  /external/valgrind/memcheck/tests/
long-supps.c 3 // C++ templates. It now is assigned dynamically.
  /external/webrtc/tools/valgrind-webrtc/gtest_exclude/
libjingle_unittest.gtest-memcheck_mac.txt 4 # without bugs assigned to them.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bh.h 2 * This file has no copyright assigned and is placed in the Public Domain.
blberr.h 2 * This file has no copyright assigned and is placed in the Public Domain.
compobj.h 2 * This file has no copyright assigned and is placed in the Public Domain.
cplext.h 2 * This file has no copyright assigned and is placed in the Public Domain.
dcommon.h 2 * This file has no copyright assigned and is placed in the Public Domain.
dispatch.h 2 * This file has no copyright assigned and is placed in the Public Domain.
dvobj.h 2 * This file has no copyright assigned and is placed in the Public Domain.
fileextd.h 2 * This file has no copyright assigned and is placed in the Public Domain.
initguid.h 2 * This file has no copyright assigned and is placed in the Public Domain.
ipmib.h 2 * This file has no copyright assigned and is placed in the Public Domain.
issperr.h 2 * This file has no copyright assigned and is placed in the Public Domain.
lmuseflg.h 2 * This file has no copyright assigned and is placed in the Public Domain.
mem.h 2 * This file has no copyright assigned and is placed in the Public Domain.

Completed in 691 milliseconds

1 2 3 4 5 6 7 8 91011>>