HomeSort by relevance Sort by last modified time
    Searched full:parts (Results 201 - 225 of 4773) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 89 parts = fqname.split('.')
96 module = parent.__importer__._do_import(parent, parts, fromlist)
102 top_module = sys.modules[parts[0]]
106 top_module = self._import_top_module(parts[0])
112 if len(parts) == 1:
128 # In both cases, since len(parts) == 1, the top_module is also
135 return importer._finish_import(top_module, parts[1:], fromlist)
138 if len(parts) == 2 and hasattr(top_module, parts[1]):
140 return getattr(top_module, parts[1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 89 parts = fqname.split('.')
96 module = parent.__importer__._do_import(parent, parts, fromlist)
102 top_module = sys.modules[parts[0]]
106 top_module = self._import_top_module(parts[0])
112 if len(parts) == 1:
128 # In both cases, since len(parts) == 1, the top_module is also
135 return importer._finish_import(top_module, parts[1:], fromlist)
138 if len(parts) == 2 and hasattr(top_module, parts[1]):
140 return getattr(top_module, parts[1]
    [all...]
  /art/test/075-verification-error/src/other/
Mutant.java 20 * Parts of this class will disappear or change form.
  /art/test/075-verification-error/src2/other/
Mutant.java 20 * Parts of this class will disappear or change form.
  /cts/suite/pts/hostTests/jank/src/com/android/pts/jank/
PtsHostJankTest.java 116 String[] parts = in.nextLine().split(":"); local
117 if (parts.length == 2) {
118 results.put(parts[0], Double.parseDouble(parts[1]));
  /cts/tools/dasm/src/java_cup/
action_production.java 16 * @param rhs_parts array of production parts for the RHS.
  /cts/tools/signature-tools/
README.txt 4 It consists roughly of five parts:
  /dalvik/tests/075-verification-error/src/other/
Mutant.java 20 * Parts of this class will disappear or change form.
  /dalvik/tests/075-verification-error/src2/other/
Mutant.java 20 * Parts of this class will disappear or change form.
  /development/testrunner/
android_mk.py 57 parts = line.split(self._VAR_DELIMITER)
58 if len(parts) > 1:
59 self._variables[parts[0].strip()] = parts[1].strip()
  /device/generic/goldfish/camera/fake-pipeline2/
Base.h 18 * This file includes various basic structures that are needed by multiple parts
  /external/chromium/chrome/browser/chromeos/cros/
cros_in_process_browser_test.h 16 // unit test process and mock some parts of CrosLibrary. Once you mock part of
  /external/chromium/chrome/browser/sync/protocol/
encryption.proto 17 // Encrypted sync data consists of two parts: a key name and a blob. Key name is
  /external/chromium/chrome/common/extensions/docs/examples/tutorials/analytics/
popup.html 26 * to track user interactions with different parts of your extension.
  /external/chromium/chrome/common/extensions/docs/static/
extension.html 15 parts of <code>chrome.extension</code>
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
android_parser.js 39 var parts = argsArray[i].split('=');
40 if (parts[0])
41 args[parts.shift()] = parts.join('=');
  /external/chromium_org/cc/resources/
picture_pile.h 20 // Re-record parts of the picture that are invalid.
  /external/chromium_org/chrome/browser/
chrome_browser_main_extra_parts.h 8 // Interface class for Parts owned by ChromeBrowserMainParts.
  /external/chromium_org/chrome/browser/net/
resource_prefetch_predictor_observer.h 33 // Parts of the ResourceDispatcherHostDelegate that we want to observe.
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_view_host_observer.h 23 // This class holds the Chrome specific parts of RenderViewHost, and has the
  /external/chromium_org/chrome/browser/ui/cocoa/
dock_icon.h 10 // since several parts of the app want to manipulate the display of the dock
  /external/chromium_org/chrome/browser/ui/views/frame/
top_container_view.cc 37 // Top-views depend on parts of the frame (themes, window buttons) being
  /external/chromium_org/chrome/tools/build/mac/
generate_localizer 87 parts = item.split('$', 1)
88 label_id = parts[0]
89 if len(parts) == 2:
90 label_arg_id = parts[1]
  /external/chromium_org/content/renderer/android/
synchronous_compositor_factory.h 25 // Decouples creation from usage of the parts needed for the synchonous
  /external/chromium_org/content/shell/
minimal_shell.h 40 // the ash parts of the code.

Completed in 662 milliseconds

1 2 3 4 5 6 7 891011>>