HomeSort by relevance Sort by last modified time
    Searched full:specs (Results 26 - 50 of 257) sorted by null

12 3 4 5 6 7 8 91011

  /external/bison/tests/
synclines.at 52 # | Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs
  /dalvik/dx/src/com/android/dx/rop/code/
FillArrayDataInsn.java 47 * @param sources {@code non-null;} specs for all the sources
Insn.java 42 /** {@code non-null;} specs for all the sources of this instruction */
51 * @param sources {@code non-null;} specs for all the sources
179 * Gets the source specs.
181 * @return {@code non-null;} the source specs
PlainInsn.java 37 * @param sources {@code non-null;} specs for all the sources
ThrowingInsn.java 59 * @param sources {@code non-null;} specs for all the sources
  /dalvik/dx/src/com/android/dx/ssa/
MoveParamCombiner.java 55 // This will contain the definition specs for each parameter
  /external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_2.c 25 @param iteration_count # of iterations desired for PKCS #5 v2 [read specs for more]
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_make_key.c 94 /* read in the specs for this key */
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 131 final String [] specs = m_filterCfg.getFilterSpecs (); local
132 if ((specs != null) && (specs.length > 0))
135 super.createArg ().setValue (Strings.toListForm (specs, ','));
  /frameworks/base/core/res/res/layout/
recent_apps_dialog.xml 52 <!-- TODO Adjust all sizes, padding, etc. to meet pixel-perfect specs -->
  /dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java 107 RegisterSpecSet specs = ((LocalSnapshot) insn).getLocals(); local
108 int size = specs.size();
110 if (hasLocalInfo(specs.get(i))) {
166 RegisterSpecSet specs = ((LocalSnapshot) insn).getLocals(); local
167 int size = specs.size();
169 addConstants(result, specs.get(i));
LocalList.java 534 * @param specs {@code non-null;} spec set representing the locals
536 public void snapshot(int address, RegisterSpecSet specs) {
538 System.err.printf("%04x snapshot %s\n", address, specs);
541 int sz = specs.getMaxSize();
546 RegisterSpec newSpec = filterSpec(specs.get(i));
  /external/quake/quake/src/WinQuake/
Makefile.linuxi386 1137 cp quake.spec $(RPMROOT)/SPECS/.
1138 cd $(RPMROOT)/SPECS; $(RPM) $(RPMFLAGS) quake.spec
1161 cp quake-data.spec $(RPMROOT)/SPECS/.
1162 cd $(RPMROOT)/SPECS; $(RPM) $(RPMFLAGS) quake-data.spec
1182 cp quake-hipnotic.spec $(RPMROOT)/SPECS/.
1183 cd $(RPMROOT)/SPECS; $(RPM) $(RPMFLAGS) quake-hipnotic.spec
    [all...]
  /external/tcpdump/
nfs.h 43 * nfs definitions as per the Version 2 and 3 specs
47 * Constants as defined in the Sun NFS Version 2 and 3 specs.
  /bootable/bootloader/legacy/
fastboot_protocol.txt 107 lowercase letter, to prevent incompatibilities with future specs.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
patterns.sgml 61 Compares two compiled pattern specs and returns whether they
  /external/iproute2/
README.iproute2+tc 76 If you read RSVP specs, you will understand how rsvp classifier
  /external/webkit/WebCore/css/
maketokenizer 30 copied from the CSS2.1 specs, with some fixes for comments and
  /frameworks/base/media/libstagefright/
HTTPStream.cpp 157 // CRLF (carriage-return followed by newline) required by the HTTP specs.
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_sdmmc_linux.c 29 #include <sdio.h> /* SDIO Specs */
bcmsdspi_linux.c 31 #include <sdio.h> /* SDIO Specs */
bcmsdstd_linux.c 30 #include <sdio.h> /* SDIO Specs */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/bin/
c++ 
g++ 
gcc 

Completed in 72 milliseconds

12 3 4 5 6 7 8 91011