HomeSort by relevance Sort by last modified time
    Searched full:existed (Results 76 - 100 of 727) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 426 existed = option in sectdict
427 if existed:
429 return existed
433 existed = section in self._sections
434 if existed:
436 return existed
  /hardware/qcom/audio/hal/audio_extn/
maxxaudio.c 432 ALOGW("%s: file %s isn't existed.", __func__, mps_path);
439 ALOGW("%s: file %s isn't existed.", __func__, USER_PRESET_PATH);
444 ALOGW("%s: file %s isn't existed.", __func__, CONFIG_PATH);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumeratorSupport.h 162 Check whether the PCI IOV VF bar is existed or not.
182 Check whether the bar is existed or not.
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
UserProfileManagerStrings.uni 154 #string STR_USER_ALREADY_EXISTED #language en-US "User Name Had Already Existed."
155 #language fr-FR "User Name Had Already Existed. (French)"
  /external/guava/guava/src/com/google/common/collect/
Table.java 141 * no mapping existed for the keys
160 * no such value existed
GenericMapMaker.java 39 * @deprecated This class existed only to support the generic paramterization necessary for the
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs7VerifyNull.c 137 Extracts the attached content from a PKCS#7 signed data if existed. The input signed
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
CryptPkcs7VerifyNull.c 137 Extracts the attached content from a PKCS#7 signed data if existed. The input signed
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Igmp.h 150 existed in the array. Although the function doesn't
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
PolicyEntryOperation.h 134 @retval EFI_BUFFER_TOO_SMALL The entry already existed.
  /external/clang/test/CodeGenCXX/
stack-reuse.cpp 6 // Sizes of objects are related to previously existed threshold of 32. In case
  /external/curl/docs/libcurl/
curl_share_setopt.3 87 existed before this.
  /external/elfutils/libdwfl/
dwfl_module.c 207 existed before but was not included in the current report.
  /external/guava/guava/src/com/google/common/util/concurrent/
JdkFutureAdapters.java 37 * existed in 1.0)
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/javadoc/
JavadocTest.java 85 "Returns the {@link TOFilename}s of all files that existed during the requested" + EOL +
  /external/libcap/doc/
cap_get_proc.3 159 should be used with care. It existed, primarily, to overcome an early
  /external/python/cpython2/Demo/threads/
Coroutine.py 21 # respects: it existed before you created the Coroutine object; if any of
  /external/python/cpython3/Lib/test/test_importlib/
test_lazy.py 104 # Changing an attribute that already existed on the module --
  /external/skqp/src/android/
SkBitmapRegionCodec.cpp 79 // used kAlpha8 for grayscale images (before kGray8 existed). While
  /external/valgrind/perf/
README 27 - Strengths: Tests for a specific performance bug that existed in 3.1.0 and
  /external/zopfli/src/zopfli/
zopfli_bin.c 69 Saves a file from a memory array, overwriting the file if it existed.
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
RecoverySnapshotStorage.java 143 * @return The snapshot, or null if none existed.
  /frameworks/compile/mclinker/include/mcld/LD/
NamePool.h 86 /// if the string has existed, modify pString to the existing string
  /frameworks/layoutlib/bridge/src/android/text/
GreedyLineBreaker.java 75 // a true line break opportunity existed in the characters examined so far,
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
ExportTestProvider.java 91 * An old method which had existed but was removed from ContentResolver.

Completed in 2243 milliseconds

1 2 34 5 6 7 8 91011>>