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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_reader.py 57 definitions = self.read_idl_file(idl_filename)
59 return definitions
60 self.interface_dependency_resolver.resolve_dependencies(definitions)
61 return definitions
67 IdlInterface; it may also contain other definitions, such as
72 definitions = IdlDefinitions(ast)
80 number_of_interfaces = len(definitions.interfaces)
85 interface = next(definitions.interfaces.itervalues())
94 return definitions
97 self.extended_attribute_validator.validate_extended_attributes(definitions)
    [all...]
interface_dependency_resolver.py 66 def resolve_dependencies(self, definitions):
67 """Resolve dependencies, merging them into IDL definitions of main file.
80 Modifies definitions in place by adding parsed dependencies.
83 definitions: IdlDefinitions object, modified in place
85 target_interface = next(definitions.interfaces.itervalues())
93 merge_interface_dependencies(definitions,
101 definitions.update(referenced_definitions)
104 def merge_interface_dependencies(definitions, target_interface, dependency_idl_filenames, reader):
117 definitions.update(dependency_definitions) # merges partial interfaces
code_generator_v8.py 113 def generate_code(self, definitions, interface_name):
116 interface = definitions.interfaces[interface_name]
118 raise Exception('%s not in IDL definitions' % interface_name)
121 interfaces.update(definitions.interfaces)
124 IdlType.set_callback_functions(definitions.callback_functions.keys())
126 for enum in definitions.enumerations.values())
idl_validator.py 53 def validate_extended_attributes(self, definitions):
55 for interface in definitions.interfaces.itervalues():
  /device/generic/mini-emulator-armv7-a-neon/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /external/chromium_org/chrome/test/chromedriver/
cpp_source.py 55 definitions = []
63 definitions += ['const char %s[] =\n%s;' % (name, '\n'.join(lines))]
70 '\n'.join(definitions)])
  /external/chromium_org/v8/tools/
bash-completion.sh 40 defines=$(cat $v8_source/src/flag-definitions.h \
  /build/core/combo/arch/x86/
silvermont.mk 1 # This file contains feature macro definitions specific to the
x86-atom.mk 1 # This file contains feature macro definitions specific to the
  /build/core/combo/arch/x86_64/
silvermont.mk 1 # This file contains feature macro definitions specific to the
x86_64-atom.mk 1 # This file contains feature macro definitions specific to the
x86_64.mk 1 # This file contains feature macro definitions specific to the
  /device/generic/mini-emulator-x86_64/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /external/jemalloc/include/jemalloc/
jemalloc_rename.sh 9 * these macro definitions.
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Android.mk 1 # This build script corresponds to a library containing many definitions
  /ndk/sources/android/support/tests/
Android.mk 28 # Include the android_support module definitions.
  /system/media/camera/docs/
CaptureResultTest.mako 19 * definitions in /system/media/camera/docs. Do not modify by hand or
  /libcore/
Android.mk 26 # Include the definitions to build the Java code.
32 # Include the definitions to build the native code.
38 # Include the definitions for the Certificate Authority (CA) certificates
  /external/chromium_org/remoting/host/installer/
build-installer-archive.py 41 def buildDefDictionary(definitions):
45 defs: Array of variable definitions: 'VARIABLE=value'.
48 Dictionary with the definitions.
51 for d in definitions:
132 defs: Dictionary of variable definitions.
185 defs: Dictionary of variable definitions.
225 ' --defs <list of VARIABLE=value definitions...>'
242 definitions = []
264 definitions.append(arg)
282 defs = buildDefDictionary(definitions)
    [all...]
  /device/generic/arm64/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /device/generic/armv7-a-neon/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /device/generic/x86_64/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /ndk/tests/build/stdint-c++/jni/
Android.mk 1 # The purpose of this test is to check that the definitions in <stdint.h>
  /sdk/emulator/opengl/
sdl.mk 1 # This contains common definitions used to define a host module to
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/
math_map.js 67 * Path to dir containing ChromeVox JSON definitions for math speak.
76 * Subpath to dir containing ChromeVox JSON definitions for symbols.
85 * Subpath to dir containing ChromeVox JSON definitions for functions.
94 * Array of JSON filenames containing symbol definitions for math speak.
123 * Array of JSON filenames containing symbol definitions for math speak.

Completed in 450 milliseconds

1 2 3 4 5 6 7