HomeSort by relevance Sort by last modified time
    Searched full:present (Results 1 - 25 of 5294) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/r_resize_inode/
name 1 filesystem resize with a resize_inode present
  /external/e2fsprogs/tests/f_extra_journal/
name 1 Valid journal inode, but has_journal feature not present
  /external/llvm/utils/lit/tests/Inputs/shtest-format/
requires-present.txt 2 REQUIRES: a-present-feature
xfail-feature.txt 2 # XFAIL: a-present-feature
lit.cfg 7 config.available_features.add('a-present-feature')
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
AttribFlags.java 10 * the SFTP ATTRS data type specifies which of the fields are actually present.
19 * Indicates that the 'allocation-size' field is present.
31 * Indicates that the 'permissions' field is present.
36 * Indicates that the 'atime' and 'mtime' field are present
42 * Indicates that the 'atime' field is present.
47 * Indicates that the 'createtime' field is present.
52 * Indicates that the 'mtime' field is present.
57 * Indicates that the 'acl' field is present.
62 * Indicates that the 'owner' and 'group' fields are present.
68 * 'mtime' and 'ctime' fields (if present), there is als
    [all...]
  /external/llvm/utils/lit/tests/Inputs/shtest-shell/
redirects.txt 3 # RUN: echo "not-present" > %t.stdout-write
4 # RUN: echo "is-present" > %t.stdout-write
7 # STDOUT-WRITE-NOT: not-present
8 # STDOUT-WRITE: is-present
13 # STDOUT-APPEND: is-present
19 # RUN: echo "not-present" > %t.stderr-write
23 # STDERR-WRITE-NOT: not-present
35 # RUN: echo "not-present" > %t.combined
39 # COMBINED-WRITE-NOT: not-present
  /sdk/templates/activities/BlankActivity/root/src/app_package/
include_onCreateOptionsMenu.java.ftl 3 // Inflate the menu; this adds items to the action bar if it is present.
  /external/llvm/test/Analysis/Profiling/
lit.local.cfg 10 # Most profiling tests rely on a JIT being present to gather their data; AArch64
11 # doesn't have any JIT at present so they will fail when run there.
  /external/llvm/test/DebugInfo/X86/
debug-info-static-member.ll 2 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s -check-prefix=PRESENT
7 ; Verify that attributes we do want are PRESENT;
92 ; PRESENT verifies that static member declarations have these attributes:
96 ; PRESENT: .debug_info contents:
97 ; PRESENT: DW_TAG_class_type
98 ; PRESENT-NEXT: DW_AT_name {{.*}} "C"
99 ; PRESENT: 0x[[DECL_A:[0-9a-f]+]]: DW_TAG_member
100 ; PRESENT-NEXT: DW_AT_name {{.*}} "a"
101 ; PRESENT: DW_AT_external
102 ; PRESENT: DW_AT_declaratio
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
statement-001.js 6 1. first expression is not present.
7 2. second expression is not present
8 3. third expression is not present
  /external/clang/test/Preprocessor/
c90.c 13 * CHECK: {{^}}// this comment should be present{{$}}
15 // this comment should be present
  /external/chromium/chrome/browser/policy/proto/
chrome_device_policy.proto 26 // present, true | not present | N/A | Yes
28 // present, true | present | >= 0 | Yes
30 // present, false | not present | N/A | (Broken) Yes
32 // present, false | present | 0 | (Broken) Yes
34 // present, false | present | > 0 | No, W/L enforce
    [all...]
  /external/proguard/examples/dictionaries/
compact.txt 2 # This obfuscation dictionary contains strings that are already present
  /external/v8/test/cctest/
test-hashmap.cc 61 bool Present(int x) {
106 CHECK(set.Present(1));
107 CHECK(set.Present(2));
108 CHECK(set.Present(3));
109 CHECK(!set.Present(4));
113 CHECK(!set.Present(1));
114 CHECK(set.Present(2));
115 CHECK(set.Present(3));
119 CHECK(!set.Present(1));
120 CHECK(set.Present(2))
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/
enabled-expected.txt 1 Tests that the navigator.geolocation object is present.
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
enabled.js 1 description("Tests that the navigator.geolocation object is present.");
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
compact.txt 2 # This obfuscation dictionary contains strings that are already present
  /cts/suite/audio_quality/
BUILD.txt 1 C++: No special library required in host side, but gcc/g++ and std c++ library should be present.
  /external/e2fsprogs/debian/attic/
comerrg-dev.menu 4 description="libcomerr is an attempt to present a common error-handling mechanism to \
  /external/qemu/hw/
xen.h 6 * must not depend on any xen headers being present in
  /external/quake/quake/src/QW/
glqwcl.3dfxgl 4 # present in libMesaGL.so. This allows glquake to run using 3DFX's miniport
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
PKIStatus.java 34 requested, is present.
37 with modifications, is present.
48 * TimeStampToken is present as requested
52 * TimeStampToken is present with modifications
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
fasts.sed 15 s/not present//g
  /external/clang/test/Sema/
cast-to-union.c 8 f((union u)&x); // expected-error {{cast to union type from type 'int *' not present in union}}
9 f((union u)2U); // expected-error {{cast to union type from type 'unsigned int' not present in union}}
13 union u ww = (union u)1.0; // expected-error{{cast to union type from type 'double' not present in union}}

Completed in 3705 milliseconds

1 2 3 4 5 6 7 8 91011>>