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

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 110 unsigned int relevant; local
131 relevant = 0;
135 relevant |= 1 << j;
137 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant))
r500_fragprog.c 185 unsigned int relevant; local
225 relevant = 0;
229 relevant |= 1 << i;
231 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant))
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 110 unsigned int relevant; local
131 relevant = 0;
135 relevant |= 1 << j;
137 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant))
r500_fragprog.c 185 unsigned int relevant; local
225 relevant = 0;
229 relevant |= 1 << i;
231 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant))
  /external/chromium_org/v8/test/webkit/
dfg-phantom-get-local.js 25 "Tests that Phantom(GetLocal) is treated as being relevant to OSR."
dfg-resolve-global-specific-dictionary.js 25 "Tests that the specific value optimization does not break when the relevant structure is a dictionary."
dfg-int32-to-double-on-set-local-and-sometimes-exit.js 25 "Tests that an Int32ToDouble placed on a SetLocal does a forward exit, and works right even when the relevant variable is actually predicted numeric."
  /ndk/tests/device/hard-float/jni/
Android.mk 15 # The following two examples are relevant only to armeabi-v7a
18 $(warning Examples hard-float-softfp-abi and hard-float-hard-abi not relevant to ABI $(TARGET_ARCH_ABI))
  /external/chromium_org/chrome/browser/resources/extensions/
extension_code.js 35 * is most relevant and should be emphasized (highlight), and the parts
  /external/qemu/distrib/sdl-1.2.15/Xcode/
package 88 echo 2>&1 ${prog}: -B flag is no longer relevant.
  /external/chromium_org/chrome/browser/resources/gaia_auth/
saml_injected.js 137 * Heuristic test whether the current page is a relevant SAML page.
  /external/libvorbis/doc/
09-helper.tex 130 been relevant elsewhere, but here we must define integer division as
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 45 printed out, with the relevant Translation from each MessageCliques being used
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
aria_util.js 801 * Given a node, checks its aria-relevant attribute (with proper inheritance)
803 * is relevant and should be announced.
808 * @return {boolean} True if that change is relevant to that node as part of
815 if (node.hasAttribute('aria-relevant')) {
816 value = node.getAttribute('aria-relevant');
command_store.js 16 * programmatic name and fill in each of the relevant JSON keys.
29 * From this metadata, we compute relevant subsets of data such as all present
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 267 # There are no relevant information in headers, so we search the body.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions_deprecated.js 81 * Speak relevant changes to a live region.
  /external/chromium_org/chrome/browser/resources/
gesture_config.js 97 * Requests preference values for all the relevant fields.
  /external/chromium_org/chrome/browser/resources/hangout_services/
thunk.js 181 // A port for continuously reporting relevant CPU usage information to the page.
  /external/chromium_org/remoting/webapp/
log_to_server.js 128 // some intermediate states where it is relevant (e.g. to determine how long
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 53 the relevant features from OpenGL 3.1, as a means to support this in
  /external/chromium_org/v8/test/mjsunit/
function-bind.js 219 // This-args are not relevant to instanceof.
regexp-capture-3.js 162 // string we can test that the relevant node is removed by verifying that
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 53 the relevant features from OpenGL 3.1, as a means to support this in
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp 1118 const AtomicString& relevant = getAttribute(aria_relevantAttr); local
    [all...]

Completed in 568 milliseconds

1 2 3