HomeSort by relevance Sort by last modified time
    Searched refs:Empty (Results 26 - 46 of 46) sorted by null

12

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_shell_thread.py 302 except Queue.Empty:
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 232 while (!aiter_queue_->empty()) {
263 while (!L_.Empty()) {
  /external/v8/src/
d8-posix.cc 313 Handle<String> accumulator = String::Empty();
jsregexp.h 98 // Returns an empty handle in case of an exception.
280 // should be to empty lists, but they need not be distinct, and may be NULL.
377 // There can't be a static empty set since it allocates its
379 OutSet* empty() { return &empty_; } function in class:v8::internal::DispatchTable
405 VISIT(Empty) \
695 static Interval Empty() { return Interval(); }
    [all...]
ast.h 601 // the parser implicitly creates an empty statement. Use the
    [all...]
api.cc 217 callback(location, "Reading from empty handle");
317 // If we're passed an empty handle, we throw an undefined exception
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8Binding.cpp 305 // Avoid trying to morph empty strings, as they do not have enough room to contain the external reference.
306 return StringImpl::empty();
353 return StringImpl::empty();
404 return v8::String::Empty();
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 205 , m_networkState(MediaPlayer::Empty)
687 if (state == MediaPlayer::Empty || state == MediaPlayer::Loaded) {
    [all...]
  /external/webkit/WebKit/chromium/tests/
KURLTest.cpp 329 // WebKit likes to be able to resolve absolute input agains empty base URLs,
336 // Resolving a non-relative URL agains the empty one should still error.
342 // WebKit will make empty URLs and set components on them. kurl doesn't allow
416 // Clear by setting an empty string.
448 // Setting a ref to the empty string will set it to "#".
465 TEST(KURLTest, Empty)
469 // First test that regular empty URLs are the same.
476 // Test resolving a null URL on an empty string.
498 // empty string. I think either is OK, so we just check our behavior.
514 // Resolving an empty URL on an invalid string
    [all...]
  /external/v8/tools/
test.py 44 from Queue import Queue, Empty
110 except Empty:
    [all...]
tickprocessor.js 655 // Note an empty group. It is required, as UnixCppEntriesProvider expects 3 groups.
744 // Empty or non-mangled name.
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/v8/test/mjsunit/
debug-scopes.js 183 // Simple empty local scope.
250 // Empty local scope with use of eval.
305 // Single empty with block.
324 // Nested empty with blocks.
  /external/webkit/WebCore/html/
HTMLMediaElement.cpp 718 if (state == MediaPlayer::Empty) {
    [all...]
  /build/core/
definitions.mk 54 # will always be empty; it's just here as a placeholder for
97 ## and empty otherwise
101 define true-or-empty
290 $(warning Empty argument supplied to find-subdir-assets) \
373 # $(3): if non-empty, this is a HOST target.
374 # $(4): if non-empty, force the intermediates to be COMMON
396 # $(1): if non-empty, force the intermediates to be COMMON
479 ## $(2): Non-empty if IS_HOST_MODULE
483 # $(2): Non-empty if IS_HOST_MODULE
495 # $(2): Non-empty if IS_HOST_MODUL
527 empty := macro
    [all...]
  /external/v8/include/
v8.h 188 * Creates an empty handle.
218 * Returns true if the handle is empty.
227 * Sets the handle to be empty. IsEmpty() will then return true.
233 * Returns true if both are empty, or if the objects
247 * Returns true if only one of the handles is empty, or if
258 // that the handle isn't empty before doing the checked cast.
292 // that the handle isn't empty before doing the checked cast.
327 * Creates an empty persistent handle that doesn't point to any
365 // that the handle isn't empty before doing the checked cast.
773 * Returns an empty handle if the conversion fails
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 707 except Queue.Empty:
    [all...]
  /external/gtest/test/
gtest_unittest.cc 424 // Calls PushFront() on an empty list.
448 // Popping on an empty list should fail.
451 // Popping again on an empty list should fail, and the result element
464 // After popping the last element, the list should be empty.
474 // Inserts into an empty list.
550 // An empty std::string.
567 // An empty String.
583 // An empty ::string.
600 // An empty String.
637 const String empty("");
    [all...]
  /external/grub/docs/
texinfo.tex 111 \let\linenumber = \empty % Pre-3.0.
121 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
399 \parseargline\empty% Insert the \empty token, see \finishparsearg below.
424 \ifx\temp\empty
437 % We prepended an \empty token at the very beginning and we expand it now,
504 \let\thisenv\empty
526 \ifx#1\empty
763 % empty box we just added fits on the page, we must make it consider
765 % page after the empty box. So we use a penalty of 9999
    [all...]
  /external/bison/tests/
testsuite 351 40;reduce.at:342;Empty Language;;
460 149;glr-regression.at:644;Incorrectly initialized location for empty right-hand side in GLR;;
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 1114 milliseconds

12