/external/llvm/test/CodeGen/PowerPC/ |
mc-instrlat.ll | 22 attributes #0 = { nounwind "no-infs-fp-math"="true" "no-nans-fp-math"="true" "target-cpu"="ppc64" "target-features"="+altivec,-bpermd,-crypto,-direct-move,-extdiv,-power8-vector,-qpx,-vsx" "unsafe-fp-math"="true" "use-soft-float"="false" } 23 attributes #1 = { "no-infs-fp-math"="true" "no-nans-fp-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="ppc64" "target-features"="+altivec,-bpermd,-crypto,-direct-move,-extdiv,-power8-vector,-qpx,-vsx" "unsafe-fp-math"="true" "use-soft-float"="false" }
|
/external/llvm/test/CodeGen/X86/ |
and-encoding.ll | 3 ; Test that the direct object emission selects the and variant with 8 bit 5 ; We used to get this wrong when using direct object emission, but not when
|
/external/smali/examples/MethodOverloading/ |
Main.smali | 10 invoke-direct {p0}, Ljava/lang/Object;-><init>()V 20 invoke-direct {v1}, LMain;-><init>()V
|
/external/v8/test/mjsunit/regress/ |
regress-1624-strict.js | 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 29 // direct or indirect) have their own lexical and variable environment. 34 // Test global direct strict eval in strict script. 46 // Test global direct non-strict eval in strict script. 58 // Test non-global direct strict eval in strict script. 78 // Test non-global direct non-strict eval in strict script. 98 // Test non-global direct strict eval in strict script. 120 // Test non-global direct non-strict eval in strict script.
|
regress-1624.js | 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 29 // direct or indirect) have their own lexical and variable environment. 33 // Test global direct strict eval. 45 // Test global direct non-strict eval. 57 // Test non-global direct strict eval in non-strict function. 77 // Test non-global direct non-strict eval in non-strict function. 97 // Test non-global direct strict eval in strict function. 119 // Test non-global direct non-strict eval in strict function.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/ |
pe-run.exp | 27 # This test checks the "direct linking to a dll" functionality. 58 untested "Direct linking to dll test" 101 # Check dll direct linking through symlink to .dll. 112 # Check dll direct linking through symlink to .sl. 145 directdll_execute "$tmpdir/direct_client_dll.exe" "running direct linked dll (.dll)" 146 directdll_execute "$tmpdir/direct_client_sl.exe" "running direct linked dll (.sl)" 147 directdll_execute "$tmpdir/direct_client_symlink_sl.exe" "running direct linked dll (symlink -> .sl)" 148 directdll_execute "$tmpdir/direct_client_symlink_dll.exe" "running direct linked dll (symlink -> .dll)"
|
pe-run2.exp | 28 # This test checks the "direct linking to a dll" functionality with stdcall 60 untested "Direct linking to dll fastcall/stdcall test" 103 # Check dll direct linking through symlink to .dll. 114 # Check dll direct linking through symlink to .sl. 147 directdll_execute "$tmpdir/direct2_client_dll.exe" "running direct linked dll (.dll) fastcall/stdcall" 148 directdll_execute "$tmpdir/direct2_client_sl.exe" "running direct linked dll (.sl) fastcall/stdcall" 149 directdll_execute "$tmpdir/direct2_client_symlink_sl.exe" "running direct linked dll (symlink -> .sl) fastcall/stdcall" 150 directdll_execute "$tmpdir/direct2_client_symlink_dll.exe" "running direct linked dll (symlink -> .dll) fastcall/stdcall"
|
/external/e2fsprogs/contrib/ |
spd_readdir.c | 76 int direct; member in struct:dir_s 235 DEBUG_DIR(printf("No memory, backing off to direct readdir\n")); 237 dirstruct->direct = 1; 263 DEBUG_DIR(printf("Directory size %ld, using direct readdir\n", 265 dirstruct->direct = 1; 296 DEBUG_DIR(printf("Directory size %ld, using direct readdir\n", 299 dirstruct->direct = 1; 325 if (dirstruct->direct) 347 if (dirstruct->direct) 371 if (dirstruct->direct) [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/ |
T_aput_object_3.d | 28 invoke-direct {v0}, java/lang/Object/<init>()V 38 invoke-direct {v0}, dot/junit/opcodes/aput_object/d/SuperClass/<init>()V 51 invoke-direct {v0}, java/lang/Object/<init>()V 69 invoke-direct {v4}, dot/junit/opcodes/aput_object/d/SubClass/<init>()V 73 invoke-direct {v5}, dot/junit/opcodes/aput_object/d/SuperClass/<init>()V
|
/developers/samples/android/content/DirectShare/ |
template-params.xml | 27 This sample demonstrates how to provide the Direct Share feature. The app shows some options 59 [Direct Share][1] is a feature that allows apps to show their internal options directly in the 62 other app, this sample app will be listed as an option. Using the Direct Share feature, this app 65 To enable Direct Share, apps need to implement a Service extending 66 [ChooserTargetService][2]. Override the method [onGetChooserTargets][3] and return a list of Direct
|
/toolchain/binutils/binutils-2.25/include/elf/ |
x86-64.h | 28 RELOC_NUMBER (R_X86_64_64, 1) /* Direct 64 bit */ 38 RELOC_NUMBER (R_X86_64_32, 10) /* Direct 32 bit zero extended */ 39 RELOC_NUMBER (R_X86_64_32S, 11) /* Direct 32 bit sign extended */ 40 RELOC_NUMBER (R_X86_64_16, 12) /* Direct 16 bit zero extended */ 42 RELOC_NUMBER (R_X86_64_8, 14) /* Direct 8 bit sign extended */
|
/external/eigen/doc/ |
ClassHierarchy.dox | 60 accessors is very different depending on whether a dense expression has direct memory access or not (the 61 \c DirectAccessBit flag). For example, if \c x is a plain matrix, then \c x has direct access, and 62 \c x.transpose() and \c x.block(...) also have direct access, because their coefficients can be read right 63 off memory, but for example, \c x+x does not have direct memory access, because obtaining any of its 78 <-- DenseCoeffsBase<%Matrix> (direct access case) 89 <-- DenseCoeffsBase<%Array> (direct access case) 101 <-- DenseCoeffsBase<SomeMatrixXpr> (direct access or no direct access case) 112 <-- DenseCoeffsBase<SomeArrayXpr> (direct access or no direct access case [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/check_cast/d/ |
T_check_cast_2.d | 29 invoke-direct {v0}, java/lang/Object/<init>()V 40 invoke-direct {v0}, dot/junit/opcodes/check_cast/d/T_check_cast_2/SuperClass/<init>()V 53 invoke-direct {v0}, java/lang/Object/<init>()V 64 invoke-direct {v10}, dot/junit/opcodes/check_cast/d/T_check_cast_2/SubClass/<init>()V 79 invoke-direct {v10}, dot/junit/opcodes/check_cast/d/T_check_cast_2/SubClass/<init>()V 86 invoke-direct {v10}, dot/junit/opcodes/check_cast/d/T_check_cast_2/SuperClass/<init>()V 98 invoke-direct {v10}, dot/junit/opcodes/check_cast/d/T_check_cast_2/SubClass/<init>()V
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/instance_of/d/ |
T_instance_of_2.d | 29 invoke-direct {v0}, java/lang/Object/<init>()V 40 invoke-direct {v0}, dot/junit/opcodes/instance_of/d/T_instance_of_2/SuperClass/<init>()V 53 invoke-direct {v0}, java/lang/Object/<init>()V 64 invoke-direct {v10}, dot/junit/opcodes/instance_of/d/T_instance_of_2/SubClass/<init>()V 81 invoke-direct {v10}, dot/junit/opcodes/instance_of/d/T_instance_of_2/SubClass/<init>()V 87 invoke-direct {v10}, dot/junit/opcodes/instance_of/d/T_instance_of_2/SuperClass/<init>()V 93 invoke-direct {v10}, dot/junit/opcodes/instance_of/d/T_instance_of_2/SubClass/<init>()V
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/directconnect/ |
layer1.py | 33 AWS Direct Connect makes it easy to establish a dedicated network 35 AWS Direct Connect, you can establish private connectivity between 41 The AWS Direct Connect API Reference provides descriptions, 43 for AWS Direct Connect. Use the following links to get started 44 using the AWS Direct Connect API Reference : 47 + `Actions`_: An alphabetical list of all AWS Direct Connect 49 + `Data Types`_: An alphabetical list of all AWS Direct Connect 293 specific AWS Direct Connect location. 295 A connection links your internal network to an AWS Direct 298 to your router, the other to an AWS Direct Connect router. A [all...] |
/external/clang/test/SemaObjC/ |
deprecated-objc-introspection.m | 4 // Test deprecated direct usage of the 'isa' pointer. 29 [(*x).isa self]; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}} 30 [x->isa self]; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}} 81 (void)v->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}} 82 (void)w->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}} 83 (void)x->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}} 84 (void)y->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}}
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/ |
T_invoke_direct_26.d | 31 invoke-direct {v1}, java/lang/Object/<init>()V 49 invoke-direct {v1}, dot/junit/opcodes/invoke_direct/d/TTestInterfaceImpl/<init>()V 56 invoke-direct {v7}, dot/junit/opcodes/invoke_direct/d/TTestInterface/test()V
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/ |
T_invoke_direct_range_26.d | 31 invoke-direct {v1}, java/lang/Object/<init>()V 49 invoke-direct {v1}, dot/junit/opcodes/invoke_direct_range/d/TTestInterfaceImpl/<init>()V 56 invoke-direct/range {v7}, dot/junit/opcodes/invoke_direct_range/d/TTestInterface/test()V
|
/developers/build/prebuilts/gradle/DirectShare/Application/src/main/java/com/example/android/directshare/ |
SampleChooserTargetService.java | 30 * Provides the Direct Share items to the system. 39 // The list of Direct Share items. The system will show the items the way they are sorted 52 // low scores when there are too many Direct Share items.
|
/developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/ |
SampleChooserTargetService.java | 30 * Provides the Direct Share items to the system. 39 // The list of Direct Share items. The system will show the items the way they are sorted 52 // low scores when there are too many Direct Share items.
|
/development/samples/browseable/DirectShare/src/com.example.android.directshare/ |
SampleChooserTargetService.java | 30 * Provides the Direct Share items to the system. 39 // The list of Direct Share items. The system will show the items the way they are sorted 52 // low scores when there are too many Direct Share items.
|
/external/clang/test/Index/ |
comment-custom-block-command.cpp | 9 // RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng %s -std=c++11 -fcomment-block-commands=CustomCommand > %t/out.c-index-direct 12 // RUN: FileCheck %s -check-prefix=WRONG < %t/out.c-index-direct 18 // RUN: FileCheck %s < %t/out.c-index-direct
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_staging.h | 45 /* if direct, same as base.resource, otherwise the temporary staging resource */ 50 /* pt->usage == PIPE_USAGE_DYNAMIC || pt->usage == PIPE_USAGE_STAGING should be a good value to pass for direct */ 58 boolean direct, struct util_staging_transfer *tx);
|
/external/smali/examples/Enums/ |
Enum.smali | 19 invoke-direct {v0, v1, v2}, LEnum;-><init>(Ljava/lang/String;I)V 28 invoke-direct {v0, v1, v3}, LEnum;-><init>(Ljava/lang/String;I)V 53 invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/ |
MethodUsageTypeTest.java | 22 " invoke-direct {v0}, Lblah;->bl<ref:2>ah()V\n" + 23 " invoke-direct/empty {v0}, Lblah;->bl<ref:3>ah()V\n" + 24 " invoke-direct/range {v0}, Lblah;->bl<ref:4>ah()V\n" +
|