HomeSort by relevance Sort by last modified time
    Searched full:comp (Results 26 - 50 of 440) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/tools/zoneinfo/tzdata2009s/
factory 8 # Also useful for the "comp.sources" version.
  /external/jdiff/src/jdiff/
DiffOutput.java 45 int comp = pkgName_.compareTo(oDiffOutput.pkgName_); local
46 if (comp != 0)
47 return comp;
Modifiers.java 46 int comp = visibility.compareTo(oModifiers.visibility); local
47 if (comp != 0)
48 return comp;
92 int comp = visibility.compareTo(newModifiers.visibility); local
93 if (comp != 0) {
  /external/webkit/WebKitLibraries/win/lib/
QuartzCoreInterface.lib 8 L?O!K$.debug$SN?@B.idata$2??@0?.idata$6 ?@ ? QuartzCoreInterface.dll('?Microsoft (R) LINK QuartzCoreInterface.dll@comp.id'?{??.idata$2@?h.idata$6.idata$4@?h.idata$5@?h,Ej__IMPORT_DESCRIPTOR_QuartzCoreInterface__NULL_IMPORT_DESCRIPTORQuartzCoreInterface_NULL_THUNK_DATA/0 1260474358 0 263 `
9 L?O!K?.debug$SNd@B.idata$3?@0? QuartzCoreInterface.dll('?Microsoft (R) LINK@comp.id'?{??__NULL_IMPORT_DESCRIPTOR
11 L?O!K?.debug$SN?@B.idata$5?@0?.idata$4?@0? QuartzCoreInterface.dll('?Microsoft (R) LINK@comp.id'?{??)QuartzCoreInterface_NULL_THUNK_DATA
  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
Blitter.java 41 Composite comp, Color bgcolor,
46 AffineTransform sysxform, Composite comp, Color bgcolor,
51 Composite comp, Color bgcolor, MultiRectArea clip);
NullBlitter.java 42 AffineTransform xform, Composite comp, Color bgcolor,
48 Composite comp, Color bgcolor, MultiRectArea clip) {
52 Surface dstSurf, int width, int height, Composite comp,
  /external/stlport/test/eh/
test_map.cpp 34 template <class K, class V, class Comp, class A>
36 container_category(const EH_STD::__multimap__<K,V,Comp, A>&)
41 template <class K, class V, class Comp, class A >
43 container_category(const EH_STD::__map__<K,V,Comp, A>&)
  /frameworks/base/awt/java/awt/
MouseDispatcher.java 67 private static Point getAbsLocation(Component comp) {
70 // for (Component parent = comp; parent != null; parent = parent.parent) {
154 private void setCursor(Component comp) {
155 if (comp == null) {
160 grabOwner.isShowing() ? grabOwner : comp);
165 int x, int y, Component comp) {
166 if (comp.isIndirectlyEnabled()) {
168 new MouseEvent(comp, id, when, mod, x, y, 0, false));
169 comp.setMouseExitedExpected(id == MouseEvent.MOUSE_ENTERED);
171 comp.setMouseExitedExpected(false)
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
findhalfpel.cpp 187 Int k, comp; local
207 for (comp = 0; comp < 4; comp++)
215 imin = xpos + ((comp & 1) << 3) + (mot[comp+1].x >> 1);
216 jmin = ypos + ((comp & 2) << 2) + (mot[comp+1].y >> 1);
217 ilow = xpos + ((comp & 1) << 3) - range;
218 jlow = ypos + ((comp & 2) << 2) - range
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsort.h 29 // Sorts the arcs in an FST according to function object 'comp' of
43 void ArcSort(MutableFst<Arc> *fst, Compare comp) {
58 sort(arcs.begin(), arcs.end(), comp);
64 fst->SetProperties(comp.Properties(props), kFstProperties);
90 ArcSortFstImpl(const Fst<A> &fst, const C &comp,
92 : CacheImpl<A>(opts), fst_(fst.Copy()), comp_(comp) {
169 // Sorts the arcs in an FST according to function object 'comp' of
196 ArcSortFst(const Fst<A> &fst, const C &comp)
197 : impl_(new ArcSortFstImpl<A, C>(fst, comp, ArcSortFstOptions())) {}
199 ArcSortFst(const Fst<A> &fst, const C &comp, const ArcSortFstOptions &opts
    [all...]
  /external/opencore/oscl/oscl/osclregserv/src/
oscl_registry_serv_impl.cpp 161 OsclComponentRegistryElement*comp = NULL; local
165 comp = iData.Find(compId, true);//exact
166 if (comp)
167 fac = comp->iFactory;
201 OsclComponentRegistryElement*comp = NULL; local
204 comp = iData.Find(compId, true);
205 if (!comp)
210 iData.iVec.erase(comp);
  /external/webkit/WebCore/bridge/
testqtbindings.cpp 110 Completion comp(interp->evaluate("", 0, code));
112 if (comp.complType() == Throw) {
114 JSValue* exVal = comp.value();
128 else if (comp.complType() == ReturnValue) {
129 char* msg = comp.value()->toString(interp->globalExec()).ascii();
  /external/openssl/crypto/comp/
Makefile 2 # OpenSSL/crypto/comp/Makefile
5 DIR= comp
28 EXHEADER= comp.h
81 c_rle.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
88 c_zlib.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
95 comp_err.o: ../../include/openssl/bio.h ../../include/openssl/comp.h
103 comp_lib.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
c_rle.c 5 #include <openssl/comp.h>
  /external/skia/src/xml/
SkJS.cpp 116 char *path, *comp, *full; local
131 for (comp = strtok(path, ":"); comp; comp = strtok(NULL, ":")) {
132 if (*comp != '\0') {
133 full = JS_smprintf("%s/%s", comp, name);
143 if (*comp != '\0')
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 134 Composite comp = new Composite(parent, SWT.NONE); local
135 setControl(comp);
139 comp.setLayout(topLayout);
141 createSingleTestSection(comp);
142 createTestContainerSelectionGroup(comp);
144 createSpacer(comp);
146 createInstrumentationGroup(comp);
148 createSpacer(comp);
150 Dialog.applyDialogFont(comp);
158 private void createSpacer(Composite comp) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
libOMX.TI.AMR.encode.so 
  /frameworks/base/awt/java/awt/image/
ComponentColorModel.java 537 float comp[]; local
544 comp = new float[3];
557 comp[0] = red / fFactor;
558 comp[1] = green / fFactor;
559 comp[2] = blue / fFactor;
561 normComp = comp;
566 normComp[i] = comp[i];
571 comp[0] = red / fFactor;
572 comp[1] = green / fFactor;
573 comp[2] = blue / fFactor
1355 int comp = getDefComponent(pixel, idx); local
1361 int comp = getDefComponent(pixel, idx); local
1383 int comp = 0; local
    [all...]
DirectColorModel.java 239 float comp[] = new float[numColorComponents]; local
254 comp[0] = red / fFactor;
255 comp[1] = green / fFactor;
256 comp[2] = blue / fFactor;
258 normComp = comp;
263 normComp[i] = comp[i];
268 comp[0] = red / fFactor;
269 comp[1] = green / fFactor;
270 comp[2] = blue / fFactor;
271 float rgbComp[] = cs.fromRGB(comp);
838 int comp = (pixel & componentMasks[idx]) >> offsets[idx]; local
859 int comp = (pixel & componentMasks[idx]) >> offsets[idx]; local
    [all...]
  /external/bluetooth/bluez/common/
oui.h 25 int oui2comp(const char *oui, char *comp, size_t size);
  /external/libpng/contrib/pngminus/
makevms.com 12 $ comp = "__decc__=1"
20 $ comp = "__gcc__=1"
23 $ comp = "__vaxc__=1"
28 $ comp = "__decc__=1"
  /external/openssl/crypto/err/
openssl.ec 30 L COMP crypto/comp/comp.h crypto/comp/comp_err.c
  /frameworks/base/awt/com/android/internal/awt/
AndroidJavaBlitter.java 79 AffineTransform xform, Composite comp, Color bgcolor,
84 sysxform, comp, bgcolor, clip);
95 sysxform, comp, bgcolor, clip);
102 Composite comp, Color bgcolor, MultiRectArea clip) {
114 width, height, comp, bgcolor, clip);
131 sysxform, comp, bgcolor, clip);
137 Surface dstSurf, int width, int height, Composite comp,
156 Surface dstSurf, int width, int height, Composite comp,
163 width, height, comp, bgcolor, clip);
170 int width, int height, Composite comp, Color bgcolor
    [all...]
  /external/openssl/crypto/stack/
stack.c 83 int (*old)(const char * const *,const char * const *)=sk->comp;
85 if (sk->comp != c)
87 sk->comp=c;
97 if ((ret=sk_new(sk->comp)) == NULL) goto err;
107 ret->comp=sk->comp;
131 ret->comp=c;
220 if (st->comp == NULL)
235 comp_func=(int (*)(const void *,const void *))(st->comp);
325 /* same comment as in sk_find ... previously st->comp was declare
    [all...]
  /external/webkit/WebCore/bindings/js/
WorkerScriptController.cpp 123 Completion comp = JSC::evaluate(exec, exec->dynamicGlobalObject()->globalScopeChain(), sourceCode.jsSourceCode(), m_workerContextWrapper); local
126 if (comp.complType() == Normal || comp.complType() == ReturnValue)
127 return comp.value();
129 if (comp.complType() == Throw)
130 *exception = comp.value();

Completed in 76 milliseconds

12 3 4 5 6 7 8 91011>>