HomeSort by relevance Sort by last modified time
    Searched defs:ci (Results 1 - 25 of 500) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
attr-flatten.cpp 19 int ci [[gnu::flatten]]; // expected-error {{'flatten' attribute only applies to functions}} variable
attr-no-split-stack.cpp 19 int ci [[gnu::no_split_stack]]; // expected-error {{'no_split_stack' attribute only applies to functions}} variable
  /frameworks/base/packages/ExtServices/tests/src/android/ext/services/notification/
ChannelImpressionsTest.java 33 ChannelImpressions ci = new ChannelImpressions(); local
34 assertFalse(ci.shouldTriggerBlock());
39 ChannelImpressions ci = new ChannelImpressions(); local
42 ci.incrementViews();
43 ci.incrementDismissals();
46 assertFalse(ci.shouldTriggerBlock());
51 ChannelImpressions ci = new ChannelImpressions(); local
54 ci.incrementViews();
55 ci.incrementDismissals();
57 ci.resetStreak()
66 ChannelImpressions ci = new ChannelImpressions(); local
78 ChannelImpressions ci = new ChannelImpressions(); local
91 ChannelImpressions ci = new ChannelImpressions(); local
116 ChannelImpressions ci = new ChannelImpressions(); local
139 ChannelImpressions ci = new ChannelImpressions(); local
    [all...]
  /external/libcxx/test/std/containers/associative/map/map.cons/
default_recursive.pass.cpp 22 std::map<int, X>::const_iterator ci; member in struct:X
  /external/libcxx/test/std/containers/associative/multimap/multimap.cons/
default_recursive.pass.cpp 22 std::multimap<int, X>::const_iterator ci; member in struct:X
  /external/tensorflow/tensorflow/core/graph/
edgeset.cc 22 const_iterator ci; local
23 ci.Init(this);
28 ci.array_iter_ = &ptrs_[i];
29 return std::make_pair(ci, false);
35 ci.array_iter_ = &ptrs_[i];
36 return std::make_pair(ci, true);
49 ci.tree_iter_ = p.first;
50 return std::make_pair(ci, p.second);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.cons/
default_recursive.pass.cpp 22 std::map<int, X>::const_iterator ci; member in struct:X
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.cons/
default_recursive.pass.cpp 22 std::multimap<int, X>::const_iterator ci; member in struct:X
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CellIdentityGsmTest.java 47 CellIdentityGsm ci = local
51 assertEquals(LAC, ci.getLac());
52 assertEquals(CID, ci.getCid());
53 assertEquals(ARFCN, ci.getArfcn());
54 assertEquals(ARFCN, ci.getChannelNumber());
55 assertEquals(BSIC, ci.getBsic());
56 assertEquals(MCC, ci.getMcc());
57 assertEquals(MNC, ci.getMnc());
58 assertEquals(MCC_STR, ci.getMccString());
59 assertEquals(MNC_STR, ci.getMncString())
68 CellIdentityGsm ci = local
82 CellIdentityGsm ci = local
95 CellIdentityGsm ci = local
131 CellIdentityGsm ci = local
170 CellIdentityGsm ci = local
184 CellIdentityGsm ci = local
207 CellIdentityGsm ci = local
    [all...]
