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

1 2

  /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}
  /external/webrtc/webrtc/test/
configurable_frame_size_encoder.cc 54 CodecSpecificInfo specific; local
55 memset(&specific, 0, sizeof(specific));
56 callback_->Encoded(encodedImage, &specific, fragmentation);
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 13 * See the License for the specific language governing permissions and
578 bool specific = false; local
579 specific |= addSingleEphemeralMetaKey(outEvents, deviceId, metaState, down, time,
581 specific |= addSingleEphemeralMetaKey(outEvents, deviceId, metaState, down, time,
584 if (!specific) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 6159 void *generic = NULL, *specific = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 6109 void *generic = NULL, *specific = NULL; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java 13 * See the License for the specific language governing permissions and
295 // The track can't be added until we have the codec specific data
1772 private void specific(Encoder[] encoders, int width, int height, boolean flexYUV) { method in class:VideoEncoderTest
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 1036 printf(" 0x18 Protocol specific port\n");
1171 printf(" Reserved or vendor specific [0x%x]", pc);
1213 printf(" Vendor specific [0x%x]", pc);
3723 int medium_type, specific, headerlen; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c 81 /* HPUX specific section pseudo-ops. */
215 /* ia64-specific option processing: */
665 unsigned specific:1, /* is this a specific bit/regno? */ member in struct:rsrc
667 int index; /* specific regno/bit within dependency */
685 "data", "instr", "specific", "stop", "other" };
    [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 
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.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 
ecj-4.6.1.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/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 2092 milliseconds

1 2