HomeSort by relevance Sort by last modified time
    Searched defs:first (Results 276 - 300 of 3938) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/core/graph/
mkl_tfconversion_pass_test.cc 283 bool first = true; local
288 if (first) {
290 first = false;
optimizer_cse_test.cc 341 // test, it happens to eliminate the first 4 nodes.
360 bool first = true; local
365 if (first) {
367 first = false;
  /external/v8/src/compiler/
liveness-analyzer.cc 187 bool first = true; local
189 if (!first) {
193 first = false;
  /external/v8/src/regexp/
regexp-utils.cc 161 const uint16_t first = string->Get(index); local
162 if (first >= 0xD800 && first <= 0xDBFF && string->length() > index + 1) {
  /external/webrtc/webrtc/libjingle/xmllite/
xmlnsstack.cc 72 return match.second && (match.first == ns);
96 std::string prefix(PrefixForNs(name.Namespace(), isAttr).first);
137 size_t first = last; local
139 while (first > 0) {
140 if (!IsAsciiLetter(ns[first - 1]))
142 first -= 1;
144 if (last - first > 4)
145 last = first + 3;
146 std::string candidate(AsciiLower(ns.substr(first, last - first)));
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_audio.cc 363 std::set<uint8_t>::iterator first = local
365 if (first != telephone_event_reported_.end() && *first > 15) {
  /external/zlib/src/
gzwrite.c 81 /* allocate memory if this is the first time through */
149 int first; local
158 first = 1;
162 if (first) {
164 first = 0;
189 /* allocate memory if this is the first time through */
436 /* update buffer and position, compress first half if past that */
535 /* update buffer and position, compress first half if past that */
  /frameworks/base/core/java/android/util/
TimingLogger.java 137 final long first = mSplits.get(0); local
138 long now = first;
146 Log.d(mTag, mLabel + ": end, " + (now - first) + " ms");
  /frameworks/base/core/jni/android/graphics/
PathEffect.cpp 30 SkPathEffect* first = reinterpret_cast<SkPathEffect*>(firstHandle); local
32 SkPathEffect* effect = SkPathEffect::MakeSum(sk_ref_sp(first),
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DuotoneFilter.java 46 "uniform vec3 first;\n" +
52 " vec3 new_color = (1.0 - energy) * first + energy * second;\n" +
112 float first[] = { Color.red(mFirstColor)/255f, local
119 mProgram.setHostValue("first", first);
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportProgressServiceTest.java 109 assertEquals(UserHandle.of(expectedUserId), actual.first);
  /frameworks/native/cmds/lshal/
Lshal.cpp 66 bool first = true; local
68 if (!first) err() << std::endl;
69 first = false;
76 first = true;
78 if (!first) err() << std::endl;
79 first = false;
178 // first argument is an option, set command to "" (which is recognized as "list")
  /frameworks/rs/script_api/
Scanner.cpp 153 size_t first = docStart + 3; local
154 size_t last = s->find('\"', first);
158 *documentation = s->substr(first, last - first);
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
PaintCompat.java 102 paint.getTextBounds(TOFU_STRING, 0, TOFU_STRING.length(), rects.first);
104 return !rects.first.equals(rects.second);
113 rects.first.setEmpty();
  /frameworks/support/navigation/runtime/src/androidTest/java/androidx/navigation/
NavInflaterTest.java 69 assertThat(result.first, is(notNullValue(NavDestination.class)));
70 assertThat(result.first.getId(), is(R.id.second_test));
  /libcore/ojluni/src/main/java/java/text/
BreakIterator.java 137 * int start = boundary.first();
161 * Print first element:
165 * int start = boundary.first();
256 * and following(int) when either the first or last text boundary has been
262 * Returns the first boundary. The iterator's current position is set
263 * to the first text boundary.
264 * @return The character index of the first text boundary.
266 public abstract int first(); method in class:BreakIterator
277 * the first or last text boundary has been reached, it returns
279 * the first or last text boundary depending on which one is reached. Otherwise
    [all...]
IcuIteratorWrapper.java 56 * long as those substitutions have been defined first. Substitutions are generally used to
106 * * and the first group of characters following the *.&nbsp; When there is this kind of
111 * but &quot;x[xy]*?x&quot; will only match the first two xes (&quot;<strong>xx</strong>yxyyyxyxyxxyxyxyy&quot;).</td>
271 public int first() { method in class:IcuIteratorWrapper
272 return wrapped.first();
302 * @return The position of the first boundary after this one.
327 * Sets the iterator to refer to the first boundary position following
330 * @return The position of the first break after the current position.
357 * effect, leaves the iterator pointing to the first boundary position at
382 * you need to change it, clone it first
    [all...]
StringCharacterIterator.java 86 * @param begin Index of the first character
125 * Implements CharacterIterator.first() for String.
126 * @see CharacterIterator#first
128 public char first() method in class:StringCharacterIterator
  /libcore/ojluni/src/main/java/sun/util/locale/
StringTokenIterator.java 53 public String first() { method in class:StringTokenIterator
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapUtility.java 38 // First, quote any backslashes by replacing \ with \\
103 int first = Integer.parseInt(range.substring(0, colonPos)); local
105 if (first < second) {
106 for (int i = first; i <= second; i++) {
110 for (int i = first; i >= second; i--) {
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapUtility.java 44 // First, quote any backslashes by replacing \ with \\
107 int first = Integer.parseInt(range.substring(0, colonPos)); local
109 if (first < second) {
110 for (int i = first; i <= second; i++) {
114 for (int i = first; i >= second; i--) {
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
CSite.h 28 short first; member in struct:__anon52913
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal)
44 s_point=source+first;
46 d_bottom=dest+first;
61 long first=0; local
76 for(;last-first>2;)
78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]);
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal);
82 else if(last_equal<pos) first=last_equal+1;
95 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2])
    [all...]
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/
PreferenceListCacheTest.java 69 Preference first = createPreference("first"); local
72 Preference[] preferences = new Preference[] {first, second, third};
76 assertEquals(first, mCache.getCachedPreference("first"));
86 Preference first = createPreference("first"); local
89 Preference[] preferences = new Preference[] {first, second, third};
93 assertEquals(first, mCache.getCachedPreference("first"));
104 Preference first = createPreference("first"); local
122 Preference first = createPreference("first"); local
134 Preference first = createPreference(""); local
    [all...]
  /packages/apps/StorageManager/tests/unit/src/com/android/storagemanager/deletionhelper/
FetchDownloadsLoaderTest.java 77 File first = temporaryFolder.newFile(); local
78 FileWriter fileWriter = new FileWriter(first);
83 first.setLastModified(0);

Completed in 679 milliseconds

<<11121314151617181920>>