HomeSort by relevance Sort by last modified time
    Searched full:prefixed (Results 151 - 175 of 1108) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/EGL/
eglplatform.h 61 * code below. The EGL-prefixed versions of Native*Type are the same
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/EGL/
eglplatform.h 61 * code below. The EGL-prefixed versions of Native*Type are the same
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/EGL/
eglplatform.h 61 * code below. The EGL-prefixed versions of Native*Type are the same
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/EGL/
eglplatform.h 61 * code below. The EGL-prefixed versions of Native*Type are the same
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 61 * code below. The EGL-prefixed versions of Native*Type are the same
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/EGL/
eglplatform.h 61 * code below. The EGL-prefixed versions of Native*Type are the same
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 61 * code below. The EGL-prefixed versions of Native*Type are the same
  /system/connectivity/shill/
scope_logger.cc 126 // sequence specified by |expression| is not prefixed by a plus or
  /system/core/libcutils/
record_stream.c 116 * Records are prefixed by a 16-bit big endian length value
  /system/media/camera/include/system/
camera_vendor_tags.h 64 * have their own "com.vendor."-prefixed section.
  /external/mesa3d/docs/
vmware-guest.html 90 <li>VMware Linux guest kernel module. Note that this repo contains the complete DRM and TTM code. The vmware-specific driver is really only the files prefixed with vmwgfx.
166 to watch the debug output. It should contain a number of lines prefixed with "[vmwgfx]".
  /external/parameter-framework/upstream/tools/xmlGenerator/
README.md 36 will be prefixed with the name of the domain group.
66 configurations. Those inner configurations will be prefixed with the name of
  /frameworks/base/core/java/android/util/
DebugUtils.java 210 * Use prefixed constants (static final values) on given class to turn value
232 * Use prefixed constants (static final values) on given class to turn flags
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java 54 * The given name is automatically prefixed with the package containing the tests to be run.
158 * tests will be included. The name you specify is automatically prefixed with the package
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 164 * @param qName The XML qualified (prefixed) name.
233 * @param qName The qualified (prefixed) name, or the empty string
  /ndk/sources/android/support/src/stdio/
vfprintf.c 108 }, { /* 1: l-prefixed */
115 }, { /* 2: ll-prefixed */
120 }, { /* 3: h-prefixed */
126 }, { /* 4: hh-prefixed */
131 }, { /* 5: L-prefixed */
135 }, { /* 6: z- or t-prefixed (assumed to be same size) */
140 }, { /* 7: j-prefixed */
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
AttributesImpl.java 144 * Return an attribute's qualified (prefixed) name.
222 * Look up an attribute's index by qualified (prefixed) name.
263 * Look up an attribute's type by qualified (prefixed) name.
305 * Look up an attribute's value by qualified (prefixed) name.
385 * @param qName The qualified (prefixed) name, or the empty string
  /system/core/debuggerd/test/
tombstone_test.cpp 304 "\nmemory map: (fault address prefixed with --->)\n"
360 "\nmemory map: (fault address prefixed with --->)\n"
416 "\nmemory map: (fault address prefixed with --->)\n"
474 "\nmemory map: (fault address prefixed with --->)\n"
562 "\nmemory map: (fault address prefixed with --->)\n"
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVT.java 80 * @return non-null reference to prefixed name.
90 * @param rawName non-null reference to prefixed name.
157 * @param rawName prefixed name.
  /external/e2fsprogs/misc/
fsck.8.in 117 prefixed by a negation operator
125 are not prefixed by a negation operator, then only those filesystems
139 will be checked. If the options specifier is prefixed by a negation
  /external/selinux/secilc/docs/
cil_reference_guide.md 12 5. Be aware that CIL allows [`class`](cil_class_and_permission_statements.md#class) statements to be declared in a namespace, however the policy author needs to note that applications (and the kernel) generally reference a class by its well known class identifier (e.g. `zygote`) however if declared in a namespace (e.g. `(block zygote (class zygote (...)))` or `(block zygote (class class (...)))`) it would be prefixed with that namespace (e.g. `zygote.zygote` or `zygote.class`). Unless the application / kernel code was updated the class would never be resolved, therefore it is recommended that classes are declared in the global namespace.
131 CIL has a global namespace that is always present. Any symbol that is declared outside a container is in the global namespace. To reference a symbol in global namespace, the symbol should be prefixed with a dot '`.`' as shown in the following example:
174 Should the symbol not be prefixed with a dot, the current namespace would be searched first and then the global namespace (provided there is not a symbol of that name in the current namespace).
  /external/valgrind/exp-bbv/docs/
bbv-manual.xml 294 code to handle rep-prefixed string instructions. This is because
295 actual hardware counts a rep-prefixed instruction
298 of instructions. We handle rep-prefixed instructions specially,
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
config.py 230 prefixed = qn + "."
231 pflen = len(prefixed)
234 if existing[i][:pflen] == prefixed:
623 prefixed = name + "."
624 pflen = len(prefixed)
628 (existing[i][:pflen] == prefixed):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
config.py 230 prefixed = qn + "."
231 pflen = len(prefixed)
234 if existing[i][:pflen] == prefixed:
623 prefixed = name + "."
624 pflen = len(prefixed)
628 (existing[i][:pflen] == prefixed):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 230 prefixed = qn + "."
231 pflen = len(prefixed)
234 if existing[i][:pflen] == prefixed:
623 prefixed = name + "."
624 pflen = len(prefixed)
628 (existing[i][:pflen] == prefixed):
    [all...]

Completed in 1131 milliseconds

1 2 3 4 5 67 8 91011>>