HomeSort by relevance Sort by last modified time
    Searched refs:No (Results 176 - 200 of 421) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/content/test/data/media/
encrypted_media_utils.js 92 // No tested key system returns defaultURL in for key request messages.
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_sprite_point.spec 52 Texgen and the texture matrix have no effect on the point's s and t
97 No. Since we're rendering the point as a quadrilateral there's no
153 POINT_SMOOTH has no effect when SPRITE_POINT_MESA is enabled.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
gas-macho64.asm 66 # in .o file, and no previous nonlocal label.
77 # in .o file, and no previous nonlocal label.
93 # No relocations. This is an assembly time constant.
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-symbols.js 19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
39 // No symbols should leak to proxy traps.
  /external/chromium_org/v8/test/mjsunit/
mirror-object.js 19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
65 assertFalse(mirror.hasNamedInterceptor(), 'No named interceptor expected');
66 assertFalse(mirror.hasIndexedInterceptor(), 'No indexed interceptor expected');
109 assertEquals(void 0, fromJSON.namedInterceptor, 'No named interceptor expected in JSON');
110 assertEquals(void 0, fromJSON.indexedInterceptor, 'No indexed interceptor expected in JSON');
133 // If there are no attributes attributes are not serialized.
148 // Null and undefined has no value property.
208 // a has getter but no setter.
215 // b has setter but no getter.
mirror-array.js 19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
82 assertEquals(void 0, fromJSON.namedInterceptor, 'No named interceptor expected in JSON');
83 assertEquals(void 0, fromJSON.indexedInterceptor, 'No indexed interceptor expected in JSON');
  /external/icu4c/extra/uconv/
makedata.mak 11 #If no config, we default to debug
14 !MESSAGE No configuration specified. Defaulting to common - Win32 Debug.
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 87 // the size here. Only do so if there is no offset yet though.
349 // No = 0 is the default allocation order, No = 1 is the first alternative.
350 ArrayRef<Record*> getOrder(unsigned No = 0) const {
351 return Orders[No];
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 52 Texgen and the texture matrix have no effect on the point's s and t
97 No. Since we're rendering the point as a quadrilateral there's no
153 POINT_SMOOTH has no effect when SPRITE_POINT_MESA is enabled.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 239 message='No keys specified.')
246 message='No modifier key(s) specified.')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 239 message='No keys specified.')
246 message='No modifier key(s) specified.')
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 27 DeviceView_Debug_Session_Failed=No opened project found for %1$s. Debug session failed\!
  /sdk/find_java/
find_java.bat 39 echo ERROR: No suitable Java found. In order to properly use the Android Developer
  /build/core/
prebuilt.mk 122 $(error No LOCAL_CERTIFICATE specified for prebuilt "$(my_prebuilt_src_file)")
product.mk 151 # Takes no parameters, so $(call ) is not necessary.
201 $(error No matches for product "$(pn)"), \
  /dalvik/vm/arch/arm/
CallOldABI.S 113 @ No: set r1 to *argv++, and set argc--.
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 10 * 3. This user has NO access to this application ( appId: 1 )
237 alert('No OpenID specified!');
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 14 * 3. This user has NO access to this application ( appId: 1 )
236 alert('No OpenID specified!');
  /external/chromium_org/remoting/webapp/
xhr.js 155 // No problem here. Do nothing.
178 // No problem here. Do nothing.
  /external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
colorSuggestionPicker.js 17 * DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY
71 * @return {?string} An error message, or null if the argument has no errors.
75 return "No values.";
77 return "No otherColorLabel.";
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnDiffHeader.pl 23 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
146 inputText => <<END, # No single quotes to allow interpolation of "\r"
156 svnConvertedText => <<END, # No single quotes to allow interpolation of "\r"
247 \ No newline at end of property
  /external/chromium_org/third_party/icu/source/test/intltest/
simplethread.cpp 236 // No handle, thread must not be running.
260 // since the Mac has no preemptive threading (at least on MacOS 8), only
261 // cooperative threading, threads are a no-op. We have no yield() calls
301 // On POSIX, there is NO reliable non-blocking mechanism to determine
445 #error No implementation for threads! Cannot test.
  /external/chromium_org/third_party/openssl/openssl/
import_openssl.sh 81 shift || usage "No command specified. Try import, regenerate, or generate."
84 shift || usage "No tar file specified."
88 shift || usage "No patch file specified."
94 shift || usage "No patch file specified."
96 shift || usage "No tar file specified."
214 # Out: variable value (if space-separated list, sorted with no duplicates)
423 sed 's#adb shell /system/bin/openssl no-dh#[ `adb shell /system/bin/openssl no-dh` = no-dh ]#' | \
424 sed 's#adb shell /system/bin/openssl no-rsa#[ `adb shell /system/bin/openssl no-rsa` = no-dh ]#' |
    [all...]
  /external/chromium_org/ui/base/clipboard/
clipboard.h 135 #error No FormatType definition.
  /external/icu4c/test/intltest/
simplethread.cpp 244 // No handle, thread must not be running.
268 // since the Mac has no preemptive threading (at least on MacOS 8), only
269 // cooperative threading, threads are a no-op. We have no yield() calls
309 // On POSIX, there is NO reliable non-blocking mechanism to determine
453 #error No implementation for threads! Cannot test.

Completed in 3817 milliseconds

1 2 3 4 5 6 78 91011>>