HomeSort by relevance Sort by last modified time
    Searched refs:definitions (Results 76 - 100 of 363) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/interfaces/camera/provider/
README.md 21 Common enum and struct definitions for all camera HAL interfaces. Does not
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
tsan2.go 17 // Yes, you can have definitions if you use //export, as long as they are weak.
  /prebuilts/go/darwin-x86/src/runtime/
defs3_linux.go 17 #define sigset_t __sigset_t // rename the sigset_t here otherwise cgo will complain about "inconsistent definitions for C.sigset_t"
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
tsan2.go 17 // Yes, you can have definitions if you use //export, as long as they are weak.
  /prebuilts/go/linux-x86/src/runtime/
defs3_linux.go 17 #define sigset_t __sigset_t // rename the sigset_t here otherwise cgo will complain about "inconsistent definitions for C.sigset_t"
  /system/media/camera/docs/
ACameraMetadata.mako 48 * definitions in /system/media/camera/docs. Do not modify by hand or
camera_metadata_tags.mako 45 * Top level hierarchy definitions for camera metadata. *_INFO sections are for
92 * Enumeration definitions for the various entries that need them
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-1d.d 10 # This DSO has weak definitions of those symbols.
  /external/arm-neon-tests/
Init.s 12 ; Standard definitions of mode bits and interrupt (I & F) flags in PSRs
  /external/libmpeg2/common/arm/
icv_sad_a9.s 26 @* This file contains definitions of routines for SAD caclulation
icv_variance_a9.s 26 @* This file contains definitions of routines for variance caclulation
  /test/vts-testcase/kernel/ltp/shell_environment/definitions/
path_permission.py 18 from vts.testcases.kernel.ltp.shell_environment.definitions.base_definitions import check_setup_cleanup
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
labels.s 41 * Section change clears all definitions; it's a CODE section if we see insns
  /external/clang/tools/scan-build-py/libear/
__init__.py 203 def transform(line, definitions):
209 if key not in definitions or not definitions[key]:
  /external/skia/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.cpp 308 this->definitions().appendf("const highp vec2 %s[] = vec2[](", name);
310 this->definitions().appendf("vec2(%f, %f)", offsets[i].x(), offsets[i].y());
311 this->definitions().append(i + 1 != specs.fEffectiveSampleCnt ? ", " : ");\n");
GrGLSLShaderBuilder.cpp 39 v.appendDecl(this->getProgramBuilder()->shaderCaps(), &this->definitions());
40 this->definitions().append(";");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl.py 118 def p_module(self, (module, name, version, _0, definitions, _1)):
119 " module ::= Id Id version { definitions } "
123 return Module(name, definitions, version)
133 " definitions ::= definition "
136 def p_definition_1(self, (definitions, definition)):
137 " definitions ::= definition definitions "
138 return definitions + definition
408 print len(mod.dfns), "definitions"
  /external/python/cpython2/Parser/
asdl.py 118 def p_module(self, (module, name, version, _0, definitions, _1)):
119 " module ::= Id Id version { definitions } "
123 return Module(name, definitions, version)
133 " definitions ::= definition "
136 def p_definition_1(self, (definitions, definition)):
137 " definitions ::= definition definitions "
138 return definitions + definition
408 print len(mod.dfns), "definitions"
  /external/skia/src/sksl/ir/
SkSLSwizzle.h 75 const DefinitionMap& definitions) override {
  /art/runtime/openjdkjvmti/
ti_redefine.h 81 const std::vector<ArtClassDefinition>& definitions,
92 const jvmtiClassDefinition* definitions,
  /build/make/target/board/generic/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /build/make/target/board/generic_x86/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /build/make/target/board/generic_x86_64/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/vo/
Entity.kt 37 val definitions = (fields.map {
41 return "CREATE TABLE IF NOT EXISTS `$tableName` (${definitions.joinToString(", ")})"
  /prebuilts/go/darwin-x86/src/text/template/
template.go 79 // common templates and use them with variant definitions for other templates
151 // definitions will inherit the settings. An empty delimiter stands for the
185 // Named template definitions ({{define ...}} or {{block ...}} statements) in text
192 // This allows using Parse to add new named template definitions without

Completed in 772 milliseconds

1 2 34 5 6 7 8 91011>>