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

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/misc/cgo/test/
issue8441.go 5 // Issue 8368 and 8441. Recursive struct definitions didn't work.
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
msan3.go 10 // Yes, you can have definitions if you use //export, as long as they are weak.
  /prebuilts/ndk/r13/sources/android/support/tests/
Android.mk 24 # Include the android_support module definitions.
  /system/media/camera/docs/
CameraDeviceInfo.mako 19 * definitions in /system/media/camera/docs. Do not modify by hand or
CaptureResultTest.mako 19 * definitions in /system/media/camera/docs. Do not modify by hand or
  /external/r8/src/main/java/com/android/tools/r8/graph/
AppInfoWithSubtyping.java 50 DexClass baseClass, Function<DexType, DexClass> definitions) {
55 populateAllSuperTypes(map, superType, baseClass, definitions);
61 DexClass baseClass, Function<DexType, DexClass> definitions) {
62 DexClass holderClass = definitions.apply(holder);
65 populateSuperType(map, holderClass.superType, baseClass, definitions);
73 populateSuperType(map, inter, baseClass, definitions);
AppInfo.java 21 private final ConcurrentHashMap<DexType, Map<Descriptor, KeyedDexItem>> definitions = field in class:AppInfo
32 this.definitions.putAll(previous.definitions);
37 // and not definitions.
81 Map<Descriptor, KeyedDexItem> typeDefinitions = definitions.get(type);
87 Map<Descriptor, KeyedDexItem> existing = definitions.putIfAbsent(type, typeDefinitions);
  /external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
CoreTutorial.java 62 private final Map<String, byte[]> definitions = new HashMap<String, byte[]>(); field in class:CoreTutorial.MemoryClassLoader
73 definitions.put(name, bytes);
79 final byte[] bytes = definitions.get(name);
  /device/generic/arm64/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /device/generic/x86_64/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /prebuilts/go/darwin-x86/test/
runtime.go 8 // it cannot get at the low-level runtime definitions
  /prebuilts/go/linux-x86/test/
runtime.go 8 // it cannot get at the low-level runtime definitions
  /external/skia/src/sksl/
SkSLCompiler.cpp 182 DefinitionMap* definitions) {
187 (*definitions)[&var] = expr;
200 definitions);
206 definitions);
212 definitions);
222 DefinitionMap* definitions) {
231 this->addDefinition(b->fLeft.get(), &b->fRight, definitions);
236 definitions);
247 definitions);
257 definitions);
1023 DefinitionMap definitions = b.fBefore; local
1044 DefinitionMap definitions = b.fBefore; local
    [all...]
  /external/skia/src/sksl/ir/
SkSLPrefixExpression.h 37 const DefinitionMap& definitions) override {
  /test/vts-testcase/kernel/ltp/shell_environment/definitions/
bin_in_path.py 18 from vts.testcases.kernel.ltp.shell_environment.definitions.base_definitions import check_setup_cleanup
directory_exists.py 18 from vts.testcases.kernel.ltp.shell_environment.definitions.base_definitions import check_setup_cleanup
  /external/dhcpcd-6.8.2/
Makefile 114 dhcpcd-embedded.h: genembedh dhcpcd-definitions.conf dhcpcd-embedded.h.in
117 dhcpcd-embedded.c: genembedc dhcpcd-definitions.conf
133 _embeddedinstall: dhcpcd-definitions.conf
135 ${INSTALL} -m ${CONFMODE} dhcpcd-definitions.conf ${DESTDIR}${SCRIPTSDIR}
191 cp ${SRCS} dhcpcd.conf dhcpcd-definitions.conf *.in /tmp/${DISTPREFIX}
  /device/generic/mips64/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
objgraph.py 29 definitions = 'TRGDSBAEC' variable
76 if type in definitions:
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AttributeScope.java 108 /** From a chunk of text holding the definitions of the attributes,
118 * would pass in definitions equal to the text in between {...} and
121 public void addAttributes(String definitions, int separator) {
123 CodeGenerator.getListOfArgumentsFromAction(definitions,0,-1,separator,attrs);
  /external/compiler-rt/make/
options.mk 18 # Whether function definitions should use hidden visibility. This adds the
  /external/icu/icu4c/source/samples/
defs.mk 5 # Sample code makefile definitions
  /external/icu/icu4c/source/stubdata/
Android.mk 16 # Common definitions for all variants.
  /external/python/cpython2/Tools/scripts/
objgraph.py 29 definitions = 'TRGDSBAEC' variable
76 if type in definitions:
  /external/skia/experimental/go-skia/
ctypes.go 13 // from the corresponding type definitions in the C API.

Completed in 1255 milliseconds

1 23 4 5 6 7 8 91011>>