HomeSort by relevance Sort by last modified time
    Searched refs:use (Results 51 - 75 of 7784) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libchrome/base/timer/
hi_res_timer_manager.h 2 // Use of this source code is governed by a BSD-style license that can be
29 void UseHiResClock(bool use);
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/
cpuset_memory_pressure.c 34 //argv[1] memory use(M) (>0)
38 long int use; local
43 if ((use = strtol(argv[1], NULL, 10)) < 0) {
49 long int mmap_block = use * unit / 10 / pagesize;
62 if (total_block * pagesize >= use * unit)
  /external/mockito/src/test/java/org/mockitousage/examples/use/
ArticleCalculator.java 6 package org.mockitousage.examples.use;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_mul-bad.s 9 # Cannot use 16-bit encoding because of use of high register.
11 # Cannot use 16-bit encoding because source does not match destination.
18 # Cannot use high registers with "muls".
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
sploop-bad-7.s 1 # Test bad SPLOOP instructions and operands. Bad use of ||^.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
attr-merge-wchar-24.d 5 #warning: warning: .* uses 4-byte wchar_t yet the output is to use 2-byte wchar_t; use of wchar_t values across objects may fail
attr-merge-wchar-42.d 5 #warning: warning: .* uses 2-byte wchar_t yet the output is to use 4-byte wchar_t; use of wchar_t values across objects may fail
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
main1.s 1 % For tests regarding the Main symbol and mmo. Most tests use start.s as
  /external/clang/test/Analysis/diagnostics/
deref-track-symbolic-region.cpp 25 extern void use(int &ref);
26 use(ref); // expected-warning{{Forming reference to null pointer}}
  /external/curl/docs/cmdline-opts/
http1.1.d 6 Help: Use HTTP 1.1
8 Tells curl to use HTTP version 1.1.
tlsv1.d 9 Help: Use TLSv1.0 or greater
11 Forces curl to use TLS version 1.x when negotiating with a remote TLS server.
12 You can use options --tlsv1.0, --tlsv1.1, --tlsv1.2, and --tlsv1.3 to control
13 the TLS version more precisely (if the SSL backend in use supports such a
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
cache.s 8 # use symbol for offset
11 # use external symbol
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
pr14926.d 4 # the above targets use memory regions that don't allow 0x60 for .text
  /external/v8/src/compiler/
all-nodes.cc 2 // Use of this source code is governed by a BSD-style license that can be
45 for (Node* use : reachable[i]->uses()) {
46 if (use == nullptr || use->id() >= graph->NodeCount()) {
49 if (!is_reachable_[use->id()]) {
50 is_reachable_[use->id()] = true;
51 reachable.push_back(use);
dead-code-elimination.cc 2 // Use of this source code is governed by a BSD-style license that can be
85 for (Node* const use : node->uses()) {
86 if (NodeProperties::IsPhi(use)) {
87 DCHECK_EQ(inputs.count() + 1, use->InputCount());
88 use->ReplaceInput(live_input_count, use->InputAt(i));
99 for (Node* const use : node->uses()) {
100 if (NodeProperties::IsPhi(use)) {
101 Replace(use, use->InputAt(0))
    [all...]
node-matchers.cc 2 // Use of this source code is governed by a BSD-style license that can be
19 for (Node* use : branch->uses()) {
20 if (use->opcode() == IrOpcode::kIfTrue) {
22 if_true_ = use;
23 } else if (use->opcode() == IrOpcode::kIfFalse) {
25 if_false_ = use;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6004.go 4 // Use of this source code is governed by a BSD-style
10 _ = nil // ERROR "use of untyped nil"
11 _, _ = nil, 1 // ERROR "use of untyped nil"
12 _, _ = 1, nil // ERROR "use of untyped nil"
issue9083.go 4 // Use of this source code is governed by a BSD-style
16 x = make(map[int]int) // ERROR "cannot use make\(map\[int\]int\)|incompatible"
17 x = make(map[int]int, 0) // ERROR "cannot use make\(map\[int\]int, 0\)|incompatible"
18 x = make(map[int]int, zero) // ERROR "cannot use make\(map\[int\]int, zero\)|incompatible"
19 x = make(chan int) // ERROR "cannot use make\(chan int\)|incompatible"
20 x = make(chan int, 0) // ERROR "cannot use make\(chan int, 0\)|incompatible"
21 x = make(chan int, zero) // ERROR "cannot use make\(chan int, zero\)|incompatible"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6004.go 4 // Use of this source code is governed by a BSD-style
10 _ = nil // ERROR "use of untyped nil"
11 _, _ = nil, 1 // ERROR "use of untyped nil"
12 _, _ = 1, nil // ERROR "use of untyped nil"
issue9083.go 4 // Use of this source code is governed by a BSD-style
16 x = make(map[int]int) // ERROR "cannot use make\(map\[int\]int\)|incompatible"
17 x = make(map[int]int, 0) // ERROR "cannot use make\(map\[int\]int, 0\)|incompatible"
18 x = make(map[int]int, zero) // ERROR "cannot use make\(map\[int\]int, zero\)|incompatible"
19 x = make(chan int) // ERROR "cannot use make\(chan int\)|incompatible"
20 x = make(chan int, 0) // ERROR "cannot use make\(chan int, 0\)|incompatible"
21 x = make(chan int, zero) // ERROR "cannot use make\(chan int, zero\)|incompatible"
  /art/compiler/optimizing/
instruction_simplifier_arm.cc 5 * you may not use this file except in compliance with the License.
34 bool InstructionSimplifierArmVisitor::TryMergeIntoShifterOperand(HInstruction* use,
37 DCHECK(HasShifterOperand(use, kArm));
38 DCHECK(use->IsBinaryOperation());
42 Primitive::Type type = use->GetType();
47 HInstruction* left = use->InputAt(0);
48 HInstruction* right = use->InputAt(1);
58 bool is_commutative = use->AsBinaryOperation()->IsCommutative();
74 shift_amount &= use->GetType() == Primitive::kPrimInt
79 if (!ShifterOperandSupportsExtension(use)) {
    [all...]
instruction_simplifier_arm.h 5 * you may not use this file except in compliance with the License.
39 bool TryMergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op, bool do_merge);
40 bool CanMergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) {
41 return TryMergeIntoShifterOperand(use, bitfield_op, /* do_merge */ false);
43 bool MergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) {
44 DCHECK(CanMergeIntoShifterOperand(use, bitfield_op));
45 return TryMergeIntoShifterOperand(use, bitfield_op, /* do_merge */ true);
  /external/llvm/test/MC/ARM/
deprecated-v8.s 12 @ CHECK-ARMV8: warning: deprecated since v7, use 'isb'
13 @ CHECK-THUMBV8: warning: deprecated since v7, use 'isb'
14 @ CHECK-ARMV7: warning: deprecated since v7, use 'isb'
15 @ CHECK-THUMBV7: warning: deprecated since v7, use 'isb'
16 @ CHECK-ARMV6-NOT: warning: deprecated since v7, use 'isb'
18 @ CHECK-ARMV8: warning: deprecated since v7, use 'dsb'
19 @ CHECK-THUMBV8: warning: deprecated since v7, use 'dsb'
20 @ CHECK-ARMV7: warning: deprecated since v7, use 'dsb'
21 @ CHECK-THUMBV7: warning: deprecated since v7, use 'dsb'
22 @ CHECK-ARMV6-NOT: warning: deprecated since v7, use 'dsb
    [all...]
arm-load-store-multiple-deprecated.s 14 @ CHECK: warning: use of SP or PC in the list is deprecated
18 @ CHECK: warning: use of SP or PC in the list is deprecated
22 @ CHECK: warning: use of SP or PC in the list is deprecated
26 @ CHECK: warning: use of SP or PC in the list is deprecated
30 @ CHECK: warning: use of SP or PC in the list is deprecated
34 @ CHECK: warning: use of SP or PC in the list is deprecated
42 @ CHECK: warning: use of SP or PC in the list is deprecated
46 @ CHECK: warning: use of SP or PC in the list is deprecated
50 @ CHECK: warning: use of SP or PC in the list is deprecated
54 @ CHECK: warning: use of SP or PC in the list is deprecate
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_move_vec_src_uses_to_dest.c 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
124 nir_foreach_use_safe(use, vec->src[i].src.ssa) {
125 if (use->parent_instr == &vec->instr)
128 /* We need to dominate the use if we are going to rewrite it */
129 if (!ssa_def_dominates_instr(&vec->dest.dest.ssa, use->parent_instr))
133 if (use->parent_instr->type != nir_instr_type_alu)
136 assert(use->is_ssa);
138 nir_alu_instr *use_alu = nir_instr_as_alu(use->parent_instr);
141 nir_alu_src *use_alu_src = exec_node_data(nir_alu_src, use, src)
    [all...]

Completed in 392 milliseconds

1 23 4 5 6 7 8 91011>>