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

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 245 parts = s.split(TICK, 2)
246 if len(parts) <= 2:
248 return parts
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 174 parts = libname.split(".")
177 while parts:
178 nums.insert(0, int(parts.pop()))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 245 parts = s.split(TICK, 2)
246 if len(parts) <= 2:
248 return parts
  /build/core/
distdir.mk 49 # Other parts of the system should use this function to associate
  /build/target/product/
sdk.mk 67 # Define the host tools and libs that are parts of the SDK.
  /build/tools/releasetools/
edify_generator.py 54 parts = cmd.split("\0", 1)
55 out.append(parts[0]+"\n")
56 if len(parts) == 1:
59 cmd = parts[1]
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorEventOrderingTests.java 36 * Each 'base' test case is composed by three parts:
  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 30 * For the view test is too big, we divide the test cases into several parts.
  /cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/
TestScanner.java 85 // TODO: It would be better to concatenate the two parts.
  /dalvik/dx/src/com/android/dx/ssa/
SetFactory.java 25 * Makes int sets for various parts of the optimizer.
  /dalvik/vm/
Common.h 97 * Some parts of the code (notably object field access) assume that values
  /development/build/tools/
patch_windows_sdk.sh 19 # binaries needed by the SDK. The script has 2 parts:
  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 58 * Path parts for the URIs
  /device/sample/frameworks/PlatformLibrary/
README.txt 24 There are three major parts of this example, supplying three distinct
  /docs/source.android.com/src/source/
index.jd 64 of replaceable parts. Our intent is that device builders port
  /external/bison/src/
flex-scanner.h 1 /* Common parts between scan-code.l, scan-gram.l, and scan-skel.l.
  /external/blktrace/btt/
misc.c 81 * Due to the N(devs) parts of a lot of the output features provided
  /external/chromium/chrome/browser/extensions/
apps_promo.h 22 // Register our preferences. Parts of the promo content are stored in Local
  /external/chromium/chrome/browser/resources/options/
language_list.js 396 var parts = languageCode.split('-');
397 if (!(parts[0] in seen)) {
398 expandedLanguageCodes.push(parts[0]);
399 seen[parts[0]] = true;
  /external/chromium/chrome/browser/safe_browsing/
chunk_range.cc 70 // Crack the string into chunk parts, then crack each part looking for a
  /external/chromium/chrome/browser/sync/engine/
syncer_types.h 124 // This struct is passed between parts of the syncer during the processing of
  /external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc 24 // Copies parts of MenuModelTest::Delegate and combines them with the
  /external/chromium/chrome/common/extensions/docs/static/
pageAction.html 56 <h2 id="ui">Parts of the UI</h2>
  /external/chromium/net/base/
listen_socket.h 44 // TODO(erikkay): this delegate should really be split into two parts
  /external/chromium/net/proxy/
proxy_list_unittest.cc 42 // Invalid inputs (parts which aren't understood get

Completed in 951 milliseconds

<<21222324252627282930>>