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

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-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
helper.go 28 // ParseFiles creates a new Template and parses the template definitions from
94 // ParseGlob creates a new Template and parses the template definitions from the
106 // ParseGlob parses the template definitions in the files identified by the
  /system/bt/doc/
directory_layout.md 14 * btcore - *Bluetooth Core* - Bluetooth data type definitions and operations on those data types.
  /system/extras/memtrack/
Android.mk 51 # __aeabi_uidiv(). Allowing multiple definitions lets the build proceed, but
  /system/media/camera/docs/
CameraMetadataEnums.mako 18 ## This section of enum integer definitions is inserted into
22 * definitions in /system/media/camera/docs. Do not modify by hand or
CameraMetadataKeys.mako 18 ## These sections of metadata Key definitions are inserted into the middle of
23 * definitions in /system/media/camera/docs. Do not modify by hand or
  /test/vts-testcase/kernel/ltp/
environment_requirement_checker.py 117 definitions = self._REQUIREMENT_DEFINITIONS[requirement]
120 definitions)
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/
FrameworkSpecConformance.txt 9 # 1. Some definitions defined in Framework specification may bring a little complexity on implementation. EdkII
11 # 2. Some definitions are NOT defined in Framework specification, but introduced in Edk. EdkII chooses to keep
13 # 3. The name of some definitions are NOT consistent with Framework specification. If the name doesn't bring
119 The definitions above are *NOT* defined in CacheSubclass specification. EdkII introduces them to simplify the
283 The definitions above are *NOT* defined in ProcSubclass specification 0.9. EdkII introduces them to simplify the
447 The definitions above are *NOT* defined in MemSubclass specification 0.9. They are introduced to support
496 The definitions above are *NOT* defined in MemSubclass specification 0.9. They are introduced to support
513 The definitions above are *NOT* defined in MemSubclass specification 0.9. They are introduced to support
529 The definitions above are *NOT* defined in MemSubclass specification 0.9. EdkII introduces them to simplify the
613 a. The definitions above are *NOT* defined in MiscSubclass specifications 0.9. EdkII introduces them to simplify the
    [all...]
  /frameworks/av/media/img_utils/src/
