/external/valgrind/none/tests/s390x/ |
comp-1.vgtest | 1 prog: comp-1
|
comp-2.vgtest | 1 prog: comp-2
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/ |
ppp-comp.h | 1 #include <linux/ppp-comp.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/ |
ppp-comp.h | 1 #include <linux/ppp-comp.h>
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
rubydef.swg | 1 /* empty file added for backward comp. */
|
/external/vulkan-validation-layers/cmake/ |
FindXCB.cmake | 15 foreach(comp ${XCB_FIND_COMPONENTS}) 17 string(TOUPPER ${comp} compname) 20 string(REPLACE "xcb-" "" headername xcb/${comp}.h) 22 set(libname ${comp}) 24 pkg_check_modules(PC_${comp} QUIET ${comp}) 28 ${PC_${comp}_INCLUDEDIR} 29 ${PC_${comp}_INCLUDE_DIRS} 34 ${PC_${comp}_LIBDIR} 35 ${PC_${comp}_LIBRARY_DIRS [all...] |
/external/squashfs-tools/squashfs-tools/ |
compressor.h | 46 static inline int compressor_init(struct compressor *comp, void **stream, 49 if(comp->init == NULL) 51 return comp->init(stream, block_size, datablock); 55 static inline int compressor_compress(struct compressor *comp, void *strm, 58 return comp->compress(strm, dest, src, size, block_size, error); 62 static inline int compressor_uncompress(struct compressor *comp, void *dest, 65 return comp->uncompress(dest, src, size, block_size, error); 73 static inline int compressor_options(struct compressor *comp, char *argv[], 76 if(comp->options == NULL) 79 return comp->options(argv, argc) [all...] |
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/classical/ |
pass1.fragment.glsl | 15 vec4 comp = fract(depth * bitSh); 16 comp -= comp.xxyz * bitMsk; 17 return comp;
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/realistic/ |
pass1.fragment.glsl | 19 vec4 comp = fract(depth * bitSh); 20 comp -= comp.xxyz * bitMsk; 21 return comp;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
nturl2path.py | 23 comp = url.split('|') 24 if len(comp) != 2 or comp[0][-1] not in string.ascii_letters: 27 drive = comp[0][-1].upper() 29 components = comp[1].split('/') 30 for comp in components: 31 if comp: 32 path = path + '\\' + urllib.unquote(comp) 55 comp = p.split(':') 56 if len(comp) != 2 or len(comp[0]) > 1 [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
nturl2path.py | 23 comp = url.split('|') 24 if len(comp) != 2 or comp[0][-1] not in string.ascii_letters: 27 drive = comp[0][-1].upper() 29 components = comp[1].split('/') 30 for comp in components: 31 if comp: 32 path = path + '\\' + urllib.unquote(comp) 55 comp = p.split(':') 56 if len(comp) != 2 or len(comp[0]) > 1 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
nturl2path.py | 23 comp = url.split('|') 24 if len(comp) != 2 or comp[0][-1] not in string.ascii_letters: 27 drive = comp[0][-1].upper() 29 components = comp[1].split('/') 30 for comp in components: 31 if comp: 32 path = path + '\\' + urllib.unquote(comp) 55 comp = p.split(':') 56 if len(comp) != 2 or len(comp[0]) > 1 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
nturl2path.py | 23 comp = url.split('|') 24 if len(comp) != 2 or comp[0][-1] not in string.ascii_letters: 27 drive = comp[0][-1].upper() 29 components = comp[1].split('/') 30 for comp in components: 31 if comp: 32 path = path + '\\' + urllib.unquote(comp) 55 comp = p.split(':') 56 if len(comp) != 2 or len(comp[0]) > 1 [all...] |
/external/icu/icu4c/source/layout/ |
LigatureSubstSubtables.cpp | 35 le_uint16 comp; local 37 for (comp = 0; comp < compCount; comp += 1) { 42 if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) { 47 if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, ligGlyph)))) { 51 while (comp > 0) { 55 comp -= 1;
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_info.c | 33 #define COMP TGSI_OUTPUT_COMPONENTWISE 40 { 1, 1, 0, 0, 0, 0, COMP, "ARL", TGSI_OPCODE_ARL }, 41 { 1, 1, 0, 0, 0, 0, COMP, "MOV", TGSI_OPCODE_MOV }, 47 { 1, 2, 0, 0, 0, 0, COMP, "MUL", TGSI_OPCODE_MUL }, 48 { 1, 2, 0, 0, 0, 0, COMP, "ADD", TGSI_OPCODE_ADD }, 52 { 1, 2, 0, 0, 0, 0, COMP, "MIN", TGSI_OPCODE_MIN }, 53 { 1, 2, 0, 0, 0, 0, COMP, "MAX", TGSI_OPCODE_MAX }, 54 { 1, 2, 0, 0, 0, 0, COMP, "SLT", TGSI_OPCODE_SLT }, 55 { 1, 2, 0, 0, 0, 0, COMP, "SGE", TGSI_OPCODE_SGE }, 56 { 1, 3, 0, 0, 0, 0, COMP, "MAD", TGSI_OPCODE_MAD } [all...] |
/system/sepolicy/tools/sepolicy-analyze/ |
sepolicy-analyze.c | 15 #define COMP(x) { #x, sizeof(#x) - 1, x ##_usage, x ##_func } 22 COMP(dups), 23 COMP(neverallow), 24 COMP(permissive), 25 COMP(typecmp), 26 COMP(booleans), 27 COMP(attribute)
|
/external/jdiff/src/jdiff/ |
FieldAPI.java | 72 int comp = name_.compareTo(oFieldAPI.name_); local 73 if (comp != 0) 74 return comp; 75 comp = type_.compareTo(oFieldAPI.type_); 76 if (comp != 0) 77 return comp; 87 comp = value_.compareTo(oFieldAPI.value_); 88 if (comp != 0) 89 return comp; 91 comp = modifiers_.compareTo(oFieldAPI.modifiers_) [all...] |
ParamAPI.java | 31 int comp = name_.compareTo(oParamAPI.name_); local 32 if (comp != 0) 33 return comp; 34 comp = type_.compareTo(oParamAPI.type_); 35 if (comp != 0) 36 return comp;
|
MethodAPI.java | 88 int comp = name_.compareTo(oMethod.name_); local 89 if (comp != 0) 90 return comp; 91 comp = returnType_.compareTo(oMethod.returnType_); 92 if (comp != 0) 93 return comp; 107 comp = exceptions_.compareTo(oMethod.exceptions_); 108 if (comp != 0) 109 return comp; 110 comp = modifiers_.compareTo(oMethod.modifiers_) [all...] |
/external/libavc/test/encoder/ |
psnr.c | 98 WORD32 comp; local 106 for(comp = 0; comp < 3; comp++) 108 df_psnr[comp] = 0; 109 pu1_buf1 = (UWORD8 *)ps_buf1->apv_bufs[comp]; 110 pu1_buf2 = (UWORD8 *)ps_buf2->apv_bufs[comp]; 111 wd = ps_buf1->au4_wd[comp]; 112 ht = ps_buf1->au4_ht[comp]; 113 strd1 = ps_buf1->au4_strd[comp]; [all...] |
/external/libxml2/include/libxml/ |
pattern.h | 47 xmlFreePattern (xmlPatternPtr comp); 50 xmlFreePatternList (xmlPatternPtr comp); 58 xmlPatternMatch (xmlPatternPtr comp, 66 xmlPatternStreamable (xmlPatternPtr comp); 68 xmlPatternMaxDepth (xmlPatternPtr comp); 70 xmlPatternMinDepth (xmlPatternPtr comp); 72 xmlPatternFromRoot (xmlPatternPtr comp); 74 xmlPatternGetStreamCtxt (xmlPatternPtr comp);
|
/external/libvpx/libvpx/vp8/common/ |
onyxd.h | 46 void vp8dx_set_setting(struct VP8D_COMP* comp, VP8D_SETTING oxst, int x); 48 int vp8dx_get_setting(struct VP8D_COMP* comp, VP8D_SETTING oxst); 50 int vp8dx_receive_compressed_data(struct VP8D_COMP* comp, 53 int vp8dx_get_raw_frame(struct VP8D_COMP* comp, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags); 55 vpx_codec_err_t vp8dx_get_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd); 56 vpx_codec_err_t vp8dx_set_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
onyxd.h | 46 void vp8dx_set_setting(struct VP8D_COMP* comp, VP8D_SETTING oxst, int x); 48 int vp8dx_get_setting(struct VP8D_COMP* comp, VP8D_SETTING oxst); 50 int vp8dx_receive_compressed_data(struct VP8D_COMP* comp, 53 int vp8dx_get_raw_frame(struct VP8D_COMP* comp, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags); 55 vpx_codec_err_t vp8dx_get_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd); 56 vpx_codec_err_t vp8dx_set_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
|
/external/libxml2/ |
pattern.c | 83 if ((c)->comp->dict) \ 84 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \ 87 #define XML_PAT_FREE_STRING(c, r) if ((c)->comp->dict == NULL) xmlFree(r); 110 xmlStreamCompPtr comp; /* the compiled stream */ member in struct:_xmlStreamCtxt 119 static void xmlFreeStreamComp(xmlStreamCompPtr comp); 183 xmlPatternPtr comp; /* the result */ member in struct:_xmlPatParserContext 226 * @comp: an XSLT comp 228 * Free up the memory allocated by @comp 231 xmlFreePattern(xmlPatternPtr comp) { 1861 xmlStreamCompPtr comp; local [all...] |
/external/bzip2/ |
bzdiff | 18 *cmp) comp=${CMP-cmp} ;; 19 *) comp=${DIFF-diff} ;; 37 echo "Usage: $prog [${comp}_options] file [file]" 47 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE" 57 bzip2 -cdfq "$1" | $comp $OPTIONS - $tmp 61 *) bzip2 -cdfq "$1" | $comp $OPTIONS - "$2" 66 bzip2 -cdfq "$2" | $comp $OPTIONS "$1" - 68 *) $comp $OPTIONS "$1" "$2" 74 echo "Usage: $prog [${comp}_options] file [file]"
|