HomeSort by relevance Sort by last modified time
    Searched refs:comp (Results 151 - 175 of 403) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/openssl/include/openssl/
stack.h 73 int (*comp)(const void *, const void *); member in struct:stack_st
  /external/ppp/pppd/
chap_ms.h 84 #include <net/ppp-comp.h> /* MPPE_MAX_KEY_LEN */
  /external/qemu/distrib/sdl-1.2.15/src/audio/macosx/
SDL_coreaudio.c 215 Component comp; local
244 comp = FindNextComponent (NULL, &desc);
245 if (comp == NULL) {
251 result = OpenAComponent (comp, &outputAudioUnit);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/priority.queue/
types.pass.cpp 25 // Compare comp;
37 assert(comp(1, 2));
  /external/webkit/Source/WebCore/bindings/js/
ScriptController.cpp 142 Completion comp = JSMainThreadExecState::evaluate(exec, exec->dynamicGlobalObject()->globalScopeChain(), jsSourceCode, shell); local
151 if (comp.complType() == Normal || comp.complType() == ReturnValue) {
153 return ScriptValue(exec->globalData(), comp.value());
156 if (comp.complType() == Throw || comp.complType() == Interrupted)
157 reportException(exec, comp.value());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 125 Composite comp = new Composite(parent, SWT.NONE); local
126 setControl(comp);
129 comp.setLayout(topLayout);
130 comp.setFont(font);
131 createProjectEditor(comp);
132 createVerticalSpacer(comp, 1);
135 Group group = new Group(comp, SWT.NONE);
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 57 unsigned char *genTexture(int width, int height, int comp)
59 unsigned char *img = new unsigned char[width * height * comp];
65 for (int c = 0; c < comp; c++) {
73 unsigned char *genRedTexture(int width, int height, int comp)
75 unsigned char *img = new unsigned char[width * height * comp];
76 memset(img,0,width*height*comp);
82 ptr+=comp;
  /external/libxslt/libxslt/
templates.c 46 * @comp: the XPath compiled expression
56 xsltEvalXPathPredicate(xsltTransformContextPtr ctxt, xmlXPathCompExprPtr comp,
75 res = xmlXPathCompiledEval(comp, ctxt->xpathCtxt);
105 * @comp: the compiled XPath expression
116 xsltEvalXPathStringNs(xsltTransformContextPtr ctxt, xmlXPathCompExprPtr comp,
137 res = xmlXPathCompiledEval(comp, ctxt->xpathCtxt);
168 * @comp: the compiled XPath expression
176 xsltEvalXPathString(xsltTransformContextPtr ctxt, xmlXPathCompExprPtr comp) {
177 return(xsltEvalXPathStringNs(ctxt, comp, 0, NULL));
297 xmlXPathCompExprPtr comp; local
    [all...]
xsltInternals.h 355 xmlXPathCompExprPtr comp; member in struct:_xsltKeyDef
401 * @comp: the compiled information from the stylesheet
409 xsltElemPreCompPtr comp);
459 * @comp: the #xsltElemPreComp to free up
463 typedef void (*xsltElemPreCompDeallocator) (xsltElemPreCompPtr comp);
624 xmlXPathCompExprPtr comp; /* TODO: Change this to compExpr. */ member in struct:_xsltStyleBasicExpressionItem
755 xmlXPathCompExprPtr comp; /* a precompiled XPath expression */ member in struct:_xsltStyleItemApplyTemplates
816 xmlXPathCompExprPtr comp; /* a precompiled XPath expression */ member in struct:_xsltStyleItemIf
845 xmlXPathCompExprPtr comp; /* a precompiled XPath expression */ member in struct:_xsltStyleItemValueOf
965 xmlXPathCompExprPtr comp; member in struct:_xsltStyleBasicItemVariable
1003 xmlXPathCompExprPtr comp; member in struct:_xsltStyleItemParam
1058 xmlXPathCompExprPtr comp; \/* a precompiled XPath expression *\/ member in struct:_xsltStyleItemSort
1078 xmlXPathCompExprPtr comp; member in struct:_xsltStyleItemWhen
1411 xmlXPathCompExprPtr comp; \/* a precompiled XPath expression *\/ member in struct:_xsltStylePreComp
1427 xsltStylePreCompPtr comp; \/* the compiled form *\/ member in struct:_xsltStackElem
    [all...]
keys.c 83 if (keyd->comp != NULL)
84 xmlXPathFreeCompExpr(keyd->comp);
359 key->comp = xsltXPathCompile(style, pattern);
360 if (key->comp == NULL) {
619 if ((keyDef->comp == NULL) || (keyDef->usecomp == NULL))
671 matchRes = xmlXPathCompiledEval(keyDef->comp, xpctxt);
  /external/libxml2/
xmlregexp.c 309 xmlRegexpPtr comp; /* the compiled regexp */ member in struct:_xmlRegExecCtxt
4210 xmlRegexpPtr comp; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
ColorRGBA.java 434 ColorRGBA comp = (ColorRGBA) o; local
435 if (Float.compare(r, comp.r) != 0) {
438 if (Float.compare(g, comp.g) != 0) {
441 if (Float.compare(b, comp.b) != 0) {
444 if (Float.compare(a, comp.a) != 0) {
  /external/webkit/Source/WebCore/bridge/
testbindings.cpp 390 Completion comp(interp.evaluate(code));
392 if (comp.complType() == Throw) {
393 Value exVal = comp.value();
407 else if (comp.complType() == ReturnValue) {
408 char *msg = comp.value().toString(interp.globalExec()).ascii();
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Mesh.java 606 for (int comp = 0; comp < vb.components; comp++){
613 for (int comp = 0; comp < vb.components; comp++){
621 for (int comp = 0; comp < vb.components; comp++){
628 for (int comp = 0; comp < vb.components; comp++)
    [all...]
  /external/opencv/cv/src/
cvmotempl.cpp 471 CvConnectedComp comp; local
477 &comp, CV_FLOODFILL_MASK_ONLY + 2*256 + 4, mask8u ));
479 for( y1 = 0; y1 < comp.rect.height; y1++ )
482 (comp.rect.y + y1)*mask->step) + comp.rect.x;
484 (comp.rect.y + y1+1)*mask8u->step + comp.rect.x+1;
486 for( x1 = 0; x1 < comp.rect.width; x1++ )
496 cvSeqPush( components, &comp );
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 188 // comparison function object. Comparison function object COMP is
197 ShortestFirstQueue(C comp)
198 : QueueBase<S>(SHORTEST_FIRST_QUEUE), heap_(comp) {}
530 Compare *comp = 0; local
533 comp = new Compare(distance, *less);
544 delete comp;
553 delete comp;
567 CHECK(comp);
568 queues_[i] = new ShortestFirstQueue<StateId, Compare>(*comp);
586 delete comp;
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 132 ComponentName comp = new ComponentName(mServiceItem.mServiceInfo.packageName, local
139 new String[] { "-a", "service", comp.flattenToString() });
141 Log.w(TAG, "Can't dump service: " + comp, e);
152 Log.w(TAG, "Can't read service dump: " + comp, e);
353 final ComponentName comp = rpi.importanceReasonComponent; local
355 // + " pid=" + rpi.importanceReasonPid + " comp=" + comp);
541 ActiveDetail activeDetailForService(ComponentName comp) {
545 && comp.equals(ad.mServiceItem.mRunningService.service)) {
552 private void showConfirmStopDialog(ComponentName comp) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 40 void Copy_MB_from_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int width);
41 void Copy_B_from_Vop(UChar *comp, Int cChan[], Int width);
42 void Copy_MB_into_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int width);
43 void Copy_B_into_Vop(UChar *comp, Int cChan[], Int width);
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldTreeMapTest.java 92 Comparator comp = new ReversedComparator(); local
93 TreeMap reversedTreeMap = new TreeMap(comp);
95 .comparator() == comp);
135 Comparator comp = new ReversedComparator(); local
136 TreeMap reversedTreeMap = new TreeMap(comp);
141 anotherTreeMap.comparator() == comp);
  /external/openssl/ssl/
s3_enc.c 225 COMP_METHOD *comp; local
239 comp=NULL;
241 comp=s->s3->tmp.new_compression->method;
263 if (comp != NULL)
265 s->expand=COMP_CTX_new(comp);
271 if (s->s3->rrec.comp == NULL)
272 s->s3->rrec.comp=(unsigned char *)
274 if (s->s3->rrec.comp == NULL)
299 if (comp != NULL)
301 s->compress=COMP_CTX_new(comp);
395 SSL_COMP *comp; local
    [all...]
  /external/oprofile/libpp/
arrange_profiles.cpp 61 int comp; local
70 comp = numeric_compare(lt.cpu, rt.cpu);
71 if (comp)
72 return comp < 0;
75 comp = numeric_compare(lt.tgid, rt.tgid);
76 if (comp)
77 return comp < 0;
79 comp = numeric_compare(lt.tid, rt.tid);
80 if (comp)
81 return comp < 0
    [all...]
  /external/qemu/
sys-tree.h 606 int comp = 0; \
610 comp = (cmp)(elm, parent); \
611 if (comp < 0) \
613 else if (comp > 0) \
620 if (comp < 0) \
636 int comp; \
638 comp = cmp(elm, tmp); \
639 if (comp < 0) \
641 else if (comp > 0) \
655 int comp; \
    [all...]
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 186 String comp = in.readString(); local
187 if (localLOGV) Slog.v(TAG, "Component: " + comp);
189 mLaunchTimes.put(comp, times);
193 void updateResume(String comp, boolean launched) {
205 void addLaunchCount(String comp) {
206 TimeStats times = mLaunchTimes.get(comp);
209 mLaunchTimes.put(comp, times);
214 void addLaunchTime(String comp, int millis) {
215 TimeStats times = mLaunchTimes.get(comp);
218 mLaunchTimes.put(comp, times)
383 String comp = parser.getAttributeValue(null, "name"); local
    [all...]
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletFactory.java 116 JavadocTool comp = JavadocTool.make0(context); local
117 RootDocImpl root = comp.getRootDocImpl(docLocale, encoding, showAccess,
  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 152 set_lig_props_for_component (hb_glyph_info_t &info, unsigned int comp)
154 set_lig_props_for_mark (info, 0, comp);

Completed in 1615 milliseconds

1 2 3 4 5 67 8 91011>>