HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 326 - 350 of 4593) sorted by null

<<11121314151617181920>>

  /external/tcpdump/
Readme.Win32 13 First, extract tcpdump and WinPcap in the same folder, and build WinPcap.
  /frameworks/base/docs/html/training/material/
drawables.jd 10 <li><a href="#ColorExtract">Extract Prominent Colors from an Image</a></li>
45 <h2 id="ColorExtract">Extract Prominent Colors from an Image</h2>
48 android.support.v7.graphics.Palette} class, which lets you extract prominent colors from an image.
60 <p>To extract these colors, pass a {@link android.graphics.Bitmap} object to the
  /frameworks/base/graphics/java/android/graphics/
LayerRasterizer.java 26 The layer will extract those fields that affect the mask from
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
histogram.h 17 // Native function to extract histogram from image (handed down as ByteBuffer).
  /ndk/build/awk/
extract-debuggable.awk 15 # A nawk/gawk script used to extract the debuggable flag from an
24 # simply extract the 'android:debuggable' attribute value from
74 sub("[ \r\n\t/].*$", "", XML_TAG); # extract tag name
90 sub(/=.*$/,"",_xml_attrib); # extract attribute name
extract-minsdkversion.awk 15 # A nawk/gawk script used to extract the value of min. SDK version from an
24 # simply extract the 'android:minSdkVersion' attribute value from
71 sub("[ \r\n\t/].*$", "", XML_TAG); # extract tag name
87 sub(/=.*$/,"",_xml_attrib); # extract attribute name
extract-package-name.awk 15 # A nawk/gawk script used to extract the package name from an application's
27 # Simply extract the value of the 'name' attribute from
75 sub("[ \r\n\t/].*$", "", XML_TAG); # extract tag name
91 sub(/=.*$/,"",_xml_attrib); # extract attribute name
extract-platform.awk 15 # A nawk/gawk script used to extract the application's platform name from
  /ndk/tests/build/import-install/
build.sh 10 # Extract ABIs list from parameters, we're looking for something like APP_ABI=<something>
  /ndk/tests/device/test-gnustl-full/unit/
