/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestRemquo.java | 80 // Extract the inputs. 84 // Extract the outputs. 151 // Extract the inputs. 155 // Extract the outputs. 222 // Extract the inputs. 226 // Extract the outputs. 293 // Extract the inputs. 297 // Extract the outputs.
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg_exif.c | 496 * Extract exif data from the metadata 539 ALOGE("%s: Cannot extract Iso value", __func__); 547 ALOGE("%s: Cannot extract Exp time value", __func__); 555 ALOGE("%s: Cannot extract white balance mode", __func__); 563 ALOGE("%s: Cannot extract Aperture value", __func__); 570 ALOGE("%s: Cannot extract flash mode value", __func__); 578 ALOGE("%s: Cannot extract flash state value", __func__); 588 ALOGE("%s %d: Failed to extract sensor params", __func__, __LINE__);
|
/docs/source.android.com/src/source/ |
building-dream.jd | 49 <p>in <code>vendor/htc/dream-open/</code> there is a script called "extract-files.sh" that must be run (from that directory) to extract some proprietary binaries from your device (*). You only need to do this once.</p>
|
/external/bison/examples/ |
extexi | 0 # Extract all examples from the manual source. -*- AWK -*- 24 # Usage: extexi input-file.texi ... -- [FILES to extract]
|
/external/chromium_org/gpu/config/ |
gpu_info_collector_android.cc | 21 // Extract driver version from the second number in a string like: 30 // Extract number of the form "%d.%d"
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
PrettyPatch_test.rb | 62 assert_equal(0, $last_prettify_part_count["extract-error"], "Wrong number of 'extract-error' parts in " + description)
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
ustrtest.cpp | 100 test1.extract(0, 15, temp); 106 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\""); 249 int32_t length8=from16.extract(0, 0x7fffffff, buffer, (uint32_t)sizeof(buffer)); 251 errln("UnicodeString::extract(char * U_CHARSET_IS_UTF8) failed"); 253 length8=from16.extract(1, 2, buffer, (uint32_t)sizeof(buffer)); 255 errln("UnicodeString::extract(substring to char * U_CHARSET_IS_UTF8) failed"); 471 test1.extract(11, 12, test2); 472 test1.extract(11, 12, test3); 473 if (test1.extract(11, 12, test4) != 12 || test4[12] != 0) { 474 errln("UnicodeString.extract(char *) failed to return the correct size of destination buffer.") [all...] |
/external/chromium_org/tools/gn/ |
function_foreach.cc | 60 // Extract the loop variable. 68 // Extract the list, avoid a copy if it's an identifier (common case).
|
/external/chromium_org/v8/src/ |
cpu.cc | 117 // Extract the information exposed by the kernel via /proc/cpuinfo. 160 // Extract the content of a the first occurence of a given field in 325 // Extract implementor from the "CPU implementer" field. 336 // Extract part number from the "CPU part" field. 347 // Extract architecture from the "CPU Architecture" field. 381 // Try to extract the list of CPU features from ELF hwcaps. 473 // Extract implementor from the "CPU implementer" field. 484 // Extract part number from the "CPU part" field.
|
/external/eigen/Eigen/src/Core/products/ |
SelfadjointRank2Update.h | 66 typename internal::add_const_on_value_type<ActualUType>::type actualU = UBlasTraits::extract(u.derived()); 71 typename internal::add_const_on_value_type<ActualVType>::type actualV = VBlasTraits::extract(v.derived());
|
/external/eigen/cmake/ |
FindGSL.cmake | 112 # extract link dirs for rpath 117 # extract version
|
/external/icu/icu4c/source/i18n/ |
unum.cpp | 201 return res.extract(result, resultLength, *status); 234 return res.extract(result, resultLength, *status); 276 return resultStr.extract(result, resultLength, *status); 317 return res.extract(result, resultLength, *status); 596 return res.extract(result, resultLength, *status); 682 return pat.extract(result, resultLength, *status); 709 extract(buffer, size, *status); 862 return res.extract(result, resultLength, *status);
|
/external/icu/icu4c/source/samples/numfmt/ |
util.cpp | 66 int32_t bufLen = str.extract(0, 0x7fffffff, stackBuffer, sizeof(stackBuffer), "UTF-8"); 71 bufLen = str.extract(0, 0x7fffffff, buf, bufLen + 1, "UTF-8");
|
/external/icu/icu4c/source/test/intltest/ |
ustrtest.cpp | 102 test1.extract(0, 15, temp); 108 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\""); 251 int32_t length8=from16.extract(0, 0x7fffffff, buffer, (uint32_t)sizeof(buffer)); 253 errln("UnicodeString::extract(char * U_CHARSET_IS_UTF8) failed"); 255 length8=from16.extract(1, 2, buffer, (uint32_t)sizeof(buffer)); 257 errln("UnicodeString::extract(substring to char * U_CHARSET_IS_UTF8) failed"); 473 test1.extract(11, 12, test2); 474 test1.extract(11, 12, test3); 475 if (test1.extract(11, 12, test4) != 12 || test4[12] != 0) { 476 errln("UnicodeString.extract(char *) failed to return the correct size of destination buffer.") [all...] |
/external/llvm/test/Analysis/CostModel/X86/ |
loop_v2.ll | 17 ;CHECK: cost of 1 {{.*}} extract 20 ;CHECK: cost of 1 {{.*}} extract
|
/external/protobuf/gtest/xcode/Scripts/ |
versiongenerate.py | 40 # Extract the version string from the AC_INIT macro 42 # Extract three integers separated by periods and surrounded by squre
|
/external/qemu/include/qemu/ |
bitops.h | 268 * @value: the value to extract the bit field from 272 * Extract from the 32 bit input @value the bit field specified by the 287 * @value: the value to extract the bit field from 291 * Extract from the 64 bit input @value the bit field specified by the 306 * @value: the value to extract the bit field from 310 * Extract from the 32 bit input @value the bit field specified by the 331 * @value: the value to extract the bit field from 335 * Extract from the 64 bit input @value the bit field specified by the
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
LVM_Types.h | 50 #define LVM_MODULEID_MASK 0xFF00 /* Mask to extract the calling module ID from callbackId */ 51 #define LVM_EVENTID_MASK 0x00FF /* Mask to extract the callback event from callbackId */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
log2.c | 73 i = extract_h (L_x); /* Extract b25-b31 */ 75 a = (Word16)(L_x); /* Extract b10-b24 of fraction */
|
/frameworks/av/media/libstagefright/timedtext/ |
TimedText3GPPSource.cpp | 63 // if they are needed. This method is used to extract the modifier 87 // To extract and send the global text descriptions for all the text samples
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSCompiler.cpp | 39 if (!me.extract()) { 40 bccAssert(false && "Could not extract metadata for module!");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
PropertyChangeTransform.java | 33 * Construct a state transform that will extract the property using the accessor, 41 * Construct a state transform that will extract the property using the accessor,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RefactoringAssistantTest.java | 37 // "Extract String" 51 // Check for resource rename refactoring (and don't offer extract string)
|
/system/extras/tests/mmc_tracepoints/ |
mmc_trace_reduce | 42 # Found a start line. Extract the interesting bits 58 # Found an end line. Extract the interesting bits,
|
/developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/java/com/example/android/common/logger/ |
LogNode.java | 35 * to extract and print useful information.
|