TiffWriter.cpp 29 const TagDefinition_t* definitions, size_t length) {
32 map.add(definitions[i].tagId, definitions + i);
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDerivateTests.cpp 589 const DerivateCaseDefinition& definitions,
620 const DerivateCaseDefinition& definitions,
623 , m_definitions (definitions)
629 setSampleCount(getVkSampleCount(definitions.numSamples));
723 DerivateCaseDefinition definitions = dynamic_cast<TriangleDerivateCaseInstance&>(instance).getDerivateCaseDefinition(); local
726 DE_ASSERT(glu::isDataTypeFloatOrVec(definitions.dataType));
728 instance.addUniform(0u, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, glu::getDataTypeScalarSize(definitions.dataType) * sizeof(float), values.derivScale.getPtr());
729 instance.addUniform(1u, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, glu::getDataTypeScalarSize(definitions.dataType) * sizeof(float), values.derivBias.getPtr());
800 const DerivateCaseDefinition& definitions,
809 const DerivateCaseDefinition& definitions,
    [all...]
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryDatabase.java 205 InputStream inputStream = resources.openRawResource(R.raw.definitions);
  /external/markdown/markdown/
inlinepatterns.py 105 """Set values of an element based on attribute definitions ({@id=123})."""
  /external/fdlibm/
Android.mk 18 # Common definitions for host and device.
  /prebuilts/go/darwin-x86/src/runtime/
defs_linux.go 17 // definitions for struct sigaction, struct timespec, etc.
  /prebuilts/go/linux-x86/src/runtime/
defs_linux.go 17 // definitions for struct sigaction, struct timespec, etc.
  /prebuilts/go/darwin-x86/src/text/template/
helper.go 28 // ParseFiles creates a new Template and parses the template definitions from
94 // ParseGlob creates a new Template and parses the template definitions from the
106 // ParseGlob parses the template definitions in the files identified by the
  /art/runtime/openjdkjvmti/
ti_redefine.cc 315 const jvmtiClassDefinition* definitions,
326 } else if (definitions == nullptr) {
327 *error_msg = "null definitions!";
334 jvmtiError res = env->IsModifiableClass(definitions[i].klass, &is_modifiable);
345 res = env->Allocate(definitions[i].class_byte_count, &class_bytes_copy);
349 memcpy(class_bytes_copy, definitions[i].class_bytes, definitions[i].class_byte_count);
352 res = def.Init(env, definitions[i]);
373 const std::vector<ArtClassDefinition>& definitions,
376 if (definitions.size() == 0)
    [all...]
  /external/bison/doc/
refcard.tex 186 \normalbaselines\rm %make definitions take effect
320 \key{Generate token and {\tt YYSTYPE} definitions.} {-d}
329 {\bf Note:} The token and {\tt YYSTYPE} definitions are generated
334 \section{Definitions}
380 {\it Token and type definitions}
397 \section {Rule definitions}
  /prebuilts/go/darwin-x86/src/html/template/
template.go 171 // Named template definitions ({{define ...}} or {{block ...}} statements) in text
179 // This allows using Parse to add new named template definitions without
237 // common templates and use them with variant definitions for other templates
338 // definitions will inherit the settings. An empty delimiter stands for the
365 // ParseFiles creates a new Template and parses the template definitions from
431 // ParseGlob creates a new Template and parses the template definitions from the
443 // ParseGlob parses the template definitions in the files identified by the
  /prebuilts/go/linux-x86/src/html/template/
template.go 171 // Named template definitions ({{define ...}} or {{block ...}} statements) in text
179 // This allows using Parse to add new named template definitions without
237 // common templates and use them with variant definitions for other templates
338 // definitions will inherit the settings. An empty delimiter stands for the
365 // ParseFiles creates a new Template and parses the template definitions from
431 // ParseGlob creates a new Template and parses the template definitions from the
443 // ParseGlob parses the template definitions in the files identified by the
  /external/deqp/external/vulkancts/scripts/
gen_framework.py 41 DEFINITIONS = [
192 def __init__ (self, definitions, handles, enums, bitfields, compositeTypes, functions):
193 self.definitions = definitions
344 definitions = [(name, type, parsePreprocDefinedValue(src, name)) for name, type in DEFINITIONS]
363 definitions = definitions,
448 for line in indentLines(["#define %s\t(static_cast<%s>\t(%s))" % (name, type, value) for name, type, value in api.definitions]):
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 53 // 2. Record memory definitions at block end so that
58 // definitions, versus exactly one for the new counter.)
66 // definitions for mem and counter.
99 // Propagate last mem definitions forward through successor blocks.
327 // defsForUses provides information about other definitions of the variable that are present
388 // These newly created phis are themselves new definitions that may require addition of their
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 53 // 2. Record memory definitions at block end so that
58 // definitions, versus exactly one for the new counter.)
66 // definitions for mem and counter.
99 // Propagate last mem definitions forward through successor blocks.
327 // defsForUses provides information about other definitions of the variable that are present
388 // These newly created phis are themselves new definitions that may require addition of their
  /device/generic/goldfish-opengl/
common.mk 5 # order for various variable definitions and usage to happen in the correct
56 # Used to end a module definition, see function definitions above
66 # make the current LOCAL_MODULE inherit various definitions exported from
  /external/flatbuffers/tests/
test.cpp 790 RndDef::Add(definitions, schema, instances_per_definition, \
794 RndDef::Add(definitions, schema, instances_per_definition, \
797 RndDef definitions[num_definitions]; local
804 // definitions, which will have identical structure to the schema
    [all...]

Completed in 1864 milliseconds

1 2 3 45 6 7 8 91011>>