HomeSort by relevance Sort by last modified time
    Searched refs:ALL (Results 176 - 200 of 931) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 36 // summarizing all.
96 ALL = 7 };
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
297 /// We can try to improve the situation by examining all the dependences
522 /// Makes sure all subscript pairs share the same integer type by
560 /// collectUpperBound - All subscripts are the same type (on my machine,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 36 // summarizing all.
96 ALL = 7 };
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
297 /// We can try to improve the situation by examining all the dependences
522 /// Makes sure all subscript pairs share the same integer type by
560 /// collectUpperBound - All subscripts are the same type (on my machine,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 36 // summarizing all.
96 ALL = 7 };
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
297 /// We can try to improve the situation by examining all the dependences
522 /// Makes sure all subscript pairs share the same integer type by
560 /// collectUpperBound - All subscripts are the same type (on my machine,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 36 // summarizing all.
96 ALL = 7 };
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
297 /// We can try to improve the situation by examining all the dependences
522 /// Makes sure all subscript pairs share the same integer type by
560 /// collectUpperBound - All subscripts are the same type (on my machine,
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethod003Test.java 62 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
NewInstance002Test.java 63 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ClassPrepare002Test.java 103 // CLASS_PREPARE events caused by the debugger must have an ALL
105 assertEquals(JDWPConstants.SuspendPolicy.ALL, parsedEvent.getSuspendPolicy());
130 // Resume all threads suspended by the CLASS_PREPARE event.
EventLocationEventTestCase.java 48 // Request event for all possible locations in the expected
78 // Clear all event requests.
87 * we send a request for all possible locations inside the method.
104 // Request event at all possible locations. We'd like to do
112 EventBuilder builder = Event.builder(eventKind, JDWPConstants.SuspendPolicy.ALL);
130 logWriter.println("Clear all field requests");
SingleStepTest.java 135 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
172 // check all
SingleStepWithLocationTest.java 107 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
144 // Check all
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
InvokeMethodTest.java 57 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
SingleStepTest.java 100 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPInvokeMethodWithSuspensionTestCase.java 44 * - breakpoint #2 to suspend all threads from a new thread started by a method called through
50 * Next, we wait for the new thread to hit breakpoint #2. We resume all threads in the debuggee
70 // Set breakpoint with ALL suspend policy to suspend all threads. The thread started
71 // during the invoke will suspend all threads, including the thread executing the invoke.
74 JDWPConstants.SuspendPolicy.ALL);
85 // that is going to hit a breakpoint and suspend all threads, including the thread invoking
88 final int invoke_options = 0; // resume/suspend all threads before/after the invoke.
122 // Send a VirtualMachine.Resume to resume all threads. This will unblock the event thread
124 logWriter.println("Resume all threads")
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 175 assertSame(h.getLevel(), Level.ALL);
209 assertSame(h.getLevel(), Level.ALL);
290 assertSame(h.getLevel(), Level.ALL);
306 assertSame(h.getLevel(), Level.ALL);
  /external/boringssl/src/ssl/test/runner/
chacha20_poly1305.go 5 // copyright notice and this permission notice appear in all copies.
7 // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
chacha20_poly1305_test.go 5 // copyright notice and this permission notice appear in all copies.
7 // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
recordingconn.go 5 // copyright notice and this permission notice appear in all copies.
7 // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  /external/boringssl/src/util/fipstools/
break-hash.go 5 // copyright notice and this permission notice appear in all copies.
7 // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
inject-hash.go 5 // copyright notice and this permission notice appear in all copies.
7 // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  /external/curl/packages/vms/
build_gnv_curl_pcsi_text.com 19 $! copyright notice and this permission notice appear in all copies.
21 $! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
22 $! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
clean_gnv_curl.com 8 $! The default is to remove all the left over stuff from running the
9 $! configure script and to remove all intermediate binary files.
15 $! This removes all build products and brings the environment back to
22 $! copyright notice and this permission notice appear in all copies.
24 $! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
25 $! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
stage_curl_install.com 33 $! copyright notice and this permission notice appear in all copies.
35 $! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
36 $! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  /external/iproute2/lib/
ll_proto.c 65 __PF(ALL,all)
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/
UserAccount.java 38 * all (user/group/world). The default value for <code>defaultPermissionsForNewDirectory</code> is read,
39 * write and execute permissions for all (user/group/world).
61 public static final Permissions DEFAULT_PERMISSIONS_FOR_NEW_DIRECTORY = Permissions.ALL;
  /external/smali/baksmali/src/test/java/org/jf/baksmali/
AnalysisTest.java 3 * All rights reserved.
104 options.registerInfo = BaksmaliOptions.ALL | BaksmaliOptions.FULLMERGE;

Completed in 628 milliseconds

1 2 3 4 5 6 78 91011>>