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

<<31323334353637383940>>

  /external/libchrome/base/metrics/
histogram_snapshot_manager.cc 49 // Extract fields useful during debug.
75 // COUNT_LOW_ERROR and they never arise together, so we don't need to extract
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.cpp 60 // element, we'll need to extract, op, insert. The following is a rough
78 // SIMD128's insert/extract currently only take constant indices.
  /external/llvm/test/Analysis/CostModel/X86/
loop_v2.ll 17 ;CHECK: cost of 1 {{.*}} extract
20 ;CHECK: cost of 1 {{.*}} extract
  /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,
156 LoopExtractPasses.push_back("loop-extract-single");
167 // extracted and we should return null. Limit the number of loops we extract
173 assert(M->size() < NewM->size() && "Loop extract removed functions?");
401 errs() << "Error writing list of blocks to not extract\n";
408 std::string uniqueFN = "--extract-blocks-file=";
413 PI.push_back("extract-blocks");
  /external/python/cpython3/Doc/includes/
email-read-alternative.py 24 # If we want to print a priview of the message content, we can extract whatever
36 # We can extract the richest alternative in order to display it:
  /external/selinux/mcstrans/src/
mls_level.c 17 /* Extract low sensitivity. */
31 /* Extract category set. */
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFCompileUnit.h 41 bool extract(DataExtractor debug_info, uint32_t* offset_ptr);
42 uint32_t extract(uint32_t offset, DataExtractor debug_info_data,
  /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/support/jetifier/jetifier/preprocessor/src/main/kotlin/com/android/tools/build/jetifier/preprocessor/
ConfigGenerator.kt 59 val library = Archive.Builder.extract(fileInDir)
63 val library = Archive.Builder.extract(it)
  /frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/transform/pom/
PomRewriteInZipTest.kt 70 val returnedArchive = Archive.Builder.extract(expectedFile)
104 val returnedArchive = Archive.Builder.extract(expectedFile)
  /libcore/ojluni/src/main/java/java/util/zip/
ZipConstants.java 54 static final int LOCVER = 4; // version needed to extract
75 static final int CENVER = 6; // version needed to extract
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/calllogcache/
CallLogCache.java 89 /** Extract account label from PhoneAccount object. */
100 /** Extract account color from PhoneAccount object. */
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/conditional/
RingerMutedConditionTest.java 59 mAudioManager = Shadow.extract(mContext.getSystemService(Context.AUDIO_SERVICE));
60 mNotificationManager = Shadow.extract(
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/
AutoTimeZonePreferenceControllerTest.java 21 import static org.robolectric.shadow.api.Shadow.extract;
56 connectivityManager = extract(mContext.getSystemService(ConnectivityManager.class));
  /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/autofill/
AutofillPickerFragmentTest.java 24 import static org.robolectric.shadow.api.Shadow.extract;
68 mUserManager = extract(RuntimeEnvironment.application.getSystemService(UserManager.class));
  /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/connectivity/setup/
AddStartStateTest.java 20 import static org.robolectric.shadow.api.Shadow.extract;
54 ShadowStateMachine shadowStateMachine = (ShadowStateMachine) extract(stateMachine);
  /prebuilts/go/darwin-x86/src/runtime/internal/sys/
intrinsics.go 37 y := x * deBruijn64 >> 58 // extract part of deBruijn sequence
47 y := x * deBruijn32 >> 27 // extract part of deBruijn sequence
  /prebuilts/go/linux-x86/src/runtime/internal/sys/
intrinsics.go 37 y := x * deBruijn64 >> 58 // extract part of deBruijn sequence
47 y := x * deBruijn32 >> 27 // extract part of deBruijn sequence
  /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/bt/packet/avrcp/
change_path.cc 55 return base::ByteSwap(it.extract<uint16_t>());
65 return base::ByteSwap(it.extract<uint64_t>());
  /system/core/libziparchive/
unzip.cpp 138 // We need to extract to memory because ExtractEntryToFile insists on
143 error(1, 0, "failed to extract %s: %s", name.c_str(), ErrorCodeString(err));
179 error(1, errno, "couldn't extract directory %s", dst.c_str());
194 // Actually extract into the file.
197 if (err < 0) error(1, 0, "failed to extract %s: %s", dst.c_str(), ErrorCodeString(err));
221 // Actually extract.
263 "Extract FILEs from ZIP archive. Default is all files.\n"
265 "-d DIR Extract into DIR\n"
  /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,
  /system/media/audio_utils/spdif/
DTSFrameScanner.cpp 73 // Detect whether the stream is DTS or DTS_HD. Extract data depending on type.
83 // Extract field in order.
  /toolchain/binutils/binutils-2.27/binutils/
arparse.y 54 %token EXTRACT
101 EXTRACT modulename

Completed in 2717 milliseconds

<<31323334353637383940>>