HomeSort by relevance Sort by last modified time
    Searched refs:ic (Results 226 - 250 of 487) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/cmds/incident/
main.cpp 229 IncidentSection const* ic = find_section(arg); local
230 if (ic == NULL) {
234 args.addSection(ic->id);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.search/
search_pred.pass.cpp 77 int ic[] = {1}; local
78 assert(std::search(Iter1(ib), Iter1(ib+sb), Iter2(ic), Iter2(ic+1), count_equal()) == Iter1(ib+1));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/func/func.searchers/func.searchers.default/
default.pred.pass.cpp 79 int ic[] = {1}; local
80 do_search(Iter1(ib), Iter1(ib+sb), Iter2(ic), Iter2(ic+1), Iter1(ib+1), sb);
  /art/libdexfile/dex/
utf_test.cc 203 int ic; local
204 while ((ic = *utf8++) != '\0') {
206 if ((ic & 0x80) == 0) {
212 if ((ic & 0x20) == 0) {
217 if ((ic & 0x10) == 0) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
dwinl.go 254 ic := dwarf.InlCall{
261 dwcalls.Calls = append(dwcalls.Calls, ic)
342 ic := inlcalls.Calls[idx]
343 callee := Ctxt.InlTree.InlinedFunction(ic.InlIndex)
344 Ctxt.Logf(" %d: II:%d (%s) V: (", idx, ic.InlIndex, callee.Name)
345 for _, f := range ic.InlVars {
349 for _, k := range ic.Children {
353 for _, r := range ic.Ranges {
357 for _, k := range ic.Children {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
dwinl.go 254 ic := dwarf.InlCall{
261 dwcalls.Calls = append(dwcalls.Calls, ic)
342 ic := inlcalls.Calls[idx]
343 callee := Ctxt.InlTree.InlinedFunction(ic.InlIndex)
344 Ctxt.Logf(" %d: II:%d (%s) V: (", idx, ic.InlIndex, callee.Name)
345 for _, f := range ic.InlVars {
349 for _, k := range ic.Children {
353 for _, r := range ic.Ranges {
357 for _, k := range ic.Children {
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 231 GLfloat ic = 1.0 / cc; local
236 GLfloat ac = a * ic;
237 GLfloat bc = b * ic;
468 GLfloat ic = 1.0 / cc; local
469 GLfloat ac = a * ic;
470 GLfloat bc = b * ic;
  /dalvik/tools/hprof-conv/
HprofConv.c 212 int ic; local
217 ic = getc(in);
223 pBuf->storage[pBuf->curLen++] = (unsigned char) ic;
224 } while (ic != 0);
  /external/harfbuzz_ng/src/
hb-graphite2.cc 237 unsigned int ci = 0, ic = 0; local
312 for (is = gr_seg_first_slot (seg), ic = 0; is; is = gr_slot_next_in_segment (is), ic++)
332 c->base_glyph = ic;
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 552 InputConnection ic = null; local
556 ic = mServedInputConnectionWrapper.getInputConnection();
559 if (ic != null) {
560 ic.reportFullscreenMode(fullscreen);
1290 InputConnection ic = view.onCreateInputConnection(tba); local
1495 final ControlledInputConnectionWrapper ic; local
    [all...]
  /developers/build/prebuilts/gradle/CommitContentSampleApp/app/src/main/java/com/example/android/commitcontent/app/
MainActivity.java 163 // inputContentInfo.releasePermission() here. Hence we call IC#releasePermission() when this
164 // method is called next time. Note that calling IC#releasePermission() is just to be a
208 final InputConnection ic = super.onCreateInputConnection(editorInfo);
219 return InputConnectionCompat.createWrapper(ic, editorInfo, callback);
  /developers/build/prebuilts/gradle/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 70 final InputConnection ic = getCurrentInputConnection(); local
71 if (ic == null) {
  /developers/samples/android/input/keyboard/CommitContentSampleApp/app/src/main/java/com/example/android/commitcontent/app/
MainActivity.java 163 // inputContentInfo.releasePermission() here. Hence we call IC#releasePermission() when this
164 // method is called next time. Note that calling IC#releasePermission() is just to be a
208 final InputConnection ic = super.onCreateInputConnection(editorInfo);
219 return InputConnectionCompat.createWrapper(ic, editorInfo, callback);
  /developers/samples/android/input/keyboard/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 70 final InputConnection ic = getCurrentInputConnection(); local
71 if (ic == null) {
  /development/samples/browseable/CommitContentSampleApp/src/com.example.android.commitcontent.app/
MainActivity.java 163 // inputContentInfo.releasePermission() here. Hence we call IC#releasePermission() when this
164 // method is called next time. Note that calling IC#releasePermission() is just to be a
208 final InputConnection ic = super.onCreateInputConnection(editorInfo);
219 return InputConnectionCompat.createWrapper(ic, editorInfo, callback);
  /development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
ImageKeyboard.java 70 final InputConnection ic = getCurrentInputConnection(); local
71 if (ic == null) {
  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 130 void test_X0(X0<int> x, IntegralConstant<int, sizeof(int)> ic) {
131 x.f(5,ic);
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/
ReflectionInterfaceDeclaration.java 284 .map(ic -> ReflectionFactory.typeDeclarationFor(ic, typeSolver))
  /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/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 196 final StatusBarIcon ic = new StatusBarIcon( local
203 if (!icon.set(ic) || !expandedIcon.set(ic)) {
206 throw new InflationException("Couldn't create icon: " + ic);
235 final StatusBarIcon ic = new StatusBarIcon( local
244 if (!icon.set(ic) || !expandedIcon.set(ic)) {
245 throw new InflationException("Couldn't update icon: " + ic);
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/view/inputmethod/
CommitContentSupport.java 167 // inputContentInfo.releasePermission() here. Hence we call IC#releasePermission() when this
168 // method is called next time. Note that calling IC#releasePermission() is just to be a
213 final InputConnection ic = super.onCreateInputConnection(editorInfo);
219 return InputConnectionCompat.createWrapper(ic, editorInfo, callback);
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
decode_test.go 67 ic
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
decode_test.go 67 ic
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
depthwiseconv_uint8.h 805 int ic = 0; local
880 int ic = 0; local
945 int ic = 0; local
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 730 int cc=AL, ic=AL; local
732 case GGL_LESS: ic = HI; break;
733 case GGL_EQUAL: ic = EQ; break;
734 case GGL_LEQUAL: ic = HS; break;
735 case GGL_GREATER: ic = LT; break;
736 case GGL_NOTEQUAL: ic = NE; break;
737 case GGL_GEQUAL: ic = LS; break;
751 cc = ic^1;
778 ic = AL;
781 STRH(ic, depth, zbase)
    [all...]

Completed in 1642 milliseconds

1 2 3 4 5 6 7 8 91011>>