HomeSort by relevance Sort by last modified time
    Searched full:parts (Results 426 - 450 of 3568) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/trace-viewer/third_party/Paste/docs/
do-it-yourself-framework.txt 27 This isn't an introduction to all the parts of Paste -- in fact, we'll
199 parts = path_info.split('/', 1)
200 next = parts[0]
201 if len(parts) == 1:
204 rest = '/' + parts[1]
388 This, like a lot of parts of this (now fairly old) tutorial is
424 # .split(None, 1) means split in two parts on whitespace:
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 505 animation.parts.add(part);
512 const size_t pcount = animation.parts.size();
532 if (path == animation.parts[j].path) {
539 Animation::Part& part(animation.parts.editItemAt(j));
585 const Animation::Part& part(animation.parts[i]);
590 // Exit any non playuntil complete parts immediately
659 // For infinite parts, we've now played them at least once, so perhaps exit
  /external/jetty/src/java/org/eclipse/jetty/jmx/
ObjectMBean.java 730 String[] parts=signature.split("[\\(\\)]");
731 String method_name=parts[0];
732 String arguments=parts.length==2?parts[1]:null;
754 parts=param_desc.split(" *: *",2);
756 LOG.debug(parts[0]+": "+parts[1]);
757 pInfo[i] = new MBeanParameterInfo(parts[0].trim(), args[i], parts[1].trim());
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
digest.py 97 parts = {'realm': self.realm, 'qop': 'auth',
100 parts['stale'] = 'true'
101 head = ", ".join(['%s="%s"' % (k, v) for (k, v) in parts.items()])
  /external/llvm/lib/Support/
GraphWriter.cpp 105 SmallVector<StringRef, 8> parts; local
106 Names.split(parts, "|");
107 for (auto Name : parts) {
  /external/markdown/
test-markdown.py 181 parts = os.path.split(dir)[-1].split("-x-")
182 if len(parts) > 1 :
183 extensions = parts[1].split("-")
  /external/skia/tests/
PathOpsTestCommon.cpp 54 double parts = ceil(1.0 / tDiv); local
55 for (double index = 0; index < parts; ++index) {
56 double newT = start + (index / parts) * (end - start);
  /frameworks/base/core/java/android/app/
DownloadManager.java 856 List<String> parts = new ArrayList<String>(); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ImsSMSDispatcher.java 174 ArrayList<String> parts, ArrayList<PendingIntent> sentIntents,
179 parts, sentIntents, deliveryIntents, messageUri, callingPkg, persistMessage);
182 parts, sentIntents, deliveryIntents, messageUri, callingPkg, persistMessage);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_partial_drops.c 14 // This is an example utility which drops a series of frames (or parts of
43 // Dropping Random Parts Of Frames
263 /* Decide whether to throw parts of the frame or the whole frame
  /packages/apps/Messaging/src/com/android/messaging/util/
UriUtil.java 325 final String[] parts = uri.getSchemeSpecificPart().split("\\?"); local
326 if (TextUtils.isEmpty(parts[0])) {
331 return TextUtil.replaceUnicodeDigits(parts[0]).replace(';', ',').split(",");
  /prebuilts/python/darwin-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/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
  /bionic/libc/private/
bionic_tls.h 42 ** and should not be used/included by user-serviceable parts of
  /build/core/
distdir.mk 49 # Other parts of the system should use this function to associate
  /build/tools/releasetools/
edify_generator.py 57 parts = cmd.split("\0", 1)
58 out.append(parts[0]+"\n")
59 if len(parts) == 1:
62 cmd = parts[1]
  /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.
  /dalvik/dx/src/com/android/dx/ssa/
SetFactory.java 25 * Makes int sets for various parts of the optimizer.
  /developers/build/prebuilts/gradle/DataLayer/
README.md 15 An Activity is being used for both the connected devices which implement their parts of
  /developers/samples/android/wearable/wear/DataLayer/
template-params.xml 69 An Activity is being used for both the connected devices which implement their parts of
  /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/htc/flounder/
BoardConfig.mk 129 # Use the non-open-source parts, if they're present

Completed in 121 milliseconds

<<11121314151617181920>>