HomeSort by relevance Sort by last modified time
    Searched full:extended (Results 226 - 250 of 5476) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/gptfdisk/
fixparts.8 25 It can repair mis-sized extended partitions \-\- either partitions that
60 .B extended
61 Extended partitions are specialized primary partitions. They serve as
68 the logical partitions reside inside a single extended partition, and are
71 to hold its defining data structure (an Extended Boot Record, or EBR).
79 counting the extended partition). Primary partitions may not be sandwiched
81 partition within an extended partition (which is just a specific type of
84 Unlike most disk utilities, \fBfixparts\fR' user interface ignores extended
86 original extended partition and, when you tell it to save its changes, it
87 generates a new extended partition to contain the then-defined logica
    [all...]
  /external/libweave/src/privet/
auth_manager_unittest.cc 180 auto extended = local
183 EXPECT_FALSE(auth.ParseAccessToken(extended, &user_info, nullptr));
253 auto extended = DelegateToUser(root, base::TimeDelta::FromSeconds(1000), local
258 Base64Encode(extended));
260 auth_.CreateAccessTokenFromAuth(extended, base::TimeDelta::FromDays(1),
281 auto extended = DelegateToUser(root, base::TimeDelta::FromSeconds(1000), local
288 auth_.CreateAccessTokenFromAuth(extended, base::TimeDelta::FromDays(1),
294 auto extended = DelegateToUser(root, base::TimeDelta::FromSeconds(10), local
302 auth_.CreateAccessTokenFromAuth(extended, base::TimeDelta::FromDays(1),
309 auto extended = DelegateToUser(root, base::TimeDelta::FromSeconds(1000) local
    [all...]
  /art/runtime/interpreter/mterp/arm/
binopLit8.S 16 FETCH_S r3, 1 @ r3<- ssssCCBB (sign-extended for CC)
20 movs r1, r3, asr #8 @ r1<- ssssssCC (sign extended)
  /device/google/dragon/power/
timed_qos_manager.cpp 50 // someone extended our time while we were blocked)
57 ALOGV("threadLoop [%s] timeout extended\n");
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp 223 namespace extended { namespace
227 // In this case, we should use the extended form of vtordisp thunks, called
239 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' in 'extended::A' (2 entries).
243 // CHECK-NEXT: 1 | extended::A::~A() [scalar deleting]
255 // MANGLING-DAG: @"\01??_EA@extended@@$4PPPPPPPM@A@AEPAXI@Z"
266 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' in 'extended::B' (2 entries).
268 // CHECK: 1 | extended::B::~B() [scalar deleting]
276 // MANGLING-DAG: @"\01??_EB@extended@@$4PPPPPPPM@A@AEPAXI@Z"
283 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' in 'extended::C' (2 entries).
296 // MANGLING-DAG: @"\01??_EC@extended@@$4PPPPPPPM@A@AEPAXI@Z
    [all...]
  /external/e2fsprogs/tests/r_inline_xattr/
script 12 # Look at existing inline extended attribute
25 # Look at inline extended attribute in resized fs
  /external/google-breakpad/src/common/
dwarf_line_to_module.h 72 // Extended opcode 2: set Address to 0x0
78 // Extended opcode 1: End of Sequence
80 // Extended opcode 2: set Address to 0x0
86 // Extended opcode 1: End of Sequence
88 // Extended opcode 2: set Address to 0x0
94 // Extended opcode 1: End of Sequence
96 // Extended opcode 2: set Address to 0x80483a4
102 // Extended opcode 1: End of Sequence
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
IClassCoverage.java 58 * Returns the VM names of implemented/extended interfaces
60 * @return VM names of implemented/extended interfaces
  /external/kernel-headers/original/uapi/linux/
meye.h 46 /* query the extended parameters */
48 /* set the extended parameters */
  /external/libcxx/test/std/re/re.regex/re.regex.assign/
assign.il.pass.cpp 29 r2.assign({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex::extended);
30 assert(r2.flags() == std::regex::extended);
assign_ptr_flag.pass.cpp 26 r2.assign("(a([bc]))", std::regex::extended);
27 assert(r2.flags() == std::regex::extended);
assign_string_flag.pass.cpp 28 r2.assign(std::string("(a([bc]))"), std::regex::extended); member in class:std::regex
29 assert(r2.flags() == std::regex::extended);
  /external/proguard/src/proguard/util/
ArrayUtil.java 383 * @return the original array, or a copy if it had to be extended.
410 * extended.
439 * The array is extended if necessary.
443 * @return the original array, or a copy if it had to be extended.
457 * The array is extended if necessary.
462 * @return the original array, or a copy if it had to be extended.
499 * @return the original array, or a copy if it had to be extended.
526 * extended.
555 * The array is extended if necessary.
559 * @return the original array, or a copy if it had to be extended
    [all...]
  /external/squashfs-tools/RELEASE-READMEs/
README-3.3 16 1. MKSQUASHFS - EXTENDED EXCLUDE FILE HANDLING
19 1. Extended wildcard pattern matching now supported in exclude files
41 Using extended wildcards, negative matching is also possible.
68 Again, using extended wildcards, negative matching is also possible.
107 3. UNSQUASHFS - EXTENDED EXTRACT FILE HANDLING
115 2. Extended wildcard pattern matching now supported in extract files
131 Using extended wildcards, negative matching is also possible.
144 4. UNSQUASHFS - EXTENDED FILENAME PRINTING
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/
assign.il.pass.cpp 29 r2.assign({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex::extended);
30 assert(r2.flags() == std::regex::extended);
assign_ptr_flag.pass.cpp 26 r2.assign("(a([bc]))", std::regex::extended);
27 assert(r2.flags() == std::regex::extended);
assign_string_flag.pass.cpp 28 r2.assign(std::string("(a([bc]))"), std::regex::extended); member in class:std::regex
29 assert(r2.flags() == std::regex::extended);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
meye.h 46 /* query the extended parameters */
48 /* set the extended parameters */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
meye.h 46 /* query the extended parameters */
48 /* set the extended parameters */
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 87 EXTENDED='extended'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 87 EXTENDED='extended'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 87 EXTENDED='extended'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 87 EXTENDED='extended'
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.pom 43 <groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
44 <artifactId>maven-antrun-extended-plugin</artifactId>
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.pom 51 <groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
52 <artifactId>maven-antrun-extended-plugin</artifactId>

Completed in 676 milliseconds

1 2 3 4 5 6 7 8 91011>>