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

1 23 4 5 6 7 8 910

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/
times_equal_complex.pass.cpp 35 std::complex<int> ic (1,1);
36 c3 *= ic;
  /art/runtime/
utf.cc 28 int ic; local
29 while ((ic = *utf8++) != '\0') {
31 if ((ic & 0x80) == 0) {
37 if ((ic & 0x20) == 0) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
icopen.py 54 from ic import error, settypecreator
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftcid.c 69 FT_Bool ic = 0; local
80 error = service->get_is_cid( face, &ic);
84 *is_cid = ic;
  /external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsAgentImpl.cpp 264 InspectorController* ic = inspectorController(); local
265 ic->disconnectFrontend();
277 if (InspectorController* ic = inspectorController())
278 ic->didBeginFrame(frameId);
283 if (InspectorController* ic = inspectorController())
284 ic->didCancelFrame();
290 if (InspectorController* ic = inspectorController())
291 ic->willComposite();
297 if (InspectorController* ic = inspectorController())
298 ic->didComposite()
341 InspectorController* ic = inspectorController(); local
636 InspectorController* ic = inspectorController(); local
682 InspectorController* ic = inspectorController(); local
688 InspectorController* ic = inspectorController(); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.cpp 445 Word16 ic; local
461 ic = pos_indxC >> 1;
463 tempWord32 = ((Word32) ic * 25) << 1;
467 ic = (Word16) tempWord32;
469 ib += ic;
479 ic = ((Word16)(pos_indxC & 1)) << 2;
481 ib += ic;
574 Word16 ic; local
587 indx[NB_TRACK] = (ia/2+(ib/2)*5 +(ic/2)*25)*8 + ia%2 + (ib%2)*2 + (ic%2)*4; *
    [all...]
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique_pred.pass.cpp 57 int ic[] = {0, 0}; local
58 const unsigned sc = sizeof(ic)/sizeof(ic[0]);
60 r = std::unique(Iter(ic), Iter(ic+sc), count_equal());
61 assert(base(r) == ic + 1);
62 assert(ic[0] == 0);
146 Ptr ic[2]; local
147 const unsigned sc = sizeof(ic)/sizeof(ic[0])
    [all...]
unique_copy.pass.cpp 44 const int ic[] = {0, 0}; local
45 const unsigned sc = sizeof(ic)/sizeof(ic[0]);
47 r = std::unique_copy(InIter(ic), InIter(ic+sc), OutIter(jc));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique_pred.pass.cpp 57 int ic[] = {0, 0}; local
58 const unsigned sc = sizeof(ic)/sizeof(ic[0]);
60 r = std::unique(Iter(ic), Iter(ic+sc), count_equal());
61 assert(base(r) == ic + 1);
62 assert(ic[0] == 0);
146 Ptr ic[2]; local
147 const unsigned sc = sizeof(ic)/sizeof(ic[0])
    [all...]
unique_copy.pass.cpp 44 const int ic[] = {0, 0}; local
45 const unsigned sc = sizeof(ic)/sizeof(ic[0]);
47 r = std::unique_copy(InIter(ic), InIter(ic+sc), OutIter(jc));
  /frameworks/base/libs/androidfw/
ZipUtils.cpp 265 int ic; local
269 ic = getc(fp);
270 if (ic != 0x1f || getc(fp) != 0x8b)
296 ic = getc(fp);
297 } while (ic != 0 && ic != EOF);
302 ic = getc(fp);
303 } while (ic != 0 && ic != EOF);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 299 final DefaultInformationControl ic = new DefaultInformationControl(control.getShell()); local
300 ic.setInformation(tooltip);
301 Point sz = ic.computeSizeHint();
302 ic.setSize(sz.x, sz.y);
303 ic.setVisible(false); // initially hidden
312 ic.setVisible(false);
317 ic.setLocation(control.toDisplay(10, 25)); // same offset as in PDETextHover
318 ic.setVisible(true);
324 ic.dispose();
  /system/core/libcutils/
