HomeSort by relevance Sort by last modified time
    Searched refs:simple (Results 51 - 75 of 118) sorted by null

1 23 4 5

  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 56 private static final String SIMPLE = "simple";
57 private static final String CONFIG_VARYING_SIMPLE = "configVarying/simple";
60 "com.android.cts.stub:configVarying/simple";
190 assertNotNull("Returned wrong configuration-based simple value: expected <nothing>, "
193 assertEquals("Returned wrong configuration-based simple value: expected " + expectedValue
201 assertNotNull("Returned wrong configuration-based simple value: expected <nothing>, "
204 assertEquals("Returned wrong configuration-based simple value: expected " + expectedValue
597 assertEquals(R.configVarying.simple, resid);
600 assertEquals(R.configVarying.simple, resid)
    [all...]
  /external/protobuf/gtest/test/
gtest-port_test.cc 185 const RE simple(TypeParam("hello"));
186 EXPECT_STREQ("hello", simple.pattern());
482 "NULL is not a valid simple regular expression");
485 "Syntax error at index 1 in simple regular expression \"a\\\": ");
641 const RE simple("hello");
642 EXPECT_STREQ("hello", simple.pattern());
649 }, "NULL is not a valid simple regular expression");
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 100 item.setIcon(R.drawable.simple);
  /external/v8/test/mjsunit/compiler/
literals.js 28 // Test simple literals.
  /system/extras/tests/bionic/libstdc++/
Android.mk 23 # used to define a simple test program and build it as a standalone
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 462 private void closeElementTag (final boolean simple)
465 if (simple)
  /external/v8/test/mjsunit/
debug-constructor.js 32 // Simple function which collects a simple call graph.
debug-referenced-by.js 32 // Simple object.
44 // Add some more references from simple objects and arrays.
60 // Simple closure.
debug-stepin-constructor.js 32 // Simple debug event handler which counts the number of breaks hit and steps.
50 // Test step into constructor with simple constructor.
debug-suspend.js 32 // Simple function which stores the last debug event.
77 // Test simple suspend request.
debug-version.js 32 // Simple function which stores the last debug event.
71 // Test simple suspend request.
object-get-own-property-names.js 30 // Check simple cases.
debug-continue.js 32 // Simple function which stores the last debug event.
72 // Test simple continue request.
string-indexof-1.js 82 // Long string that isn't a simple repeat of a shorter string.
  /external/v8/test/mjsunit/regress/
regress-406.js 47 // Helper function to prevent simple constant folding.
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
TestSuiteBuilderTest.java 27 import android.test.suitebuilder.examples.simple.SimpleTest;
63 .addRequirements(testsWhoseNameContains("Simple"))
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 45 The Anti-Grav Belt. The theory here is simple. It counters the force of
  /system/extras/tests/bionic/libc/
Android.mk 22 # used to define a simple test program and build it as a standalone
  /external/chromium/third_party/icu/source/test/intltest/
dtfmrgts.cpp 771 SimpleDateFormat *simple = new SimpleDateFormat(UnicodeString("MM/dd/yyyy HH:mm"), status); local
774 delete simple;
779 if(simple->getTimeZone() != *temp)
787 delete simple;
    [all...]
  /external/icu4c/test/intltest/
dtfmrgts.cpp 771 SimpleDateFormat *simple = new SimpleDateFormat(UnicodeString("MM/dd/yyyy HH:mm"), status); local
774 delete simple;
779 if(simple->getTimeZone() != *temp)
787 delete simple;
    [all...]
  /external/webkit/WebCore/inspector/front-end/
StylesSidebarPane.js     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cstrcase.c 410 simple[]={ local
441 /* test simple case folding */
442 p=simple;
443 for(i=0; i<sizeof(simple)/12; p+=3, ++i) {
    [all...]
  /external/icu4c/test/cintltst/
cstrcase.c 410 simple[]={ local
441 /* test simple case folding */
442 p=simple;
443 for(i=0; i<sizeof(simple)/12; p+=3, ++i) {
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 425 There are two methods for using Getopt::Mixed: the simple method and
508 =head2 The Simple Method
510 The simple method is
592 If you are using the simple method, and you want to set these
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 384 * Changes the pattern of this simple date format to the specified pattern
395 * Changes the pattern of this simple date format to the specified pattern
412 * properties as this simple date format.
414 * @return a shallow copy of this simple date format.
431 * Compares the specified object with this simple date format and indicates
438 * @return {@code true} if the specified object is equal to this simple date
450 SimpleDateFormat simple = (SimpleDateFormat) object; local
451 return super.equals(object) && pattern.equals(simple.pattern)
452 && formatData.equals(simple.formatData);
456 * Formats the specified object using the rules of this simple date forma
    [all...]

Completed in 690 milliseconds

1 23 4 5