/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
TokenSource.pm | 7 # until you get a good one; errors are not passed through to the parser. 28 Errors from the lexer are never passed to the parser. Either you want 29 to keep going or you do not upon token recognition error. If you do not 30 want to continue lexing then you do not want to continue parsing. Just 32 toss you all the way out of the recognizers. If you want to continue 33 lexing then you should not throw an exception to the parser--it has already
|
/external/chromium_org/build/git-hooks/ |
pre-commit | 14 # Most up-to-date submodules are in MERGE_HEAD. 17 # Most up-to-date submodules are in HEAD. 27 echo "You are trying to commit changes to the following submodules:" 1>&2 40 ... to see what's in your index. 42 If you're really and truly trying to roll the version of a submodule, you should 43 commit the new version to DEPS, instead. 54 You are trying to commit a change to .gitmodules. That is not allowed. 55 To make changes to submodule names/paths, edit DEPS [all...] |
/external/chromium_org/native_client_sdk/src/doc/ |
Makefile | 13 $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/) 25 @echo " html to make standalone HTML files" 29 @echo " linkcheck to check all external links for integrity" 30 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
|
/external/chromium_org/remoting/webapp/js_proto/ |
console_proto.js | 14 * @param {...*} var_args The message(s) to log. 20 * @param {...*} var_args The message(s) to log. 26 * @param {...*} var_args The message(s) to log.
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
InterpolableValue.cpp | 12 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableNumber::interpolate(const InterpolableValue &to, const double progress) const 14 const InterpolableNumber& toNumber = toInterpolableNumber(to); 22 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableBool::interpolate(const InterpolableValue &to, const double progress) const 27 return to.clone(); 30 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableList::interpolate(const InterpolableValue &to, const double progress) const 32 const InterpolableList& toList = toInterpolableList(to);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebFontImpl.cpp | 15 * contributors may be used to endorse or promote products derived from 20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 90 int from, int to) const 97 runInfo.to = to == -1 ? textRun.length() : to; 121 WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBaseline, int height, int from, int to) const 124 return m_font.selectionRectForText(run, leftBaseline, height, from, to);
|
/external/chromium_org/third_party/icu/source/i18n/ |
ztrans.cpp | 27 ztrans_open(UDate time, const void* from, const void* to){ 28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to); 82 ztrans_setTo(ZTrans* trans, const void* to) { 83 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTo(*(TimeZoneRule*)to); 87 ztrans_adoptTo(ZTrans* trans, void* to) { 88 return ((TimeZoneTransition*)trans)->TimeZoneTransition::adoptTo((TimeZoneRule*)to);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
README | 4 * Permission is hereby granted, free of charge, to any person 6 * files (the "Software"), to deal in the Software without 7 * restriction, including without limitation the rights to use, copy, 9 * of the Software, and to permit persons to whom the Software is 10 * furnished to do so, subject to the following conditions: 16 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30 The XA state tracker is intended as a versioned interface to gallium for 35 a number of interfaces to work with [all...] |
/external/emma/ |
Android.mk | 6 # the custom dex'ed emma library ready to put on a device. 24 # the custom emma library to add to an SDK project.
|
/external/icu/icu4c/source/i18n/ |
ztrans.cpp | 27 ztrans_open(UDate time, const void* from, const void* to){ 28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to); 82 ztrans_setTo(ZTrans* trans, const void* to) { 83 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTo(*(TimeZoneRule*)to); 87 ztrans_adoptTo(ZTrans* trans, void* to) { 88 return ((TimeZoneTransition*)trans)->TimeZoneTransition::adoptTo((TimeZoneRule*)to);
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
README | 4 * Permission is hereby granted, free of charge, to any person 6 * files (the "Software"), to deal in the Software without 7 * restriction, including without limitation the rights to use, copy, 9 * of the Software, and to permit persons to whom the Software is 10 * furnished to do so, subject to the following conditions: 16 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30 The XA state tracker is intended as a versioned interface to gallium for 35 a number of interfaces to work with [all...] |
/external/nanopb-c/generator/ |
protoc-gen-nanopb.bat | 2 :: This file is used to invoke nanopb_generator.py as a plugin 3 :: to protoc on Windows. 8 :: path is already set up properly and there is no need to give
|
/build/core/clang/ |
HOST_x86_64.mk | 47 define convert-to-host-clang-flags 55 $(call convert-to-host-clang-flags,$(HOST_GLOBAL_CFLAGS)) \ 59 $(call convert-to-host-clang-flags,$(HOST_GLOBAL_CPPFLAGS)) \ 63 $(call convert-to-host-clang-flags,$(HOST_GLOBAL_LDFLAGS)) \
|
TARGET_arm.mk | 36 define $(clang_2nd_arch_prefix)convert-to-clang-flags 44 $(call $(clang_2nd_arch_prefix)convert-to-clang-flags,$($(clang_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS)) \ 48 $(call $(clang_2nd_arch_prefix)convert-to-clang-flags,$($(clang_2nd_arch_prefix)TARGET_GLOBAL_CPPFLAGS)) \ 52 $(call $(clang_2nd_arch_prefix)convert-to-clang-flags,$($(clang_2nd_arch_prefix)TARGET_GLOBAL_LDFLAGS)) \
|
TARGET_arm64.mk | 34 define convert-to-clang-flags 42 $(call convert-to-clang-flags,$(TARGET_GLOBAL_CFLAGS)) \ 46 $(call convert-to-clang-flags,$(TARGET_GLOBAL_CPPFLAGS)) \ 50 $(call convert-to-clang-flags,$(TARGET_GLOBAL_LDFLAGS)) \
|
TARGET_mips.mk | 34 define $(clang_2nd_arch_prefix)convert-to-clang-flags 42 $(call $(clang_2nd_arch_prefix)convert-to-clang-flags,$($(clang_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS)) \ 46 $(call $(clang_2nd_arch_prefix)convert-to-clang-flags,$($(clang_2nd_arch_prefix)TARGET_GLOBAL_CPPFLAGS)) \ 50 $(call $(clang_2nd_arch_prefix)convert-to-clang-flags,$($(clang_2nd_arch_prefix)TARGET_GLOBAL_LDFLAGS)) \
|
TARGET_mips64.mk | 34 define convert-to-clang-flags 42 $(call convert-to-clang-flags,$(TARGET_GLOBAL_CFLAGS)) \ 46 $(call convert-to-clang-flags,$(TARGET_GLOBAL_CPPFLAGS)) \ 50 $(call convert-to-clang-flags,$(TARGET_GLOBAL_LDFLAGS)) \
|
TARGET_x86_64.mk | 34 define convert-to-clang-flags 42 $(call convert-to-clang-flags,$(TARGET_GLOBAL_CFLAGS)) \ 46 $(call convert-to-clang-flags,$(TARGET_GLOBAL_CPPFLAGS)) \ 50 $(call convert-to-clang-flags,$(TARGET_GLOBAL_LDFLAGS)) \
|
/build/core/ |
dpi_specific_apk.mk | 1 # Set up rules to build dpi-specific apk, with whatever else from the base apk. 12 # Clear PRIVATE_PRODUCT_AAPT_CONFIG to include everything by default. 29 # Note that PRIVATE_CLASS_INTERMEDIATES_DIR points to the base apk's intermediate dir. 46 $(add-assets-to-package) 48 $(add-jni-shared-libs-to-package) 51 $(add-dex-to-package) 55 $(add-java-resources-to-package) 60 # Set up global variables to register this apk to the higher-level dependency graph.
|
/cts/tools/signature-tools/src/signature/compare/model/impl/ |
SigAnnotationDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 30 public SigAnnotationDelta(IAnnotation from, IAnnotation to) { 31 super(from, to);
|
SigApiDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 29 public SigApiDelta(IApi from, IApi to) { 30 super(from, to);
|
SigDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 31 private T to; field in class:SigDelta 33 public SigDelta(T from, T to) { 35 this.to = to; 43 return to; 47 if (from == null && to != null) { 50 if (from != null && to == null) { 98 builder.append(to); 126 ignore.add("to"); [all...] |
SigParameterDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 32 public SigParameterDelta(IParameter from, IParameter to) { 33 super(from, to);
|
SigTypeVariableDefinitionDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 32 ITypeVariableDefinition to) { 33 super(from, to);
|
SigWildcardTypeDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 30 public SigWildcardTypeDelta(IWildcardType from, IWildcardType to) { 31 super(from, to);
|