HomeSort by relevance Sort by last modified time
    Searched full:possibilities (Results 1 - 25 of 410) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getopt.py 167 possibilities = [o for o in longopts if o.startswith(opt)]
168 if not possibilities:
171 if opt in possibilities:
173 elif opt + '=' in possibilities:
176 if len(possibilities) > 1:
177 # XXX since possibilities contains all valid continuations, might be
180 assert len(possibilities) == 1
181 unique_match = possibilities[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getopt.py 167 possibilities = [o for o in longopts if o.startswith(opt)]
168 if not possibilities:
171 if opt in possibilities:
173 elif opt + '=' in possibilities:
176 if len(possibilities) > 1:
177 # XXX since possibilities contains all valid continuations, might be
180 assert len(possibilities) == 1
181 unique_match = possibilities[0]
  /external/chromium_org/media/formats/mp2t/
timestamp_unroller.cc 36 // Three possibilities are considered to estimate the missing high bits
39 // then the 3 possibilities are:
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
Box.java 28 * Defines basic interaction possibilities for any ISO box. Each box has a parent box and a type.
  /external/skia/src/core/
SkRecordDraw.h 35 // No base case, so we'll be compile-time checked that we implement all possibilities.
  /external/chromium_org/third_party/icu/source/samples/udata/
writer.c 57 /* for other possibilities */
  /external/chromium_org/third_party/skia/src/core/
SkRecordDraw.h 45 // No base case, so we'll be compile-time checked that we implement all possibilities.
  /external/icu/icu4c/source/samples/udata/
writer.c 57 /* for other possibilities */
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
README.txt 13 command line options to select between the various possibilities.
  /external/pcre/dist/doc/
pcrematching.3 26 when there are multiple possibilities. For example, if the pattern
93 different matching possibilities (if there are none, the match has failed).
135 possibilities, and PCRE's implementation of this algorithm does not attempt to
  /external/qemu/util/
osdep.c 257 * Any of the possibilities with non-bloking fd's is bad:
333 * Any of the possibilities with non-bloking fd's is bad:
366 * Any of the possibilities with non-bloking fd's is bad:
  /developers/build/prebuilts/gradle/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/
SimpleTextFragment.java 85 // For most objects we'd handle the multiple possibilities for initialization variables
  /developers/build/prebuilts/gradle/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
SimpleTextFragment.java 84 // For most objects we'd handle the multiple possibilities for initialization variables
  /developers/samples/android/connectivity/network/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/
SimpleTextFragment.java 85 // For most objects we'd handle the multiple possibilities for initialization variables
  /developers/samples/android/connectivity/network/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
SimpleTextFragment.java 84 // For most objects we'd handle the multiple possibilities for initialization variables
  /development/samples/browseable/BasicNetworking/src/com.example.android.basicnetworking/
SimpleTextFragment.java 85 // For most objects we'd handle the multiple possibilities for initialization variables
  /development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/
SimpleTextFragment.java 84 // For most objects we'd handle the multiple possibilities for initialization variables
  /external/chromium_org/base/win/
windows_version.h 60 // example, given an x64-capable processor, we have three possibilities:
  /external/chromium_org/ppapi/tests/
test_flash.cc 65 // cover the possibilities.
  /external/chromium_org/third_party/re2/re2/testing/
random_test.cc 76 // make for too many possibilities.)
  /external/libpcap/
README.macosx 68 group to "admin", and the permissions to rw-r-----. Other possibilities
  /external/markdown/docs/extensions/
Meta-Data.txt 72 various markdown extensions. The possibilities are left to the imagination of
  /external/regex-re2/re2/testing/
random_test.cc 76 // make for too many possibilities.)
  /frameworks/base/docs/html/training/multiscreen/
index.jd 49 size offers different possibilities and challenges for user interaction, so in
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
SelectAccountActivity.java 55 // There's three possibilities:

Completed in 1364 milliseconds

1 2 3 4 5 6 7 8 91011>>