HomeSort by relevance Sort by last modified time
    Searched full:present (Results 401 - 425 of 8021) sorted by null

<<11121314151617181920>>

  /external/smack/src/org/xbill/DNS/
Update.java 61 present(Name name) { method in class:Update
70 present(Name name, int type) { method in class:Update
83 present(Name name, int type, String record) throws IOException { method in class:Update
96 present(Name name, int type, Tokenizer tokenizer) throws IOException { method in class:Update
107 present(Record record) { method in class:Update
  /frameworks/base/graphics/java/android/renderscript/
Type.java 32 * value in the Y or Z dimensions indicates that the dimension is present. Note
37 * faces. LOD and cube map faces are booleans to indicate present or not
38 * present. </p>
316 throw new RSInvalidStateException("Both X and Y dimension required when Z is present.");
324 throw new RSInvalidStateException("X dimension required when Y is present.");
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Type.java 34 * present. Note that a Type with only a given X dimension and a Type with the
38 * faces. LOD and cube map faces are booleans to indicate present or not
39 * present. </p>
291 throw new RSInvalidStateException("Both X and Y dimension required when Z is present.");
299 throw new RSInvalidStateException("X dimension required when Y is present.");
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastResources.java 108 * @return a string resource ID, or 0 if the CMAS category is unknown or not present
155 * @return a string resource ID, or 0 if the CMAS response type is unknown or not present
190 * @return a string resource ID, or 0 if the CMAS severity is unknown or not present
207 * @return a string resource ID, or 0 if the CMAS urgency is unknown or not present
224 * @return a string resource ID, or 0 if the CMAS certainty is unknown or not present
  /external/chromium_org/tools/site_compare/
command_line.py 111 self.depends = [] # arguments that must be present for this
113 self.present = False # has this argument been specified?
171 if self.present:
239 """Specifies that one argument may only be present if another is.
260 """Specifies that at least one of the named arguments must be present."""
273 arg.present = False
287 if not arg.present and arg.required:
291 if not arg.present and arg.default:
292 arg.present = True
295 if arg.present
    [all...]
  /prebuilts/devtools/repository/
sdk-repository-6.xsd 115 <!-- The optional license of this package. If present, users will have
129 Optional. If present, must be an int > 0. -->
133 When the field is present, it means the platform already embeds one
143 When present, it indicates the release-candidate number.
192 <!-- The optional license of this package. If present, users will have
212 When present, it indicates the release-candidate number.
253 <!-- The optional license of this package. If present, users will have
273 When present, it indicates the release-candidate number.
290 <!-- The optional license of this package. If present, users will have
313 When present, it indicates the release-candidate number
    [all...]
  /external/chromium_org/third_party/libXNVCtrl/
NVCtrlLib.h 114 * BadMatch - The NVIDIA driver is not present on that screen.
137 * BadMatch - The NVIDIA driver is not present on that target.
203 * BadMatch - The NVIDIA driver is not present on that screen.
282 * BadMatch - The NVIDIA driver is not present on that screen.
326 * BadMatch - The NVIDIA driver is not present on that screen.
346 * BadMatch - The NVIDIA driver is not present on that screen.
525 * BadMatch - The NVIDIA driver is not present on that screen.
549 * BadMatch - The NVIDIA driver is not present on that screen.
577 * BadMatch - The NVIDIA driver is not present on that screen.
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.cc 74 LOG(WARNING) << "Adapter not present. Cannot power up the antenna.";
114 // Set the adapter to the newly added adapter only if no adapter is present.
123 // The current adapter was removed, so mark us as not present and clean up
127 // There may still be other adapters present on the system. Set the next
254 void NfcAdapterChromeOS::PresentChanged(bool present) {
256 AdapterPresentChanged(this, present));
  /external/chromium_org/chrome/browser/chromeos/policy/proto/
chrome_device_policy.proto 27 // present, true | not present | Yes
29 // present, true | present | Yes
31 // present, false | not present | (Broken) Yes
33 // present, false | present | No, W/L enforced
35 // not present | not present | Ye
    [all...]
  /external/chromium_org/chrome/browser/policy/proto/chromeos/
chrome_device_policy.proto 27 // present, true | not present | Yes
29 // present, true | present | Yes
31 // present, false | not present | (Broken) Yes
33 // present, false | present | No, W/L enforced
35 // not present | not present | Ye
    [all...]
  /frameworks/opt/net/voip/src/java/android/net/sip/
SimpleSessionDescription.java 147 * Returns the connection address or {@code null} if it is not present.
162 * Returns the encryption method or {@code null} if it is not present.
169 * Returns the encryption key or {@code null} if it is not present.
192 * present.
215 * present.
289 * {@code null} if it is not present.
332 * or {@code null} if it is not present.
340 * {@code null} if it is not present.
399 * Returns the connection address or {@code null} if it is not present.
427 * Returns the encryption method or {@code null} if it is not present
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 58 * Indicates whether the field is present on the current device.
60 public boolean present; field in class:FeatureSummaryActivity.Feature
68 * Constructor does not include 'present' because that's a detected
77 this.present = false;
215 boolean present = false;
257 present = actualFeatures.containsKey(f.name);
258 if (present) {
264 } else if (!present && f.required) {
  /development/testrunner/
coverage_targets.xml 19 Intent is to list all modules that are present in a typical 'user' build
35 for target, relative to build_path. If not present, assumes valeu of "src"
  /external/bison/m4/
gnulib-common.m4 76 # whether a gnulib module that has been requested shall be considered present
129 # Module present among main modules: | 1 | 1 |
131 # Module present among tests-related modules: | 0 | 1 |
133 # Module not present at all: | 0 | 0 |
142 depending whether the gnulib module $1 shall be considered present.])
152 # Module present among main modules: | 1 | 1 |
154 # Module present among tests-related modules: | 1 | 1 |
156 # Module not present at all: | 0 | 0 |
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
X509CRLEntryHolder.java 61 * @return true if extension are present, false otherwise.
88 * @return the extension if present, null otherwise.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Extensions.java 104 * @return the extension if it's present, null otherwise.
116 * @return the parsed value of the extension if it's present, null otherwise.
  /external/chromium/chrome/browser/translate/
translate_prefs.h 43 // translation for a specific language. (So we can present a UI to black-list
50 // translation for a specific language. (So we can present a UI to white-list
  /external/chromium/net/base/
backoff_entry.h 55 // be rejected at the present time due to exponential back-off policy.
58 // Returns the absolute time after which this entry (given its present
  /external/chromium_org/base/prefs/
pref_value_map.h 29 // the map. Returns true if a value is present. If not, |value| is not
75 // different values in |differing_keys|. This includes keys that are present
  /external/chromium_org/cc/debug/
overdraw_metrics.h 39 // Record contents texture(s) behind present using the given number of bytes.
41 // Record RenderSurfaceImpl texture(s) being present using the given number of
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_list_data_source.py 19 "extension"/"platform_app" values present.
22 values are present.
  /external/chromium_org/chrome/test/pyautolib/
chromeos_network.py 74 # Verify services that are present in both the service_order
89 # Verify services that are present in both the service_order
  /external/chromium_org/components/policy/core/common/
registry_dict_win.h 44 // Returns a pointer to an existing key, NULL if not present.
54 // Returns a pointer to a value, NULL if not present.
  /external/chromium_org/content/test/plugin/
plugin_schedule_timer_test.cc 105 // Unschedule timer if present.
111 // Schedule timer if present.
  /external/chromium_org/net/base/
backoff_entry.h 68 // be rejected at the present time due to exponential back-off policy.
71 // Returns the absolute time after which this entry (given its present

Completed in 890 milliseconds

<<11121314151617181920>>