/external/clang/test/Preprocessor/ |
macro_with_initializer_list.cpp | 35 // expected-note@-2 {{parentheses are required}} 38 // expected-note@-2 {{parentheses are required}} 41 // expected-note@-2 {{parentheses are required}} 45 // expected-note@-2 {{parentheses are required}} 48 // expected-note@-2 {{parentheses are required}} 51 // expected-note@-2 {{parentheses are required}} 91 // expected-note@-2 {{parentheses are required}} 95 // expected-note@-2 {{parentheses are required}} 99 // expected-note@-2 {{parentheses are required}} 104 // expected-note@-2 {{parentheses are required}} [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/ |
updateBugState.xml | 17 UpdateBugStateTask takes a few parameters, some are required and some are optional, see below. 20 login - required, your userid for Bugzilla (can be generated by UpdateBugStateTask.sh) 22 logincookie - required, your logincookie for Bugzilla (can be generated by UpdateBugStateTask.sh) 24 status - required, only query for bugs in this state 31 product - required (if no bugList), only query for bugs on this product
|
/external/svox/picolanginstaller/res/values/ |
strings.xml | 12 ** Unless required by applicable law or agreed to in writing, software 21 <!-- This is the name and title of the application that installs the required files for speech synthesis on the user's SD card --> 24 <!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation. CHAR LIMIT=80 --> 26 <!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation --> 29 <!-- After the successful installation of the required files for speech synthesis, the installer shows this message to the user -->
|
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/ |
p2p_disconnect.py | 25 # Required Signals 104 # Required for timeout implementation 117 # interface_name is required 143 # Interface name is required and was not given 145 print "Error:\n interface_name is required"
|
p2p_flush.py | 26 # Required Signals\ 104 # Required for timeout implementation 117 # interface_name is required 143 # Interface name is required and was not given 145 print "Error:\n interface_name is required"
|
p2p_stop_find.py | 24 # Required Signals 109 # Required for timeout implementation 122 # interface_name is required 148 # Interface name is required and was not given 150 print "Error:\n interface_name is required"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
__init__.py | 13 import Required 20 'reqd' : Required, 29 'reqd' : ('CodeWarrior.Required', 'Required'), 35 from Required import *
|
/frameworks/base/services/java/com/android/server/updates/ |
ConfigUpdateInstallReceiver.java | 10 * Unless required by applicable law or agreed to in writing, software 95 "Current hash did not match required value"); 137 throw new IllegalStateException("Missing required content path, ignoring."); 145 throw new IllegalStateException("Missing required version number, ignoring."); 153 throw new IllegalStateException("Missing required previous hash, ignoring."); 161 throw new IllegalStateException("Missing required signature, ignoring."); 206 private boolean verifyPreviousHash(String current, String required) { 207 // this is an optional value- if the required field is NONE then we ignore it 208 if (required.equals("NONE")) { 212 return current.equals(required); [all...] |
/frameworks/wilhelm/tests/examples/ |
slesTestSawtoothBufferQueue.cpp | 10 * Unless required by applicable law or agreed to in writing, software 131 SLboolean required[MAX_NUMBER_INTERFACES]; local 141 /* Initialize arrays required[] and iidArray[] */ 144 required[i] = SL_BOOLEAN_FALSE; 148 // Set arrays required[] and iidArray[] for VOLUME interface 149 required[0] = SL_BOOLEAN_TRUE; 153 iidArray, required); CheckErr(res); 197 /* Set arrays required[] and iidArray[] for SEEK interface 199 required[0] = SL_BOOLEAN_TRUE; 204 &audioSource, &audioSink, 1, iidArray, required); CheckErr(res) [all...] |
/external/chromium_org/third_party/libphonenumber/src/resources/ |
phonemetadata.proto | 10 * Unless required by applicable law or agreed to in writing, software 35 required string pattern = 1; 43 required string format = 2; 125 required PhoneNumberDesc general_desc = 1; 126 required PhoneNumberDesc fixed_line = 2; 127 required PhoneNumberDesc mobile = 3; 128 required PhoneNumberDesc toll_free = 4; 129 required PhoneNumberDesc premium_rate = 5; 130 required PhoneNumberDesc shared_cost = 6; 131 required PhoneNumberDesc personal_number = 7 [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
parser_unittest.cc | 216 " required int32 foo = 1;\n" 229 " required int32 foo = 1;\n" 243 " required int32 foo = 1;\n" 258 " required int32 foo = 1;\n" 271 " required int32 foo = 15;\n" 287 " required int32 foo = 1;\n" 288 " required int64 foo = 1;\n" 289 " required uint32 foo = 1;\n" 290 " required uint64 foo = 1;\n" 291 " required sint32 foo = 1;\n [all...] |
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/ |
AndroidManifest.xml | 12 <!-- Required for fetching feed data. --> 14 <!-- Required to register a SyncStatusObserver to display a "syncing..." progress indicator. --> 16 <!-- Required to enable our SyncAdapter after it's created. --> 18 <!-- Required because we're manually creating a new account. --> 56 <!-- This intent filter is required. It allows the system to launch our sync service 61 <!-- This points to a required XML file which describes our SyncAdapter. --> 73 <!-- Required filter used by the system to launch our account service. -->
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTElementDef.java | 12 * Unless required by applicable law or agreed to in writing, software 82 * @param has_required true if this element has required elements by the XSLT specification. 113 * @param has_required true if this element has required elements by the XSLT specification. 114 * @param required true if this element is required by the XSLT specification. 119 boolean has_required, boolean required) 124 this.m_required = required; 137 * @param has_required true if this element has required elements by the XSLT specification. 138 * @param required true if this element is required by the XSLT specification [all...] |
/external/clang/test/SemaTemplate/ |
default-expr-arguments.cpp | 19 f1(S()); // expected-note{{in instantiation of default function argument expression for 'f1<S>' required here}} 25 f3(S()); // expected-note{{in instantiation of default function argument expression for 'f3<S>' required here}} 44 s.f(); // expected-note{{in instantiation of default function argument expression for 'f<S>' required here}} 47 F<S> s2; // expected-note{{in instantiation of default function argument expression for 'F<S>' required here}} 112 B::B() { } // expected-note {{in instantiation of default function argument expression for 'A<int *>' required he}} 117 C::C() { } // expected-note {{in instantiation of default function argument expression for 'A<int *>' required he}} 124 D::D() { } // expected-note {{in instantiation of default function argument expression for 'A<int *>' required he}}
|
/external/llvm/lib/CodeGen/ |
ScoreboardHazardRecognizer.cpp | 153 case InstrStage::Required: 154 // Required FUs conflict with both reserved and required ones 158 // Reserved FUs can conflict only with required ones. 205 case InstrStage::Required: 206 // Required FUs conflict with both reserved and required ones 210 // Reserved FUs can conflict only with required ones. 222 if (IS->getReservationKind() == InstrStage::Required)
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTest_playStates.cpp | 10 * Unless required by applicable law or agreed to in writing, software 70 SLboolean required[MAX_NUMBER_INTERFACES]; local 77 /* Initialize arrays required[] and iidArray[] */ 79 required[i] = SL_BOOLEAN_FALSE; 87 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 0, iidArray, required); 103 /* Set arrays required[] and iidArray[] for SLMuteSoloItf and SLPrefetchStatusItf interfaces */ 105 required[0] = SL_BOOLEAN_TRUE; 107 required[1] = SL_BOOLEAN_TRUE; 124 MAX_NUMBER_INTERFACES, iidArray, required);
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/ |
mcVersionHelper.h | 59 #define ASSERT_VERSION(required, comparator, comp, versionpart) \ 60 ASSERT_VERSION_EVALUATOR(comp, versionpart, required, comp ##_VERSION_## versionpart, required comparator comp ##_VERSION_## versionpart) 63 * 'comp' is identical to the required version of a component using this interface. 72 * required version of a component using this interface. */ 80 * @param majorRequired Required major version of interface provider. 81 * @param minorRequired Required minor version of interface provider. 94 * It returns either only the actual version, or on mismatch, actual and required version. 153 * required interface version.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
TextAttributeDescriptor.java | 10 * Unless required by applicable law or agreed to in writing, software 119 * Sets whether this attribute is required 121 * @param required whether this attribute is required 124 public TextAttributeDescriptor setRequired(boolean required) { 125 mRequired = required; 131 * Returns whether this attribute is required 133 * @return whether this attribute is required 208 sb.append("* Required.");
|
/system/media/camera/docs/ |
metadata_properties.xsd | 10 Unless required by applicable law or agreed to in writing, software 48 <attribute name="name" type="string" use="required"></attribute> 59 <attribute name="name" type="string" use="required"></attribute> 72 <attribute name="name" type="string" use="required"></attribute> 96 <attribute name="id" type="string" use="required"></attribute> 112 <attribute name="name" type="string" use="required" /> 118 <attribute name="name" use="required"> 161 <attribute name="name" type="string" use="required" /> 162 <attribute name="type" use="required">
|
/art/runtime/ |
globals.h | 10 * Unless required by applicable law or agreed to in writing, software 41 // Required stack alignment 44 // Required object alignment
|
image.h | 10 * Unless required by applicable law or agreed to in writing, software 114 // Required base address for mapping the image. 132 // Required oat address expected by image Method::GetCode() pointers.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/ |
FeatureSummaryActivity.java | 10 * Unless required by applicable law or agreed to in writing, software 63 * Indicates whether the field is required for the current device. 65 public boolean required; field in class:FeatureSummaryActivity.Feature 72 * @param required value for this.required 74 public Feature(String name, boolean required) { 76 this.required = required; 125 // Required features in prior releases that became optional in GB 149 // Required features in prior releases that became optional in H [all...] |
/cts/tools/cts-java-scanner/src/com/android/cts/javascanner/ |
CtsJavaScanner.java | 10 * Unless required by applicable law or agreed to in writing, software 49 System.err.println("Source directory is required"); 54 System.err.println("Doclet path is required");
|
/cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/ |
CtsNativeScanner.java | 10 * Unless required by applicable law or agreed to in writing, software 50 System.out.println("Source directory is required"); 55 System.out.println("Test suite is required");
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
AccessibilityServiceTestRunner.java | 10 * Unless required by applicable law or agreed to in writing, software 32 * since system signature permission is required. Such settings can 38 * @deprecated This class is not required in current CTS builds. Still
|