HomeSort by relevance Sort by last modified time
    Searched refs:package (Results 26 - 50 of 713) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/build/android/
adb_gdb_chrome_shell 15 --package-name=org.chromium.chrome.shell \
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
android_dumpsys_power_monitor.py 46 package = self._browser._browser_backend.package
50 'dumpsys batterystats -c %s' % package)
52 return DumpsysPowerMonitor.ParseSamplingOutput(package, result)
57 def ParseSamplingOutput(package, dumpsys_output):
82 # Find the uid of for the given package.
83 if not package in entries_by_type:
87 assert len(entries_by_type[package]) == 1, 'Multiple entries for package.'
88 uid = entries_by_type[package][0][PACKAGE_UID_INDEX
    [all...]
  /libcore/support/src/test/java/tests/resources/Package/
hyts_package.jar 
  /system/core/run-as/
Android.mk 4 LOCAL_SRC_FILES := run-as.c package.c
  /build/tools/
dump-package-stats 35 types of files in each package. Emits one line per package.
42 filesize: the size of the package on disk
43 name: the name of the package as passed to $PROGNAME
47 all: the sum of all entries in the package
48 dex: the sum of all "*.dex" entries in the package
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
requireprovidesorter_test.py 40 'goog.provide(\'package.subpackage.Whatever\');',
42 'goog.require(\'package.subpackage.ClassB\');',
44 'goog.require(\'package.subpackage.ClassA\');'
47 'goog.provide(\'package.subpackage.Whatever\');',
49 'goog.require(\'package.subpackage.ClassA\');',
50 'goog.require(\'package.subpackage.ClassB\');'
  /external/chromium_org/third_party/closure_linter/closure_linter/
requireprovidesorter_test.py 40 'goog.provide(\'package.subpackage.Whatever\');',
42 'goog.require(\'package.subpackage.ClassB\');',
44 'goog.require(\'package.subpackage.ClassA\');'
47 'goog.provide(\'package.subpackage.Whatever\');',
49 'goog.require(\'package.subpackage.ClassA\');',
50 'goog.require(\'package.subpackage.ClassB\');'
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor_database.py 51 package = file_desc_proto.package
54 (name, file_desc_proto) for name in _ExtractSymbols(message, package))
57 '.'.join((package, enum.name))] = file_desc_proto
82 package and any containing messages. Some examples:
84 'some.package.name.Message'
85 'some.package.name.Message.NestedEnum'
103 def _ExtractSymbols(desc_proto, package):
108 package: The package containing the descriptor type
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
adb.h 26 const std::string& package) = 0;
28 const std::string& package) = 0;
30 const std::string& package) = 0;
32 const std::string& package,
35 const std::string& package) = 0;
adb_impl.h 38 const std::string& package) OVERRIDE;
40 const std::string& package) OVERRIDE;
42 const std::string& package) OVERRIDE;
44 const std::string& package,
47 const std::string& package) OVERRIDE;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_scriptpackages.py 11 def _test_scriptpackage(self, package, testobject=1):
12 # Check that we can import the package
13 mod = __import__(package)
15 klass = getattr(mod, package)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_scriptpackages.py 11 def _test_scriptpackage(self, package, testobject=1):
12 # Check that we can import the package
13 mod = __import__(package)
15 klass = getattr(mod, package)
  /external/chromium_org/chrome/browser/local_discovery/
privetv3_crypto_provider.cc 28 virtual HandshakeState GetNextStep(int* step, std::string* package) OVERRIDE;
31 const std::string& package) OVERRIDE;
70 std::string* package) {
73 package->clear();
82 const std::string& package) {
86 (step == 0 && package.empty() && state == kHandshakeStateComplete);
privetv3_crypto_provider.h 46 // |package| is a base64-encoded package to send with the step. Return
47 // |true| if a package is generated or |false| in case of an error.
48 virtual HandshakeState GetNextStep(int* step, std::string* package) = 0;
51 // number, |state| is the received state string, |package| is the received
52 // base64-encoded package. Return the current handshake state.
55 const std::string& package) = 0;
  /build/core/tasks/
cts.mk 33 android.core.tests.libcore.package.dalvik \
34 android.core.tests.libcore.package.com \
35 android.core.tests.libcore.package.conscrypt \
36 android.core.tests.libcore.package.sun \
37 android.core.tests.libcore.package.tests \
38 android.core.tests.libcore.package.org \
39 android.core.tests.libcore.package.libcore \
40 android.core.tests.libcore.package.jsr166 \
41 android.core.tests.libcore.package.harmony_annotation \
42 android.core.tests.libcore.package.harmony_java_io
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeConstants.as 0 package org.antlr.runtime.tree
  /frameworks/base/libs/androidfw/tests/data/overlay/
build 3 aapt package -M AndroidManifest.xml -S res -F bundle.apk -f && \
  /frameworks/base/libs/androidfw/tests/data/system/
build 3 aapt package -x -M AndroidManifest.xml -S res -F bundle.apk -f && \
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CharStreamState.pm 0 package ANTLR::Runtime::CharStreamState;
Exception.pm 0 package ANTLR::Runtime::Exception;
NoViableAltException.pm 0 package ANTLR::Runtime::NoViableAltException;
ParserRuleReturnScope.pm 0 package ANTLR::Runtime::ParserRuleReturnScope;
  /external/chromium_org/build/linux/
pkg-config-wrapper 27 echo "usage: $0 /path/to/sysroot target_arch libdir [pkg-config-arguments] package" >&2
39 package=${!#}
57 prefix=`PKG_CONFIG_PATH=$config_path pkg-config --variable=prefix "$package" | sed -e 's|/usr$||'`
  /frameworks/base/tools/aapt/tests/plurals/
run.sh 9 aapt package -v -x -m -z -J $TEST_OUT_DIR/java -M $TEST_DIR/AndroidManifest.xml \
10 -I out/target/common/obj/APPS/framework-res_intermediates/package-export.apk \
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
execfile.py 35 # Search for the module - inside its parent package, if any - using
39 package = __import__(packagename, glo, loc, ['__path__'])
40 searchpath = package.__path__
52 # If `modulename` is actually a package, not a mere module, then we
57 package = __import__(packagename, glo, loc, ['__path__'])
58 searchpath = package.__path__
68 run_python_file(pathname, args, package=packagename)
71 def run_python_file(filename, args, package=None):
76 element naming the file being executed. `package` is the name of the
77 enclosing package, if any
    [all...]

Completed in 507 milliseconds

12 3 4 5 6 7 8 91011>>