HomeSort by relevance Sort by last modified time
    Searched refs:inc (Results 126 - 150 of 349) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/template/
HtmlWhiteSpaceStripper.java 2 * Copyright (C) 2010 Google Inc.
234 private int updateScope(int current, int inc) {
235 current += inc;
247 int inc = inOpenTag ? 1 : -1; local
249 textAreaScope = updateScope(textAreaScope, inc);
251 preScope = updateScope(preScope, inc);
253 verbatimScope = updateScope(verbatimScope, inc);
255 scriptScope = updateScope(scriptScope, inc);
  /frameworks/base/media/jni/mediaeditor/
Android.mk 41 $(TOP)/frameworks/media/libvideoeditor/vss/inc \
42 $(TOP)/frameworks/media/libvideoeditor/vss/common/inc \
43 $(TOP)/frameworks/media/libvideoeditor/vss/mcs/inc \
44 $(TOP)/frameworks/media/libvideoeditor/vss/stagefrightshells/inc \
47 $(TOP)/frameworks/media/libvideoeditor/osal/inc
  /frameworks/media/libvideoeditor/vss/src/
Android.mk 66 $(TOP)/frameworks/media/libvideoeditor/osal/inc \
67 $(TOP)/frameworks/media/libvideoeditor/vss/inc \
68 $(TOP)/frameworks/media/libvideoeditor/vss/mcs/inc \
69 $(TOP)/frameworks/media/libvideoeditor/vss/common/inc \
70 $(TOP)/frameworks/media/libvideoeditor/vss/stagefrightshells/inc \
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
Android.mk 42 $(TOP)/frameworks/media/libvideoeditor/vss/inc \
43 $(TOP)/frameworks/media/libvideoeditor/vss/common/inc \
44 $(TOP)/frameworks/media/libvideoeditor/vss/mcs/inc \
46 $(TOP)/frameworks/media/libvideoeditor/osal/inc \
48 $(TOP)/frameworks/media/libvideoeditor/vss/stagefrightshells/inc
  /hardware/qcom/media/mm-video/vidc/vdec/
Android.mk 60 libmm-vdec-inc := $(LOCAL_PATH)/inc
61 libmm-vdec-inc += $(TARGET_OUT_HEADERS)/mm-core/omxcore
65 LOCAL_C_INCLUDES := $(libmm-vdec-inc)
80 mm-vdec-test-inc := $(TARGET_OUT_HEADERS)/mm-core/omxcore
81 mm-vdec-test-inc += $(LOCAL_PATH)/inc
86 LOCAL_C_INCLUDES := $(mm-vdec-test-inc)
99 mm-vdec-drv-test-inc := $(TARGET_OUT_HEADERS)/mm-core/omxcore
100 mm-vdec-drv-test-inc += $(LOCAL_PATH)/in
    [all...]
  /external/clang/
clang.mk 7 CLANG_VERSION_INC_MK := $(CLANG_ROOT_PATH)/clang-version-inc.mk
  /external/e2fsprogs/tests/progs/
test_icount_cmds.ct 20 increment, inc;
  /external/embunit/
Android.mk 18 $(LOCAL_PATH)/inc
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.mk 9 CFLAGS += -I$(ROOT_DIR)/system/src/openmax_il/omx_core/src -I$(TOP_DIR)/inc/
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
Makefile 10 HSRC=$(wildcard ../inc/*)
16 CFLAGS+=-I../inc -Wall -ansi -fpic -pipe -DSTATIC_TABLE
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/
Android.mk 13 $(TI_OMX_VIDEO)/video_encode/inc \
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
Makefile 78 $(PROJROOT)/omx_core/inc \
79 $(PROJROOT)/mm_osal/inc \
  /hardware/qcom/media/mm-video/vidc/venc/
Android.mk 54 libmm-venc-inc := $(LOCAL_PATH)/inc
55 libmm-venc-inc += $(TARGET_OUT_HEADERS)/mm-core/omxcore
59 LOCAL_C_INCLUDES := $(libmm-venc-inc)
75 mm-venc-test720p-inc := $(TARGET_OUT_HEADERS)/mm-core/omxcore
76 mm-venc-test720p-inc += $(LOCAL_PATH)/inc
81 LOCAL_C_INCLUDES := $(mm-venc-test720p-inc)
97 venc-test-inc += $(LOCAL_PATH)/inc
    [all...]
  /external/clang/lib/Headers/
Makefile 12 BUILT_SOURCES = arm_neon.h.inc
18 $(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/clang/Basic/Version.inc))
52 $(ObjDir)/arm_neon.h.inc.tmp : $(CLANG_LEVEL)/include/clang/Basic/arm_neon.td $(TBLGEN) $(ObjDir)/.dir
53 $(Echo) "Building Clang arm_neon.h.inc with tblgen"
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_stretch.c 17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
67 int pos, inc; local
95 inc = (src_w << 16) / dst_w;
109 pos += inc;
127 int pos, inc; \
131 inc = (src_w << 16) / dst_w; \
138 pos += inc; \
151 int pos, inc; local
155 inc = (src_w << 16) / dst_w;
166 pos += inc;
178 int pos, inc; local
    [all...]
  /hardware/ti/omap4xxx/camera/
Android.mk 56 $(LOCAL_PATH)/inc/ \
59 $(LOCAL_PATH)/inc/OMXCameraAdapter \
65 hardware/ti/omap4xxx/domx/omx_core/inc \
66 hardware/ti/omap4xxx/domx/mm_osal/inc \
110 $(LOCAL_PATH)/inc/ \
113 $(LOCAL_PATH)/inc/V4LCameraAdapter \
  /hardware/ti/omap4xxx/domx/domx/
Makefile 83 $(PROJROOT)/omx_core/inc \
84 $(PROJROOT)/mm_osal/inc \
87 $(PROJROOT)/domx/omx_rpc/inc \
  /frameworks/media/libvideoeditor/lvpp/
Android.mk 78 $(TOP)/frameworks/media/libvideoeditor/osal/inc \
79 $(TOP)/frameworks/media/libvideoeditor/vss/common/inc \
80 $(TOP)/frameworks/media/libvideoeditor/vss/mcs/inc \
81 $(TOP)/frameworks/media/libvideoeditor/vss/inc \
82 $(TOP)/frameworks/media/libvideoeditor/vss/stagefrightshells/inc \
  /external/mesa3d/src/glsl/
loop_analysis.cpp 307 ir_rvalue *const inc = local
309 if (inc != NULL) {
312 lv->increment = inc;
435 ir_rvalue *inc = (op0 == var) ? rhs->operands[1] : rhs->operands[0];
437 if (inc->as_constant() == NULL) {
438 ir_variable *const inc_var = inc->variable_referenced();
444 inc = NULL;
446 inc = NULL;
449 if ((inc != NULL) && (rhs->operation == ir_binop_sub)) {
452 inc = new(mem_ctx) ir_expression(ir_unop_neg
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/
Android.mk 44 inc/ti_video_config_parser.h \
45 inc/ti_m4v_config_parser.h \
46 inc/ti_omx_config_parser.h
  /external/dhcpcd/dhcpcd-hooks/
Makefile 2 include ${TOP}/Makefile.inc
  /external/libgsm/
Android.mk 37 LOCAL_C_INCLUDES += $(LOCAL_PATH)/inc
  /hardware/ti/omap4xxx/domx/mm_osal/
Makefile 41 inc/ \
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p1.cpp 133 int inc(int x);
139 int test5::inc(int x = default_x) { function in class:test5
  /external/valgrind/main/exp-bbv/tests/x86/
million.S 26 inc %eax # put exit syscall number (1) in eax
31 inc %eax # put exit syscall number (1) in eax

Completed in 1339 milliseconds

1 2 3 4 56 7 8 91011>>