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

1 2 3 4 5 6 7 8 910

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p7.cpp 13 void test_capture_constness(int i, const int ic) {
14 (void)[i,ic] ()->void {
16 float &fr2 = check_const_int(ic);
21 float &fr2 = check_const_int(ic);
24 (void)[i,ic] () mutable ->void {
26 float &fr = check_const_int(ic);
31 float &fr = check_const_int(ic);
34 (void)[&i,&ic] ()->void {
36 float &fr = check_const_int(ic);
41 float &fr = check_const_int(ic);
    [all...]
  /external/clang/test/CodeGen/
2002-02-13-UnnamedLocal.c 14 int foo(foostruct ic);
  /external/libcxx/test/algorithms/alg.nonmodifying/alg.find.first.of/
find_first_of.pass.cpp 33 int ic[] = {7}; local
36 forward_iterator<const int*>(ic),
37 forward_iterator<const int*>(ic + 1)) ==
41 forward_iterator<const int*>(ic),
42 forward_iterator<const int*>(ic)) ==
46 forward_iterator<const int*>(ic),
47 forward_iterator<const int*>(ic+1)) ==
find_first_of_pred.pass.cpp 36 int ic[] = {7}; local
39 forward_iterator<const int*>(ic),
40 forward_iterator<const int*>(ic + 1),
45 forward_iterator<const int*>(ic),
46 forward_iterator<const int*>(ic),
51 forward_iterator<const int*>(ic),
52 forward_iterator<const int*>(ic+1),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.first.of/
find_first_of.pass.cpp 33 int ic[] = {7}; local
36 forward_iterator<const int*>(ic),
37 forward_iterator<const int*>(ic + 1)) ==
41 forward_iterator<const int*>(ic),
42 forward_iterator<const int*>(ic)) ==
46 forward_iterator<const int*>(ic),
47 forward_iterator<const int*>(ic+1)) ==
find_first_of_pred.pass.cpp 36 int ic[] = {7}; local
39 forward_iterator<const int*>(ic),
40 forward_iterator<const int*>(ic + 1),
45 forward_iterator<const int*>(ic),
46 forward_iterator<const int*>(ic),
51 forward_iterator<const int*>(ic),
52 forward_iterator<const int*>(ic+1),
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_pixeltransfer.c 147 GLuint ic = 0; local
161 _mesa_init_instructions(inst + ic, 1);
162 inst[ic].Opcode = OPCODE_TEX;
163 inst[ic].DstReg.File = PROGRAM_TEMPORARY;
164 inst[ic].DstReg.Index = colorTemp;
165 inst[ic].SrcReg[0].File = PROGRAM_INPUT;
166 inst[ic].SrcReg[0].Index = FRAG_ATTRIB_TEX0;
167 inst[ic].TexSrcUnit = 0;
168 inst[ic].TexSrcTarget = TEXTURE_2D_INDEX;
169 ic++
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 147 GLuint ic = 0; local
161 _mesa_init_instructions(inst + ic, 1);
162 inst[ic].Opcode = OPCODE_TEX;
163 inst[ic].DstReg.File = PROGRAM_TEMPORARY;
164 inst[ic].DstReg.Index = colorTemp;
165 inst[ic].SrcReg[0].File = PROGRAM_INPUT;
166 inst[ic].SrcReg[0].Index = FRAG_ATTRIB_TEX0;
167 inst[ic].TexSrcUnit = 0;
168 inst[ic].TexSrcTarget = TEXTURE_2D_INDEX;
169 ic++
    [all...]
  /frameworks/base/libs/usb/tests/accessorytest/