strdup8to16.c 71 int ic; local
74 while ((ic = *utf8Str++) != '\0') {
78 if ((ic & 0xc0) == 0x80) {
89 expected = UTF8_SEQ_LENGTH(ic) - 1;
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 335 final InputConnection ic = getCurrentInputConnection();
336 if (ei != null && ic != null) {
338 ic.performEditorAction(ei.actionId);
341 ic.performEditorAction(ei.imeOptions&EditorInfo.IME_MASK_ACTION);
372 + " ic=" + mInputConnection);
373 InputConnection ic = getCurrentInputConnection(); local
374 if (ic != null) ic.reportFullscreenMode(mIsFullscreen);
384 + " ic=" + mInputConnection);
390 public void startInput(InputConnection ic, EditorInfo attribute)
876 InputConnection ic = mStartedInputConnection; local
905 InputConnection ic = getCurrentInputConnection(); local
1322 InputConnection ic = getCurrentInputConnection(); local
1367 InputConnection ic = getCurrentInputConnection(); local
1631 InputConnection ic = getCurrentInputConnection(); local
1996 InputConnection ic = getCurrentInputConnection(); local
2033 InputConnection ic = getCurrentInputConnection(); local
2069 InputConnection ic = getCurrentInputConnection(); local
2173 InputConnection ic = getCurrentInputConnection(); local
2299 InputConnection ic = getCurrentInputConnection(); local
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 286 InputConnection ic = getCurrentInputConnection(); local
287 if (ic != null) {
288 ic.finishComposingText();
326 InputConnection ic = getCurrentInputConnection(); local
327 if (c == 0 || ic == null) {
395 InputConnection ic = getCurrentInputConnection(); local
396 if (ic != null) {
399 ic.clearMetaKeyStates(KeyEvent.META_ALT_ON);
542 InputConnection ic = getCurrentInputConnection(); local
543 if (ic == null) return
    [all...]
  /build/tools/acp/
acp.c 175 int ic, retVal; local
184 ic = getopt(argc, argv, "defprtuv");
185 if (ic < 0)
188 switch (ic) {
214 fprintf(stderr, "Unexpected arg -%c\n", ic);
  /external/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/
includes.pass.cpp 31 int ic[] = {1, 2}; local
32 const unsigned sc = sizeof(ic)/sizeof(ic[0]);
44 assert(std::includes(Iter1(ia), Iter1(ia+2), Iter2(ic), Iter2(ic+2)));
includes_comp.pass.cpp 32 int ic[] = {1, 2}; local
33 const unsigned sc = sizeof(ic)/sizeof(ic[0]);
45 assert(std::includes(Iter1(ia), Iter1(ia+2), Iter2(ic), Iter2(ic+2), std::less<int>()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/
includes.pass.cpp 31 int ic[] = {1, 2}; local
32 const unsigned sc = sizeof(ic)/sizeof(ic[0]);
44 assert(std::includes(Iter1(ia), Iter1(ia+2), Iter2(ic), Iter2(ic+2)));
includes_comp.pass.cpp 32 int ic[] = {1, 2}; local
33 const unsigned sc = sizeof(ic)/sizeof(ic[0]);
45 assert(std::includes(Iter1(ia), Iter1(ia+2), Iter2(ic), Iter2(ic+2), std::less<int>()));
  /packages/apps/OMA-DM/engine/jni/
DMServiceAlert.cc 100 jint ic = icon; local
102 jint r = m_jDmEnv->CallIntMethod(m_jDmAlertObj, m_jDmAlertMID, t, m, tl, ic);
160 jint ic = icon; local
162 jint r = m_jDmEnv->CallIntMethod(m_jDmAlertObj, m_jDmAlertMID, t, m, tl, ic);
224 jint ic = icon; local
226 jstring r = (jstring)m_jDmEnv->CallObjectMethod(m_jDmAlertObj, m_jDmAlertMID, t, m, d, l, i, e, tl, ic);
284 jint ic = icon; local
286 jstring r = (jstring)m_jDmEnv->CallObjectMethod(m_jDmAlertObj, m_jDmAlertMID, t, m, c, d, tl, ic);
365 jint ic = icon; local
367 jint r = m_jDmEnv->CallIntMethod(m_jDmAlertObj, m_jDmAlertMID, t, m, c, d, tl, ic);
    [all...]
  /external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.difference/
set_difference.pass.cpp 34 int ic[20]; local
38 Iter2(ib), Iter2(ib+sb), OutIter(ic));
39 assert(base(ce) - ic == sr);
40 assert(std::lexicographical_compare(ic, base(ce), ir, ir+sr) == 0);
44 Iter2(ia), Iter2(ia+sa), OutIter(ic));
45 assert(base(ce) - ic == srr);
46 assert(std::lexicographical_compare(ic, base(ce), irr, irr+srr) == 0);
  /external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.intersection/
set_intersection.pass.cpp 34 int ic[20]; local
38 Iter2(ib), Iter2(ib+sb), OutIter(ic));
39 assert(base(ce) - ic == sr);
40 assert(std::lexicographical_compare(ic, base(ce), ir, ir+sr) == 0);
42 Iter2(ia), Iter2(ia+sa), OutIter(ic));
43 assert(base(ce) - ic == sr);
44 assert(std::lexicographical_compare(ic, base(ce), ir, ir+sr) == 0);
set_intersection_comp.pass.cpp 36 int ic[20]; local
40 Iter2(ib), Iter2(ib+sb), OutIter(ic), std::less<int>());
41 assert(base(ce) - ic == sr);
42 assert(std::lexicographical_compare(ic, base(ce), ir, ir+sr) == 0);
44 Iter2(ia), Iter2(ia+sa), OutIter(ic), std::less<int>());
45 assert(base(ce) - ic == sr);
46 assert(std::lexicographical_compare(ic, base(ce), ir, ir+sr) == 0);
  /external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/
set_symmetric_difference.pass.cpp 35 int ic[20]; local
39 Iter2(ib), Iter2(ib+sb), OutIter(ic));
40 assert(base(ce) - ic == sr);
41 assert(std::lexicographical_compare(ic, base(ce), ir, ir+sr) == 0);
43 Iter2(ia), Iter2(ia+sa), OutIter(ic));
44 assert(base(ce) - ic == sr);
45 assert(std::lexicographical_compare(ic, base(ce), ir, ir+sr) == 0);

Completed in 435 milliseconds

1 23 4 5 6 7 8 910