HomeSort by relevance Sort by last modified time
    Searched refs:simple (Results 201 - 225 of 901) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/services/tests/servicestests/src/com/android/server/display/
BrightnessMappingStrategyTest.java 122 BrightnessMappingStrategy simple = BrightnessMappingStrategy.create(res); local
123 assertNotNull("BrightnessMappingStrategy should not be null", simple);
128 simple.getBrightness(LUX_LEVELS[i]), 0.01f /*tolerance*/);
135 BrightnessMappingStrategy simple = BrightnessMappingStrategy.create(res); local
136 assertNotNull("BrightnessMappingStrategy should not be null", simple);
139 final float backlight = simple.getBrightness(lux) * PowerManager.BRIGHTNESS_ON;
  /prebuilts/go/darwin-x86/src/regexp/syntax/
simplify.go 120 // OpPlus, and OpQuest operators. It returns the simple regexp
125 // under the assumption that sub is already simple, and
133 // generate are simple.
  /prebuilts/go/linux-x86/src/regexp/syntax/
simplify.go 120 // OpPlus, and OpQuest operators. It returns the simple regexp
125 // under the assumption that sub is already simple, and
133 // generate are simple.
  /tools/metalava/src/main/java/com/android/tools/metalava/model/
FieldItem.kt 260 var simple = true
264 simple = false
268 if (simple) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pprint.py 106 # Simple objects, small containers and classes that overwrite __repr__
114 for simple in (0, 0L, 0+0j, 0.0, "", uni(""),
126 native = repr(simple)
129 got = f(simple)
  /external/clang/test/Analysis/
array-struct-region.c 46 struct simple { int x; int y; }; struct
47 struct simple a;
48 struct simple *p = &a;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pprint.py 106 # Simple objects, small containers and classes that overwrite __repr__
114 for simple in (0, 0L, 0+0j, 0.0, "", uni(""),
126 native = repr(simple)
129 got = f(simple)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pprint.py 106 # Simple objects, small containers and classes that overwrite __repr__
114 for simple in (0, 0L, 0+0j, 0.0, "", uni(""),
126 native = repr(simple)
129 got = f(simple)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pprint.py 106 # Simple objects, small containers and classes that overwrite __repr__
114 for simple in (0, 0L, 0+0j, 0.0, "", uni(""),
126 native = repr(simple)
129 got = f(simple)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pprint.py 106 # Simple objects, small containers and classes that overwrite __repr__
114 for simple in (0, 0L, 0+0j, 0.0, "", uni(""),
126 native = repr(simple)
129 got = f(simple)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
unwind-ok.s 268 .proc simple
269 simple: label
272 .endp simple
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/simple/
SimpleTvInputService.java 17 package com.example.android.sampletvinput.simple;
34 * Simple TV input service which provides two sample channels.
36 * NOTE: The purpose of this sample is to provide a really simple TV input sample to the developers
49 * Simple session implementation which plays local videos on the application's tune request.
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/simple/
BasicHeuristicsService.java 16 package com.example.android.autofill.service.simple;
31 * <p>The goal of this class is to provide a simple autofill service implementation that is easy
  /external/clang/test/SemaCXX/
pass-object-size.cpp 3 namespace simple { namespace
52 } // namespace simple
  /external/clang/test/SemaTemplate/
instantiate-expr-1.cpp 4 int simple : I; // expected-error{{bit-field 'simple' has zero width}} member in struct:Bitfields
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SimpleOutputStream.java 13 import org.tukaani.xz.simple.SimpleFilter;
  /external/mockito/src/test/java/org/mockitousage/annotation/
CaptorAnnotationTest.java 46 void testMe(String simple, List<List<String>> genericList);
  /external/okhttp/okcurl/src/test/java/com/squareup/okhttp/curl/
MainTest.java 29 @Test public void simple() { method in class:MainTest
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
IFieldAccessor.cs 62 /// Mutator for single "simple" fields only.
68 /// <exception cref="InvalidOperationException">The field is not a "simple" field.</exception>
  /external/turbine/java/com/google/turbine/types/
Canonicalize.java 91 // if the first name is a simple name resolved inside a nested class, add explicit qualifiers
100 // canonicalize each additional simple name that appeared in source
166 * Adds a simple class type to an existing canonical base class type, and canonicalizes the
204 /** Add the type arguments of a simple class type to a type mapping. */
229 /** Instantiate a simple class type for the given symbol, and with the given type mapping. */
294 for (SimpleClassTy simple : type.classes) {
296 for (Type arg : simple.targs()) {
299 simples.add(new SimpleClassTy(simple.sym(), args.build(), simple.annos()));
  /external/webrtc/webrtc/base/
callback_unittest.cc 98 TEST(KeepRefUntilDoneTest, simple) {
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/selection/simple/
DemoHolder.java 16 package com.example.android.supportv7.widget.selection.simple;
SimpleSelectionDemoAdapter.java 17 package com.example.android.supportv7.widget.selection.simple;
  /hardware/interfaces/media/omx/1.0/vts/functional/
README.md 17 This folder includes test fixtures associated with testing audio encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.
26 This folder includes test fixtures associated with testing video encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.
  /prebuilts/go/darwin-x86/src/net/http/
triv.go 31 // Simple counter server. POSTing to it will set the value.
65 // simple flag server
80 // simple argument server

Completed in 1332 milliseconds

1 2 3 4 5 6 7 891011>>