accessory.h 20 int init_audio(unsigned int ic, unsigned int id, unsigned int oc, unsigned int od);
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/
reverse.pass.cpp 39 int ic[] = {0, 1, 2}; local
40 const unsigned sc = sizeof(ic)/sizeof(ic[0]);
41 std::reverse(Iter(ic), Iter(ic+sc));
42 assert(ic[0] == 2);
43 assert(ic[1] == 1);
44 assert(ic[2] == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/
reverse.pass.cpp 39 int ic[] = {0, 1, 2}; local
40 const unsigned sc = sizeof(ic)/sizeof(ic[0]);
41 std::reverse(Iter(ic), Iter(ic+sc));
42 assert(ic[0] == 2);
43 assert(ic[1] == 1);
44 assert(ic[2] == 0);
  /frameworks/base/core/java/com/android/internal/view/
IInputConnectionWrapper.java 203 InputConnection ic = mInputConnection.get(); local
204 if (ic == null || !isActive()) {
209 args.callback.setTextAfterCursor(ic.getTextAfterCursor(
219 InputConnection ic = mInputConnection.get(); local
220 if (ic == null || !isActive()) {
225 args.callback.setTextBeforeCursor(ic.getTextBeforeCursor(
235 InputConnection ic = mInputConnection.get(); local
236 if (ic == null || !isActive()) {
241 args.callback.setSelectedText(ic.getSelectedText(
251 InputConnection ic = mInputConnection.get() local
267 InputConnection ic = mInputConnection.get(); local
281 InputConnection ic = mInputConnection.get(); local
290 InputConnection ic = mInputConnection.get(); local
299 InputConnection ic = mInputConnection.get(); local
308 InputConnection ic = mInputConnection.get(); local
317 InputConnection ic = mInputConnection.get(); local
326 InputConnection ic = mInputConnection.get(); local
335 InputConnection ic = mInputConnection.get(); local
344 InputConnection ic = mInputConnection.get(); local
353 InputConnection ic = mInputConnection.get(); local
366 InputConnection ic = mInputConnection.get(); local
375 InputConnection ic = mInputConnection.get(); local
384 InputConnection ic = mInputConnection.get(); local
393 InputConnection ic = mInputConnection.get(); local
402 InputConnection ic = mInputConnection.get(); local
411 InputConnection ic = mInputConnection.get(); local
420 InputConnection ic = mInputConnection.get(); local
433 InputConnection ic = mInputConnection.get(); local
    [all...]
  /external/valgrind/main/none/tests/s390x/
insert.stdout.exp 0 ic 0000000000000000 <- 0000000000000000 = 0000000000000000
2 ic 0000000000000001 <- 0000000000000000 = 0000000000000000
3 ic 000000000000FFFF <- 0000000000000000 = 000000000000FF00
4 ic 0000000000007FFF <- 0000000000000000 = 0000000000007F00
5 ic 0000000000008000 <- 0000000000000000 = 0000000000008000
6 ic 00000000FFFFFFFF <- 0000000000000000 = 00000000FFFFFF00
7 ic 0000000080000000 <- 0000000000000000 = 0000000080000000
8 ic 000000007FFFFFFF <- 0000000000000000 = 000000007FFFFF00
9 ic AAAAAAAAAAAAAAAA <- 0000000000000000 = AAAAAAAAAAAAAA00
10 ic 8000000000000000 <- 0000000000000000 = 800000000000000
    [all...]
  /bionic/libc/kernel/uapi/linux/mmc/
ioctl.h 42 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr
  /development/ndk/platforms/android-L/include/linux/mmc/
ioctl.h 42 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr
  /external/kernel-headers/original/uapi/linux/mmc/
ioctl.h 46 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/mmc/
ioctl.h 42 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/mmc/
ioctl.h 42 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/mmc/
ioctl.h 42 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
RichInputConnectionAndTextRangeTests.java 237 final RichInputConnection ic = new RichInputConnection(mockInputMethodService); local
243 ic.beginBatchEdit();
245 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN);
250 ic.beginBatchEdit();
251 r = ic.getWordRangeAtCursor(TAB, ScriptUtils.SCRIPT_LATIN);
252 ic.endBatchEdit();
258 ic.beginBatchEdit();
259 r = ic.getWordRangeAtCursor(SUPPLEMENTARY_CHAR, ScriptUtils.SCRIPT_LATIN);
260 ic.endBatchEdit();
266 ic.beginBatchEdit()
294 final RichInputConnection ic = new RichInputConnection(mockInputMethodService); local
375 final RichInputConnection ic = new RichInputConnection(ims); local
    [all...]
  /external/libcxx/test/algorithms/alg.nonmodifying/alg.search/
search_n.pass.cpp 59 int ic[] = {0, 0, 0}; local
60 const unsigned sc = sizeof(ic)/sizeof(ic[0]);
61 assert(std::search_n(Iter(ic), Iter(ic+sc), 0, 0) == Iter(ic));
62 assert(std::search_n(Iter(ic), Iter(ic+sc), 1, 0) == Iter(ic));
63 assert(std::search_n(Iter(ic), Iter(ic+sc), 2, 0) == Iter(ic))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/
search_n.pass.cpp 59 int ic[] = {0, 0, 0}; local
60 const unsigned sc = sizeof(ic)/sizeof(ic[0]);
61 assert(std::search_n(Iter(ic), Iter(ic+sc), 0, 0) == Iter(ic));
62 assert(std::search_n(Iter(ic), Iter(ic+sc), 1, 0) == Iter(ic));
63 assert(std::search_n(Iter(ic), Iter(ic+sc), 2, 0) == Iter(ic))
    [all...]
  /external/libcxx/test/algorithms/alg.sorting/alg.merge/
merge.pass.cpp 32 int* ic = new int[2*N]; local
38 InIter2(ib), InIter2(ib+N), OutIter(ic));
39 assert(base(r) == ic+2*N);
40 assert(ic[0] == 0);
41 assert(ic[2*N-1] == 2*N-1);
42 assert(std::is_sorted(ic, ic+2*N));
43 delete [] ic;
51 int* ic = new int[2*N]; local
53 ic[i] = i
    [all...]
merge_comp.pass.cpp 35 int* ic = new int[2*N]; local
43 InIter2(ib), InIter2(ib+N), OutIter(ic), std::greater<int>());
44 assert(base(r) == ic+2*N);
45 assert(ic[0] == 2*N-1);
46 assert(ic[2*N-1] == 0);
47 assert(std::is_sorted(ic, ic+2*N, std::greater<int>()));
48 delete [] ic;
56 int* ic = new int[2*N]; local
58 ic[i] = i
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.merge/
merge.pass.cpp 32 int* ic = new int[2*N]; local
38 InIter2(ib), InIter2(ib+N), OutIter(ic));
39 assert(base(r) == ic+2*N);
40 assert(ic[0] == 0);
41 assert(ic[2*N-1] == 2*N-1);
42 assert(std::is_sorted(ic, ic+2*N));
43 delete [] ic;
51 int* ic = new int[2*N]; local
53 ic[i] = i
    [all...]

Completed in 841 milliseconds

1 2 3 4 5 6 7 8 910