HomeSort by relevance Sort by last modified time
    Searched refs:comp (Results 376 - 400 of 706) sorted by null

<<11121314151617181920>>

  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 554 public void setComposite(Composite comp)
556 graphics.setComposite(comp);
  /external/tremolo/Tremolo/
bitwise.c 390 void cliptest(unsigned long *b,int vals,int bits,int *comp,int compsize){
394 or->buffer->data[i]= comp[i];
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.S 269 cmpeq r5,r1 @ if first byte matched, comp this one
271 cmpeq r5,r2 @ if first two matched, comp this one
  /libcore/ojluni/src/main/java/java/util/stream/
SortedOps.java 116 Comparator<? super T> comp = (Comparator<? super T>) Comparator.naturalOrder(); local
117 this.comparator = comp;
  /prebuilts/devtools/tools/lib/
ddms.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bz2.py 306 def comp(): function in function:BZ2FileTest.testThreading
309 threads = [threading.Thread(target=comp) for i in range(nthreads)]
test_heapq.py 195 def hsort(data, comp):
196 data = map(comp, data)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bz2.py 306 def comp(): function in function:BZ2FileTest.testThreading
309 threads = [threading.Thread(target=comp) for i in range(nthreads)]
test_heapq.py 195 def hsort(data, comp):
196 data = map(comp, data)
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddms/24.4.0-beta6/
ddms-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddms/24.5.0/
ddms-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddms/25.0.0-alpha1/
ddms-25.0.0-alpha1.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bz2.py 306 def comp(): function in function:BZ2FileTest.testThreading
309 threads = [threading.Thread(target=comp) for i in range(nthreads)]
test_heapq.py 195 def hsort(data, comp):
196 data = map(comp, data)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bz2.py 306 def comp(): function in function:BZ2FileTest.testThreading
309 threads = [threading.Thread(target=comp) for i in range(nthreads)]
test_heapq.py 195 def hsort(data, comp):
196 data = map(comp, data)
  /external/e2fsprogs/e2fsck/
dict.c 255 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp)
260 new->compare = comp;
335 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp)
337 dict->compare = comp;
    [all...]
  /external/llvm/test/Object/
coff-archive.test 68 CHECKIDX: 00ab9d1b a @comp.id
226 CHECKIDX: 00ab9d1b a @comp.id
  /external/opencv/cv/include/
cv.h 126 comp with contain a pointer to sequence (CvSeq)
129 CvMemStorage* storage, CvSeq** comp,
577 CvTermCriteria criteria, CvConnectedComp* comp,
583 CvTermCriteria criteria, CvConnectedComp* comp );
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
j2k.h 765 *@param comp the component image header to dump.
769 void j2k_dump_image_comp_header(opj_image_comp_t* comp, OPJ_BOOL dev_dump_flag, FILE* out_stream);
  /external/drm_hwcomposer/
drmdisplaycompositor.cpp 1047 std::unique_ptr<DrmDisplayComposition> comp = CreateComposition();
1048 ret = SquashFrame(active_composition_.get(), comp.get());
1054 ApplyFrame(std::move(comp), 0);
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfOutputFile.cpp 137 LineBuffer (Compressor *comp);
149 LineBuffer::LineBuffer (Compressor *comp) :
152 compressor (comp),
    [all...]
ImfTiledInputFile.cpp 146 TileBuffer (Compressor * const comp);
158 TileBuffer::TileBuffer (Compressor *comp):
161 compressor (comp),
    [all...]
ImfTiledOutputFile.cpp 200 TileBuffer (Compressor *comp);
212 TileBuffer::TileBuffer (Compressor *comp):
215 compressor (comp),
    [all...]
  /ndk/sources/host-tools/make-3.81/
variable.c 739 struct variable *comp = lookup_variable ("COMSPEC", 7);
745 else if (comp)
751 (void) define_variable (shell_str, shlen, comp->value, o_env, 0);
730 struct variable *comp = lookup_variable ("COMSPEC", 7); local
    [all...]

Completed in 1687 milliseconds

<<11121314151617181920>>