CellIdentityLteTest.java 30 private static final int CI = 268435456;
47 CellIdentityLte ci = local
48 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR,
51 assertEquals(CI, ci.getCi());
52 assertEquals(PCI, ci.getPci());
53 assertEquals(TAC, ci.getTac());
54 assertEquals(EARFCN, ci.getEarfcn());
55 assertEquals(EARFCN, ci.getChannelNumber());
56 assertEquals(BANDWIDTH, ci.getBandwidth())
69 CellIdentityLte ci = local
83 CellIdentityLte ci = local
96 CellIdentityLte ci = new CellIdentityLte( local
135 CellIdentityLte ci = local
178 CellIdentityLte ci = local
192 CellIdentityLte ci = new CellIdentityLte( local
216 CellIdentityLte ci = new CellIdentityLte( local
    [all...]
CellIdentityWcdmaTest.java 46 CellIdentityWcdma ci = local
50 assertEquals(LAC, ci.getLac());
51 assertEquals(CID, ci.getCid());
52 assertEquals(PSC, ci.getPsc());
53 assertEquals(UARFCN, ci.getUarfcn());
54 assertEquals(UARFCN, ci.getChannelNumber());
55 assertEquals(MCC, ci.getMcc());
56 assertEquals(MNC, ci.getMnc());
57 assertEquals(MCC_STR, ci.getMccString());
58 assertEquals(MNC_STR, ci.getMncString())
67 CellIdentityWcdma ci = local
81 CellIdentityWcdma ci = local
95 CellIdentityWcdma ci = local
131 CellIdentityWcdma ci = local
168 CellIdentityWcdma ci = local
182 CellIdentityWcdma ci = local
205 CellIdentityWcdma ci = local
    [all...]
CellIdentityTdscdmaTest.java 30 private static final int CI = 268435456;
54 CellIdentityTdscdma ci = local
57 assertEquals(MCC_STR, ci.getMccString());
58 assertEquals(MNC_STR, ci.getMncString());
59 assertEquals(LAC, ci.getLac());
60 assertEquals(CID, ci.getCid());
61 assertEquals(CPID, ci.getCpid());
66 CellIdentityTdscdma ci = new CellIdentityTdscdma(null, null, LAC, CID, CPID); local
68 assertNull(ci.getMccString());
69 assertNull(ci.getMncString())
89 CellIdentityTdscdma ci = new CellIdentityTdscdma(MCC_STR, MNC_STR, LAC, CID, CPID); local
101 CellIdentityTdscdma ci = local
123 CellIdentityTdscdma ci = local
    [all...]
CellIdentityCdmaTest.java 45 CellIdentityCdma ci = local
49 assertEquals(NETWORK_ID, ci.getNetworkId());
50 assertEquals(LATITUDE, ci.getLatitude());
51 assertEquals(LONGITUDE, ci.getLongitude());
52 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong());
53 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort());
58 CellIdentityCdma ci = local
62 assertEquals(Integer.MAX_VALUE, ci.getLatitude());
63 assertEquals(Integer.MAX_VALUE, ci.getLongitude());
94 CellIdentityCdma ci local
    [all...]
  /external/clang/test/CodeGenCXX/
volatile-1.cpp 7 // CHECK: @ci = global [[CINT:.*]] zeroinitializer
8 volatile _Complex int ci; variable
28 (float)(ci);
29 // CHECK-NEXT: load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 0)
30 // CHECK-NEXT: load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 1)
36 (void)ci;
39 (void)(ci=ci);
40 // CHECK-NEXT: [[R:%.*]] = load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 0)
41 // CHECK-NEXT: [[I:%.*]] = load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 1
103 ci+ci; local
227 __imag ci = __imag ci = __imag ci; local
    [all...]
  /external/libcxx/test/std/utilities/utility/forward/
move_if_noexcept.pass.cpp 46 const int ci = 0; local
54 static_assert((std::is_same<decltype(std::move_if_noexcept(ci)), const int&&>::value), "");
63 static_assert((std::is_same<decltype(std::move_if_noexcept(ci)), const int&>::value), "");
  /external/mockito/src/test/java/org/mockitousage/bugs/
EnabledMockingInterfaceCloneMethodTest.java 17 CloneableInterface ci = Mockito.mock(CloneableInterface.class); local
18 Mockito.when(ci.clone()).thenReturn(ci);
  /external/strace/
rtnl_addr.c 64 struct ifa_cacheinfo ci; local
66 if (len < sizeof(ci))
68 else if (!umove_or_printaddr(tcp, addr, &ci)) {
69 PRINT_FIELD_U("{", ci, ifa_prefered);
70 PRINT_FIELD_U(", ", ci, ifa_valid);
71 PRINT_FIELD_U(", ", ci, cstamp);
72 PRINT_FIELD_U(", ", ci, tstamp);
rtnl_neigh.c 64 struct nda_cacheinfo ci; local
66 if (len < sizeof(ci))
68 else if (!umove_or_printaddr(tcp, addr, &ci)) {
69 PRINT_FIELD_U("{", ci, ndm_confirmed);
70 PRINT_FIELD_U(", ", ci, ndm_used);
71 PRINT_FIELD_U(", ", ci, ndm_updated);
72 PRINT_FIELD_U(", ", ci, ndm_refcnt);
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module.cc 49 auto ci = acm2::RentACodec::CodecInstById(*codec_id);
50 if (!ci)
52 *codec = *ci;
60 rtc::Optional<CodecInst> ci = acm2::RentACodec::CodecInstByParams( local
62 if (ci) {
63 *codec = *ci;
80 rtc::Optional<acm2::RentACodec::CodecId> ci = local
83 if (!ci)
85 rtc::Optional<int> i = acm2::RentACodec::CodecIndexFromId(*ci);
  /frameworks/base/libs/hwui/tests/common/scenes/
RoundRectClippingAnimation.cpp 31 int ci = 0; variable
35 auto color = BrightColors[ci++ % BrightColorsCount];
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/forward/
move_if_noexcept.pass.cpp 46 const int ci = 0; local
54 static_assert((std::is_same<decltype(std::move_if_noexcept(ci)), const int&&>::value), "");
63 static_assert((std::is_same<decltype(std::move_if_noexcept(ci)), const int&>::value), "");
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CharacterIteration.java 32 * @param ci The character iterator
35 public static int next32(CharacterIterator ci) {
38 int c = ci.current();
40 c = ci.next();
42 ci.previous();
47 c = ci.next();
52 c = nextTrail32(ci, c);
58 ci.previous();
65 // The call site does an initial ci.next() and calls this function
68 // middle of a surrogate pair. ci.next() will work correctl
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CharacterIteration.java 28 * @param ci The character iterator
31 public static int next32(CharacterIterator ci) {
34 int c = ci.current();
36 c = ci.next();
38 ci.previous();
43 c = ci.next();
48 c = nextTrail32(ci, c);
54 ci.previous();
61 // The call site does an initial ci.next() and calls this function
64 // middle of a surrogate pair. ci.next() will work correctl
    [all...]
  /external/clang/test/CodeGen/
unsigned-promotion.c 10 unsigned char ci, cj, ck; variable
98 ci = cj + ck;
120 ci = cj - ck;
142 ci = cj * ck;
volatile-1.c 7 // CHECK: @ci = common global [[CINT:.*]] zeroinitializer
8 volatile _Complex int ci; variable
29 // CHECK-NEXT: load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 0), align 4
30 // CHECK-NEXT: load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 1), align 4
32 (float)(ci);
33 // CHECK-NEXT: load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 0), align 4
34 // CHECK-NEXT: load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 1), align 4
35 (void)ci;
39 // CHECK-NEXT: [[R:%.*]] = load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 0), align 4
40 // CHECK-NEXT: [[I:%.*]] = load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 1), align
97 ci+ci; local
198 __imag ci = __imag ci = __imag ci; local
    [all...]

Completed in 267 milliseconds

1 2 3 4 5 6 7 8 91011>>