/toolchain/binutils/binutils-2.25/opcodes/ |
iq2000-dis.c | 318 the extract info. 364 /* Extract base part of instruction, just in case CGEN_DIS_* uses it. */ 399 /* ??? May wish to allow target to defer this check until the extract 402 /* Base size may exceed this instruction's size. Extract the
|
lm32-dis.c | 276 the extract info. 322 /* Extract base part of instruction, just in case CGEN_DIS_* uses it. */ 357 /* ??? May wish to allow target to defer this check until the extract 360 /* Base size may exceed this instruction's size. Extract the
|
or1k-dis.c | 270 the extract info. 316 /* Extract base part of instruction, just in case CGEN_DIS_* uses it. */ 351 /* ??? May wish to allow target to defer this check until the extract 354 /* Base size may exceed this instruction's size. Extract the
|
xstormy16-dis.c | 297 the extract info. 343 /* Extract base part of instruction, just in case CGEN_DIS_* uses it. */ 378 /* ??? May wish to allow target to defer this check until the extract 381 /* Base size may exceed this instruction's size. Extract the
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
LittleEndian.java | 37 * @param offset the byte array to extract the value from
|
/external/icu/icu4c/source/test/intltest/ |
utxttest.cpp | 191 sa.extract(buf, saLen+1, status); 202 sa.extract(buf, saLen+1, status); 261 int32_t u8Len = sa.extract(0, sa.length(), NULL, 0, "utf-8"); 263 sa.extract(0, sa.length(), u8String, u8Len+1, "utf-8"); 796 // Extract [all...] |
/ndk/sources/android/cpufeatures/ |
cpu-features.c | 202 /* Extract the content of a the first occurence of a given field in 410 * and integer; extract end value. 543 // Parse /proc/self/auxv to extract the ELF HW capabilities bitmap for the 715 /* Extract architecture from the "CPU Architecture" field. 775 /* Extract the list of CPU features from ELF hwcaps */ 779 D("Parsing /proc/self/auxv to extract ELF hwcaps!\n"); 786 D("Parsing /proc/cpuinfo to extract ELF hwcaps!\n"); 849 /* Extract the list of CPU features from ELF hwcaps2 */ 870 /* Extract the cpuid value from various fields */ 959 /* Extract the list of CPU features from ELF hwcaps * [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestFma.java | 88 // Extract the inputs. 177 // Extract the inputs. 266 // Extract the inputs. 355 // Extract the inputs. 454 // Extract the inputs. 549 // Extract the inputs. [all...] |
TestMad.java | 88 // Extract the inputs. 177 // Extract the inputs. 266 // Extract the inputs. 355 // Extract the inputs. 454 // Extract the inputs. 549 // Extract the inputs. [all...] |
TestNativeSincos.java | 82 // Extract the inputs. 170 // Extract the inputs. 258 // Extract the inputs. 346 // Extract the inputs. 441 // Extract the inputs. 536 // Extract the inputs. [all...] |
TestSincos.java | 82 // Extract the inputs. 170 // Extract the inputs. 258 // Extract the inputs. 346 // Extract the inputs. 441 // Extract the inputs. 536 // Extract the inputs. [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/ |
RefocusFilterd1new.java | 86 * Utility Method to extract intermediatory result 99 * Utility Method to extract intermediatory result
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/ |
RefocusFilterF32.java | 89 * Utility Method to extract intermediatory result 102 * Utility Method to extract intermediatory result
|
/external/ImageMagick/ImageMagick/script/ |
jp2.html | 77 <p>Here we extract an area from the image:</p> 83 <p>Extract a particular tile from the image:</p>
|
/external/ImageMagick/www/ |
jp2.html | 81 <p>Here we extract an area from the image:</p> 87 <p>Extract a particular tile from the image:</p>
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
PixelUtils.java | 184 // -- Extract value.
186 // -- Extract dimension units.
|
/external/autotest/client/cros/ |
cros_logging.py | 33 """Extract a timestmap that appears in kernel log messages and looks 44 raise error.TestError('Could not extract timestamp from message: ' + msg)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/ |
connection.py | [all...] |
/external/clang/docs/ |
RAVFrontendAction.rst | 62 RecursiveASTVisitor to extract the relevant information from the AST. 110 CreateASTConsumer. We can thus extract it there and hand it into our
|
/external/curl/packages/vms/ |
make_pcsi_curl_kit_name.com | 77 $ code = f$extract(0, 1, arch_type) 152 $ daily_tag = f$extract(4, daily_tag_len - 4, daily_tag)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
readme.html | 34 <p>1. Extract the VE-Automated-Tests-<buildid>.zip. On Window, extract
|
/external/icu/icu4c/source/i18n/ |
currpinf.cpp | 303 pattern->extract(0, pattern->length(), result_1, "UTF-8"); 319 pattern->extract(0, pattern->length(), result_1, "UTF-8");
|
format.cpp | 182 pattern.extract(start,stop-start,parseError.preContext,0); 190 pattern.extract(start,stop-start,parseError.postContext,0);
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
UserAgentFilter.java | 46 * <dt>userAgent</dt><dd>A regex {@link Pattern} to extract the essential elements of the user agent. 50 * pattern match the common compatibility user-agent strings and extract the real user agent, failing that, the first
|
/external/junit/src/junit/runner/ |
BaseTestRunner.java | 116 // try to extract a test suite automatically 181 * Extract the class name from a String in VA/Java style
|