HomeSort by relevance Sort by last modified time
    Searched refs:functions (Results 226 - 250 of 2176) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/
rxjava-async-util-0.21.0.jar 
  /prebuilts/tools/common/uast/1.0/
uast-java-1.0.jar 
  /external/bart/tests/
test_sched_functions.py 26 from bart.sched.functions import get_pids_for_process
43 from bart.sched.functions import get_pids_for_process
  /external/e2fsprogs/misc/
uuidd.rc 22 . /lib/lsb/init-functions
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
SimpleEscapingFunction.java 17 package com.google.clearsilver.jsilver.functions.escape;
19 import com.google.clearsilver.jsilver.functions.TextFilter;
24 * Base class to make writing fast, simple escaping functions easy. A simple escaping function is
StyleEscapeFunction.java 17 package com.google.clearsilver.jsilver.functions.escape;
19 import com.google.clearsilver.jsilver.functions.TextFilter;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
BaseUrlValidateFunction.java 17 package com.google.clearsilver.jsilver.functions.html;
19 import com.google.clearsilver.jsilver.functions.TextFilter;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
SliceFunction.java 17 package com.google.clearsilver.jsilver.functions.string;
19 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
parse-build.sh 35 . functions.sh
  /external/lisa/libs/utils/analysis/
functions_analysis.py 18 """ Functions Analysis Module """
27 Support for kernel functions profiling and analysis
36 def plotProfilingStats(self, functions=None, metrics='avg'):
38 Plot functions profiling metrics for the specified kernel functions.
42 By default all the kernel functions are plotted.
44 :param functions: the name of list of name of kernel functions to plot
45 :type functions: str or list(str)
53 self._log.warning('Functions stats data not available'
    [all...]
  /external/llvm/utils/abtest/
abtest.py 14 # mode functions are identified by "# -- Begin FunctionName" and
15 # "# -- End FunctionName" markers. The abtest.py then takes all functions from
28 # Example usage to identify miscompiled functions inside a file:
29 # 3. First you have to mark begin and end of the functions.
70 functions = []
85 functions.append( (in_function, text) )
89 return functions
168 functions = extract_functions(goodfile)
169 if len(functions) == 0:
173 if len(functions) == 0
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c 49 * Mesa's Driver Functions
87 i915InitDriverFunctions(struct dd_function_table *functions)
89 intelInitDriverFunctions(functions);
90 i915InitStateFunctions(functions);
91 i915InitFragProgFuncs(functions);
92 functions->UpdateState = i915InvalidateState;
161 struct dd_function_table functions; local
173 i915InitDriverFunctions(&functions);
177 sharedContextPrivate, &functions,
  /external/python/cpython2/Mac/Modules/cm/
cmsupport.py 112 functions = [] variable
119 for f in functions: module.add(f)
  /external/python/cpython2/Mac/Modules/icn/
icnsupport.py 79 functions = [] variable
85 for f in functions: module.add(f)
  /external/python/cpython2/Mac/Modules/menu/
menusupport.py 97 functions = [] variable
103 for f in functions: module.add(f)
  /external/python/cpython2/Mac/Modules/osa/
osasupport.py 94 functions = [] variable
100 for f in functions: module.add(f)
  /external/syslinux/gpxe/src/arch/x86_64/
Makefile 8 CFLAGS += -falign-jumps=1 -falign-loops=1 -falign-functions=1
  /hardware/qcom/display/msm8960/
Android.mk 8 #This is for mako since it doesn't have the QCOM make functions
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
p.go 5 // A package such that there are 3 functions with zero total and covered lines.
  /prebuilts/go/darwin-x86/src/crypto/internal/cipherhw/
doc.go 5 // Package cipherhw exposes common functions for detecting whether hardware
  /prebuilts/go/darwin-x86/src/math/cmplx/
abs.go 5 // Package cmplx provides basic constants and mathematical functions for
  /prebuilts/go/darwin-x86/src/math/
export_test.go 7 // Export internal functions for testing.
  /prebuilts/go/darwin-x86/src/runtime/
cgocallback.go 7 // These functions are called from C code via cgo/callbacks.go.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug173.go 8 // functions that get called to implement them
  /prebuilts/go/darwin-x86/test/fixedbugs/bug392.dir/
pkg3.go 5 // Use the functions in pkg2.go so that the inlined

Completed in 506 milliseconds

1 2 3 4 5 6 7 8 91011>>