/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/chromium_org/ui/surface/ |
surface_switches.cc | 11 // Use GDI to do every first Present after the tab is unhidden. 12 const char kDoAllShowPresentWithGDI[] = "all-show-present-with-GDI"; 14 // Use GDI to do the fist Present after the tab is unhidden. 15 const char kDoFirstShowPresentWithGDI[] = "first-show-present-with-GDI";
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wnm_sta.h | 16 u8 present; member in struct:tsf_info 22 u8 present; member in struct:condensed_country_string 27 u8 present; member in struct:bss_transition_candidate 32 u8 present; member in struct:bss_termination_duration 37 u8 present; member in struct:bearing 42 u8 present; member in struct:measurement_pilot 49 u8 present; member in struct:rrm_enabled_capabilities 54 u8 present; member in struct:multiple_bssid
|
/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
|
/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/clang/test/Preprocessor/ |
c90.c | 13 * CHECK: {{^}}// this comment should be present{{$}} 15 // this comment should be present
|
/external/chromium_org/chrome/installer/util/ |
channel_info.h | 24 // Returns false if the value is present but could not be read from the 25 // registry. Returns true if the value was not present or could be read. 46 // Returns true if the -chrome modifier is present in the value. 53 // Returns true if the -chromeframe modifier is present in the value. 60 // Returns true if the -applauncher modifier is present in the value. 67 // Returns true if the -multi modifier is present in the value. 74 // Returns true if the -readymode modifier is present in the value. 87 // -stage: modifier is not present in the value. 90 // Returns true if the -full suffix is present in the value. 97 // Returns true if the -multifail suffix is present in the value [all...] |
/developers/build/prebuilts/gradle/BasicMediaRouter/BasicMediaRouterSample/src/main/res/values/ |
strings.xml | 2 <string name="menu_present_to">Present to</string>
|
/developers/samples/android/media/BasicMediaRouter/BasicMediaRouterSample/src/main/res/values/ |
strings.xml | 2 <string name="menu_present_to">Present to</string>
|
/development/samples/browseable/BasicMediaRouter/res/values/ |
strings.xml | 2 <string name="menu_present_to">Present to</string>
|
/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/chromium_org/build/android/empty/src/ |
.keep | 4 The ant build system requires that a src folder is always present, and for
|
/external/chromium_org/content/test/data/accessibility/ |
select-expected-win.txt | 1 #<skip - STATE_SYSTEM_HASPOPUP not present. http://crbug.com/169564>
|
/external/chromium_org/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/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...] |
/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/chromium_org/chrome/browser/chromeos/drive/ |
remove_stale_cache_files.h | 14 // Removes files from |cache| which are not present in |resource_metadata|.
|
/external/chromium_org/sync/protocol/ |
autofill_specifics.proto | 48 // If any of these 3 fields are present, then all 3 should be, and it implies 50 // none of the autofill++ objects below should be present. 55 // An autofill++ profile object. If present, indicates this entity 57 // name/value or credit_card) should be present.
|