HomeSort by relevance Sort by last modified time
    Searched full:known (Results 126 - 150 of 6634) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
sigprocmask.c 31 // Make sure the system is in a known state with no signals
32 // blocked as perl has been known to leave some signals blocked
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py 19 # Verify we can open a file known to be a hash v2 file
25 # Verify that whichdb correctly sniffs the known hash v2 file
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py 19 # Verify we can open a file known to be a hash v2 file
25 # Verify that whichdb correctly sniffs the known hash v2 file
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
ISourceRevealer.java 36 * @param fileName file name that contains the method, null if not known
37 * @param lineNumber line number in the file, -1 if not known
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 81 /// value based on the demanded bits. When this function is called, it is known
86 /// returns false after analyzing the expression and setting KnownOne and known
87 /// to be one in the expression. KnownZero contains all the bits that are known
163 // If all of the demanded bits are known 1 on one side, return the other.
173 // If all of the demanded bits in the inputs are known zeros, return zero.
185 // If all of the demanded bits are known zero on one side, return the
195 // If all of the potentially set bits on one side are known to be set on
210 // If all of the demanded bits are known zero on one side, return the
241 assert(!(RHSKnownZero & RHSKnownOne) && "Bits known to be one AND zero?");
242 assert(!(LHSKnownZero & LHSKnownOne) && "Bits known to be one AND zero?")
    [all...]
  /external/openfst/src/include/fst/
test-properties.h 70 // known properties (whether true or false) determined by this
71 // operation will be assigned to the the value pointed to by KNOWN.
76 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known,
89 *known = known_props;
96 // Initialize with binary properties (already known).
225 *known = KnownProperties(comp_props);
235 uint64 TestProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known) {
238 uint64 computed_props = ComputeProperties(fst, mask, known, false);
244 return ComputeProperties(fst, mask, known, true);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h 68 // known properties (whether true or false) determined by this
69 // operation will be assigned to the the value pointed to by KNOWN.
74 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known,
87 *known = known_props;
94 // Initialize with binary properties (already known).
219 *known = KnownProperties(comp_props);
229 uint64 TestProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known) {
232 uint64 computed_props = ComputeProperties(fst, mask, known, false);
238 return ComputeProperties(fst, mask, known, true);
  /dalvik/dx/src/com/android/dx/dex/file/
StringIdItem.java 32 /** {@code null-ok;} associated string data object, if known */
118 * Gets the associated data object for this instance, if known.
121 * if not yet known
  /external/chromium/base/
global_descriptors_posix.h 20 // It's common practice to install file descriptors into well known slot
25 // descriptors which need to be in these slots generally aren't known, any code
49 // Get a descriptor given a key. It is a fatal error if the key is not known.
  /external/chromium_org/base/posix/
global_descriptors.h 19 // It's common practice to install file descriptors into well known slot
24 // descriptors which need to be in these slots generally aren't known, any code
49 // Get a descriptor given a key. It is a fatal error if the key is not known.
  /external/chromium_org/chromeos/dbus/
bluetooth_input_client.h 41 // the Input interface is added to the set of known devices or an already
42 // known device implements the Input interface.
46 // from the set of known devices or does not implement the Input interface
  /external/chromium_org/v8/test/mjsunit/
compare-known-objects-slow.js 30 // Test CompareIC stubs for normal and strict equality comparison of known
43 // Check CompareIC for equality of known objects.
47 // Check CompareIC for strict equality of known objects.
compare-known-objects.js 30 // Test CompareIC stubs for normal and strict equality comparison of known
43 // Check CompareIC for equality of known objects.
47 // Check CompareIC for strict equality of known objects.
  /external/kernel-headers/original/asm-mips/dec/
kn02xa.h 3 * known as 3min or kn02ba) and Personal DECstations 5000/xx ones
4 * (otherwise known as maxine or kn02ca).
14 * These are addresses which have to be known early in the boot process.
  /external/llvm/include/llvm/Analysis/
ValueTracking.h 30 /// known to be either zero or one and return them in the KnownZero/KnownOne
36 /// where V is a vector, the mask, known zero, and known one values are the
43 /// ComputeSignBit - Determine whether the sign bit is known to be zero or
48 /// isKnownToBeAPowerOfTwo - Return true if the given value is known to have
50 /// element is known to be a power of two when defined. Supports values with
55 /// isKnownNonZero - Return true if the given value is known to be non-zero
56 /// when defined. For vectors return true if every element is known to be
61 /// MaskedValueIsZero - Return true if 'V & Mask' is known to be zero. We use
62 /// this predicate to simplify operations downstream. Mask is known to b
    [all...]
  /dalvik/vm/compiler/template/
rebuild.sh 18 # Rebuild for all known targets. Necessary until the stuff in "out" gets
  /external/chromium/chrome/browser/download/
download_status_updater_delegate.h 12 // Returns true if the progress is known (i.e. we know the final size
  /external/chromium/chrome/browser/ui/options/
options_window.h 28 // These are some well known groups within the Options dialog box that we may
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
accounts_options_handler.h 37 // Javascript callback to fetch known user pictures.
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_finder.h 17 // manner and call |callback| on the UI thread as soon as the result is known.
  /external/chromium_org/content/public/common/
sandbox_type_mac.h 10 // Defines the Mac sandbox types known within content. Embedders can add
  /external/chromium_org/native_client_sdk/src/
README 22 Known Issues
  /external/chromium_org/net/cert/
cert_trust_anchor_provider.h 20 // the anchors known to the CertVerifier.
  /external/chromium_org/printing/
print_destination_interface.h 16 // Sets the number of pages to print as soon as it is known.
  /external/chromium_org/remoting/host/
host_exit_codes.h 10 // Known host exit codes. The exit codes indicating permanent errors must be in

Completed in 548 milliseconds

1 2 3 4 56 7 8 91011>>