HomeSort by relevance Sort by last modified time
    Searched refs:inc (Results 201 - 225 of 812) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/google/contexthub/firmware/
linux_aux_variant_config.mk 47 NANO_VARIANT_C_INCLUDES_$(my_variant) := device/google/contexthub/firmware/variant/linux/inc
  /device/google/contexthub/firmware/variant/argonkey/
Android.mk 31 $(LOCAL_PATH)/inc \
  /device/google/contexthub/firmware/variant/lunchbox/
Android.mk 30 $(LOCAL_PATH)/inc \
  /device/google/contexthub/firmware/variant/neonkey/
Android.mk 31 $(LOCAL_PATH)/inc \
  /device/google/contexthub/firmware/variant/nucleo/
Android.mk 30 $(LOCAL_PATH)/inc \
  /device/google/marlin/dataservices/rmnetctl/src/
Android.mk 5 LOCAL_EXPORT_C_INCLUDE_DIRS:=$(LOCAL_PATH)/inc
12 LOCAL_C_INCLUDES := $(LOCAL_PATH)/inc
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
FunctionWithDefaultMethod.java 35 static FunctionWithDefaultMethod<Integer> inc(int add) { method in interface:FunctionWithDefaultMethod
55 return ints.stream().map(inc(add)).map(toLong()).collect(Collectors.toList());
63 return inc(add)::twice;
71 return FunctionWithDefaultMethod::inc;
  /external/ltp/testcases/kernel/containers/mqns/
Makefile 18 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##
25 include $(abs_srcdir)/../Makefile.inc
  /external/ltp/testcases/kernel/containers/pidns/
Makefile 17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##
24 include $(abs_srcdir)/../Makefile.inc
  /external/ltp/testcases/kernel/containers/userns/
Makefile 22 include $(abs_srcdir)/../Makefile.inc
  /external/ltp/testcases/kernel/containers/utsname/
Makefile 17 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##
24 include $(abs_srcdir)/../Makefile.inc
  /external/ltp/testcases/kernel/controllers/cpuctl/
Makefile 4 # Copyright (C) 2009, Cisco Systems Inc.
17 # with this program; if not, write to the Free Software Foundation, Inc.,
26 include $(abs_srcdir)/../Makefile.inc
  /external/ltp/testcases/kernel/controllers/cpuctl_fj/
Makefile 4 # Copyright (C) 2009, Cisco Systems Inc.
17 # with this program; if not, write to the Free Software Foundation, Inc.,
26 include $(abs_srcdir)/../Makefile.inc
  /external/ltp/testcases/kernel/controllers/io-throttle/
Makefile 4 # Copyright (C) 2009, Cisco Systems Inc.
17 # with this program; if not, write to the Free Software Foundation, Inc.,
26 include $(abs_srcdir)/../Makefile.inc
  /external/ltp/testcases/kernel/controllers/memctl/
Makefile 4 # Copyright (C) 2009, Cisco Systems Inc.
17 # with this program; if not, write to the Free Software Foundation, Inc.,
26 include $(abs_srcdir)/../Makefile.inc
  /external/ltp/testcases/kernel/syscalls/ipc/msgsnd/
Makefile 25 include $(abs_srcdir)/../Makefile2.inc
  /external/ltp/testcases/kernel/syscalls/ipc/msgstress/
Makefile 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28 include $(abs_srcdir)/../Makefile.inc
  /external/ltp/testcases/kernel/syscalls/ipc/shmctl/
Makefile 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25 include $(abs_srcdir)/../Makefile.inc
  /external/ltp/testcases/network/rpc/basic_tests/rpc01/lib/
Makefile 15 # with this program; if not, write to the Free Software Foundation, Inc.,
25 include $(top_srcdir)/testcases/network/rpc/rpc-tirpc/tests_pack/Makefile.inc
  /external/tensorflow/tensorflow/contrib/tensorrt/custom_plugin_examples/
inc_op_kernel.cu.cc 32 __global__ void VecInc(const float* vec, float inc, float* dest, int n) {
34 if (i < n) dest[i] = vec[i] + inc;
37 void IncrementKernel(const float* d_input, float inc, float* d_output,
43 stream, d_input, inc, d_output, count));
53 OP_REQUIRES_OK(context, context->GetAttr("inc", &inc_list));
  /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);
  /external/libxaac/decoder/
ixheaacd_tns.h 51 VOID ixheaacd_tns_ar_filter_dec(WORD32 *spectrum, WORD32 size, WORD32 inc,
55 void ixheaacd_tns_ma_filter_fixed_ld(WORD32 *spectrum, WORD32 size, WORD32 inc,
59 VOID ixheaacd_tns_ar_filter_armv7(WORD32 *spectrum, WORD32 size, WORD32 inc,
69 VOID ixheaacd_tns_ar_filter_fixed_dec(WORD32 *spectrum, WORD32 size, WORD32 inc,
74 WORD32 inc, WORD32 *lpc, WORD32 order,
78 WORD32 inc, WORD32 *lpc,
84 WORD32 inc, WORD32 *lpc, WORD32 order,
  /external/llvm/soong/
tblgen.go 94 case strings.HasSuffix(out, "GenRegisterInfo.inc"):
96 case strings.HasSuffix(out, "GenInstrInfo.inc"):
98 case strings.HasSuffix(out, "GenAsmWriter.inc"):
100 case strings.HasSuffix(out, "GenAsmWriter1.inc"):
102 case strings.HasSuffix(out, "GenAsmMatcher.inc"):
104 case strings.HasSuffix(out, "GenCodeEmitter.inc"):
106 case strings.HasSuffix(out, "GenMCCodeEmitter.inc"):
108 case strings.HasSuffix(out, "GenMCPseudoLowering.inc"):
110 case strings.HasSuffix(out, "GenDAGISel.inc"):
112 case strings.HasSuffix(out, "GenDisassemblerTables.inc")
    [all...]
  /external/libopus/celt/tests/
test_unit_cwrs32.c 101 opus_uint32 inc; local
112 inc=nc/20000;
113 if(inc<1)inc=1;
114 for(i=0;i<nc;i+=inc){
  /external/capstone/
Makefile 101 DEP_ARM += arch/ARM/ARMGenAsmWriter.inc
102 DEP_ARM += arch/ARM/ARMGenDisassemblerTables.inc
103 DEP_ARM += arch/ARM/ARMGenInstrInfo.inc
104 DEP_ARM += arch/ARM/ARMGenRegisterInfo.inc
105 DEP_ARM += arch/ARM/ARMGenSubtargetInfo.inc
117 DEP_ARM64 += arch/AArch64/AArch64GenAsmWriter.inc
118 DEP_ARM64 += arch/AArch64/AArch64GenInstrInfo.inc
119 DEP_ARM64 += arch/AArch64/AArch64GenSubtargetInfo.inc
120 DEP_ARM64 += arch/AArch64/AArch64GenDisassemblerTables.inc
121 DEP_ARM64 += arch/AArch64/AArch64GenRegisterInfo.inc
    [all...]

Completed in 1939 milliseconds

1 2 3 4 5 6 7 891011>>