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

1 2

  /build/core/
host_static_library.mk 17 $(error $(LOCAL_PATH): Can not set module stem for a library)
host_shared_library.mk 22 $(error $(LOCAL_PATH): Can not set module stem for a library)
static_library.mk 18 $(error $(LOCAL_PATH): Can not set module stem for a library)
shared_library.mk 20 $(error $(LOCAL_PATH): Can not set module stem for a library)
prebuilt.mk 43 $(error Can strip only shared libraries or executables LOCAL_PATH=$(LOCAL_PATH))
71 # This can be used for packages where we don't have access to the
  /external/webkit/Source/WebCore/inspector/
combine-javascript-resources.pl 63 open SCRIPT_OUT, ">", "$outputDirectory/$scriptName" or die "Can't open $outputDirectory/$scriptName: $!";
67 open SCRIPT_IN, "$generatedScriptsDirectory/$1" or open SCRIPT_IN, "$htmlDirectory/$1" or die "Can't open $htmlDirectory/$1: $!";
79 open HTML, ">", "$outputDirectory/" . basename($htmlFile) or die "Can't open $outputDirectory/" . basename($htmlFile) . ": $!";
  /build/core/tasks/
factory_ramdisk.mk 21 # We can have multiple <install_path>s because multiple modules may have the same name.
43 $(error Error: Can not find match in "$(2)" for "$(1)") \
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.js 15 * we can't be adding trees as root; e.g., expr expr.
17 * Hideous code duplication here with super.next(). Can't think of
  /build/core/combo/
HOST_darwin-x86.mk 24 # which can benefit from 64-bit host arch.
39 $(warning * Can not find SDK 10.5 at $(sdk_105_root))
  /cts/tests/SignatureTest/
Android.mk 36 # Can't call local-intermediates-dir directly here because we have to
37 # include BUILD_PACAKGE first. Can't include BUILD_PACKAGE first
48 # TODO: fix package.mk so we can avoid this hack
67 # sure the generated resources rule depend on it, we can ensure that
  /external/v8/test/mjsunit/regress/
regress-334.js 64 // Can't assign to READ_ONLY.
87 // Can't delete prototype property.
  /external/chromium/chrome/browser/resources/
crashes.js 2 // Use of this source code is governed by a BSD-style license that can be
55 'Can%20you%20reproduce%20this%20crash?%0A%0A' +
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv6.js 29 // The same address can be written with different contractions, but should
35 // Only mapped and compat addresses can have IPv4 syntax embedded.
52 // Can only have one "::" contraction in an IPv6 string literal.
  /external/icu4c/extra/uconv/
makedata.mak 20 !MESSAGE You can specify a configuration when running NMAKE
36 !ERROR Can't find path!
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVT.java 244 // Error. Expressions can not begin with quotes.
245 error = "Expressions can not begin with quotes.";
295 XSLTErrorResources.ER_NO_CURLYBRACE, null); //"Error: Can not have \"{\" within expression.";
532 * Tell if this expression or it's subexpressions can traverse outside
535 * @return true if traversal outside the context node's subtree can occur.
  /external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
SDL_cpuinfo.c 5 This library is free software; you can redistribute it and/or
69 " xorl %%ecx,%%eax # Can not toggle ID bit, \n"
89 " xorl %%ecx,%%eax # Can not toggle ID bit, \n"
107 xor eax, ecx ; Can not toggle ID bit,
  /external/v8/test/mjsunit/
array-concat.js 49 // Can we fool the system by putting a number in a string?
119 // Can we fool the system by putting a number in a string?
161 // moe was not copied, but we can see it through the prototype
object-define-property.js 114 // Check that we can't add property with undefined attributes.
122 // Make sure that we can add a property with an empty descriptor and
145 // Make sure that foo can't be reset (as configurable is false).
597 // Make sure we can still redefine if all properties are the same.
684 // Make sure we can still redefine if all properties are the same.
695 // Make sure that we can't overwrite +0 with -0 and vice versa.
701 // Make sure we can redefine with -0.
716 // Make sure we can redefine with +0.
762 // Can use defineProperty to change the value of a non
772 // Ensure that we can't change the descriptor of
    [all...]
  /ndk/build/core/
ndk-common.sh 242 ## Note that on Darwin, a single executable can contain both x86 and
348 # you can force mingw ones that do not link to cygwin.dll if you
404 # check that we can compile a trivial C program with this compiler
417 # this is highly dependent on your GCC installation (and no, we can't set
432 # check that we can link the trivial program into an executable
713 panic "Can't copy from non-directory: $SRCDIR"
729 panic "Can't copy from non-directory: $SRCDIR"
  /external/webkit/Tools/Scripts/
webkitdirs.pm 133 # Silently remove ~/Library/Preferences/xcodebuild.plist which can
135 # ~/Library/Preferences/xcodebuild.plist can prevent xcodebuild from
177 die "Can't handle Xcode product directory with a ~ in it.\n" if $baseProductDir =~ /~/;
178 die "Can't handle Xcode product directory with a variable in it.\n" if $baseProductDir =~ /\$/;
594 die "Can't find executable at $safariPath.\n" if isAppleMacWebKit() && !-x $safariPath;
656 die "Unsupported platform, can't determine built library locations.\nTry `build-webkit --help` for more information.\n";
667 die "Can't find built framework at \"$path\".\n" unless -e $path;
1174 # Visual Studio is installed; we can use pdevenv to build.
    [all...]
  /external/quake/quake/src/WinQuake/
sys_dos.cpp 4 This program is free software; you can redistribute it and/or
328 Sys_Error ("Can't lock memory; %d Mb lockable RAM required. "
558 // shutdown only once (so Sys_Error can call this function to shutdown, then
  /ndk/build/tools/
prebuilt-common.sh 527 # this can be used to generate binaries compatible with either Tiger or
552 echo "ERROR: Can only enable mingw on Linux platforms !"
585 # in the toolchain build. Note that binutils 2.19 can build properly
650 # We can't use this here when building Windows binaries on Linux with
657 # Unfortunately, we can just do CC="$NDK_CCACHE $CC" because some
727 # For example, Snow Leopard can be booted with a 32-bit kernel, running
861 # You can't really build these separately at the moment.
872 # You can't really build these separately at the moment.
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 2 // Use of this source code is governed by a BSD-style license that can be
14 // TODO(tim): Can this be unified?
  /external/icu4c/data/
makedata.mak 26 !ERROR Can't find ICUMAKE (ICU Data Make dir, should point to icu\source\data\ )!
159 # This variable can be overridden to "-m static" by the project settings,
    [all...]
  /external/tremolo/Tremolo/
mdctARM.s 200 @ Can save a cycle here, at the cost of 1bit errors in rounding
239 @ Can save a cycle here, at the cost of 1bit errors in rounding
1043 @ Can save 1 cycle by using SMULL SMLAL - at the cost of being
1080 @ Can save 1 cycle by using SMULL SMLAL - at the cost of being
    [all...]

Completed in 692 milliseconds

1 2