HomeSort by relevance Sort by last modified time
    Searched full:secondary (Results 201 - 225 of 1672) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/antlr/antlr-3.4/runtime/Perl5/docs/
design.pod 14 Perl users should be perlish if possible - at least as a secondary interface.
  /external/autotest/tko/
query_history.cgi 45 ## secondary fall back: link to opening tko page
  /external/markdown/docs/extensions/
Fenced_Code_Blocks.txt 7 This extension adds a secondary way to define code blocks which overcomes a few
  /frameworks/base/core/java/android/view/
ViewManager.java 29 * secondary {@link Display} and the specified display can't be found
  /frameworks/native/libs/gui/tests/
SurfaceTextureMultiContextGL.h 37 // Set up the secondary context and texture renderer.
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
ImageRequest.java 103 * max width), or zero to maintain aspect ratio with secondary
105 * @param maxSecondary Maximum size of the secondary dimension, or zero to
108 * @param actualSecondary Actual size of the secondary dimension
127 // If primary is unspecified, scale primary to match secondary's scaling ratio.
  /hardware/invensense/6515/libsensors_iio/
PressureSensor.IIO.secondary.h 53 // default is integrated for secondary bus
PressureSensor.IIO.secondary.cpp 29 #include "PressureSensor.IIO.secondary.h"
35 #pragma message("HAL:build pressure sensor on Invensense MPU secondary bus")
61 LOGI_IF(PROCESS_VERBOSE, "HAL:Secondary Chip Id: %s", CHIP_ID);
  /hardware/invensense/65xx/libsensors_iio/
PressureSensor.IIO.secondary.h 53 // default is integrated for secondary bus
PressureSensor.IIO.secondary.cpp 29 #include "PressureSensor.IIO.secondary.h"
35 #pragma message("HAL:build pressure sensor on Invensense MPU secondary bus")
62 LOGI_IF(PROCESS_VERBOSE, "HAL:Secondary Chip Id: %s", CHIP_ID);
  /libcore/benchmarks/src/benchmarks/regression/
CollatorBenchmark.java 38 collator.setStrength(Collator.SECONDARY);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallCardPresenter.java 222 Call secondary = null; local
233 // highest priority call to display as the secondary call.
234 secondary = getCallToDisplay(callList, null, true);
237 secondary = getCallToDisplay(callList, primary, true);
246 Log.d(this, "Secondary call: " + secondary);
250 final boolean secondaryChanged = !(Call.areSame(mSecondary, secondary) &&
251 Call.areSameNumber(mSecondary, secondary));
253 mSecondary = secondary;
290 // Secondary call may have ended. Update the ui
    [all...]
  /packages/apps/Stk/src/com/android/stk/
BootCompletedReceiver.java 49 //Disable package for all secondary users. Package is only required for device
  /packages/apps/Tag/res/layout/
tag_uri.xml 49 <TextView android:id="@+id/secondary"
  /system/vold/
EmulatedVolume.h 35 * as secondary storage, since we're strongly encouraging developers to
  /cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
NumberBlockingTest.java 121 // Run tests as secondary user.
125 // secondary user.
131 // Calls should be blocked by Telecom for secondary users as well.
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_message_response.py 96 It parses all the secondary fragments as |secondary_frag_class| and
138 secondary fragments before proceeding.
151 # If there are secondary fragments expected at this level,
  /external/eigen/
COPYING.MPL2 24 1.5. "Incompatible With Secondary Licenses"
32 terms of a Secondary License.
67 1.12. "Secondary License"
137 License (see Section 10.2) or under the terms of a Secondary License (if
190 Software with a work governed by one or more Secondary Licenses, and the
191 Covered Software is not Incompatible With Secondary Licenses, this
193 under the terms of such Secondary License(s), so that the recipient of
195 Software under the terms of either this License or such Secondary
348 10.4. Distributing Source Code Form that is Incompatible With Secondary
352 Secondary Licenses under the terms of this version of the License, th
    [all...]
NOTICE 24 1.5. "Incompatible With Secondary Licenses"
32 terms of a Secondary License.
67 1.12. "Secondary License"
137 License (see Section 10.2) or under the terms of a Secondary License (if
190 Software with a work governed by one or more Secondary Licenses, and the
191 Covered Software is not Incompatible With Secondary Licenses, this
193 under the terms of such Secondary License(s), so that the recipient of
195 Software under the terms of either this License or such Secondary
348 10.4. Distributing Source Code Form that is Incompatible With Secondary
352 Secondary Licenses under the terms of this version of the License, th
    [all...]
  /external/icu/icu4c/source/test/intltest/
regcoll.h 94 // Secondary/Tertiary comparison incorrect in French Secondary
114 // French secondary collation checking at the end of compare iteration fails
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
video_common.h 49 // Secondary formats are converted in 2 steps.
63 // 2 Secondary YUV formats: row biplanar.
78 // 4 Secondary RGB formats: 4 Bayer Patterns. deprecated.
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
Tag.java 70 private boolean secondary = false; // see http://www.yaml.org/refcard.html field in class:Tag
81 this.secondary = !tag.startsWith(PREFIX);
100 return secondary;
  /external/svox/pico/lib/
picoacph.h 88 (phon containing primary and secondary word-level stress)
107 at all (primary or secondary or both) then do the following mapping:
131 - PICODATA_ITEMINFO1_BOUND_PHR3 (secondary phrase boundary, no break)
  /external/v8/src/ic/arm64/
stub-cache-arm64.cc 19 // Probe primary or secondary table.
146 // Primary miss: Compute hash for secondary table.
151 // Probe the secondary table.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
EventLogTags.logtags 58 ## type: 1: USER_BIND_SERVICE Secondary user tries binding to the system sysui service
59 ## 2: USER_SYSTEM_BOUND Secondary user is bound to the system sysui service
60 ## 3: USER_SYSTEM_UNBOUND Secondary user loses connection after system sysui has died

Completed in 1621 milliseconds

1 2 3 4 5 6 7 891011>>