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

<<11121314151617181920>>

  /external/selinux/mcstrans/src/
mcstrans.init 26 . /etc/init.d/functions
  /external/selinux/restorecond/
restorecond.init 27 . /etc/rc.d/init.d/functions
  /external/skia/src/gpu/glsl/
GrGLSLShaderBuilder.cpp 49 this->functions().append(GrGLSLTypeString(fProgramBuilder->shaderCaps(), returnType));
51 this->functions().appendf(" %s", outName->c_str());
52 this->functions().append("(");
54 args[i].appendDecl(fProgramBuilder->shaderCaps(), &this->functions());
56 this->functions().append(", ");
59 this->functions().append(") {\n");
60 this->functions().append(body);
61 this->functions().append("}\n\n");
123 // We define up to three helper functions, to keep things clearer. One does inverse sRGB,
  /external/skqp/src/gpu/glsl/
GrGLSLShaderBuilder.cpp 49 this->functions().append(GrGLSLTypeString(fProgramBuilder->shaderCaps(), returnType));
51 this->functions().appendf(" %s", outName->c_str());
52 this->functions().append("(");
54 args[i].appendDecl(fProgramBuilder->shaderCaps(), &this->functions());
56 this->functions().append(", ");
59 this->functions().append(") {\n");
60 this->functions().append(body);
61 this->functions().append("}\n\n");
123 // We define up to three helper functions, to keep things clearer. One does inverse sRGB,
  /external/syslinux/mk/
elf.mk 41 GCCOPT += $(call gcc_ok,-falign-functions=0,-malign-functions=0)
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/
Android.mk 5 # functions
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/
Android.mk 5 # functions
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/
Android.mk 5 # functions
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/
Android.mk 5 # functions
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/
Android.mk 5 # functions
  /prebuilts/go/darwin-x86/src/errors/
errors.go 5 // Package errors implements functions to manipulate errors.
  /prebuilts/go/darwin-x86/src/hash/
hash.go 5 // Package hash provides interfaces for hash functions.
10 // Hash is the common interface implemented by all hash functions.
48 // Hash32 is the common interface implemented by all 32-bit hash functions.
54 // Hash64 is the common interface implemented by all 64-bit hash functions.
  /prebuilts/go/darwin-x86/test/ddd2.dir/
ddd3.go 5 // Test that variadic functions work across package boundaries.
  /prebuilts/go/darwin-x86/test/
deferprint.go 7 // Test that we can defer the predeclared functions print and println.
inline_variadic.go 7 // Test more aggressive inlining (-l=3 allows variadic functions)
  /prebuilts/go/darwin-x86/test/fixedbugs/bug392.dir/
pkg2.go 5 // Use the functions in one.go so that the inlined
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug433.go 8 // functions in the right order. This failed with gccgo.
bug494.go 7 // Gccgo incorrectly executed functions multiple times when they
gcc67968.go 9 // gccgo compiler crash building the equality and hash functions for a
issue18410.go 8 // used to create value.method functions have their
issue4323.go 7 // Issue 4323: inlining of functions with local variables
issue5056.go 7 // issue 5056: escape analysis not applied to wrapper functions
  /prebuilts/go/linux-x86/src/errors/
errors.go 5 // Package errors implements functions to manipulate errors.
  /prebuilts/go/linux-x86/src/hash/
hash.go 5 // Package hash provides interfaces for hash functions.
10 // Hash is the common interface implemented by all hash functions.
48 // Hash32 is the common interface implemented by all 32-bit hash functions.
54 // Hash64 is the common interface implemented by all 64-bit hash functions.
  /prebuilts/go/linux-x86/test/ddd2.dir/
ddd3.go 5 // Test that variadic functions work across package boundaries.

Completed in 591 milliseconds

<<11121314151617181920>>