HomeSort by relevance Sort by last modified time
    Searched defs:specific (Results 1 - 19 of 19) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
MathIllegalArgumentException.java 14 * See the License for the specific language governing permissions and
41 * Pattern used to build the message (specific context).
43 private final Localizable specific; field in class:MathIllegalArgumentException
54 * @param specific Message pattern providing the specific context of
59 protected MathIllegalArgumentException(Localizable specific,
62 this.specific = specific;
77 return specific;
98 return MessageFactory.buildMessage(locale, specific, general, arguments)
    [all...]
MathIllegalStateException.java 14 * See the License for the specific language governing permissions and
38 * Pattern used to build the message (specific context).
40 private final Localizable specific; field in class:MathIllegalStateException
52 * @param specific Message pattern providing the specific context of
57 public MathIllegalStateException(Localizable specific,
60 this(null, specific, general, args);
66 * @param specific Message pattern providing the specific context of
72 Localizable specific,
    [all...]
MathUnsupportedOperationException.java 14 * See the License for the specific language governing permissions and
41 * Pattern used to build the message (specific context).
43 private final Localizable specific; field in class:MathUnsupportedOperationException
56 * @param specific Message pattern providing the specific context of
60 public MathUnsupportedOperationException(Localizable specific,
62 this.specific = specific;
68 return specific;
90 specific,
    [all...]
  /external/libunwind/doc/
unw_getcontext.tex 22 platform-specific, but, in general, at least all preserved
29 \section{Platform-specific Notes}
  /bionic/libc/
Android.mk 627 # Add in the arch or 32-bit specific flags
631 define patch-up-arch-specific-flags
663 $(eval $(call patch-up-arch-specific-flags,LOCAL_CFLAGS,libc_common_cflags))
704 $(eval $(call patch-up-arch-specific-flags,LOCAL_CFLAGS,libc_common_cflags))
750 $(eval $(call patch-up-arch-specific-flags,LOCAL_CFLAGS,libc_common_cflags))
783 $(eval $(call patch-up-arch-specific-flags,LOCAL_CFLAGS,libc_common_cflags))
784 $(eval $(call patch-up-arch-specific-flags,LOCAL_SRC_FILES,libc_freebsd_src_files))
818 $(eval $(call patch-up-arch-specific-flags,LOCAL_CFLAGS,libc_common_cflags))
819 $(eval $(call patch-up-arch-specific-flags,LOCAL_SRC_FILES,libc_netbsd_src_files))
859 $(eval $(call patch-up-arch-specific-flags,LOCAL_CFLAGS,libc_common_cflags)
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/security/
ConstraintSecurityHandler.java 232 //Create a constraint that will describe the default case (ie if not overridden by specific HttpMethodConstraints)
528 RoleInfo specific = entry.getValue(); local
529 specific.combine(roleInfo);
645 //No specific http-method names matched
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 13 * See the License for the specific language governing permissions and
536 bool specific = false; local
537 specific |= addSingleEphemeralMetaKey(outEvents, deviceId, metaState, down, time,
539 specific |= addSingleEphemeralMetaKey(outEvents, deviceId, metaState, down, time,
542 if (!specific) {
    [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 13 * See the License for the specific language governing permissions and
226 // If a specific codec is requested, skip the non-matching ones.
546 ALOGE("Malformed AVC codec specific data.");
560 ALOGE("Malformed HEVC codec specific data.");
976 /////////////////// Codec-specific ////////////////////////
2885 const CodecSpecificData *specific = local
3535 CodecSpecificData *specific = local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java 13 * See the License for the specific language governing permissions and
1559 private void specific(Encoder[] encoders, int width, int height, boolean flexYUV) { method in class:VideoEncoderTest
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 

Completed in 413 milliseconds