HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 351 - 375 of 4384) sorted by null

<<11121314151617181920>>

  /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?");
374 errs() << "Error writing list of blocks to not extract\n";
381 std::string uniqueFN = "--extract-blocks-file=";
386 PI.push_back("extract-blocks");
  /external/selinux/policycoreutils/mcstrans/src/
mls_level.c 17 /* Extract low sensitivity. */
31 /* Extract category set. */
  /external/v8/src/base/
cpu.cc 160 // Extract the information exposed by the kernel via /proc/cpuinfo.
203 // Extract the content of a the first occurence of a given field in
369 // Extract implementor from the "CPU implementer" field.
380 // Extract part number from the "CPU part" field.
391 // Extract architecture from the "CPU Architecture" field.
425 // Try to extract the list of CPU features from ELF hwcaps.
521 // Extract implementor from the "CPU implementer" field.
532 // Extract part number from the "CPU part" field.
  /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
  /packages/apps/Dialer/src/com/android/dialer/calllog/
TelecomCallLogCache.java 93 * Extract account label from PhoneAccount object.
106 * Extract account color from PhoneAccount object.
  /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,
  /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.
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/common/logger/
LogNode.java 35 * to extract and print useful information.
  /developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/java/com/example/android/common/logger/
LogNode.java 35 * to extract and print useful information.
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/common/logger/
LogNode.java 35 * to extract and print useful information.
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/common/logger/
LogNode.java 35 * to extract and print useful information.
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/common/logger/
LogNode.java 35 * to extract and print useful information.
  /developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/java/com/example/android/common/logger/
LogNode.java 35 * to extract and print useful information.
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/common/logger/
LogNode.java 35 * to extract and print useful information.
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/common/logger/
LogNode.java 35 * to extract and print useful information.
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/common/logger/
LogNode.java 35 * to extract and print useful information.
  /developers/build/prebuilts/gradle/BasicImmersiveMode/Application/src/main/java/com/example/android/common/logger/
LogNode.java 35 * to extract and print useful information.
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/common/logger/
LogNode.java 35 * to extract and print useful information.
  /developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/common/logger/
LogNode.java 35 * to extract and print useful information.
  /developers/build/prebuilts/gradle/BasicNetworking/Application/src/main/java/com/example/android/common/logger/
LogNode.java 35 * to extract and print useful information.
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/logger/
LogNode.java 35 * to extract and print useful information.

Completed in 112 milliseconds

<<11121314151617181920>>