istmit_test.cpp 119 * - you always extract the same type of istream_iterator and you always reuse
121 * - you extract different type of object and no object is convertible to an other
122 * as in this current test when you extract int and string (when you extract ints
  /ndk/tests/device/test-stlport/unit/
istmit_test.cpp 119 * - you always extract the same type of istream_iterator and you always reuse
121 * - you extract different type of object and no object is convertible to an other
122 * as in this current test when you extract int and string (when you extract ints
  /packages/apps/CertInstaller/res/values-tl/
strings.xml 21 <string name="pkcs12_password_dialog_title" msgid="5997624645207427161">"I-extract ang certificate"</string>
22 <string name="extracting_pkcs12" msgid="1881267738821799771">"Ine-extract?"</string>
23 <string name="pkcs12_file_password_dialog_title" msgid="8102721384767269510">"I-extract mula sa %s"</string>
26 <string name="credential_password" msgid="3520176519550993326">"I-type ang password upang i-extract ang mga certificate."</string>
  /packages/apps/Settings/tests/src/com/android/settings/vpn2/
VpnInfo.java 29 // Password to extract certificates from the file
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmExtractLettersMethod.java 26 * Method invoked by FreeMarker to extract letters from a string; this will remove
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
IGLPropertyAccessor.java 22 * An {@link IGLPropertyAccessor} provides an interface to extract
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 454 ALOGE("%s %d: Failed to extract 3a params", __func__, __LINE__);
463 ALOGE("%s %d: Failed to extract sensor params", __func__, __LINE__);
480 * Extract exif data from the metadata
508 ALOGE("%s: Cannot extract Iso value", __func__);
514 ALOGE("%s: Cannot extract Exp time value", __func__);
520 ALOGE("%s: Cannot extract white balance mode", __func__);
539 ALOGE("%s: Cannot extract Aperture value", __func__);
545 ALOGE("%s: Cannot extract flash mode value", __func__);
551 ALOGE("%s: Cannot extract flash state value", __func__);
556 ALOGE("%s %d: Failed to extract sensor params", __func__, __LINE__)
    [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
MediaResourceGetterTest.java 445 assertEquals(sEmptyMetadata, mFakeMRG.extract(
456 assertEquals(expected, mFakeMRG.extract(mMockContext, TEST_FILE_URL, null, null));
463 assertEquals(sEmptyMetadata, mFakeMRG.extract(mMockContext, TEST_FILE_URL, null, null));
471 assertEquals(sEmptyMetadata, mFakeMRG.extract(mMockContext, TEST_FILE_URL, null, null));
480 assertEquals(sEmptyMetadata, mFakeMRG.extract(mMockContext, TEST_FILE_URL, null, null));
489 assertEquals(sEmptyMetadata, mFakeMRG.extract(mMockContext, TEST_FILE_URL, null, null));
500 assertEquals(expected, mFakeMRG.extract(mMockContext, TEST_FILE_URL, null, null));
510 assertEquals(sEmptyMetadata, mFakeMRG.extract(mMockContext, TEST_FILE_URL, null, null));
518 assertEquals(sEmptyMetadata, mFakeMRG.extract(mMockContext, TEST_FILE_URL, null, null));
531 assertEquals(expected, mFakeMRG.extract(fd, offset, length))
    [all...]
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 1 //===- ExtractFunction.cpp - Extract a function from Program --------------===//
10 // This file implements several methods that are used to extract functions,
162 /// ExtractLoop - Given a module, extract up to one loop from it into a new
167 LoopExtractPasses.push_back("loop-extract-single");
178 // extracted and we should return null. Limit the number of loops we extract
185 assert(M->size() < NewM->size() && "Loop extract removed functions?");
359 /// ExtractMappedBlocksFromModule - Extract all but the specified basic blocks
391 errs() << "Error writing list of blocks to not extract\n";
398 std::string uniqueFN = "--extract-blocks-file=";
403 PI.push_back("extract-blocks")
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
foreign_session_handler.cc 300 // Extract the session tag (always provided).
303 LOG(ERROR) << "Failed to extract session tag.";
307 // Extract window number.
312 LOG(ERROR) << "Failed to extract window number.";
316 // Extract tab id.
321 LOG(ERROR) << "Failed to extract tab SessionID.";
344 LOG(ERROR) << "Unable to extract session tag";
363 LOG(ERROR) << "Unable to extract session tag";
369 LOG(ERROR) << "Unable to extract boolean argument";
  /external/llvm/test/CodeGen/R600/
sext-in-reg.ll 10 ; SI: V_MOV_B32_e32 [[EXTRACT:v[0-9]+]], [[SEXTRACT]]
11 ; SI: BUFFER_STORE_DWORD [[EXTRACT]],
25 ; SI: S_SEXT_I32_I8 [[EXTRACT:s[0-9]+]], [[VAL]]
26 ; SI: V_MOV_B32_e32 [[VEXTRACT:v[0-9]+]], [[EXTRACT]]
43 ; SI: S_SEXT_I32_I16 [[EXTRACT:s[0-9]+]], [[VAL]]
44 ; SI: V_MOV_B32_e32 [[VEXTRACT:v[0-9]+]], [[EXTRACT]]
61 ; SI: S_SEXT_I32_I8 [[EXTRACT:s[0-9]+]], [[VAL]]
62 ; SI: V_MOV_B32_e32 [[VEXTRACT:v[0-9]+]], [[EXTRACT]]
92 ; SI: S_SEXT_I32_I8 [[EXTRACT:s[0-9]+]], [[VAL]]
116 ; SI: S_SEXT_I32_I16 [[EXTRACT:s[0-9]+]], [[VAL]
    [all...]
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.h 227 // and extract the boolean result.
232 // Helper to execute a JavaScript code snippet and extract the boolean result.
237 // and extract the int result.
242 // Helper to execute a JavaScript code snippet and extract the int result.
247 // and extract the string result.
252 // Helper to execute a JavaScript code snippet and extract the string result.
  /external/chromium_org/ui/events/x/
device_data_manager.h 123 // Get all event data in one pass. We extract only data types that we know
159 // Extract data from a scroll event (a motion event with the necessary
169 // Extract data from a fling event. User must first verify the event type
178 // Extract data from a CrOS metrics gesture event. User must first verify
192 // Extract the start/end timestamps from CMT events. User must first verify
206 // Extract the range of the data type. Return true if the range is available
  /external/icu/icu4c/source/i18n/
utrans.cpp 119 (*func->extract)(rep, start, limit, target.getBuffer(limit-start));
243 return ((Transliterator*) trans)->getID().extract(0, 0x7fffffff, buf, bufCapacity, US_INV);
300 return Transliterator::getAvailableID(index).extract(0, 0x7fffffff, buf, bufCapacity, US_INV);
460 textLen = str.extract(text, textCapacity, *status);
490 textLen = str.extract(text, textCapacity, *status);
510 return res.extract(result, resultLength, *status);
  /external/llvm/test/CodeGen/X86/
load-slice.ll 52 %t0.sroa.0.0.extract.trunc = trunc i64 %tmp1 to i32
53 %tmp2 = bitcast i32 %t0.sroa.0.0.extract.trunc to float
54 %t0.sroa.2.0.extract.shift = lshr i64 %tmp1, 32
55 %t0.sroa.2.0.extract.trunc = trunc i64 %t0.sroa.2.0.extract.shift to i32
56 %tmp3 = bitcast i32 %t0.sroa.2.0.extract.trunc to float
  /external/llvm/test/CodeGen/AArch64/
arm64-bitfield-extract.ll 416 %x.sroa.1.0.extract.shift = lshr i64 %arg1, 16
417 %x.sroa.1.0.extract.trunc = trunc i64 %x.sroa.1.0.extract.shift to i16
418 %x.sroa.3.0.extract.shift = lshr i64 %arg1, 32
419 %x.sroa.5.0.extract.shift = lshr i64 %arg1, 48
420 %tobool = icmp eq i64 %x.sroa.5.0.extract.shift, 0
424 %arrayidx3 = getelementptr inbounds [65536 x i8]* @first_ones, i64 0, i64 %x.sroa.5.0.extract.shift
433 %x.sroa.3.0.extract.trunc = trunc i64 %x.sroa.3.0.extract.shift to i16
434 %tobool6 = icmp eq i16 %x.sroa.3.0.extract.trunc,
    [all...]

Completed in 6028 milliseconds

<<11121314151617181920>>