HomeSort by relevance Sort by last modified time
    Searched refs:Recursive (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/
Android.mk 4 # Recursive call sub-folder Android.mk
  /frameworks/av/services/audiopolicy/common/
Android.mk 6 # Recursive call sub-folder Android.mk
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug418.go 19 // Recursive used to trigger an internal compiler error.
20 func Recursive() (x interface{}, y int) {
21 return Recursive(), 0 // ERROR "single-value context"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug418.go 19 // Recursive used to trigger an internal compiler error.
20 func Recursive() (x interface{}, y int) {
21 return Recursive(), 0 // ERROR "single-value context"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
subsym1.s 4 * Recursive substitution symbols
  /external/lzma/CPP/Common/
Wildcard.h 36 bool Recursive;
76 void AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir, bool wildcardMatching);
77 void AddItem2(bool include, const UString &path, bool recursive, bool wildcardMatching);
109 bool Recursive;
114 Recursive(false),
130 void AddItem(ECensorPathMode pathMode, bool include, const UString &path, bool recursive, bool wildcardMatching);
135 void AddPreItem(bool include, const UString &path, bool recursive, bool wildcardMatching);
Wildcard.cpp 201 return (ForDir || Recursive && ForFile);
215 if (Recursive)
224 if (Recursive)
308 void CCensorNode::AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir, bool wildcardMatching)
312 item.Recursive = recursive;
324 if (item.Recursive || item.PathParts.Size() > 1)
422 void CCensorNode::AddItem2(bool include, const UString &path, bool recursive, bool wildcardMatching)
434 AddItem(include, path2, recursive, forFile, forFolder, wildcardMatching);
534 void CCensor::AddItem(ECensorPathMode pathMode, bool include, const UString &path, bool recursive, bool wildcardMatching)
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue8441.go 5 // Issue 8368 and 8441. Recursive struct definitions didn't work.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue8441.go 5 // Issue 8368 and 8441. Recursive struct definitions didn't work.
  /external/valgrind/drd/tests/
trylock.stderr.exp 9 Recursive writer locking not allowed: rwlock 0x.........
  /frameworks/av/services/audiopolicy/engineconfigurable/
Android.mk 60 # Recursive call sub-folder Android.mk
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
BootManagerPolicy.h 55 @param[in] Recursive If TRUE, then ConnectController() is called recursively
59 one level. If DevicePath is NULL then Recursive is ignored.
73 IN BOOLEAN Recursive
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/BootManagerPolicyDxe/
BootManagerPolicyDxe.c 141 @param[in] Recursive If TRUE, then ConnectController() is called recursively
145 one level. If DevicePath is NULL then Recursive is ignored.
159 IN BOOLEAN Recursive
174 if (Recursive) {
  /external/llvm/test/MC/ARM/
thumb_set-diagnostics.s 61 @ CHECK: error: Recursive use of 'recursive_use'
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Connect.c 109 @param[in] Recursive TRUE to connect recursively, FALSE otherwise.
120 IN CONST BOOLEAN Recursive,
159 Status = gBS->ConnectController(*HandleWalker, DriverHandleList, NULL, Recursive);
168 Status = gBS->ConnectController(ControllerHandle, DriverHandleList, NULL, Recursive);
350 @param[in] Recursive TRUE to do connect recursively. FALSE otherwise.
360 IN CONST BOOLEAN Recursive,
394 return (ConnectControllers(Handle1, Handle2, Recursive, Output, (BOOLEAN)(Handle2 != NULL && Handle1 != NULL)));
499 // 0, 1, or 2 specific handles and possibly recursive
  /frameworks/av/services/audiopolicy/
Android.mk 124 # Recursive call sub-folder Android.mk
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 198 TEST_F(OnceInitTest, Recursive) {
  /external/clang/unittests/ASTMatchers/
ASTMatchersNarrowingTest.cpp 65 DeclarationMatcher Recursive =
87 "};", Recursive));
101 "};", Recursive));
119 "};", Recursive));
123 DeclarationMatcher Recursive =
142 EXPECT_TRUE(matches("class F {};", Recursive));
143 EXPECT_TRUE(matches("class Z {};", Recursive));
144 EXPECT_TRUE(matches("class C {};", Recursive));
145 EXPECT_TRUE(matches("class M { class N { class X {}; }; };", Recursive));
146 EXPECT_TRUE(matches("class M { class N { class B {}; }; };", Recursive));
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 69 bool Recursive;
90 Recursive(true),
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DriverSupport.c 30 @param Recursive If TRUE, then ConnectController() is called recursively
54 IN BOOLEAN Recursive
91 if (RemainingDevicePath != NULL && !Recursive) {
152 // If recursive, then connect all drivers to all of ControllerHandle's children
154 if (Recursive) {
    [all...]
  /external/python/cpython2/Lib/ctypes/test/
test_structures.py 447 class Recursive(Structure):
451 Recursive._fields_ = [("next", Recursive)]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_structures.py 449 class Recursive(Structure):
453 Recursive._fields_ = [("next", Recursive)]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_structures.py 449 class Recursive(Structure):
453 Recursive._fields_ = [("next", Recursive)]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py 449 class Recursive(Structure):
453 Recursive._fields_ = [("next", Recursive)]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py 449 class Recursive(Structure):
453 Recursive._fields_ = [("next", Recursive)]

Completed in 3422 milliseconds

1 2 3 4