HomeSort by relevance Sort by last modified time
    Searched refs:package (Results 276 - 300 of 531) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/cython/src/Cython/Utility/
ImportExport.c 51 /* try package relative import first */
169 PyObject *package = PyImport_ImportModule(parent_package_name); local
170 if (unlikely(!package))
172 path = PyObject_GetAttrString(package, "__path__");
173 Py_DECREF(package);
  /external/chromium_org/third_party/icu/source/extra/uconv/
Makefile.in 55 UCONVMSG_LIB=package-resfiles
81 check check-local build-dir package-resfiles install-resfiles install-man
  /external/chromium_org/third_party/icu/source/test/perf/perldriver/
Dataset.pm 8 package Dataset;
  /external/icu/icu4c/source/extra/uconv/
Makefile.in 56 UCONVMSG_LIB=package-resfiles
82 check check-local build-dir package-resfiles install-resfiles install-man
  /external/icu/icu4c/source/test/perf/perldriver/
Dataset.pm 8 package Dataset;
  /external/libogg/
libogg.spec 16 # Dirty trick to tell rpm that this package actually provides what the
25 %package devel
29 # Dirty trick to tell rpm that this package actually provides what the
35 The libogg-devel package contains the header files, static libraries
  /external/libvorbis/
libvorbis.spec 16 # Dirty trick to tell rpm that this package actually provides what the
29 %package devel
34 # Dirty trick to tell rpm that this package actually provides what the
40 The libvorbis-devel package contains the header files, static libraries
  /external/lldb/test/unittest2/
loader.py 173 If a test package name (directory with '__init__.py') matches the
174 pattern then the package will be checked for a 'load_tests' function. If
177 If load_tests exists then discovery does *not* recurse into the package,
178 load_tests is responsible for loading all tests in the package.
186 # make top_level_dir optional if called from load_tests in a package
282 # only check load_tests if the package directory itself matches the filter
284 package = self._get_module_from_name(name)
285 load_tests = getattr(package, 'load_tests', None)
286 tests = self.loadTestsFromModule(package, use_load_tests=False)
290 # tests loaded from package fil
    [all...]
  /build/core/
pdk_config.mk 70 target/common/obj/APPS/framework-res_intermediates/package-export.apk \
130 # That's desired by us: we want only absent files from the platform zip package.
156 # needs explicit dependency as package-export.apk is not explicitly pulled
159 target/common/obj/APPS/framework-res_intermediates/package-export.apk))
  /cts/build/
test_deqp_package.mk 27 $(cts_library_xml): $(call intermediates-dir-for,APPS,$(LOCAL_PACKAGE_NAME))/package.apk external/deqp/android/cts/com.drawelements.deqp.$(DEQP_API).xml $(CTS_EXPECTATIONS) $(CTS_UNSUPPORTED_ABIS) $(CTS_XML_GENERATOR)
test_host_java_library.mk 17 # package XML needed by CTS.
test_target_java_library.mk 17 # package XML needed by CTS.
test_uiautomator.mk 17 # package XML needed by CTS.
  /cts/hostsidetests/security/
Android.mk 23 # Must match the package name in CtsTestCaseList.mk
  /cts/hostsidetests/theme/app/
Android.mk 19 # Don't include this package in any target.
  /cts/suite/cts/utils/
get_csv_report.py 114 for package in packages:
115 casesFromChild = parseSuite(package, "")
  /cts/tests/tests/hardware/
Android.mk 40 # CtsHardwareTestCases package
  /cts/tests/tests/media/
Android.mk 33 # don't include this package in any target
  /cts/tests/tests/net/
Android.mk 19 # don't include this package in any target
  /cts/tests/tests/os/
Android.mk 19 # don't include this package in any target
  /cts/tools/device-setup/TestDeviceSetup/
Android.mk 20 # don't include this package in any target
  /device/sample/apps/SampleEmailPolicy/
Android.mk 17 # This is the makefile for the Email Policy package contained elsewhere in this sample.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 0 package org.antlr.runtime.tree
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 35 'mvn -Dmaven.test.skip=true package assembly:assembly'. If using a
  /external/chromium_org/base/android/jni_generator/
jni_generator_tests.py 680 package org.chromium.content.browser;
692 'com/foo/Bar', 'no PACKAGE line')
818 package com.google.lookhowextremelylongiam.snarf.icankeepthisupallday;
836 package org.chromium.example.jni_generator;
    [all...]

Completed in 1018 milliseconds

<<11121314151617181920>>