Searched defs:empty (Results 276 - 300 of 312) sorted by relevance

<<111213

/external/icu4c/test/intltest/
H A Dtranstst.cpp227 i + ") returned empty string");
1975 errln("FAIL: empty source");
1988 errln("FAIL: empty target");
2000 logln((UnicodeString)" " + k + ": <empty>");
2301 * Test empty context.
3507 UnicodeString empty; local
3513 return empty;
/external/stlport/stlport/stl/
H A D_rope.h1314 // Assumes the result is not empty.
1354 bool empty() const { return 0 == _M_tree_ptr._M_data; } function in class:rope
/external/v8/src/
H A Dbootstrapper.cc169 // Creates the empty function. Used for creating a context from scratch.
174 void CreateStrictModeFunctionMaps(Handle<JSFunction> empty);
439 // prototypes patched later, once empty function is created.
491 // Allocate the empty function as the prototype for function ECMAScript
607 void Genesis::CreateStrictModeFunctionMaps(Handle<JSFunction> empty) { argument
610 CreateStrictModeFunctionMap(ADD_WRITEABLE_PROTOTYPE, empty);
616 CreateStrictModeFunctionMap(DONT_ADD_PROTOTYPE, empty);
624 CreateStrictModeFunctionMap(ADD_READONLY_PROTOTYPE, empty);
631 CreateStrictModeFunctionMap(ADD_WRITEABLE_PROTOTYPE, empty);
680 // closure and extension object later (we need the empty functio
[all...]
H A Djsregexp.h125 // Returns an empty handle in case of an exception.
316 // should be to empty lists, but they need not be distinct, and may be NULL.
413 // There can't be a static empty set since it allocates its
415 OutSet* empty() { return &empty_; } function in class:v8::internal::DispatchTable
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp284 QVariant empty = m_view->page()->mainFrame()->evaluateJavaScript("errorCode"); local
286 QVERIFY(empty.type() == QVariant::Double && empty.toInt() != 0);
290 empty = m_view->page()->mainFrame()->evaluateJavaScript("errorCode");
294 QVERIFY(empty.type() == QVariant::Double && empty.toInt() != 1);
453 QVariant empty = m_page->mainFrame()->evaluateJavaScript("window.styleMedia.matchMedium(\"(-webkit-view-mode)\")"); local
454 QVERIFY(empty.type() == QVariant::Bool && empty.toBool());
1800 //START - Test for sending empty QInputMethodEven
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h46 bool empty() const { return NumElts == 0; } function in class:clang::ObjCListBase
758 return data().AllReferencedProtocols.empty()
770 return data().AllReferencedProtocols.empty()
H A DType.h317 bool empty() const { return !Mask; } function in class:clang::Qualifiers
1789 assert(!str.empty() && str.data()[str.size()] == '\0');
4437 /// non-empty set of protocols.
4443 /// some non-empty set of protocols.
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp265 /// placeholder value. For an untyped selector, the type will be the empty
353 /// Emits an empty protocol. This is used for \@protocol() where no protocol
391 /// Returns a selector with the specified type encoding. An empty string is
1041 if (StringClass.empty()) StringClass = "NXConstantString";
1329 if (MethodSels.empty())
2145 if (!SuperClassName.empty()) {
2150 // Empty vector used to construct empty method lists
2151 SmallVector<llvm::Constant*, 1> empty; local
2203 empty, empty, empt
[all...]
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp211 Result *data() { return Results.empty()? 0 : &Results.front(); }
213 bool empty() const { return Results.empty(); } function in class:__anon3729::ResultBuilder
460 while (!TargetParents.empty()) {
769 assert(!ShadowMaps.empty() && "Must enter into a results scope");
1652 if (!SemaRef.getCurFunction()->SwitchStack.empty()) {
2660 // If there is only one parameter, and we're past it, add an empty
3093 if (Path.empty()) {
3521 if (!Results.empty()) {
3652 if (getCurFunction()->SwitchStack.empty() || !CodeComplete
[all...]
H A DSemaLookup.cpp167 if (queue.empty())
1055 return !R.empty();
1238 /// the lookup of a name. If S is the empty set, the program is
1289 while (!Queue.empty()) {
1295 bool UseLocal = !R.empty();
1879 while (!Bases.empty()) {
1958 // namespaces and classes are both empty.
2062 if (Queue.empty()) break;
2134 /// arguments have types T1 (and, if non-empty, T2). This routine
2208 if (Operators.empty())
3178 bool empty() const { return CorrectionResults.empty(); } function in class:__anon3772::TypoCorrectionConsumer
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js190 function $empty(){};
398 win.Element = $empty;
551 empty: function(){
836 empty: function(){
1052 this._current = $empty;
1213 this.$chain.empty();
1225 if (fn != $empty){
1345 var onload = props.onload || $empty;
1521 if (typeof item[p] == 'function') item[p] = $empty;
1827 Element.empty(thi
[all...]
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc165 if (BrowserList::empty() && !CommandLine::ForCurrentProcess()->HasSwitch(
708 std::vector<GURL> empty; local
709 AutomationMsg_RedirectsFrom::WriteReplyParams(reply_message, false, empty);
2030 if (!error.empty()) {
2753 if (downloads.empty()) {
3644 if (!language.empty()) {
4019 if (!error_mesg.empty()) {
4454 // Returns empty json message.
4482 // Returns empty json message.
5455 if (host.empty()) {
[all...]
/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c2393 treebins ("treemap). Each bin sets its bit when non-empty, and
2394 clears the bit when empty. Bit operations are then used to avoid
3202 int empty = (m->treemap & (1U << i)) == 0; local
3204 assert(empty);
3205 if (!empty)
3213 unsigned int empty = (m->smallmap & (1U << i)) == 0; local
3215 assert(empty);
3216 if (!empty) {
4218 if (t == 0 && v == 0) { /* set t to root of next non-empty treebin */
4496 /* if empty re
[all...]
/external/kernel-headers/original/sound/
H A Dasound.h339 empty:1; member in struct:snd_interval
/external/libffi/src/
H A Ddlmalloc.c1967 treebins ("treemap). Each bin sets its bit when non-empty, and
1968 clears the bit when empty. Bit operations are then used to avoid
2690 int empty = (m->treemap & (1U << i)) == 0; local
2692 assert(empty);
2693 if (!empty)
2701 unsigned int empty = (m->smallmap & (1U << i)) == 0; local
2703 assert(empty);
2704 if (!empty) {
3690 if (t == 0 && v == 0) { /* set t to root of next non-empty treebin */
3964 /* if empty re
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1977 treebins ("treemap). Each bin sets its bit when non-empty, and
1978 clears the bit when empty. Bit operations are then used to avoid
2700 int empty = (m->treemap & (1U << i)) == 0; local
2702 assert(empty);
2703 if (!empty)
2711 unsigned int empty = (m->smallmap & (1U << i)) == 0; local
2713 assert(empty);
2714 if (!empty) {
3700 if (t == 0 && v == 0) { /* set t to root of next non-empty treebin */
3974 /* if empty re
[all...]
/external/v8/test/cctest/
H A Dtest-api.cc2046 v8::Local<v8::String> empty = v8_str(""); local
2062 CHECK(!obj->Has(empty));
2064 CHECK(obj->Get(empty)->IsUndefined());
2066 CHECK(obj->Set(empty, v8::Integer::New(2003)));
2068 CHECK_EQ(2003, obj->Get(empty)->Int32Value());
4731 // error but results in an empty context.
4748 // a fatal error but results in an empty context.
12252 // Getting the property when the interceptor returns an empty handle
12332 // Deleting the property when the interceptor returns an empty
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar ... .IPath, java.lang.String) public abstract void empty () public org.eclipse.core.runtime.IPath ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 945 milliseconds

<<111213