HomeSort by relevance Sort by last modified time
    Searched refs:ic (Results 251 - 275 of 445) sorted by null

<<1112131415161718

  /external/v8/src/ic/
ic.cc 5 #include "src/ic/ic.h"
19 #include "src/ic/call-optimization.h"
20 #include "src/ic/handler-compiler.h"
21 #include "src/ic/handler-configuration-inl.h"
22 #include "src/ic/ic-inl.h"
23 #include "src/ic/ic-stats.h"
24 #include "src/ic/stub-cache.h
    [all...]
  /frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/view/inputmethod/
CommitContentSupport.java 165 // inputContentInfo.releasePermission() here. Hence we call IC#releasePermission() when this
166 // method is called next time. Note that calling IC#releasePermission() is just to be a
211 final InputConnection ic = super.onCreateInputConnection(editorInfo);
222 return InputConnectionCompat.createWrapper(ic, editorInfo, callback);
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 905 int ic = getopt_long(argc, argv, "", longOptions, &optionIndex); local
    [all...]
  /frameworks/ml/nn/common/operations/internal/optimized/
depthwiseconv_uint8.h 808 int ic = 0; local
883 int ic = 0; local
948 int ic = 0; local
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 733 int cc=AL, ic=AL; local
735 case GGL_LESS: ic = HI; break;
736 case GGL_EQUAL: ic = EQ; break;
737 case GGL_LEQUAL: ic = HS; break;
738 case GGL_GREATER: ic = LT; break;
739 case GGL_NOTEQUAL: ic = NE; break;
740 case GGL_GEQUAL: ic = LS; break;
754 cc = ic^1;
781 ic = AL;
784 STRH(ic, depth, zbase)
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 20 #include "src/ic/accessor-assembler.h"
579 void Interpreter::DoStaGlobal(Callable ic, InterpreterAssembler* assembler) {
587 Node* code_target = __ HeapConstant(ic.code());
594 __ CallStub(ic.descriptor(), code_target, context, global, name, value,
604 Callable ic = CodeFactory::StoreICInOptimizedCode(isolate_, SLOPPY); local
605 DoStaGlobal(ic, assembler);
613 Callable ic = CodeFactory::StoreICInOptimizedCode(isolate_, STRICT); local
614 DoStaGlobal(ic, assembler);
847 Callable ic = CodeFactory::LoadICInOptimizedCode(isolate_); local
848 Node* code_target = __ HeapConstant(ic.code())
868 Callable ic = CodeFactory::KeyedLoadICInOptimizedCode(isolate_); local
905 Callable ic = CodeFactory::StoreICInOptimizedCode(isolate_, SLOPPY); local
915 Callable ic = CodeFactory::StoreICInOptimizedCode(isolate_, STRICT); local
925 Callable ic = CodeFactory::StoreOwnICInOptimizedCode(isolate_); local
950 Callable ic = CodeFactory::KeyedStoreICInOptimizedCode(isolate_, SLOPPY); local
959 Callable ic = CodeFactory::KeyedStoreICInOptimizedCode(isolate_, STRICT); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i960.c     [all...]
  /external/r8/src/test/examplesAndroidO/lambdadesugaring/
ValueAdjustments.java 40 interface ic { interface in class:ValueAdjustments
44 interface iC {
128 .append(((iC) ValueAdjustments::c).f()).append(' ')
206 .append(((ic) ValueAdjustments::c).f()).append(' ')
207 .append(((ic) ValueAdjustments::C).f()).append('\n');
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 217 final InputConnection ic = mEditText.onCreateInputConnection(ei); local
223 mLatinIME.onCreateInputMethodInterface().startInput(ic, ei);
228 mInputConnection = ic;
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
ULocaleTest.java 376 String ic = ULocale.GERMANY.getISO3Country(); local
378 assertEquals(ic, jc);
385 String ic = ULocale.getISO3Country(ULocale.GERMANY.getName()); local
387 assertEquals(ic, jc);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarIconControllerImpl.java 210 StatusBarIconView ic = (StatusBarIconView) statusIcons.getChildAt(i); local
211 pw.println(" [" + i + "] icon=" + ic);
  /frameworks/native/opengl/libagl/
primitives.cpp 880 unsigned int ic = 3; local
900 vertex_t* s = ivl[ic-1];
904 for (unsigned int i=0 ; i<ic ; i++) {
945 ic = oc;
966 vertex_t* s = ivl[ic-1];
969 for (unsigned int i=0 ; i<ic ; i++) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BidiLine.java 619 int runIndex, ic; local
621 for (ic = 0; ic < bidi.length; ic++) {
622 c = bidi.text[ic];
624 runIndex = getRunFromLogicalIndex(bidi, ic);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BidiLine.java 618 int runIndex, ic; local
620 for (ic = 0; ic < bidi.length; ic++) {
621 c = bidi.text[ic];
623 runIndex = getRunFromLogicalIndex(bidi, ic);
    [all...]
  /external/icu/icu4c/source/i18n/
decimfmt.cpp 1940 UChar32 ic = input.char32At(pos); local
1960 UChar32 ic = input.char32At(pos); local
1999 UChar32 ic = input.char32At(pos); local
2022 UChar32 ic = input.char32At(pos); local
2042 UChar32 ic = input.char32At(pos); local
    [all...]
  /external/mesa3d/src/mesa/program/
prog_optimize.c 913 * instruction 'ic'.
918 GLuint index, GLuint ic)
921 GLuint begin = ic;
922 GLuint end = ic;
938 if (loopStackDepth > 0 && ic > loopStack[0].Start && ic < loopStack[0].End) {
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSerializerRDF.java 663 for (Iterator ic = node.iterateChildren(); ic.hasNext(); )
665 XMPNode field = (XMPNode) ic.next();
    [all...]
XMPUtilsImpl.java 541 for (Iterator ic = sourceSchema.iterateChildren(); ic.hasNext();)
543 XMPNode sourceProp = (XMPNode) ic.next();
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-diags.s 330 ic ialluis, x0 label
331 ; CHECK-ERRORS: error: specified ic op does not use a register
332 ic iallu, x0 label
333 ; CHECK-ERRORS: error: specified ic op does not use a register
334 ic ivau label
335 ; CHECK-ERRORS: error: specified ic op requires a register
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToUTF8Buffered.java 218 int ic = chars[end_chunk - 1]; local
  /external/libpcap/
gencode.h 368 void bpf_optimize(compiler_state_t *, struct icode *ic);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
illegal.s 195 ic ivau
196 ic ivau, w0
197 ic ialluis, xzr
198 ic ialluis, x0
  /external/testng/src/main/java/org/testng/
TestRunner.java 318 IClass ic = m_testClassFinder.getIClass(listenerFactoryClass); local
319 if (ic != null) {
320 listenerFactory = (ITestNGListenerFactory) ic.getInstances(false)[0];
439 for (IClass ic : classes) {
442 ITestClass tc = new TestClass(ic,
447 classMap.getXmlClass(ic.getRealClass()));
448 m_classMap.put(ic.getRealClass(), tc);
    [all...]
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerService.java     [all...]
  /art/runtime/jit/
jit_code_cache.h 186 void CopyInlineCacheInto(const InlineCache& ic, Handle<mirror::ObjectArray<mirror::Class>> array)

Completed in 1135 milliseconds

<<1112131415161718