/external/llvm/tools/llvm-extract/ |
CMakeLists.txt | 9 add_llvm_tool(llvm-extract 10 llvm-extract.cpp
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
sample1a-expected-assistant1.txt | 2 Extract Android String : Initiates the "Extract Android String" refactoring 3 Extract Style : Initiates the "Extract Style" refactoring
|
sample1a-expected-assistant4.txt | 3 Extract Style : Initiates the "Extract Style" refactoring
|
sample1a-expected-assistant2.txt | 6 Extract as Include : Initiates the "Extract as Include" refactoring 7 Extract Style : Initiates the "Extract Style" refactoring
|
sample1a-expected-assistant3.txt | 6 Extract as Include : Initiates the "Extract as Include" refactoring 7 Extract Style : Initiates the "Extract Style" refactoring
|
/external/libunwind/src/mi/ |
Ldyn-extract.c | 4 #include "Gdyn-extract.c"
|
/external/llvm/test/CodeGen/ARM/ |
2013-04-18-load-overlap-PR14824.ll | 16 %data.i.i677.48.extract.shift = lshr i512 %s122, 384 17 %data.i.i677.48.extract.trunc = trunc i512 %data.i.i677.48.extract.shift to i64 18 %s123 = insertelement <8 x i64> undef, i64 %data.i.i677.48.extract.trunc, i32 0 19 %data.i.i677.32.extract.shift = lshr i512 %s122, 256 20 %data.i.i677.32.extract.trunc = trunc i512 %data.i.i677.32.extract.shift to i64 21 %s124 = insertelement <8 x i64> %s123, i64 %data.i.i677.32.extract.trunc, i32 1 22 %data.i.i677.16.extract.shift = lshr i512 %s122, 128 23 %data.i.i677.16.extract.trunc = trunc i512 %data.i.i677.16.extract.shift to i6 [all...] |
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
pr18060.ll | 9 %extract.t = trunc i64 %Value to i32 10 %extract = lshr i64 %Value, 12 11 %extract.t6 = trunc i64 %extract to i32 25 %extract.t5 = trunc i64 %shr to i32 27 %extract.t8 = trunc i64 %extract7 to i32 31 %Value.addr.0.off0 = phi i32 [ %extract.t, %entry ], [ %extract.t5, %sw.bb1 ] 32 %Value.addr.0.off12 = phi i32 [ %extract.t6, %entry ], [ %extract.t8, %sw.bb1 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_array.c | 33 #define EXTRACT(in_t, out_t) extract_func_##in_t##_to_##out_t 36 static out_t EXTRACT(in_t, out_t) \ 66 *extract_u = EXTRACT(GLchar, unsigned); 67 *extract_f = EXTRACT(GLchar, float); 70 *extract_u = EXTRACT(GLubyte, unsigned); 71 *extract_f = EXTRACT(GLubyte, float); 74 *extract_u = EXTRACT(GLshort, unsigned); 75 *extract_f = EXTRACT(GLshort, float); 78 *extract_u = EXTRACT(GLushort, unsigned); 79 *extract_f = EXTRACT(GLushort, float) [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_array.c | 33 #define EXTRACT(in_t, out_t) extract_func_##in_t##_to_##out_t 36 static out_t EXTRACT(in_t, out_t) \ 66 *extract_u = EXTRACT(GLchar, unsigned); 67 *extract_f = EXTRACT(GLchar, float); 70 *extract_u = EXTRACT(GLubyte, unsigned); 71 *extract_f = EXTRACT(GLubyte, float); 74 *extract_u = EXTRACT(GLshort, unsigned); 75 *extract_f = EXTRACT(GLshort, float); 78 *extract_u = EXTRACT(GLushort, unsigned); 79 *extract_f = EXTRACT(GLushort, float) [all...] |
/device/asus/deb/self-extractors/ |
PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
/device/asus/flo/self-extractors/ |
PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
/device/asus/fugu/self-extractors/ |
PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
/device/asus/grouper/self-extractors/ |
PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
/device/asus/tilapia/self-extractors/ |
PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
/device/htc/flounder/self-extractors/ |
PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
/device/lge/hammerhead/self-extractors/ |
PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
/device/lge/mako/self-extractors/ |
PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
/device/moto/shamu/self-extractors/ |
PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
/device/samsung/manta/self-extractors/ |
PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
/external/chromium_org/mojo/ |
README.md | 4 Mojo is an effort to extract a common platform out of Chrome's renderer and
|
/external/llvm/docs/CommandGuide/ |
llvm-extract.rst | 1 llvm-extract - extract a function from an LLVM module 7 :program:`llvm-extract` [*options*] **--func** *function-name* [*filename*] 12 The :program:`llvm-extract` command takes the name of a function and extracts 17 :program:`llvm-extract` will also remove unreachable global variables, 20 The :program:`llvm-extract` command reads its input from standard input if 29 Enable binary output on terminals. Normally, :program:`llvm-extract` will 31 this option, :program:`llvm-extract` will write raw bitcode regardless of the 36 Extract the function named *function-name* from the LLVM bitcode. May be 37 specified multiple times to extract multiple functions at once [all...] |
/external/owasp/sanitizer/empiricism/ |
README.html | 3 be run in browser to extract information about how it deals with tags.
|
/external/llvm/test/Other/ |
extract.ll | 1 ; RUN: llvm-extract -func foo -S < %s | FileCheck %s 2 ; RUN: llvm-extract -delete -func foo -S < %s | FileCheck --check-prefix=DELETE %s 4 ; RUN: llvm-extract -func foo -S %t | FileCheck %s 5 ; RUN: llvm-extract -delete -func foo -S %t | FileCheck --check-prefix=DELETE %s 7 ; llvm-extract uses lazy bitcode loading, so make sure it correctly reads
|
/external/deqp/executor/ |
CMakeLists.txt | 69 add_executable(extract-values tools/xeExtractValues.cpp) 70 target_link_libraries(extract-values xecore) 72 add_executable(extract-shader-programs tools/xeExtractShaderPrograms.cpp) 73 target_link_libraries(extract-shader-programs xecore) 78 add_executable(extract-sample-lists tools/xeExtractSampleLists.cpp) 79 target_link_libraries(extract-sample-lists xecore)
|