/external/clang/test/Preprocessor/ |
utf8-allowed-chars.c | 21 extern char ?; // disallowed initially in C11/C++11, always in C99/C++03
|
/external/deqp/framework/common/ |
tcuFloatFormat.hpp | 83 bool m_exactPrecision; // Are larger precisions disallowed?
|
/external/libchrome/base/ |
base64url.cc | 51 // Characters outside of the base64url alphabet are disallowed, which includes
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 65 /// kind of forms that depend on Unit information are disallowed.
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
PreferencesFacade.java | 40 * shared preferences is explicitly disallowed.<br>
|
/external/webrtc/webrtc/base/ |
base64.h | 31 DO_PAD_NO = 12, // Padding is disallowed
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
DeleteNonRequiredAppsTask.java | 139 + "and all disallowed apps have been uninstalled.");
|
/packages/services/Telephony/src/com/android/phone/ |
CLIRListPreference.java | 73 case 3: // Temporary presentation disallowed
|
/system/bt/stack/include/ |
hidd_api.h | 189 * Description Sets policy for incoming connections (allowed/disallowed)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_sys_setprofile.py | 51 disallowed = [ident(self.add_event.im_func), ident(ident)]
54 return [item for item in self.events if item[2] not in disallowed]
|
/external/python/cpython2/Lib/test/ |
test_sys_setprofile.py | 51 disallowed = [ident(self.add_event.im_func), ident(ident)] 54 return [item for item in self.events if item[2] not in disallowed]
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
UnixFileSystem.java | 163 List<Path> disallowed = Collections.emptyList(); local 164 return disallowed.iterator();
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
EmailAddress.java | 160 // Host must not have any disallowed characters; allowI18n dictates whether 182 // User must not have any disallowed characters; allow I18n dictates whether
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_sys_setprofile.py | 51 disallowed = [ident(self.add_event.im_func), ident(ident)] 54 return [item for item in self.events if item[2] not in disallowed]
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_sys_setprofile.py | 51 disallowed = [ident(self.add_event.im_func), ident(ident)] 54 return [item for item in self.events if item[2] not in disallowed]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sys_setprofile.py | 51 disallowed = [ident(self.add_event.im_func), ident(ident)] 54 return [item for item in self.events if item[2] not in disallowed]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sys_setprofile.py | 51 disallowed = [ident(self.add_event.im_func), ident(ident)] 54 return [item for item in self.events if item[2] not in disallowed]
|
/toolchain/binutils/binutils-2.25/include/elf/ |
cris.h | 110 address of the GOT entry. Disallowed in DSOs created with 170 address of the GOT entry. Disallowed in DSOs created with
|
/external/autotest/server/site_tests/native_Benchmarks/ |
v8.tar.bz2 | |
/external/libxml2/include/libxml/ |
schemasInternals.h | 716 * disallowed substitutions are absent 722 * disallowed substitutions: "restriction" 728 * disallowed substitutions: "substituion"
|
/prebuilts/go/darwin-x86/src/runtime/ |
HACKING.md | 248 allocation of T are disallowed. (Though implicit allocations are 249 disallowed in the runtime anyway.) 258 disallowed. To keep things explicit, any type declaration where the
|
/prebuilts/go/linux-x86/src/runtime/ |
HACKING.md | 248 allocation of T are disallowed. (Though implicit allocations are 249 disallowed in the runtime anyway.) 258 disallowed. To keep things explicit, any type declaration where the
|
/external/icu/icu4c/source/common/unicode/ |
usetiter.h | 288 /** Copy constructor. Disallowed. 293 /** Assignment operator. Disallowed.
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
nacl-atomic-errors.ll | 24 ;;; are disallowed). 54 ;;; consume=2, acquire=3, acq_rel=5 are disallowed
|
/frameworks/av/media/libstagefright/codec2/include/ |
C2.h | 190 "mixing floating point and non-floating point types is disallowed"); 192 "mixing signed and unsigned types is disallowed");
|