HomeSort by relevance Sort by last modified time
    Searched refs:about (Results 26 - 50 of 384) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
GraphValidationScopingTest.java 67 assert_().about(javaSources()).that(asList(componentFile, typeFile, moduleFile))
118 assert_().about(javaSources()).that(asList(componentFile, scopeFile, typeFile, moduleFile))
188 assert_().about(javaSources())
229 assert_().about(javaSources())
276 assert_().about(javaSources())
342 assert_().about(javaSources())
ValidationReportTest.java 51 ValidationReport.about(getTypeElement("test.TestClass"));
71 ValidationReport.about(getTypeElement("test.TestClass"));
91 ValidationReport.about(getTypeElement("test.TestClass"));
94 ValidationReport.about(getTypeElement(String.class))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
packaging.properties 20 root.linux.motif.x86=eclipse,libcairo-swt.so,libXm.so.2,about_files/,about.html,icon.xpm
21 root.linux.gtk.x86=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
22 root.linux.gtk.x86_64=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
  /external/v8/tools/
v8-rolls.sh 43 Run in chromium/src to get information about V8 rolls.
47 -n Number of rolls to print information about.
48 -s Chromium git hash to start printing V8 information about.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-byte1.s 6 # gets to the assembler. It also gets confused about the unterminated
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
globsymw1.s 14 ;# construct is last, but is missing the actual symbol warned about.
warn1.d 8 # There should be no warning, since the symbol warned about is
warn2.d 8 # There should be no warning, since the symbol warned about is
  /external/chromium-libpac/test/js-unittest/
international_domain_names.js 8 // We disregard the actual return value -- all we care about is that on
  /external/valgrind/memcheck/tests/linux/
timerfd-syscall.stderr.exp 20 got about 20 timer ticks after about 2s
43 got about 20 timer ticks after about 2s
  /external/valgrind/memcheck/tests/
vcpu_fbench.stdout.exp 7 adjust iteration count so the benchmark runs about five minutes.
  /ndk/tests/build/warn-non-system-libs-in-linker-flags/jni/
Android.mk 12 # ndk-build should warn about this.
  /external/dagger2/compiler/src/test/java/dagger/tests/integration/operation/
PrimitiveInjectionTest.java 137 assert_().about(javaSources())
  /external/dhcpcd-6.8.2/
Android.mk 70 # Compiler complains about implicit function delcarations in dhcpcd.c,
73 # Compiler complains about signed-unsigned comparison in dhcp-common.c.
75 # Compiler complains about unused parameters in function stubs in rpc-stub.c.
77 # Compiler complains about possibly uninitialized variables in rpc-dbus.c.
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
test_serializer.py 154 doc = """<!DOCTYPE html SYSTEM "about:legacy-compat"><html>&beta;</html>"""
157 self.assertEqual("""<!DOCTYPE html SYSTEM "about:legacy-compat"><html>\u03B2</html>""", result)
160 doc = """<!DOCTYPE html SYSTEM "about:legacy-compat"><html>&gt;</html>"""
163 self.assertEqual("""<!DOCTYPE html SYSTEM "about:legacy-compat"><html>&gt;</html>""", result)
166 doc = """<!DOCTYPE html SYSTEM "about:legacy-compat"><html>&beta;</html>"""
170 self.assertEqual("""<!DOCTYPE html SYSTEM "about:legacy-compat"><html>&beta;</html>""", result)
  /frameworks/native/include/ui/
mat4.h 148 static tmat44 rotate(A radian, const tvec3<B>& about);
295 tmat44<T> tmat44<T>::rotate(A radian, const tvec3<B>& about) {
300 if (about.x==1 && about.y==0 && about.z==0) {
303 } else if (about.x==0 && about.y==1 && about.z==0) {
306 } else if (about.x==0 && about.y==0 && about.z==1)
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleNodeStream.as 22 // we dup every node, so don't have to worry about calling dup; short-
  /external/blktrace/
btrace.spec 25 btrace can show detailed info about what is happening on a block
  /external/libdrm/libkms/
Android.mk 18 # warn about invalid drivers
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 50 2. What about texgen and texture matrices?
58 3. What about point smoothing?
70 4. What about sprite rotation?
77 5. What about POLYGON_MODE?
81 6. What about POLYGON_CULL?
  /external/v8/test/mjsunit/
cross-realm-global-prototype.js 6 // Make sure we don't accidentally leak information about other objects.
  /frameworks/native/opengl/tests/EGLTest/
Android.mk 26 # gold in binutils 2.22 will warn about the usage of mktemp
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
micsv89.js 5 // This approach is useful for learning about using
  /external/chromium-trace/catapult/tracing/tracing_build/
check_common.py 85 ' Note: only files actually used in about:tracing should\n'
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
MapKeyValidator.java 39 ValidationReport.Builder<Element> builder = ValidationReport.about(element);

Completed in 848 milliseconds

12 3 4 5 6 7 8 91011>>