HomeSort by relevance Sort by last modified time
    Searched full:empty (Results 676 - 700 of 11665) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.cc 55 if (keyword.empty())
70 partial_label_.SetText(min_string.empty() ?
  /external/chromium/crypto/
hmac_openssl.cc 31 DCHECK(plat_->key.empty());
47 DCHECK(!plat_->key.empty()); // Init must be called before Sign.
  /external/chromium/net/disk_cache/
cache_util_posix.cc 31 for (FilePath name = iter.Next(); !name.value().empty(); name = iter.Next()) {
48 for (FilePath file = iter.Next(); !file.value().empty(); file = iter.Next()) {
  /external/chromium/net/http/
http_auth_cache.cc 21 // the proxy case which uses empty string).
22 DCHECK(path.empty());
29 // (should be absolute path, or empty string).
31 DCHECK(path.empty() || path[0] == '/');
37 DCHECK(container.empty() || *(container.end() - 1) == '/');
38 return ((container.empty() && path.empty()) ||
39 (!container.empty() && StartsWithASCII(path, container, true)));
  /external/chromium/third_party/libjingle/source/talk/base/
linux.cc 137 return (!key_val_pairs->empty());
147 return (!key_val_pair->empty());
209 if (!lsb_release_string.empty()) {
217 return lsb_release_string; // empty
225 return lsb_release_string; // empty
230 return lsb_release_string; // empty
235 return lsb_release_string; // empty
240 return lsb_release_string; // empty
  /external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.cc 44 if (!voice_input_filename_.empty()) {
47 if (!voice_output_filename_.empty()) {
50 if (!video_input_filename_.empty()) {
53 if (!video_output_filename_.empty()) {
60 if (!voice_input_filename_.empty() || !voice_output_filename_.empty()) {
69 if (!video_input_filename_.empty() || !video_output_filename_.empty()) {
  /external/clang/lib/AST/
DeclFriend.cpp 43 FriendDecl *FriendDecl::Create(ASTContext &C, EmptyShell Empty) {
44 return new (C) FriendDecl(Empty);
  /external/clang/test/Sema/
compound-literal.c 15 typedef struct { } cache_t; // -expected-warning{{empty struct (accepted as an extension) has size 0 in C, size 1 in C++}}
16 static cache_t clo_I1_cache = ((cache_t) { } ); // -expected-warning{{use of GNU empty initializer extension}}
  /external/e2fsprogs/po/
Makevars 18 # or entity, or to disclaim their copyright. The empty string stands for
40 # message catalogs shall be used. It is usually empty.
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.cpp 114 if (!Aranges.empty()) {
177 if (!Aranges.empty()) {
196 if (Aranges.empty())
207 // We checked for empty at the start of function so front() will be valid.
209 // We checked for empty at the start of function so back() will be valid.
215 if (Aranges.empty())
217 // We checked for empty at the start of function so front() will be valid.
219 // We checked for empty at the start of function so back() will be valid.
  /external/llvm/test/Transforms/SimplifyLibCalls/
FPuts.ll 12 @empty = constant [1 x i8] zeroinitializer ; <[1 x i8]*> [#uses=1]
21 %s1 = getelementptr [1 x i8]* @empty, i32 0, i32 0 ; <i8*> [#uses=1]
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
RecordedRequest.java 51 * Returns the sizes of the chunks of this request's body, or an empty list
52 * if the request's body was empty or unchunked.
  /external/proguard/src/proguard/
Configuration.java 64 * means no directories. An empty list means all directories. The directory
98 * An empty file name means the standard output.
113 * members. An empty file name means the standard output.
172 * An empty file name means the standard output.
213 * A <code>null</code> list means no names. An empty list means all
233 * A <code>null</code> list means no attributes. An empty list means all
312 * An empty file name means the standard output.
318 * or less readable form. An empty file name means the standard output.
  /external/sonivox/jet_tools/JetCreator/
JetCreatorhlp.dat 48 display empty tracks =
76 delete empty tracks = This option will tell JET to delete any empty tracks from the output file.
90 omit empty tracks =
98 delete empty tracks = Selecting this will delete any empty MIDI tracks.
107 omit empty tracks = Selecting this will delete any empty MIDI tracks.
  /external/tinyxml/
tinyxmlerror.cpp 44 "Error: empty tag.",
49 "Error document empty.",
  /external/v8/test/mjsunit/regress/
regress-1102760.js 34 assertEquals(0, F.apply(this, []), "empty args");
35 assertEquals(0, F.apply(this, [], 0), "empty args, extra argument");
regress-937896.js 40 // Empty.
44 // Empty.
  /external/webkit/LayoutTests/http/tests/appcache/resources/
remove-cache-frame.html 22 req.open("GET", "empty.txt", false);
46 req.open("GET", "empty.txt", false);
  /external/webkit/LayoutTests/storage/
open-database-creation-callback.html 35 db.version + "; empty string expected.");
52 // Since the version of this database is "" (empty string), openDatabase() should return
  /external/webkit/Source/WebKit/mac/Misc/
OutlookQuirksUserScript.js 26 // This should only apply to the initial empty document, which should look like:
31 // Outlook expects the initial empty document to only contain the document
  /frameworks/base/core/tests/coretests/src/android/text/
SpannableTest.java 38 // Empty spans are included when they merely abut the query region
39 // but other spans are not, unless the query region is empty, in
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
CharSequencesTest.java 43 String empty = toString(forAsciiBytes(bytes, 0, 3).subSequence(3, 3)); local
44 assertTrue("".equals(empty));
  /frameworks/base/core/tests/utillib/src/coretestutils/http/
RecordedRequest.java 51 * Returns the sizes of the chunks of this request's body, or an empty list
52 * if the request's body was empty or unchunked.
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
Stack.java 49 * @return the removed object or null if the stack was empty.
61 * @return the object at the top or null if the stack is empty.
  /libcore/luni/src/test/java/libcore/sqlite/
OldJDBCDriverFunctionalTest.java 29 private String connectionURL = "empty";
37 if (connectionURL.equals("empty")) {

Completed in 1466 milliseconds

<<21222324252627282930>>