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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
fb-1.s 1 # FB-labels are valid in GREG definitions.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
equ.d 2 #name: .equ definitions
  /external/deqp/scripts/khr_util/
gen_str_util.py 26 def isValueDefined (definitions, value):
27 return value in definitions
29 def allValuesUndefined (definitions, values):
31 if isValueDefined(definitions, value):
35 def anyValueDefined (definitions, values):
36 return not allValuesUndefined(definitions, values)
43 definitions = makeDefSet(iface)
47 if anyValueDefined(definitions, values):
54 if anyValueDefined(definitions, values):
61 if anyValueDefined(definitions, values)
    [all...]
  /external/skia/src/sksl/ir/
SkSLSetting.cpp 15 const DefinitionMap& definitions) {
  /device/generic/mini-emulator-armv7-a-neon/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /device/generic/mini-emulator-mips/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /external/dhcpcd-6.8.2/
genembedc 5 CONF=${1:-dhcpcd-definitions.conf}
genembedh 7 CONF=${1:-dhcpcd-definitions.conf}
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
stack.go 7 // For the linkers. Must match Go definitions.
8 // TODO(rsc): Share Go definitions with linkers directly.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
stack.go 7 // For the linkers. Must match Go definitions.
8 // TODO(rsc): Share Go definitions with linkers directly.
  /test/vts-testcase/kernel/ltp/
requirements.py 19 from vts.testcases.kernel.ltp.shell_environment.definitions import directory_exists
20 from vts.testcases.kernel.ltp.shell_environment.definitions import loop_device_support
21 from vts.testcases.kernel.ltp.shell_environment.definitions import path_permission
22 from vts.testcases.kernel.ltp.shell_environment.definitions import bin_in_path
  /test/vts-testcase/kernel/ltp/shell_environment/definitions/
loop_device_support.py 18 from vts.testcases.kernel.ltp.shell_environment.definitions.base_definitions import check_setup_cleanup
  /test/vts-testcase/kernel/ltp/shell_environment/
shell_environment.py 59 def ExecuteDefinitions(self, definitions):
60 '''Execute a given list of environment check definitions'''
62 if not isinstance(definitions, types.ListType):
63 definitions = [definitions]
65 for definition in definitions:
  /art/runtime/openjdkjvmti/
transform.cc 70 /*in-out*/std::vector<ArtClassDefinition>* definitions) {
71 for (ArtClassDefinition& def : *definitions) {
112 std::vector<ArtClassDefinition> definitions; local
127 definitions.push_back(std::move(def));
129 res = RetransformClassesDirect(env, event_handler, self, &definitions);
133 return Redefiner::RedefineClassesDirect(env, runtime, self, definitions, error_msg);
  /build/make/core/combo/arch/x86/
silvermont.mk 1 # This file contains feature macro definitions specific to the
  /build/make/core/combo/arch/x86_64/
silvermont.mk 1 # This file contains feature macro definitions specific to the
  /external/v8/tools/
bash-completion.sh 40 defines=$(cat $v8_source/src/flag-definitions.h \
44 cat $v8_source/src/flag-definitions.h \
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug472.go 8 // definitions are inconsistent.
  /prebuilts/go/darwin-x86/test/interface/
recursive1.go 7 // Mutually recursive type definitions imported and used by recursive1.go.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug472.go 8 // definitions are inconsistent.
  /prebuilts/go/linux-x86/test/interface/
recursive1.go 7 // Mutually recursive type definitions imported and used by recursive1.go.
  /external/skia/src/sksl/
SkSLCompiler.h 85 DefinitionMap* definitions);
87 void addDefinitions(const BasicBlock::Node& node, DefinitionMap* definitions);
97 void simplifyExpression(DefinitionMap& definitions,
108 void simplifyStatement(DefinitionMap& definitions,
  /hardware/interfaces/camera/common/
README.md 1 ## Camera common HAL definitions ##
7 enumeration and structure definitions.
20 Common enum and struct definitions for all camera HAL interfaces. Does not
  /external/skia/src/gpu/glsl/
GrGLSLShaderBuilder.h 86 this->definitions().appendf("const %s %s = %s;\n", type, name, value);
90 this->definitions().appendf("const int %s = %i;\n", name, value);
94 this->definitions().appendf("const float %s = %f;\n", name, value);
98 this->definitions().appendf("const %s %s = ", type, name);
101 this->definitions().appendVAList(fmt, args);
103 this->definitions().append(";\n");
220 SkString& definitions() { return fShaderStrings[kDefinitions]; } function in class:GrGLSLShaderBuilder
  /external/mesa3d/src/compiler/glsl/
link_interface_blocks.cpp 310 interface_block_definitions *definitions; local
313 definitions = &in_interfaces;
316 definitions = &out_interfaces;
319 definitions = &uniform_interfaces;
322 definitions = &buffer_interfaces;
332 ir_variable *prev_def = definitions->lookup(var);
337 definitions->store(var);
339 linker_error(prog, "definitions of interface block `%s' do not"
361 interface_block_definitions definitions; local
373 definitions.store(var)
411 interface_block_definitions definitions; local
    [all...]

Completed in 660 milliseconds

1 2 3 4 5 6 7 8 91011>>