HomeSort by relevance Sort by last modified time
    Searched refs:smart (Results 1 - 25 of 26) sorted by null

1 2

  /system/core/adb/
line_printer.h 27 void set_smart_terminal(bool smart) { smart_terminal_ = smart; }
  /external/snakeyaml/src/test/java/examples/collections/
TypeSafeMap2Test.java 206 private boolean smart; field in class:TypeSafeMap2Test.SuperMan
212 private SuperMan(String name, String role, boolean smart) {
214 this.smart = smart;
218 return smart;
221 public void setSmart(boolean smart) {
222 this.smart = smart;
  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/
TCKIsoChronology.java 285 {ResolverStyle.SMART, -1, null, null, null, null},
289 {ResolverStyle.SMART, 0, null, null, ChronoField.ERA, 0},
293 {ResolverStyle.SMART, 1, null, null, ChronoField.ERA, 1},
297 {ResolverStyle.SMART, 2, null, null, null, null},
302 {ResolverStyle.SMART, -1, 2012, null, null, null},
306 {ResolverStyle.SMART, 0, 2012, null, ChronoField.YEAR, -2011},
310 {ResolverStyle.SMART, 1, 2012, null, ChronoField.YEAR, 2012},
314 {ResolverStyle.SMART, 2, 2012, null, null, null},
319 {ResolverStyle.SMART, null, 2012, null, ChronoField.YEAR, 2012},
323 {ResolverStyle.SMART, null, Integer.MAX_VALUE, null, null, null}
    [all...]
TCKMinguoChronology.java 560 {ResolverStyle.SMART, -1, null, null, null, null},
564 {ResolverStyle.SMART, 0, null, null, ChronoField.ERA, 0},
568 {ResolverStyle.SMART, 1, null, null, ChronoField.ERA, 1},
572 {ResolverStyle.SMART, 2, null, null, null, null},
577 {ResolverStyle.SMART, -1, 2012, null, null, null},
581 {ResolverStyle.SMART, 0, 2012, null, ChronoField.YEAR, -2011},
585 {ResolverStyle.SMART, 1, 2012, null, ChronoField.YEAR, 2012},
589 {ResolverStyle.SMART, 2, 2012, null, null, null},
594 {ResolverStyle.SMART, null, 2012, null, ChronoField.YEAR, 2012},
598 {ResolverStyle.SMART, null, Integer.MAX_VALUE, null, null, null}
    [all...]
TCKThaiBuddhistChronology.java 536 {ResolverStyle.SMART, -1, null, null, null, null},
540 {ResolverStyle.SMART, 0, null, null, ChronoField.ERA, 0},
544 {ResolverStyle.SMART, 1, null, null, ChronoField.ERA, 1},
548 {ResolverStyle.SMART, 2, null, null, null, null},
553 {ResolverStyle.SMART, -1, 2012, null, null, null},
557 {ResolverStyle.SMART, 0, 2012, null, ChronoField.YEAR, -2011},
561 {ResolverStyle.SMART, 1, 2012, null, ChronoField.YEAR, 2012},
565 {ResolverStyle.SMART, 2, 2012, null, null, null},
570 {ResolverStyle.SMART, null, 2012, null, ChronoField.YEAR, 2012},
574 {ResolverStyle.SMART, null, Integer.MAX_VALUE, null, null, null}
    [all...]
TCKHijrahChronology.java 370 public void test_resolve_ymd_lenient(int y, int m, int d, HijrahDate expected, Object smart, boolean strict) {
391 public void test_resolve_ymd_smart(int y, int m, int d, HijrahDate expected, Object smart, boolean strict) {
396 if (Boolean.TRUE.equals(smart)) {
397 HijrahDate date = HijrahChronology.INSTANCE.resolveDate(fieldValues, ResolverStyle.SMART);
400 } else if (smart instanceof HijrahDate) {
401 HijrahDate date = HijrahChronology.INSTANCE.resolveDate(fieldValues, ResolverStyle.SMART);
402 assertEquals(date, smart);
405 HijrahDate date = HijrahChronology.INSTANCE.resolveDate(fieldValues, ResolverStyle.SMART);
414 public void test_resolve_ymd_strict(int y, int m, int d, HijrahDate expected, Object smart, boolean strict) {
484 public void test_resolve_yd_lenient(int y, int d, HijrahDate expected, boolean smart, boolean strict)
    [all...]
TCKJapaneseChronology.java     [all...]
  /external/libxcam/
README.md 10 in image pre-processing, image post-processing and smart analysis. This
42 * Support smart analysis framework.
46 - xcamfilter, improve image quality by advanced features and smart analysis.
83 --enable-smartlib enable smart analysis lib build, [default=no]
  /libcore/ojluni/src/test/java/time/tck/java/time/temporal/
TCKIsoFields.java 168 .toFormatter().withResolverStyle(ResolverStyle.SMART);
209 public void test_parse_parseLenientQuarter_STRICT(String str, LocalDate expected, boolean smart) {
219 public void test_parse_parseLenientQuarter_SMART(String str, LocalDate expected, boolean smart) {
224 .toFormatter().withResolverStyle(ResolverStyle.SMART);
225 if (smart) {
239 public void test_parse_parseLenientQuarter_LENIENT(String str, LocalDate expected, boolean smart) {
367 .toFormatter().withResolverStyle(ResolverStyle.SMART);
401 public void test_parse_parseLenientWeek_STRICT(String str, LocalDate expected, boolean smart) {
411 public void test_parse_parseLenientWeek_SMART(String str, LocalDate expected, boolean smart) {
416 .toFormatter().withResolverStyle(ResolverStyle.SMART);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsmcrd.h 37 #error Incorrect smart card device definition
  /external/google-breakpad/src/testing/scripts/
gmock_doctor.py 605 Uh-oh, I'm not smart enough to figure out what the problem is. :-(
  /external/googletest/googlemock/scripts/
gmock_doctor.py 614 Uh-oh, I'm not smart enough to figure out what the problem is. :-(
  /external/v8/testing/gmock/scripts/
gmock_doctor.py 614 Uh-oh, I'm not smart enough to figure out what the problem is. :-(
  /prebuilts/go/darwin-x86/test/
cmp.go 53 panic("compiler too smart -- got same string")
  /prebuilts/go/linux-x86/test/
cmp.go 53 panic("compiler too smart -- got same string")
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 30 3. Following HKUST research on the use of GPU direct, and their [GDR implementation](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/gdr/README.md), there is a smart way to benefit from the TensorFlow allocation theme which is mostly pool based, i.e allocators pre-allocate a large memory block, and allocate the tensors from there. By attaching a custom Visitor to relevant allocators, we can do a single registration of the entire memory block, which zeros the registration overhead. Once the block is registered, each new tensor allocated will be at a registered address, which will allow us to do direct RDMA writes to it.
  /external/v8/benchmarks/spinning-balls/
v.js 31 * http://paulirish.com/2011/requestanimationframe-for-smart-animating/
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
exec.go 1070 // Whether we're smart enough to avoid a complete rebuild
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
exec.go 1070 // Whether we're smart enough to avoid a complete rebuild
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-core/2.2.11/
jaxb-core-2.2.11.jar 
  /prebuilts/go/darwin-x86/src/net/http/
server.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
server.go     [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]

Completed in 950 milliseconds

1 2