/dalvik/libcore/auth/src/main/java/javax/security/auth/callback/ |
Callback.java | 21 * Defines an empty base interface for all {@code Callback}s used during
|
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
Formatter.java | 95 * always returns an empty string. 99 * @return the head string used to wrap a set of log records, empty in this 108 * always returns the empty string. 112 * @return the tail string used to wrap a set of log records, empty in this
|
/dalvik/libcore/luni/src/main/java/java/lang/reflect/ |
Type.java | 25 // Empty
|
/dalvik/libcore/luni/src/main/java/java/util/ |
EventListener.java | 26 /* empty */
|
RandomAccess.java | 25 /* empty */
|
/dalvik/libcore/security/src/main/java/java/security/cert/ |
PKIXParameters.java | 79 * if {@code trustAnchors} is empty. 147 * if {@code trustAnchors} is empty. 192 // set to empty List if has not been set yet 198 // empty List each time 201 // List is not empty - do deep copy 222 // empty list or null provided 225 // discard non-empty list 230 // non-empty list provided - do deep copy 252 // set to empty List if has not been set yet 267 // set to empty List if has not been set ye [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
ASN1TaggedObject.java | 14 boolean empty = false; field in class:ASN1TaggedObject 94 if (tagNo != other.tagNo || empty != other.empty || explicit != other.explicit) 150 return empty;
|
BERSet.java | 10 * create an empty sequence
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/ |
ProcessorDecimalFormat.java | 43 * @param uri The Namespace URI, or the empty string if the 47 * empty string if Namespace processing is not being 50 * empty string if raw names are not available. 52 * there are no attributes, it shall be an empty
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/ |
AttributesImpl.java | 57 * Construct a new, empty AttributesImpl object. 103 * @return The Namespace URI, the empty string if none is 121 * @return The attribute's local name, the empty string if 139 * @return The attribute's qualified name, the empty string if 195 * @param uri The attribute's Namespace URI, or the empty 235 * @param uri The Namespace URI, or the empty string for a name 277 * @param uri The Namespace URI, or the empty string for a name 372 * @param uri The Namespace URI, or the empty string if 375 * @param localName The local name, or the empty string if 377 * @param qName The qualified (prefixed) name, or the empty strin [all...] |
/dalvik/vm/mterp/x86-atom/ |
OP_INVOKE_DIRECT_EMPTY.S | 21 * For: invoke-direct-empty
|
/external/gtest/test/ |
gtest-port_test.cc | 124 const RE empty(TypeParam("")); 125 EXPECT_STREQ("", empty.pattern()); 143 const RE empty(TypeParam("")); 144 EXPECT_TRUE(RE::FullMatch(TypeParam(""), empty)); 145 EXPECT_FALSE(RE::FullMatch(TypeParam("a"), empty)); 156 const RE empty(TypeParam("")); 157 EXPECT_TRUE(RE::PartialMatch(TypeParam(""), empty)); 158 EXPECT_TRUE(RE::PartialMatch(TypeParam("a"), empty)); 580 const RE empty(""); 581 EXPECT_STREQ("", empty.pattern()) [all...] |
/external/oprofile/libutil/ |
op_growable_buffer.h | 23 * init_buffer - initialize an empty buffer
|
/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/skia/src/core/ |
SkRect.cpp | 21 // do nothing if the params are empty 25 // if we are empty, just assign 129 // do nothing if the params are empty 133 // 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-delay.js %SOURCE_DIR%\mirror-delay.js %SOURCE_DIR%\date-delay.js %SOURCE_DIR%\regexp-delay.js %SOURCE_DIR%\json-delay.js
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/LexicalConventions/ |
regexp-literals-001.js | 16 // Regular Expression Literals may not be empty; // should be regarded
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
remove-cache-frame-2.html | 19 req.open("GET", "empty.txt", false);
|
/external/webkit/LayoutTests/storage/ |
success-callback.html | 42 database.transaction(function(tx) { }, errorFunction, function() { successFunction("Empty transaction"); });
|
/external/webkit/WebCore/manual-tests/ |
new-window-subresource-crash.html | 12 <p>This test verifies that document.writing into a newly-opened empty
|
scrollIntoView-vertical.html | 24 <div style="height: 500px; width: 500px; border: 1px solid;">here is a big empty div</div> 30 <div style="height: 500px; width: 500px; border: 1px solid;">here is a big empty div</div> 36 <div style="height: 500px; width: 500px; border: 1px solid;">here is a big empty div</div> 42 <div style="height: 500px; width: 500px; border: 1px solid;">here is a big empty div</div>
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Amiga/ |
config.h | 3 /* Define to empty if the keyword does not work. */
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/ |
vms-conf.h | 3 /* Define to empty if the keyword does not work. */
|