HomeSort by relevance Sort by last modified time
    Searched full:intermediate (Results 1 - 25 of 884) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/
translate.make 13 INTERMEDIATE := $(call intermediates-dir-for,STATIC_LIBRARIES,$(LOCAL_MODULE),true)
14 OP_OBJ := $(INTERMEDIATE)/target-arm/op.o
16 LOCAL_CFLAGS += -I$(INTERMEDIATE)
18 OP_H := $(INTERMEDIATE)/op$(OP_SUFFIX).h
19 OPC_H := $(INTERMEDIATE)/opc$(OP_SUFFIX).h
20 GEN_OP_H := $(INTERMEDIATE)/gen-op$(OP_SUFFIX).h
37 $(TRANSLATE_SOURCES:%.c=$(INTERMEDIATE)/%.o): $(OP_H) $(OPC_H) $(GEN_OP_H)
  /hardware/ril/reference-ril/
atchannel.h 42 did not get back an intermediate
47 NO_RESULT, /* no intermediate response expected */
48 NUMERIC, /* a single intermediate response starting with a 0-9 */
49 SINGLELINE, /* a single intermediate response starting with a prefix */
50 MULTILINE /* multiple line intermediate response
54 /** a singly-lined list of intermediate responses */
65 ATLine *p_intermediates; /* any intermediate responses */
  /external/chromium/third_party/icu/source/test/perf/utfperf/
utfperf.cpp 37 static char intermediate[OUTPUT_CAPACITY]; variable
180 pInterLimit=intermediate+testcase.chunkLength;
186 /* convert a block of [pIn..pInLimit[ to the encoding in intermediate[] */
187 pInter=intermediate;
189 encodedLength+=(int32_t)(pInter-intermediate);
200 /* convert the block [intermediate..pInter[ back to UTF-16 */
201 p=intermediate;
206 /* intermediate must have been consumed (p==pInter) because of the converter semantics */
241 pInterLimit=intermediate+testcase.chunkLength;
246 pInter=intermediate;
    [all...]
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 37 static char intermediate[OUTPUT_CAPACITY]; variable
180 pInterLimit=intermediate+testcase.chunkLength;
186 /* convert a block of [pIn..pInLimit[ to the encoding in intermediate[] */
187 pInter=intermediate;
189 encodedLength+=(int32_t)(pInter-intermediate);
200 /* convert the block [intermediate..pInter[ back to UTF-16 */
201 p=intermediate;
206 /* intermediate must have been consumed (p==pInter) because of the converter semantics */
241 pInterLimit=intermediate+testcase.chunkLength;
246 pInter=intermediate;
    [all...]
  /frameworks/base/core/java/android/widget/
DoubleDigitManager.java 63 // this wasn't a good candidate for the intermediate digit,
80 * A digit was pressed, and there are no intermediate digits.
83 * tells us that the intermediate digit is acceptable as an
84 * intermediate digit.
  /external/svox/pico_resources/tools/LingwareBuilding/
Readme.txt 24 to build intermediate binary files from lingware sources
28 to build final binary platform independent lingware resources from intermediate binaries
  /frameworks/base/core/java/android/test/
PerformanceTestCase.java 41 * communication channel to send back intermediate performance numbers --
51 * @param intermediates Callback for sending intermediate results.
  /frameworks/base/media/libeffects/testlibs/
AudioFormatAdapter.h 114 // An intermediate buffer for processing.
118 // intermediate buffer.
122 // Output is written to the intermediate buffer.
140 // Converts audio_sample_t samples from the intermediate buffer to the
166 // Accumulate data from the intermediate buffer to the output. Output is
  /external/chromium/base/
md5.h 22 // MD5Context ctx; // intermediate MD5 data: do not use
38 // Used for storing intermediate data during an MD5 computation. Callers
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERSequence.java 62 // TODO Intermediate buffer could be avoided if we could calculate expected length
DERSet.java 82 // TODO Intermediate buffer could be avoided if we could calculate expected length
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
ExtendedPKIXBuilderParameters.java 91 * Sets the maximum number of intermediate non-self-issued certificates in a
103 * @param maxPathLength the maximum number of non-self-issued intermediate
122 * Returns the value of the maximum number of intermediate non-self-issued
125 * @return the maximum number of non-self-issued intermediate certificates
  /external/chromium/third_party/icu/source/tools/genren/
README 21 clean - cleans out intermediate files
  /external/icu4c/tools/genren/
README 21 clean - cleans out intermediate files
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.h 10 * #define INTERMEDIATE_VALUE_KAT to generate the Intermediate Value Known Answer Test.
  /external/neven/Embedded/common/src/b_ImageEm/
Functions.h 45 /** Warps an image with intermediate pyramidal downscaling if possible in order to minimize aliasing
47 * *bufPtrA is an intermediate byte array that holds downscaled data (only needed when pyramidal downscaling happens; can be NULL otherwise)
66 /** Warps an image with intermediate pyramidal downscaling if possible in order to minimize aliasing
68 * *bufPtrA is an intermediate byte array that holds downscaled data (only needed when pyramidal downscaling happens; can be NULL otherwise)
  /frameworks/base/core/res/
Android.mk 38 # define a global intermediate target that other module may depend on.
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemFocusablesFarApart.java 27 * pan across the intermediate part.
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_fast_common.c 224 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Intermediate Result TLV",
228 "Intermediate-Result TLV");
234 "Intermediate-Result TLV in the message");
241 wpa_printf(MSG_DEBUG, "EAP-FAST: Unknown Intermediate "
245 wpa_printf(MSG_DEBUG, "EAP-FAST: Intermediate Result: %s",
  /bionic/libm/man/
fma.3 55 results in two roundings: one for the intermediate product and one for
60 produces \*(If due to overflow in the intermediate product, whereas
  /external/skia/include/effects/
SkGradientShader.h 43 intermediate values must be strictly increasing.
65 intermediate values must be strictly increasing.
90 intermediate values must be strictly increasing.
115 intermediate values must be strictly increasing.
  /frameworks/base/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 98 * Intermediate variables and temporary values
115 * Calculating the intermediate values
229 * Intermediate variables and temporary values
246 * Calculating the intermediate values
  /libcore/dalvik/src/main/java/dalvik/system/
DalvikLogHandler.java 26 * <p>Unlike the default log handler, this API doesn't require intermediate
  /sdk/sdklauncher/
Android.mk 34 INTERMEDIATE := $(call intermediates-dir-for,EXECUTABLES,$(LOCAL_MODULE),true)
  /libcore/luni/src/main/native/
cbigint.cpp 827 uint64_t intermediate, carry1, carry2, prod1, prod2, sum; local
833 intermediate = 0;
839 if ((*pArg1 != 0) || (intermediate != 0))
843 sum = intermediate + prod1;
844 if ((sum < prod1) || (sum < intermediate))
856 intermediate = carry2 + HIGH_IN_U64 (sum) + prod1 + prod2;
857 if ((intermediate < prod1) || (intermediate < prod2))
867 HIGH_U32_FROM_PTR (pArg1) = LOW_U32_FROM_VAR (intermediate);
868 intermediate = carry1 + HIGH_IN_U64 (intermediate
    [all...]

Completed in 602 milliseconds

1 2 3 4 5 6 7 8 91011>>