HomeSort by relevance Sort by last modified time
    Searched defs:comp (Results 251 - 275 of 356) sorted by null

<<1112131415

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 909 int comp; local
916 comp = (is_gimple_reg (phi_def) ? SSA_OP_USE : SSA_OP_VIRTUAL_USES);
919 if ((flags & comp) == 0)
938 int comp; local
945 comp = (is_gimple_reg (phi_def) ? SSA_OP_DEF : SSA_OP_VIRTUAL_DEFS);
949 if ((flags & comp) == 0)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 909 int comp; local
916 comp = (is_gimple_reg (phi_def) ? SSA_OP_USE : SSA_OP_VIRTUAL_USES);
919 if ((flags & comp) == 0)
938 int comp; local
945 comp = (is_gimple_reg (phi_def) ? SSA_OP_DEF : SSA_OP_VIRTUAL_DEFS);
949 if ((flags & comp) == 0)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 835 ViewerComparator comp = mTreeViewer.getComparator(); local
    [all...]
  /external/chromium_org/chrome_frame/
utils.cc 938 url_parse::Component comp; local
940 replacements.SetRef("", comp);
1154 url_parse::Component comp; local
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det_impl.cc 1768 int comp = memcmp(&hintprobs[mid].key[0], norm_key, 4); local
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
transform.c 3214 xsltStyleItemDocumentPtr comp = (xsltStyleItemDocumentPtr) castedComp; local
3722 xsltStyleItemCopyPtr comp = (xsltStyleItemCopyPtr) castedComp; local
3877 xsltStyleItemElementPtr comp = (xsltStyleItemElementPtr) castedComp; local
4110 xsltStyleItemPIPtr comp = (xsltStyleItemPIPtr) castedComp; local
4176 xsltStyleItemCopyOfPtr comp = (xsltStyleItemCopyOfPtr) castedComp; local
4362 xsltStyleItemValueOfPtr comp = (xsltStyleItemValueOfPtr) castedComp; local
4478 xsltStyleItemNumberPtr comp = (xsltStyleItemNumberPtr) castedComp; local
4576 xsltStyleItemCallTemplatePtr comp = local
4679 xsltStyleItemApplyTemplatesPtr comp = local
5272 xsltStyleItemIfPtr comp = (xsltStyleItemIfPtr) castedComp; local
5274 xsltStylePreCompPtr comp = castedComp; local
5453 xsltStyleItemForEachPtr comp = (xsltStyleItemForEachPtr) castedComp; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c 1952 const COMP_METHOD *comp, *expansion; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssltest.c 544 int comp = 0; local
742 comp = COMP_ZLIB;
746 comp = COMP_RLE;
839 if (comp == COMP_ZLIB) cm = COMP_zlib();
840 if (comp == COMP_RLE) cm = COMP_rle();
845 if (SSL_COMP_add_compression_method(comp, cm) != 0)
856 (comp == COMP_RLE ? "rle" :
857 (comp == COMP_ZLIB ? "zlib" :
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Matrix4f.java 2104 Matrix4f comp = (Matrix4f) o; local
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 4427 ContentCompression* const comp = *comp_i++; local
    [all...]
  /external/libxslt/libxslt/
transform.c 3214 xsltStyleItemDocumentPtr comp = (xsltStyleItemDocumentPtr) castedComp; local
3722 xsltStyleItemCopyPtr comp = (xsltStyleItemCopyPtr) castedComp; local
3877 xsltStyleItemElementPtr comp = (xsltStyleItemElementPtr) castedComp; local
4110 xsltStyleItemPIPtr comp = (xsltStyleItemPIPtr) castedComp; local
4176 xsltStyleItemCopyOfPtr comp = (xsltStyleItemCopyOfPtr) castedComp; local
4362 xsltStyleItemValueOfPtr comp = (xsltStyleItemValueOfPtr) castedComp; local
4478 xsltStyleItemNumberPtr comp = (xsltStyleItemNumberPtr) castedComp; local
4576 xsltStyleItemCallTemplatePtr comp = local
4679 xsltStyleItemApplyTemplatesPtr comp = local
5272 xsltStyleItemIfPtr comp = (xsltStyleItemIfPtr) castedComp; local
5274 xsltStylePreCompPtr comp = castedComp; local
5453 xsltStyleItemForEachPtr comp = (xsltStyleItemForEachPtr) castedComp; local
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 1326 CvAvgComp comp; local
1364 CvAvgComp comp; local
1406 CvAvgComp* comp = (CvAvgComp*)cvGetSeqElem( bseq, i ); local
1450 CvAvgComp comp; local
1489 CvAvgComp comp; local
1534 CvAvgComp* comp = (CvAvgComp*)cvGetSeqElem( seq2, i ); local
    [all...]
  /external/openssh/
packet.c 737 Comp *comp; local
760 comp = &active_state->newkeys[mode]->comp;
767 xfree(comp->name);
775 comp = &active_state->newkeys[mode]->comp;
785 if ((comp->type == COMP_ZLIB ||
786 (comp->type == COMP_DELAYED &&
787 active_state->after_authentication)) && comp->enabled == 0)
816 Comp *comp = NULL; local
853 Comp *comp = NULL; local
1242 Comp *comp = NULL; local
    [all...]
  /external/openssl/apps/
s_client.c 1973 const COMP_METHOD *comp, *expansion; local
    [all...]
  /external/openssl/ssl/
ssltest.c 544 int comp = 0; local
742 comp = COMP_ZLIB;
746 comp = COMP_RLE;
839 if (comp == COMP_ZLIB) cm = COMP_zlib();
840 if (comp == COMP_RLE) cm = COMP_rle();
845 if (SSL_COMP_add_compression_method(comp, cm) != 0)
856 (comp == COMP_RLE ? "rle" :
857 (comp == COMP_ZLIB ? "zlib" :
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 634 uint8 *curL, *comp, *org4, *org8; local
658 comp = curL;
664 cost4x4 = blk_intra4x4_search(encvid, blkidx, comp, org4);
674 numcoef = dct_luma(encvid, blkidx, comp, org4, &dummy);
684 comp += ((pitch << 2) - 4);
689 comp += 4;
2009 uint8 *comp, *pred_block; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 2035 Int comp; local
    [all...]
  /frameworks/base/services/java/com/android/server/
BluetoothManagerService.java 1075 ComponentName comp = intent.resolveSystemService(mContext.getPackageManager(), 0); local
    [all...]
WallpaperManagerService.java 317 ComponentName comp = wallpaper.wallpaperComponent; local
319 if (!bindWallpaperComponentLocked(comp, false, false,
1113 String comp = parser.getAttributeValue(null, "component"); local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 193 String comp = in.readString(); local
194 if (localLOGV) Slog.v(TAG, "Component: " + comp);
196 mLaunchTimes.put(comp, times);
203 String comp = in.readString(); local
204 if (localLOGV) Slog.v(TAG, "Component: " + comp);
206 mFullyDrawnTimes.put(comp, times);
210 void updateResume(String comp, boolean launched) {
222 void addLaunchCount(String comp) {
223 TimeStats times = mLaunchTimes.get(comp);
226 mLaunchTimes.put(comp, times)
413 String comp = parser.getAttributeValue(null, "name"); local
651 ArrayMap<String, Long> comp = mLastResumeTimes.valueAt(i); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 150 Composite comp = new Composite(parent, SWT.NONE); local
151 setControl(comp);
155 comp.setLayout(topLayout);
157 createSingleTestSection(comp);
158 createTestContainerSelectionGroup(comp);
160 createSpacer(comp);
162 createInstrumentationGroup(comp);
163 createSizeSelector(comp);
165 Dialog.applyDialogFont(comp);
173 private void createSpacer(Composite comp) {
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 

Completed in 7316 milliseconds

<<1112131415