HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 1951 - 1975 of 8518) sorted by null

<<71727374757677787980>>

  /external/python/cpython3/Modules/zlib/
make_vms.com 142 $ if f$extract(0,6,work) .nes. "#undef"
144 $ if f$extract(0,12,work) .nes. "#cmakedefine"
324 $ ccopt = ccopt + f$extract(start,len,cparm)
333 $ lopts = lopts + f$extract(start,len,cparm)
339 $ cc_com = f$extract(start,len,cparm)
356 $ mmks = f$extract(start,len,cparm)
492 $ if (f$extract(0,6,rec) .nes. src_check) then goto src_check_loop
529 $ if (f$extract(0,1,rec) .nes. "#") then goto hloop
549 $ libdefs = f$extract(0,in_ldef,libdefs) + -
550 f$extract(in_ldef + f$length(cdef) + 1,
    [all...]
  /external/zlib/src/
make_vms.com 142 $ if f$extract(0,6,work) .nes. "#undef"
144 $ if f$extract(0,12,work) .nes. "#cmakedefine"
324 $ ccopt = ccopt + f$extract(start,len,cparm)
333 $ lopts = lopts + f$extract(start,len,cparm)
339 $ cc_com = f$extract(start,len,cparm)
356 $ mmks = f$extract(start,len,cparm)
492 $ if (f$extract(0,6,rec) .nes. src_check) then goto src_check_loop
529 $ if (f$extract(0,1,rec) .nes. "#") then goto hloop
549 $ libdefs = f$extract(0,in_ldef,libdefs) + -
550 f$extract(in_ldef + f$length(cdef) + 1,
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
make_vms.com 142 $ if f$extract(0,6,work) .nes. "#undef"
144 $ if f$extract(0,12,work) .nes. "#cmakedefine"
324 $ ccopt = ccopt + f$extract(start,len,cparm)
333 $ lopts = lopts + f$extract(start,len,cparm)
339 $ cc_com = f$extract(start,len,cparm)
356 $ mmks = f$extract(start,len,cparm)
492 $ if (f$extract(0,6,rec) .nes. src_check) then goto src_check_loop
529 $ if (f$extract(0,1,rec) .nes. "#") then goto hloop
549 $ libdefs = f$extract(0,in_ldef,libdefs) + -
550 f$extract(in_ldef + f$length(cdef) + 1,
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestStep.java 92 // Extract the inputs.
175 // Extract the inputs.
258 // Extract the inputs.
341 // Extract the inputs.
432 // Extract the inputs.
520 // Extract the inputs.
608 // Extract the inputs.
    [all...]
TestLdexp.java 92 // Extract the inputs.
175 // Extract the inputs.
258 // Extract the inputs.
341 // Extract the inputs.
424 // Extract the inputs.
507 // Extract the inputs.
590 // Extract the inputs.
  /external/icu/icu4c/source/common/
normalizer2.cpp 353 return destString.extract(dest, capacity, *pErrorCode);
394 safeMiddle.extract(0, 0x7fffffff, first+firstLength-safeMiddle.length());
409 return firstString.extract(first, firstCapacity, *pErrorCode);
447 return destString.extract(decomposition, capacity, *pErrorCode);
466 return destString.extract(decomposition, capacity, *pErrorCode);
locdspnm.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
dadrcal.cpp 119 testSetting.extract(0, testSetting.length(), toCalLoc, (const char*)0);
376 testSetting.extract(0, testSetting.length(), toCalLoc, (const char*)0);
399 locale.extract(0, locale.length(), fromCalLoc, (const char*)0); // default codepage. Invariant codepage doesn't have '@'!
469 testSetting.extract(0, testSetting.length(), testType, "");
471 errln("Unable to extract 'Type'. Skipping..");
utxttest.cpp 190 sa.extract(buf, saLen+1, status);
201 sa.extract(buf, saLen+1, status);
260 int32_t u8Len = sa.extract(0, sa.length(), NULL, 0, "utf-8");
262 sa.extract(0, sa.length(), u8String, u8Len+1, "utf-8");
795 // Extract
    [all...]
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 113 s.extract(0, s.length(), charBuf, sizeof(charBuf)-1, 0);
137 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
223 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
670 int32_t bufLen = str.extract(0, 0x7fffffff, stackBuffer, sizeof(stackBuffer), "UTF-8");
675 bufLen = str.extract(0, 0x7fffffff, buf, bufLen + 1, "UTF-8");
  /external/lzma/CPP/7zip/Archive/
IArchive.h 137 Int32 askExtractMode (Extract::NAskMode)
188 by Extract() or UpdateItems() functions to report about extracting errors
234 IInArchive::Extract:
270 STDMETHOD(Extract)(const UInt32* indices, UInt32 numItems, Int32 testMode, IArchiveExtractCallback *extractCallback) MY_NO_THROW_DECL_ONLY x; \
363 So next Extract can be called for that sequential stream.
  /external/selinux/python/sepolgen/src/sepolgen/
interfaces.py 61 # Helper for extract perms
107 """Extract the paramaters from an access vector.
109 Extract the paramaters (in the form $N) from an access
292 # Extract paramaters from roles
298 # Extract paramaters from type rules
  /external/tensorflow/tensorflow/docs_src/performance/
datasets_performance.md 14 [ETL](https://en.wikipedia.org/wiki/Extract,_transform,_load) process.
27 1. **Extract**: Read data from persistent storage -- either local (e.g. HDD or
41 When using the @{tf.estimator.Estimator} API, the first two phases (Extract and
80 To perform a training step, you must first extract and transform the training
90 (as opposed to the sum) of the training and the time it takes to extract and
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
cb_search.c 292 /* Extract the best (according to measure) codebook vector
310 /* Adjust index and extract vector */
314 /* Adjust index and extract vector */
325 /* Adjust index and extract vector */
330 /* Adjust index and extract vector */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
interfaces.py 61 # Helper for extract perms
107 """Extract the paramaters from an access vector.
109 Extract the paramaters (in the form $N) from an access
292 # Extract paramaters from roles
298 # Extract paramaters from type rules
  /system/bt/bta/sdp/
bta_sdp_act.cc 239 /* Extract each value into */
316 /* Try to extract a service name */
324 /* Try to extract an RFCOMM channel */
382 /* For raw, we only extract the first entry, and then return the
385 iterate to extract generic data for each chunk - e.g. rfcomm
  /toolchain/binutils/binutils-2.27/include/opcode/
ppc.h 217 /* A macro to extract the major opcode from an instruction. */
223 /* A macro to extract the major opcode from a VLE instruction. */
267 extract this operand type from an instruction, check this field.
285 long (*extract) (unsigned long instruction, ppc_cpu_t dialect, int *invalid);
317 the extract function, ignore the return value, and check the value
284 long (*extract) (unsigned long instruction, ppc_cpu_t dialect, int *invalid); member in struct:powerpc_operand
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 782 Value *Extract = Builder.CreateExtractElement(Store->getValueOperand(),
784 if (Extract->getType() != StoreTy->getScalarType())
785 Extract = Builder.CreateBitCast(Extract, StoreTy->getScalarType());
788 Builder.CreateInsertElement(Vec, Extract, Builder.getInt32(NewIdx));
795 Value *Extract = Store->getValueOperand();
796 if (Extract->getType() != StoreTy->getScalarType())
797 Extract =
798 Builder.CreateBitOrPointerCast(Extract, StoreTy->getScalarType());
801 Builder.CreateInsertElement(Vec, Extract, Builder.getInt32(I))
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
llvm-ar.cpp 55 " x[No] - extract file(s) from the archive\n"
86 Extract ///< Extract files back to file system
113 // used (specified with -N) for the delete and extract operations.
131 // getRelPos - Extract the member filename from the command line for
142 // getCount - Extract the [count] argument associated with the N modifier
198 case 'x': ++NumOperations; Operation = Extract; break;
257 if (OriginalDates && Operation != Extract)
263 if (Compression && Operation!=ReplaceOrInsert && Operation!=Extract)
753 case Extract: haveError = doExtract(&ErrMsg); break;
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
ar.c 1 /* ar.c - Archive modify and extract.
117 print_files, extract, move, quick_append
123 /* For extract/delete only. If COUNTED_NAME_MODE is TRUE, we only
124 extract the COUNTED_NAME_COUNTER instance of that name. */
297 fprintf (s, _(" x[o] - extract file(s) from the archive\n"));
524 operation = extract;
786 if (operation != extract && operation != del)
803 if (operation == extract && bfd_is_thin_archive (arch))
816 case extract:
1021 /* Extract a member of the archive into its own file
115 print_files, extract, move, quick_append enumerator in enum:operations
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml     [all...]
  /tools/test/connectivity/acts/tests/google/ble/gatt/
GattConnectTest.py 158 3. Find the advertisement and extract the mac address.
200 3. Find the advertisement and extract the mac address.
257 3. Find the advertisement and extract the mac address.
327 3. Find the advertisement and extract the mac address.
404 3. Find the advertisement and extract the mac address.
454 3. Find the advertisement and extract the mac address.
504 3. Find the advertisement and extract the mac address.
555 3. Find the advertisement and extract the mac address.
606 3. Find the advertisement and extract the mac address.
661 3. Find the advertisement and extract the mac address
    [all...]
  /frameworks/base/media/java/android/media/
MediaRecorder.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
make_vms.com 198 $ ccopt = ccopt + f$extract(start,len,cparm)
207 $ lopts = lopts + f$extract(start,len,cparm)
213 $ cc_com = f$extract(start,len,cparm)
230 $ mmks = f$extract(start,len,cparm)
334 $ if (f$extract(0,6,rec) .nes. src_check) then goto mrloop
371 $ if (f$extract(0,1,rec) .nes. "#") then goto hloop
385 $! Analyze Object files for OpenVMS AXP to extract Procedure and Data
  /external/eigen/cmake/
EigenTesting.cmake 561 # Extract compiler name and version from a raw version string
566 # extract possible compiler names
588 # extract possible version numbers
589 # first try to extract 3 isolated numbers:
592 # try to extract 2 isolated ones:
595 # try to extract 3:
598 # try to extract 2:

Completed in 1350 milliseconds

<<71727374757677787980>>