/hardware/intel/bootstub/ |
bootstub.spec | 51 - create initial package
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
Inet4AddressTest.java | 313 public void assertDeserialized(Serializable initial, 316 Inet4Address initAddr = (Inet4Address) initial;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
HashSetTest.java | 77 "Failed to throw IllegalArgumentException for initial load factor <= 0"); 245 public void assertDeserialized(Serializable initial, Serializable deserialized) { 246 HashSet<String> initialHs = (HashSet<String>) initial;
|
RandomTest.java | 314 public void assertDeserialized(Serializable initial, Serializable deserialized) { 315 Random initialRand = (Random) initial;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RenameResourcePage.java | 52 * @param initial initial renamed value 55 public RenameResourcePage(ResourceType type, String initial, boolean canClear) { 56 super(type.getName(), true, initial); local
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
KURLTest.cpp | 417 const char initial[] = "http://www.google.com/path/foo"; local 418 WebCore::KURL kurl(WebCore::ParsedURLString, initial); 431 const char initial[] = "http://www.google.com/search?q=awesome"; local 432 WebCore::KURL kurl(WebCore::ParsedURLString, initial); 441 kurl = WebCore::KURL(WebCore::ParsedURLString, initial);
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
BatchUpdateExceptionTest.java | 450 public void assertDeserialized(Serializable initial, 454 SerializationTest.THROWABLE_COMPARATOR.assertDeserialized(initial, 457 BatchUpdateException initThr = (BatchUpdateException) initial;
|
SQLWarningTest.java | 424 public void assertDeserialized(Serializable initial, 428 SerializationTest.THROWABLE_COMPARATOR.assertDeserialized(initial, 431 SQLWarning initThr = (SQLWarning) initial;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
jsdifflib.js | 56 __reduce: function (func, list, initial) { 57 if (initial != null) { 58 var value = initial;
|
/external/chromium_org/third_party/skia/src/svg/ |
SkSVGParser.cpp | 50 SkString* initial = fEmptyPaint[index]; local 51 if (initial->size() == 0) 53 fLastFlush[index]->set(*initial);
|
/external/skia/src/svg/ |
SkSVGParser.cpp | 50 SkString* initial = fEmptyPaint[index]; local 51 if (initial->size() == 0) 53 fLastFlush[index]->set(*initial);
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/ |
Runtime.pm | 93 The initial template usually just has:
|
/external/chromium_org/third_party/icu/source/i18n/ |
olsontz.h | 50 * the initial zone offset (before the first transition) always. 258 * the argument initial points to non-NULL <code>InitialTimeZoneRule</code> and 263 * @param initial Receives the initial timezone rule 271 virtual void getTimeZoneRules(const InitialTimeZoneRule*& initial, 296 * When the index is negative, return the initial offset. 303 * Following methods return the initial offset.
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
rbtz.h | 42 * @param initialRule The initial time zone rule. 283 * the argument initial points to non-NULL <code>InitialTimeZoneRule</code> and 288 * @param initial Receives the initial timezone rule 296 virtual void getTimeZoneRules(const InitialTimeZoneRule*& initial,
|
/external/chromium_org/v8/test/mjsunit/ |
array-pop.js | 72 assertEquals(10, a.length, "inherit-initial-length"); 98 assertEquals(10, a.length, "array_proto-inherit-initial-length");
|
function-prototype.js | 29 // prototype used for instances in that case should be the initial 60 // functions without initial maps, and the fully initialized
|
/external/icu/icu4c/source/i18n/ |
olsontz.h | 51 * the initial zone offset (before the first transition) always. 262 * the argument initial points to non-NULL <code>InitialTimeZoneRule</code> and 267 * @param initial Receives the initial timezone rule 274 virtual void getTimeZoneRules(const InitialTimeZoneRule*& initial, 305 * When the index is negative, return the initial offset. 312 * Following methods return the initial offset.
|
/external/icu/icu4c/source/i18n/unicode/ |
rbtz.h | 42 * @param initialRule The initial time zone rule. 283 * the argument initial points to non-NULL <code>InitialTimeZoneRule</code> and 288 * @param initial Receives the initial timezone rule 296 virtual void getTimeZoneRules(const InitialTimeZoneRule*& initial,
|
/libcore/luni/src/main/java/java/io/ |
StreamTokenizer.java | 177 * The tokenizer's initial state is as follows:
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
SmartDialPrefix.java | 184 /** Adds initial combinations to the list, with the number of initials restricted by 188 * "AEFoster" and "ABEFoster". This covers all cases of initial lookup. 194 String initial = ""; local 198 initial = indexTokens.get(i).substring(0, 1); 200 /** Recursively adds initial combinations to the list.*/ 202 result.add(initial + fullNames.get(j)); 205 result.add(initial + result.get(j));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_runpy.py | 55 initial = object() 60 d1 = dict(initial=initial) 69 self.assertIs(d2["initial"], initial)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_runpy.py | 55 initial = object() 60 d1 = dict(initial=initial) 69 self.assertIs(d2["initial"], initial)
|
/external/libvorbis/lib/ |
vorbisfile.c | 306 /* a dupe serialnumber in an initial header packet set == invalid stream */ 417 /* Starting from current cursor position, get initial PCM offset of 462 (has to begin by knowing the offset of the lb's initial page). 621 /* fetch initial PCM offset */ 872 static int _ov_open1(void *f,OggVorbis_File *vf,char *initial, 890 if(initial){ 892 memcpy(buffer,initial,ibytes); 988 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, 990 int ret=_ov_open1(f,vf,initial,ibytes,callbacks); 995 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes) [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LevelTest.java | 276 public void assertDeserialized(Serializable initial, 279 Level init = (Level) initial;
|
/external/chromium_org/chrome/browser/ui/webui/ |
sync_setup_browsertest.js | 61 // Verify that initial state is unsynced, click the sign in button, verify
|