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

<<11121314151617181920>>

  /external/proguard/src/proguard/optimize/peephole/
UnreachableExceptionRemover.java 77 // Remove exceptions with empty code blocks.
94 // Make the code block empty.
144 * Returns the given list of exceptions, without the ones that have empty
150 // Overwrite all empty exceptions.
  /external/protobuf/gtest/test/
gtest-port_test.cc 182 const RE empty(TypeParam(""));
183 EXPECT_STREQ("", empty.pattern());
201 const RE empty(TypeParam(""));
202 EXPECT_TRUE(RE::FullMatch(TypeParam(""), empty));
203 EXPECT_FALSE(RE::FullMatch(TypeParam("a"), empty));
214 const RE empty(TypeParam(""));
215 EXPECT_TRUE(RE::PartialMatch(TypeParam(""), empty));
216 EXPECT_TRUE(RE::PartialMatch(TypeParam("a"), empty));
638 const RE empty("");
639 EXPECT_STREQ("", empty.pattern())
    [all...]
  /external/qemu/android/utils/
list.h 24 * - The list is empty if its 'next' and 'previous' references are addressing the
42 /* Checks if the list is empty. */
82 /* Returns an entry removed from the head of the list. If the list was empty,
97 /* Returns an entry removed from the tail of the list. If the list was empty,
  /external/skia/src/core/
SkRect.cpp 20 // do nothing if the params are empty
25 // if we are empty, just assign
134 // do nothing if the params are empty
139 // if we are empty, just assign
  /external/srec/config/en.us/grammars/
rootslot.grxml 4 Root slot grammar, this is an empty grammar that can be used when
  /external/stlport/stlport/stl/
_prolog.h 9 /* Get all debug things, potentially only empty macros if none of
  /external/v8/tools/visual_studio/
js2c.cmd 6 %PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc CORE %SOURCE_DIR%\macros.py %SOURCE_DIR%\runtime.js %SOURCE_DIR%\v8natives.js %SOURCE_DIR%\array.js %SOURCE_DIR%\string.js %SOURCE_DIR%\uri.js %SOURCE_DIR%\math.js %SOURCE_DIR%\messages.js %SOURCE_DIR%\apinatives.js %SOURCE_DIR%\debug-debugger.js %SOURCE_DIR%\liveedit-debugger.js %SOURCE_DIR%\mirror-debugger.js %SOURCE_DIR%\date.js %SOURCE_DIR%\regexp.js %SOURCE_DIR%\json.js
  /external/valgrind/main/drd/tests/
supported_libpthread 19 # configuration string is empty or does start with "linuxthreads".
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform01.xhtml 16 <!ELEMENT br EMPTY>
canonicalform02.xhtml 16 <!ELEMENT br EMPTY>
canonicalform04.xhtml 16 <!ELEMENT br EMPTY>
canonicalform05.xhtml 16 <!ELEMENT br EMPTY>
canonicalform07.xhtml 16 <!ELEMENT br EMPTY>
canonicalform12.xhtml 16 <!ELEMENT br EMPTY>
cdatasections01.xhtml 16 <!ELEMENT br EMPTY>
checkcharacternormalization01.xhtml 16 <!ELEMENT br EMPTY>
checkcharacternormalization02.xhtml 16 <!ELEMENT br EMPTY>
checkcharacternormalization03.xhtml 16 <!ELEMENT br EMPTY>
comments01.xhtml 16 <!ELEMENT br EMPTY>
documentgetinputencoding02.xhtml 16 <!ELEMENT br EMPTY>
documentgetinputencoding04.xhtml 17 <!ELEMENT br EMPTY>
documentgetxmlencoding01.xhtml 17 <!ELEMENT br EMPTY>
documentgetxmlencoding05.xhtml 17 <!ELEMENT br EMPTY>
documentgetxmlstandalone02.xhtml 16 <!ELEMENT br EMPTY>
documentgetxmlstandalone03.xhtml 17 <!ELEMENT br EMPTY>

Completed in 513 milliseconds

<<11121314151617181920>>