HomeSort by relevance Sort by last modified time
    Searched full:directly (Results 1 - 25 of 12029) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/platform_tools/android/third_party/cpufeatures/
README 1 The contents of this directory are directly copied from the Android NDK to
2 avoid the need to have a dependency on the NDK directly.
  /prebuilts/misc/common/power-helper/
build.gradle 1 // allow other projects to directly use 'PowerTestHelper.jar'
  /frameworks/base/graphics/java/android/graphics/
package.html 4 rectangles that let you handle drawing to the screen directly.
  /packages/experimental/
Android.mk 2 # Individual packages in experimental/ must be built directly with "mmm".
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
endian.h 4 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
a.out.h 2 # error "Never use <bits/a.out.h> directly; include <a.out.h> instead."
endian.h 4 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
endian.h 4 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
  /prebuilts/misc/common/icu4j/
build.gradle 2 // allow other projects to directly use 'icu4j.jar'
  /prebuilts/misc/common/ub-janktesthelper/
build.gradle 1 // allow other projects to directly use 'ub-janktesthelper.jar'
  /bionic/libc/upstream-freebsd/
README.txt 2 files directly. Make fixes upstream and then pull down the new version of
  /bionic/libc/upstream-netbsd/
README.txt 2 files directly. Make fixes upstream and then pull down the new version of
  /bionic/libc/upstream-openbsd/
README.txt 2 files directly. Make fixes upstream and then pull down the new version of
  /external/eigen/doc/snippets/
MatrixBase_noalias.cpp 2 c.noalias() = a * b; // this computes the product directly to c
  /external/libxml2/macos/
README 3 Please contact the author directly in case of problems:
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 2 // It is internal STLport header - DO NOT include it directly
  /prebuilts/misc/common/com.android.uiautomator.platform.common/
build.gradle 1 // allow other projects to directly use 'com.android.uiautomator.platform.common.jar'
  /prebuilts/misc/common/ub-uiautomator/
build.gradle 2 // allow other projects to directly use 'ub-uiautomator.jar'
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 2 // It is internal STLport header - DO NOT include it directly
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 2 // It is internal STLport header - DO NOT include it directly
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 2 // It is internal STLport header - DO NOT include it directly
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 2 // It is internal STLport header - DO NOT include it directly
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_mlc.h 2 // It is internal STLport header - DO NOT include it directly
  /frameworks/base/core/java/android/
package.html 6 <p>You can use some resources directly from these {@link android.R} classes in your own
7 applications, but you should generally use only resources that you've provided directly in your
11 {@link android.R.style styles} are the only resources you should use directly from these
  /external/clang/test/SemaObjC/
warn-direct-ivar-access.m 22 _myMaster = _isTickledPink; // expected-warning {{instance variable '_myMaster' is being directly accessed}} \
23 // expected-warning {{instance variable '_isTickledPink' is being directly accessed}}
37 p->_isTickledPink = (*p)._myMaster; // expected-warning {{instance variable '_isTickledPink' is being directly accessed}} \
38 // expected-warning {{instance variable '_myMaster' is being directly accessed}}
39 if (p->_myIntProp) // expected-warning {{instance variable '_myIntProp' is being directly accessed}}
40 p->_myIntProp = 0; // expected-warning {{instance variable '_myIntProp' is being directly accessed}}
41 return p->_isTickledPink; // expected-warning {{instance variable '_isTickledPink' is being directly accessed}}
74 - (id) property_in_protocol { return _property_in_protocol; } // expected-warning {{instance variable '_property_in_protocol' is being directly accessed}}

Completed in 1380 milliseconds

1 2 3 4 5 6 7 8 91011>>